/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body.theme-ns-usagold .breakdance input[type=checkbox],
body.theme-ns-usagold .breakdance input[type=radio] {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

/* Preloader */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.ns-row {
  display: flex;
  flex-flow: row wrap;
  margin-right: calc(var(--gap, 1rem) * -1);
  margin-left: calc(var(--gap, 1rem) * -1);
}
@media only screen and (max-width: 1024px) {
  .ns-row {
    --gap: 0.5rem;
  }
}

.ns-row > .ns-col {
  padding-right: var(--gap, 1rem);
  padding-left: var(--gap, 1rem);
}

.ns-col {
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  min-height: 0;
}

.ns-col.auto {
  flex: 1 1 0;
}

.ns-col.shrink {
  flex: 0 0 auto;
}

.ns-row > .auto {
  width: auto;
}

.ns-row > .shrink {
  width: auto;
}

.ns-row > .small-shrink, .ns-row > .small-full, .ns-row > .small-1, .ns-row > .small-2, .ns-row > .small-3, .ns-row > .small-4, .ns-row > .small-5, .ns-row > .small-6, .ns-row > .small-7, .ns-row > .small-8, .ns-row > .small-9, .ns-row > .small-10, .ns-row > .small-11, .ns-row > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 768px) {
  .ns-row > .medium-shrink, .ns-row > .medium-full, .ns-row > .medium-1, .ns-row > .medium-2, .ns-row > .medium-3, .ns-row > .medium-4, .ns-row > .medium-5, .ns-row > .medium-6, .ns-row > .medium-7, .ns-row > .medium-8, .ns-row > .medium-9, .ns-row > .medium-10, .ns-row > .medium-11, .ns-row > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .ns-row > .large-shrink, .ns-row > .large-full, .ns-row > .large-1, .ns-row > .large-2, .ns-row > .large-3, .ns-row > .large-4, .ns-row > .large-5, .ns-row > .large-6, .ns-row > .large-7, .ns-row > .large-8, .ns-row > .large-9, .ns-row > .large-10, .ns-row > .large-11, .ns-row > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 1120px) {
  .ns-row > .xlarge-shrink, .ns-row > .xlarge-full, .ns-row > .xlarge-1, .ns-row > .xlarge-2, .ns-row > .xlarge-3, .ns-row > .xlarge-4, .ns-row > .xlarge-5, .ns-row > .xlarge-6, .ns-row > .xlarge-7, .ns-row > .xlarge-8, .ns-row > .xlarge-9, .ns-row > .xlarge-10, .ns-row > .xlarge-11, .ns-row > .xlarge-12 {
    flex-basis: auto;
  }
}
.ns-row > .small-1, .ns-row > .small-2, .ns-row > .small-3, .ns-row > .small-4, .ns-row > .small-5, .ns-row > .small-6, .ns-row > .small-7, .ns-row > .small-8, .ns-row > .small-9, .ns-row > .small-10, .ns-row > .small-11, .ns-row > .small-12 {
  flex: 0 0 auto;
}

.ns-row > .small-1 {
  width: 8.33333%;
}

.ns-row > .small-2 {
  width: 16.66667%;
}

.ns-row > .small-3 {
  width: 25%;
}

.ns-row > .small-4 {
  width: 33.33333%;
}

.ns-row > .small-5 {
  width: 41.66667%;
}

.ns-row > .small-6 {
  width: 50%;
}

.ns-row > .small-7 {
  width: 58.33333%;
}

.ns-row > .small-8 {
  width: 66.66667%;
}

.ns-row > .small-9 {
  width: 75%;
}

.ns-row > .small-10 {
  width: 83.33333%;
}

.ns-row > .small-11 {
  width: 91.66667%;
}

.ns-row > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .ns-row > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .ns-row > .medium-shrink, .ns-row > .medium-1, .ns-row > .medium-2, .ns-row > .medium-3, .ns-row > .medium-4, .ns-row > .medium-5, .ns-row > .medium-6, .ns-row > .medium-7, .ns-row > .medium-8, .ns-row > .medium-9, .ns-row > .medium-10, .ns-row > .medium-11, .ns-row > .medium-12 {
    flex: 0 0 auto;
  }
  .ns-row > .medium-shrink {
    width: auto;
  }
  .ns-row > .medium-1 {
    width: 8.33333%;
  }
  .ns-row > .medium-2 {
    width: 16.66667%;
  }
  .ns-row > .medium-3 {
    width: 25%;
  }
  .ns-row > .medium-4 {
    width: 33.33333%;
  }
  .ns-row > .medium-5 {
    width: 41.66667%;
  }
  .ns-row > .medium-6 {
    width: 50%;
  }
  .ns-row > .medium-7 {
    width: 58.33333%;
  }
  .ns-row > .medium-8 {
    width: 66.66667%;
  }
  .ns-row > .medium-9 {
    width: 75%;
  }
  .ns-row > .medium-10 {
    width: 83.33333%;
  }
  .ns-row > .medium-11 {
    width: 91.66667%;
  }
  .ns-row > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .ns-row > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .ns-row > .large-shrink, .ns-row > .large-1, .ns-row > .large-2, .ns-row > .large-3, .ns-row > .large-4, .ns-row > .large-5, .ns-row > .large-6, .ns-row > .large-7, .ns-row > .large-8, .ns-row > .large-9, .ns-row > .large-10, .ns-row > .large-11, .ns-row > .large-12 {
    flex: 0 0 auto;
  }
  .ns-row > .large-shrink {
    width: auto;
  }
  .ns-row > .large-1 {
    width: 8.33333%;
  }
  .ns-row > .large-2 {
    width: 16.66667%;
  }
  .ns-row > .large-3 {
    width: 25%;
  }
  .ns-row > .large-4 {
    width: 33.33333%;
  }
  .ns-row > .large-5 {
    width: 41.66667%;
  }
  .ns-row > .large-6 {
    width: 50%;
  }
  .ns-row > .large-7 {
    width: 58.33333%;
  }
  .ns-row > .large-8 {
    width: 66.66667%;
  }
  .ns-row > .large-9 {
    width: 75%;
  }
  .ns-row > .large-10 {
    width: 83.33333%;
  }
  .ns-row > .large-11 {
    width: 91.66667%;
  }
  .ns-row > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1120px) {
  .ns-row > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .ns-row > .xlarge-shrink, .ns-row > .xlarge-1, .ns-row > .xlarge-2, .ns-row > .xlarge-3, .ns-row > .xlarge-4, .ns-row > .xlarge-5, .ns-row > .xlarge-6, .ns-row > .xlarge-7, .ns-row > .xlarge-8, .ns-row > .xlarge-9, .ns-row > .xlarge-10, .ns-row > .xlarge-11, .ns-row > .xlarge-12 {
    flex: 0 0 auto;
  }
  .ns-row > .xlarge-shrink {
    width: auto;
  }
  .ns-row > .xlarge-1 {
    width: 8.33333%;
  }
  .ns-row > .xlarge-2 {
    width: 16.66667%;
  }
  .ns-row > .xlarge-3 {
    width: 25%;
  }
  .ns-row > .xlarge-4 {
    width: 33.33333%;
  }
  .ns-row > .xlarge-5 {
    width: 41.66667%;
  }
  .ns-row > .xlarge-6 {
    width: 50%;
  }
  .ns-row > .xlarge-7 {
    width: 58.33333%;
  }
  .ns-row > .xlarge-8 {
    width: 66.66667%;
  }
  .ns-row > .xlarge-9 {
    width: 75%;
  }
  .ns-row > .xlarge-10 {
    width: 83.33333%;
  }
  .ns-row > .xlarge-11 {
    width: 91.66667%;
  }
  .ns-row > .xlarge-12 {
    width: 100%;
  }
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: var(--bde-brand-primary-color);
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: var(--bde-brand-primary-color-hover);
}

b, strong {
  font-weight: var(--bde-woo-typography-font-weight-heavy);
}

:last-child {
  margin-bottom: 0;
}

.breakdance .button-atom {
  min-width: 180px;
}

/* ---------------------------------------
	Inputs
--------------------------------------- */
body {
  --bde-button-padding-base: 17px 20px;
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select,
.breakdance-woocommerce .woocommerce-Input,
.breakdance-woocommerce .input-text,
.nf-form-content input:not([type=button]):not([type=submit]),
.nf-form-content textarea.ninja-forms-field,
.nf-form-content .list-select-wrap > div select,
.nf-form-content select.ninja-forms-field:not([multiple]) {
  display: block;
  width: 100%;
  height: auto;
  padding-top: var(--bde-form-input-padding-top);
  padding-right: var(--bde-form-input-padding-right);
  padding-bottom: var(--bde-form-input-padding-bottom);
  padding-left: var(--bde-form-input-padding-left);
  border-width: var(--bde-form-input-border-width);
  border-style: solid;
  border-top: var(--bde-form-input-border-top);
  border-right: var(--bde-form-input-border-right);
  border-bottom: var(--bde-form-input-border-bottom);
  border-left: var(--bde-form-input-border-left);
  border-radius: var(--bde-form-input-border-radius);
  background-color: var(--bde-form-input-background-color);
  font-size: var(--bde-form-font-size);
  line-height: 1.4;
  color: var(--bde-form-text-color);
  transition: all 0.3s ease-in-out;
}
[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder,
select::placeholder,
.breakdance-woocommerce .woocommerce-Input::placeholder,
.breakdance-woocommerce .input-text::placeholder,
.nf-form-content input:not([type=button]):not([type=submit])::placeholder,
.nf-form-content textarea.ninja-forms-field::placeholder,
.nf-form-content .list-select-wrap > div select::placeholder,
.nf-form-content select.ninja-forms-field:not([multiple])::placeholder {
  color: var(--bde-form-input-placeholder-color);
}

.nf-form-content .list-select-wrap > div select, .nf-form-content .list-select-wrap > div select:focus {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%229%22%20fill%3D%22none%22%20viewBox%3D%220%200%2016%209%22%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.5%22%20d%3D%22m13.87.62-.18-.18-.18.18-5.53%205.53L2.44.62%202.27.44l-.18.18-.61.6-.18.18.18.18L7.8%207.9l.18.18.17-.18%206.33-6.32.17-.18-.17-.17-.61-.61Z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px top 50% !important;
  background-size: 16px 9px;
}

button, [type=submit], [type=button] {
  cursor: pointer;
}

body.theme-ns-usagold .breakdance input[type=checkbox],
body.theme-ns-usagold .breakdance input[type=radio] {
  float: none;
  display: inline-block;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  padding: 0;
  width: var(--bde-form-checkbox-size) !important;
  height: var(--bde-form-checkbox-size) !important;
  border-radius: var(--bde-woo-forms__inputs-border-radius);
  border-color: var(--bde-body-text-color);
  color: var(--bde-form-checkbox-selected-color);
  outline: none;
  transition: var(--bde-woo-base-transition);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-color: transparent;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.theme-ns-usagold .breakdance input[type=checkbox]:checked,
body.theme-ns-usagold .breakdance input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M8%2014A6%206%200%201%200%208%202a6%206%200%200%200%200%2012Z%22%20fill%3D%22%23EAD292%22/%3E%3C/svg%3E");
}
body.theme-ns-usagold .breakdance input[type=radio] {
  border-radius: 50%;
}
body.theme-ns-usagold .breakdance input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Crect%20width%3D%2218%22%20height%3D%2218%22%20x%3D%220%22%20y%3D%220%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
}
body.theme-ns-usagold .breakdance input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Crect%20width%3D%2218%22%20height%3D%2218%22%20x%3D%220%22%20y%3D%220%22%20fill%3D%22%23EAD292%22/%3E%3Cpath%20d%3D%22M15.34%204.4a.94.94%200%200%201%200%201.33l-7.5%207.5a.94.94%200%200%201-1.32%200L2.77%209.48A.94.94%200%200%201%204.1%208.15l3.09%203.08%206.83-6.82a.94.94%200%200%201%201.32%200Z%22%20fill%3D%22%23000%22/%3E%3C/svg%3E");
}

/* ---------------------------------------
	General
--------------------------------------- */
.accordion {
  width: 100%;
}

.accordion-content {
  display: none;
}
@media screen and (max-width: 1023px) {
  .accordion-content.on-load {
    --u-first-tab-load: none;
  }
}

.accordion-title {
  text-decoration: none;
}

.wcpay-upe-element {
  width: 100%;
}

.wcpay-upe-form .woocommerce-SavedPaymentMethods-saveNew {
  margin-left: 8px !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
}
.wcpay-upe-form .woocommerce-SavedPaymentMethods-saveNew label {
  line-height: 18px !important;
}

.payment_method_woocommerce_payments label {
  line-height: 27px !important;
}
.payment_method_woocommerce_payments .payment-methods--logos {
  margin-left: 10px !important;
}

body .wc-block-components-notice-banner[role] {
  color: var(--bde-woo-notices__info-text);
  background: var(--bde-woo-notices__info-background);
  border-radius: var(--bde-woo-notices__border-radius);
  padding: var(--bde-woo-notices__padding) !important;
  font-weight: var(--bde-woo-typography-font-weight-medium);
  padding-left: var(--bde-woo-notices__padding-left);
  font-size: var(--bde-woo-typography__size-standard);
  font-family: var(--bde-woo-typography__size-standard-font-family);
  line-height: var(--bde-woo-base-paragraph-line-height);
  border: none;
  position: relative;
  width: 100%;
  align-items: center;
}
body .wc-block-components-notice-banner[role] .wc-forward {
  color: var(--bde-woo-notices__info-link-text) !important;
  opacity: 1;
}
body .wc-block-components-notice-banner[role].is-error {
  color: var(--bde-woo-notices__error-text);
  background: var(--bde-woo-notices__error-background);
}
body .wc-block-components-notice-banner[role].is-error .wc-forward {
  color: var(--bde-woo-notices__error-link-text) !important;
}
body .wc-block-components-notice-banner[role].is-success {
  color: var(--bde-woo-notices__success-text);
  background: var(--bde-woo-notices__success-background);
}
body .wc-block-components-notice-banner[role].is-success .wc-forward {
  color: var(--bde-woo-notices__success-link-text) !important;
}
body .wc-block-components-notice-banner[role] > svg {
  height: auto;
}

.blockUI.blockOverlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2091.4%2091.4%22%3E%3Ccircle%20cx%3D%2245.7%22%20cy%3D%2245.7%22%20r%3D%2245.7%22/%3E%3Ccircle%20cx%3D%2245.7%22%20cy%3D%2224.4%22%20r%3D%2212.5%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: cover;
  animation: spin 1s ease-in-out infinite;
}

.breakdance-woocommerce strong > .amount {
  font-weight: inherit;
}

.woocommerce-Price-amount {
  --bde-woo-typography-font-weight-heavy: 400;
}
.breakdance .breakdance-woocommerce .woocommerce-Price-amount.amount-inherit, .breakdance .breakdance-woocommerce .woocommerce-Price-amount.amount-inherit bdi {
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.breakdance .breakdance-woocommerce .woocommerce-Price-amount bdi {
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

.woocommerce .breakdance .breakdance-woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-page .breakdance .breakdance-woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
}
.woocommerce .breakdance .breakdance-woocommerce form .form-row, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row {
  flex: 1 1 100%;
  font-size: inherit;
}
.woocommerce .breakdance .breakdance-woocommerce form .form-row label span.optional, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row label span.optional {
  display: none;
}
.woocommerce .breakdance .breakdance-woocommerce form .form-row.woocommerce-invalid .input-text, .woocommerce .breakdance .breakdance-woocommerce form .form-row.woocommerce-invalid-required-field .input-text, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row.woocommerce-invalid .input-text, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row.woocommerce-invalid-required-field .input-text {
  border-color: #cc1818;
}
.woocommerce .breakdance .breakdance-woocommerce form .form-row-last,
.woocommerce .breakdance .breakdance-woocommerce form .form-row-first, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row-last,
.woocommerce-page .breakdance .breakdance-woocommerce form .form-row-first {
  flex-basis: auto;
}
.woocommerce .breakdance .breakdance-woocommerce form .form-row.form-row-submit, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row.form-row-submit {
  margin-top: 0;
}
.woocommerce .breakdance .breakdance-woocommerce form .form-row, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row {
  position: relative;
  width: 100%;
  color: var(--bde-body-text-color);
}
.woocommerce .breakdance .breakdance-woocommerce form .form-row #password_current + .show-password-input, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row #password_current + .show-password-input {
  display: none !important;
}
.woocommerce .breakdance .breakdance-woocommerce form .form-row .show-password-input, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row .show-password-input {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid transparent;
  height: 20px;
  box-sizing: content-box;
}
.woocommerce .breakdance .breakdance-woocommerce form .form-row-first,
.woocommerce .breakdance .breakdance-woocommerce form .form-row-last, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row-first,
.woocommerce-page .breakdance .breakdance-woocommerce form .form-row-last {
  --ns-wc-field-width: calc(50% - var(--bde-woo-forms__spacing-between-fields));
  width: var(--ns-wc-field-width) !important;
  flex-basis: var(--ns-wc-field-width) !important;
  min-width: 0 !important;
}
@media only screen and (max-width: 479px) {
  .woocommerce .breakdance .breakdance-woocommerce form .form-row-first,
  .woocommerce .breakdance .breakdance-woocommerce form .form-row-last, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row-first,
  .woocommerce-page .breakdance .breakdance-woocommerce form .form-row-last {
    --ns-wc-field-width: 100%;
  }
}
.woocommerce .breakdance .breakdance-woocommerce form .form-row-1-3, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row-1-3 {
  flex-basis: auto;
  width: calc(33.3333% - var(--bde-woo-forms__spacing-between-fields) * 4 / 3);
}
@media screen and (max-width: 479px) {
  .woocommerce .breakdance .breakdance-woocommerce form .form-row-1-3, .woocommerce-page .breakdance .breakdance-woocommerce form .form-row-1-3 {
    flex-basis: 100%;
    width: 100%;
  }
}
.woocommerce .breakdance .breakdance-woocommerce table.shop_table, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce .breakdance .breakdance-woocommerce table.shop_table tbody, .woocommerce .breakdance .breakdance-woocommerce table.shop_table thead, .woocommerce .breakdance .breakdance-woocommerce table.shop_table tfoot, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tbody, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table thead, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tfoot {
  box-shadow: none;
}
.woocommerce .breakdance .breakdance-woocommerce table.shop_table tbody td, .woocommerce .breakdance .breakdance-woocommerce table.shop_table tbody th, .woocommerce .breakdance .breakdance-woocommerce table.shop_table thead td, .woocommerce .breakdance .breakdance-woocommerce table.shop_table thead th, .woocommerce .breakdance .breakdance-woocommerce table.shop_table tfoot td, .woocommerce .breakdance .breakdance-woocommerce table.shop_table tfoot th, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tbody td, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tbody th, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table thead td, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table thead th, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tfoot td, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tfoot th {
  padding: var(--bde-woo-base-big-gaps) var(--bde-woo-base-medium-gaps) var(--bde-woo-base-big-gaps) 0;
}
.woocommerce .breakdance .breakdance-woocommerce table.shop_table tbody td:last-child, .woocommerce .breakdance .breakdance-woocommerce table.shop_table tbody th:last-child, .woocommerce .breakdance .breakdance-woocommerce table.shop_table thead td:last-child, .woocommerce .breakdance .breakdance-woocommerce table.shop_table thead th:last-child, .woocommerce .breakdance .breakdance-woocommerce table.shop_table tfoot td:last-child, .woocommerce .breakdance .breakdance-woocommerce table.shop_table tfoot th:last-child, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tbody td:last-child, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tbody th:last-child, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table thead td:last-child, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table thead th:last-child, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tfoot td:last-child, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tfoot th:last-child {
  border-right: none;
}
.woocommerce .breakdance .breakdance-woocommerce table.shop_table thead th, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table thead th {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  padding: var(--bde-woo-base-medium-gaps) var(--bde-woo-base-medium-gaps) var(--bde-woo-base-medium-gaps) 0;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .woocommerce .breakdance .breakdance-woocommerce table.shop_table thead, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table thead {
    display: table-header-group !important;
  }
  .woocommerce .breakdance .breakdance-woocommerce table.shop_table tr, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tr {
    display: table-row !important;
  }
  .woocommerce .breakdance .breakdance-woocommerce table.shop_table td, .woocommerce .breakdance .breakdance-woocommerce table.shop_table th, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table td, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table th {
    display: table-cell !important;
    padding: var(--bde-woo-base-medium-gaps) var(--bde-woo-base-small-gaps) !important;
  }
  .woocommerce .breakdance .breakdance-woocommerce table.shop_table td::before, .woocommerce .breakdance .breakdance-woocommerce table.shop_table th::before, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table td::before, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table th::before {
    content: none;
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce .breakdance .breakdance-woocommerce table.shop_table td::before, .woocommerce .breakdance .breakdance-woocommerce table.shop_table th::before, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table td::before, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table th::before {
    font-weight: 500 !important;
    margin-right: 0.5rem;
  }
}
.woocommerce .breakdance .breakdance-woocommerce table.shop_table tbody tr, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tbody tr {
  position: relative;
}
.woocommerce .breakdance .breakdance-woocommerce table.shop_table tbody tr:not(:last-child), .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table tbody tr:not(:last-child) {
  border: none;
}
.woocommerce .breakdance .breakdance-woocommerce table.shop_table thead tr:last-child, .woocommerce-page .breakdance .breakdance-woocommerce table.shop_table thead tr:last-child {
  border-bottom: 1px solid var(--bde-woo-tables__border-color);
}
.woocommerce .woocommerce-privacy-policy-text,
.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-privacy-policy-text,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: var(--bde-woo-base-big-gaps);
}
.woocommerce .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link,
.woocommerce .woocommerce-terms-and-conditions a.woocommerce-privacy-policy-link, .woocommerce-page .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link,
.woocommerce-page .woocommerce-terms-and-conditions a.woocommerce-privacy-policy-link {
  font-weight: 600;
  color: inherit;
}
.woocommerce .woocommerce-terms-and-conditions-checkbox-text, .woocommerce-page .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 12px;
}
.woocommerce .woocommerce-terms-and-conditions-checkbox-text a.woocommerce-terms-and-conditions-link, .woocommerce-page .woocommerce-terms-and-conditions-checkbox-text a.woocommerce-terms-and-conditions-link {
  font-weight: 600;
  color: inherit;
}

/* ---------------------------------------
	Shop page
--------------------------------------- */
.woocommerce.woocommerce-shop ul.products li.product img,
.woocommerce.single-product ul.products li.product img,
.woocommerce.tax-product_cat ul.products li.product img {
  object-fit: contain;
  height: 100%;
  transform: scale(var(--zoom, 1));
}
.woocommerce.woocommerce-shop ul.products li.product .woocommerce-product-details__short-description,
.woocommerce.single-product ul.products li.product .woocommerce-product-details__short-description,
.woocommerce.tax-product_cat ul.products li.product .woocommerce-product-details__short-description {
  margin-top: 0;
  padding-top: 1rem;
  border-top: 2px solid #d8be75;
  text-align: left;
}
.woocommerce.woocommerce-shop ul.products li.product-full,
.woocommerce.single-product ul.products li.product-full,
.woocommerce.tax-product_cat ul.products li.product-full {
  grid-column: 1/4;
}
.woocommerce.woocommerce-shop ul.products li.product-category,
.woocommerce.single-product ul.products li.product-category,
.woocommerce.tax-product_cat ul.products li.product-category {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #707070;
}
.woocommerce.woocommerce-shop ul.products li.product-category a,
.woocommerce.single-product ul.products li.product-category a,
.woocommerce.tax-product_cat ul.products li.product-category a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.woocommerce.woocommerce-shop ul.products li.product-category img,
.woocommerce.single-product ul.products li.product-category img,
.woocommerce.tax-product_cat ul.products li.product-category img {
  height: 100%;
  max-height: 90px;
  padding: 8px 5px;
  object-fit: contain;
  margin-bottom: 0;
}
.woocommerce.woocommerce-shop ul.products li.product-category .woocommerce-loop-category__title,
.woocommerce.single-product ul.products li.product-category .woocommerce-loop-category__title,
.woocommerce.tax-product_cat ul.products li.product-category .woocommerce-loop-category__title {
  padding: 20px 15px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background-color: var(--bde-headings-color);
}
.woocommerce.woocommerce-shop ul.products li.product-category .woocommerce-loop-category__title .count,
.woocommerce.single-product ul.products li.product-category .woocommerce-loop-category__title .count,
.woocommerce.tax-product_cat ul.products li.product-category .woocommerce-loop-category__title .count {
  display: none;
}

.bde-image[style*="--zoom"] img,
img[style*="--zoom"] {
  transform: scale(calc(1 + var(--zoom, 0) / 100)) !important;
}

.woocommerce .breakdance-woocommerce ul.products, .woocommerce-page .breakdance-woocommerce ul.products {
  z-index: 1;
  grid-template-columns: repeat(var(--bde-woo-products-list-products-per-row), minmax(0, 1fr));
}

.breakdance-woocommerce {
  gap: 0;
}
/* ---------------------------------------
	Category page
--------------------------------------- */
.woocommerce.tax-product_cat .breakdance .filter-products-block {
  width: 100%;
}

.woocommerce-category-filter.u-store-filter {
  padding: 0 15px;
}
.woocommerce-category-filter.u-store-filter .u-filter-order {
  margin-bottom: 30px;
}
.woocommerce-category-filter.u-store-filter .u-filter-order .form-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-category-filter.u-store-filter .u-filter-order .form-row label {
  flex: 1 1 30%;
  padding: 5px 10px;
  margin-bottom: 0;
}
.woocommerce-category-filter.u-store-filter .u-filter-order .form-row .woocommerce-ordering {
  position: relative;
  flex: 1 1 70%;
  width: 100%;
}
.woocommerce-category-filter.u-store-filter .u-filter-order .form-row .woocommerce-ordering:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 7px;
  width: 9px;
  background-color: var(--bde-body-text-color);
  pointer-events: none;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.woocommerce-category-filter.u-store-filter .u-filter-order .form-row .woocommerce-ordering .orderby {
  background-color: #ffffff;
  border-color: var(--bde-body-text-color);
  border-radius: 0;
  cursor: pointer;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats {
  list-style: none;
  padding: 0;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item {
  border-top: 1px solid var(--bde-body-text-color);
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper {
  position: relative;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper .price_slider {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper .price_slider:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #eaeaea;
  z-index: 0;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper .price_slider .ui-slider-range::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper .price_slider .ui-slider-range,
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper .price_slider .ui-slider-handle {
  transition: none;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper .price_slider_amount {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper .price_slider_amount .price_label {
  margin-top: 40px;
  font-weight: 500;
  order: -1;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper .price_slider_amount .button {
  min-width: 120px;
  margin-top: 30px;
  padding: 10px 15px;
  border: 1px solid var(--bde-body-text-color);
  background-color: var(--bde-body-text-color);
  color: #ffffff;
  transition: 0.2s linear;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper .price_slider_amount .button:hover, .woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .price_slider_wrapper .price_slider_amount .button:focus {
  background-color: transparent;
  color: var(--bde-body-text-color);
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .u-filter-cats__title {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .u-filter-cats__title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 30px;
  color: var(--bde-body-text-color);
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .u-filter-cats__title.is-active:after {
  content: "-";
  font-size: 40px;
}
@media screen and (max-width: 1119px) {
  .woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .u-filter-cats__title.is-active.on-load:after {
    content: "+";
    font-size: 30px;
  }
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__item .u-filter-cats__title h6 {
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__terms {
  padding-bottom: 30px;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__terms .u-filter-term {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__terms .u-filter-term .u-filter-term__label {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-category-filter.u-store-filter .u-filter-cats .u-filter-cats__terms .u-filter-term .u-filter-term__input {
  border-radius: 0;
}

.filter-products-block li.product a.add_to_cart_button, .filter-products-block li.product a.added_to_cart {
  padding-top: 17px;
  padding-bottom: 17px;
}

/* ---------------------------------------
	Single product
--------------------------------------- */
.woocommerce .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes, .woocommerce .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes, .woocommerce-page .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes, .breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-product-attributes, .woocommerce.single-product .breakdance .bde-productbuilder .product .woocommerce-product-attributes {
  display: flex;
  flex-flow: column;
  color: var(--bde-body-text-color);
}
.woocommerce .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes .woocommerce-product-attributes-item, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes .woocommerce-product-attributes-item, .woocommerce .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes .woocommerce-product-attributes-item, .woocommerce-page .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes .woocommerce-product-attributes-item, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes .woocommerce-product-attributes-item, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes .woocommerce-product-attributes-item, .breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-product-attributes .woocommerce-product-attributes-item, .woocommerce.single-product .breakdance .bde-productbuilder .product .woocommerce-product-attributes .woocommerce-product-attributes-item {
  position: relative;
  padding-left: 0;
  /*&:not(&:last-child) {
  	&:after {
  		content: '';
  		position: absolute;
  		top: 45%;
  		right: 0;
  		transform: translateY(-50%);
  		height: 70%;
  		width: 1px;
  		background-color: $text-color;
  		margin-left: 10px;
  	}
  }*/
}
.woocommerce .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes-item, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes-item, .woocommerce .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes-item, .woocommerce-page .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes-item, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes-item, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes-item, .breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-product-attributes-item, .woocommerce.single-product .breakdance .bde-productbuilder .product .woocommerce-product-attributes-item {
  display: flex;
}
.woocommerce .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label, .woocommerce .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label, .woocommerce-page .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label, .breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label, .woocommerce.single-product .breakdance .bde-productbuilder .product .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
  padding-right: 5px;
}

.woocommerce.single-product .breakdance .bde-productbuilder .product .u-upsells-products {
  font-size: 14px;
}
.woocommerce.single-product .breakdance .bde-productbuilder .product .u-upsells-products a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

#glass {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
}

.woocommerce .breakdance-woocommerce .product form.variations_form > table, .woocommerce-page .breakdance-woocommerce .product form.variations_form > table {
  flex: 1;
}
.woocommerce .breakdance-woocommerce .product form.variations_form .single_variation_wrap, .woocommerce-page .breakdance-woocommerce .product form.variations_form .single_variation_wrap {
  padding-top: 1.75rem;
}
.woocommerce .breakdance-woocommerce .product.product-type-simple button.button.single_add_to_cart_button, .woocommerce-page .breakdance-woocommerce .product.product-type-simple button.button.single_add_to_cart_button {
  flex-grow: 1;
  width: unset;
}
.woocommerce .breakdance-woocommerce .product .bde-wooproductimages.no-zooming:before, .woocommerce-page .breakdance-woocommerce .product .bde-wooproductimages.no-zooming:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 10,2.25 c -4.2713166,0 -7.75,3.4786834 -7.75,7.75 0,4.271326 3.4786847,7.75 7.75,7.75 4.271324,0 7.75,-3.478676 7.75,-7.75 0,-4.2713153 -3.478674,-7.75 -7.75,-7.75 z m 0,1.5 c 3.460667,0 6.25,2.789343 6.25,6.25 0,3.460668 -2.789332,6.25 -6.25,6.25 C 6.539343,16.25 3.75,13.460667 3.75,10 3.75,6.5393443 6.5393443,3.75 10,3.75 Z'/%3E%3Cpath d='m 14.949219,14.199219 a 0.75,0.75 0 0 0 -0.53125,0.220703 0.75,0.75 0 0 0 0,1.060547 l 6.050781,6.050781 a 0.75,0.75 0 0 0 1.060547,0 0.75,0.75 0 0 0 0,-1.0625 l -6.048828,-6.048828 a 0.75,0.75 0 0 0 -0.53125,-0.220703 z'/%3E%3Cpath d='M 6,9.25 A 0.75,0.75 0 0 0 5.25,10 0.75,0.75 0 0 0 6,10.75 h 8 A 0.75,0.75 0 0 0 14.75,10 0.75,0.75 0 0 0 14,9.25 Z'/%3E%3Cpath d='M 10,5.25 A 0.75,0.75 0 0 0 9.25,6 v 8 A 0.75,0.75 0 0 0 10,14.75 0.75,0.75 0 0 0 10.75,14 V 6 A 0.75,0.75 0 0 0 10,5.25 Z'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center center;
  z-index: 1;
  pointer-events: none;
}
.woocommerce .breakdance-woocommerce .product .woocommerce-product-gallery .flex-viewport, .woocommerce-page .breakdance-woocommerce .product .woocommerce-product-gallery .flex-viewport {
  height: auto !important;
}
.woocommerce .breakdance-woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image, .woocommerce-page .breakdance-woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  overflow: hidden;
}
.woocommerce .breakdance-woocommerce .product .u-upsells-products a, .woocommerce-page .breakdance-woocommerce .product .u-upsells-products a {
  color: var(--bde-body-text-color);
}
.woocommerce .breakdance-woocommerce .product .u-upsells-products a:hover, .woocommerce-page .breakdance-woocommerce .product .u-upsells-products a:hover {
  color: var(--bde-brand-primary-color);
}
.woocommerce .breakdance-woocommerce .product .woocommerce-product-attributes-item, .woocommerce-page .breakdance-woocommerce .product .woocommerce-product-attributes-item {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .breakdance-woocommerce .product .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label, .woocommerce-page .breakdance-woocommerce .product .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
  padding-right: 5px;
}
.woocommerce .breakdance-woocommerce .bde-wooproductcartbutton form, .woocommerce-page .breakdance-woocommerce .bde-wooproductcartbutton form {
  padding-top: 28px;
}
.woocommerce .breakdance-woocommerce form.cart, .woocommerce-page .breakdance-woocommerce form.cart {
  display: flex;
  align-items: flex-end;
}
.woocommerce .breakdance-woocommerce .quantity, .woocommerce-page .breakdance-woocommerce .quantity {
  max-width: 150px;
  display: flex;
  flex-flow: column;
}
.woocommerce .breakdance-woocommerce .quantity .quantity-title, .woocommerce-page .breakdance-woocommerce .quantity .quantity-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.woocommerce .breakdance-woocommerce .quantity .u-qty-field-box, .woocommerce-page .breakdance-woocommerce .quantity .u-qty-field-box {
  position: relative;
}
.woocommerce .breakdance-woocommerce .quantity .bde-quantity-button--dec, .woocommerce-page .breakdance-woocommerce .quantity .bde-quantity-button--dec {
  left: 0;
}
.woocommerce .breakdance-woocommerce .quantity .bde-quantity-button--inc, .woocommerce-page .breakdance-woocommerce .quantity .bde-quantity-button--inc {
  right: 0;
}
.woocommerce .breakdance-woocommerce .quantity .qty, .woocommerce-page .breakdance-woocommerce .quantity .qty {
  height: auto;
  display: block;
}
.woocommerce .breakdance-woocommerce table.woocommerce-product-attributes, .woocommerce-page .breakdance-woocommerce table.woocommerce-product-attributes {
  font-size: inherit;
}
.woocommerce .breakdance-woocommerce table.woocommerce-product-attributes p, .woocommerce-page .breakdance-woocommerce table.woocommerce-product-attributes p {
  margin-bottom: 0;
}
.woocommerce .breakdance-woocommerce table.woocommerce-product-attributes td, .woocommerce-page .breakdance-woocommerce table.woocommerce-product-attributes td {
  padding-left: 1rem;
  font-size: inherit;
}
.woocommerce .breakdance-woocommerce .woocommerce-Reviews-title, .woocommerce-page .breakdance-woocommerce .woocommerce-Reviews-title {
  display: none;
}
.woocommerce .breakdance-woocommerce table.variations .reset_variations, .woocommerce-page .breakdance-woocommerce table.variations .reset_variations {
  display: none !important;
}

/* Reviews block */
#review_form #respond .comment-reply-title {
  display: block;
  max-width: 37.5rem;
  margin-bottom: 1em;
  padding-right: 2em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3em;
}
#review_form #respond p {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  #review_form #respond p.comment-form-author {
    margin-right: 1.25rem;
  }
}
#review_form #respond div.comment-form-rating {
  flex-basis: 100%;
  margin-bottom: 0.625rem;
}
#review_form #respond div.comment-form-rating .stars a:focus {
  -webkit-mask-image: var(--bde-woo-ratings__filled-star-svg);
  mask-image: var(--bde-woo-ratings__filled-star-svg);
}

.comment-form {
  display: flex;
  flex-flow: row wrap;
}

.comment-notes,
.comment-form-comment {
  flex: 1 0 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  flex: 1 1 auto;
  flex-basis: calc(33.3333% - 1.25rem);
}
@media only screen and (max-width: 1023px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .comment-form-author,
  .comment-form-email {
    margin-right: 2rem;
  }
}

.comment-form .form-submit {
  flex-basis: 100%;
}

/* ---------------------------------------
	Cart
--------------------------------------- */
.breakdance .inline-form {
  position: relative;
  --bde-form-input-padding-top: 15px;
  --bde-form-input-padding-bottom: 15px;
}
.breakdance .inline-form .inline-form__input {
  font-size: 14px;
  padding-right: 200px;
  --bde-button-padding-base: 0 35px;
}
@media only screen and (max-width: 479px) {
  .breakdance .inline-form .inline-form__input {
    --bde-button-padding-base: 0 15px;
    padding-right: 150px;
  }
}
.breakdance .inline-form .inline-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
}

.breakdance .bde-mini-cart-offcanvas div.bde-mini-cart-offcanvas-topbar {
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
}
.breakdance .bde-mini-cart-offcanvas .bde-mini-cart-offcanvas-body {
  padding-left: var(--bde-mini-cart-padding-left);
  padding-right: var(--bde-mini-cart-padding-right);
  padding-bottom: var(--bde-mini-cart-padding-bottom);
  overflow: visible;
  --cart-image-size: 80px;
}
@media only screen and (max-width: 1600px) {
  .breakdance .bde-mini-cart-offcanvas .bde-mini-cart-offcanvas-body {
    --cart-translate-x: -58% !important;
  }
  .breakdance .bde-mini-cart-offcanvas .bde-mini-cart-offcanvas-body::before, .breakdance .bde-mini-cart-offcanvas .bde-mini-cart-offcanvas-body::after {
    margin-left: 8%;
  }
}
@media only screen and (min-width: 768px) {
  .breakdance .bde-mini-cart-offcanvas .bde-mini-cart-offcanvas-body {
    margin-top: 38px;
  }
  .breakdance .bde-mini-cart-offcanvas .bde-mini-cart-offcanvas-body::before, .breakdance .bde-mini-cart-offcanvas .bde-mini-cart-offcanvas-body::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 22px;
    height: 18px;
    border-style: solid;
    border-width: 0 11px 18px 11px;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
    transform: translateX(-50%);
  }
  .breakdance .bde-mini-cart-offcanvas .bde-mini-cart-offcanvas-body::after {
    width: 24px;
    height: 20px;
    margin-top: -1px;
    border-width: 0 12px 20px 12px;
    border-bottom-color: #eee;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  .breakdance .bde-mini-cart-offcanvas .bde-mini-cart-offcanvas-body {
    margin-top: 18px;
  }
}
.breakdance .bde-mini-cart-offcanvas footer.bde-mini-cart-offcanvas-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-top: 1px solid #000;
}
.breakdance .bde-mini-cart-offcanvas footer.bde-mini-cart-offcanvas-footer .woocommerce-mini-cart__total {
  padding-bottom: 0;
}
.breakdance .bde-mini-cart-offcanvas .widget_shopping_cart_content {
  overflow: visible;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart {
  margin-right: -12px;
  padding-right: 12px;
  scrollbar-color: var(--bde-brand-primary-color) #7f7f7f;
  scrollbar-width: thin;
}
@media only screen and (min-width: 1024px) {
  .breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart {
    min-height: 460px;
  }
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart::-webkit-scrollbar {
  width: 12px;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart::-webkit-scrollbar-track {
  background-color: #7f7f7f;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart::-webkit-scrollbar-thumb {
  background-color: var(--bde-brand-primary-color);
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item {
  padding-left: 0;
  padding-right: 0;
  column-gap: 15px;
  row-gap: 5px;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .bde-mini-cart-item-thumbnail {
  height: 100%;
  display: flex;
  align-items: center;
  max-height: var(--cart-image-size);
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .bde-mini-cart-item-thumbnail img {
  object-fit: contain;
  height: auto;
  max-height: var(--cart-image-size);
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .bde-mini-cart-item-title {
  grid-column: span 2;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .bde-mini-cart-quantity {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .quantity-title {
  margin-bottom: 0;
  margin-right: 8px;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
  display: flex;
  flex-flow: row;
  align-items: center;
  max-width: none;
  font-size: 12px;
  width: auto;
  margin-right: 8px;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .u-qty-field-box {
  width: 35px;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .qty {
  padding: 3px;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  line-height: 1.2;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover, .breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .remove:focus {
  text-decoration: underline;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .amount {
  margin-left: auto;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .bde-quantity-button {
  display: none;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .woocommerce-mini-cart-item .shop_attributes {
  font-size: 12px;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart li.ns-mini-summary {
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  padding: 20px 0 20px 0;
  position: relative;
  /*&::before, &::after {
    position: absolute;
    left: var(--bde-mini-cart-padding-left, 0);
    width: calc(100% - var(--bde-mini-cart-padding-left, 0px) - var(--bde-mini-cart-padding-right, 0px));
    height: 1px;
    background-color: $light-gray;
  }*/
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart li.ns-mini-summary::before {
  content: "";
  top: 0;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart li.ns-mini-summary::after {
  bottom: 0;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart li.ns-mini-summary--promo + li.ns-mini-summary {
  margin-top: 0;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart li.ns-mini-summary--totals {
  display: flex;
  border-top: 1px solid #000;
  margin-top: 35px;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart li.ns-mini-summary:last-child {
  padding-bottom: 0;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart li.ns-mini-summary:last-child::after {
  content: "";
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__row {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 0;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__row:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__row {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__row--total .amount {
  font-weight: inherit;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__row.promo-row .ns-total-discount {
  text-transform: none;
  display: inline-block;
  font-size: 0.75rem;
  background-color: #c786c9;
  border-radius: 3px;
  color: #fff;
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__row .remove-donation {
  margin-left: 10px;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__cell {
  flex: 0 0 auto;
  margin: 0;
  text-align: left;
  font-weight: 600;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__cell p {
  margin-bottom: 0;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__cell--full {
  flex: 1 1 100%;
  margin-bottom: 0.5rem;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__cell--head {
  flex: 1 1 40%;
  font-weight: 400;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__cell .amount bdi {
  font-size: inherit;
}
.breakdance .bde-mini-cart-offcanvas ul.woocommerce-mini-cart .ns-mini-summary__cell.small-text {
  font-size: 75%;
  font-weight: 300;
}
.breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost {
  position: relative;
}
body .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost ~ .woocommerce-error, body .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost ~ .woocommerce-message {
  margin-top: 10px;
  padding: 5px 10px;
}
body .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost ~ .woocommerce-error::before, body .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost ~ .woocommerce-message::before {
  content: none;
  display: none;
}
body .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost ~ .woocommerce-error li, body .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost ~ .woocommerce-message li {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
body .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost ~ .woocommerce-error li::before, body .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost ~ .woocommerce-message li::before {
  content: none;
  display: none;
}
.breakdance .bde-mini-cart-offcanvas .ns-coupon-info {
  position: relative;
  margin-top: 10px;
}
.breakdance .bde-mini-cart-offcanvas .ns-coupon-info .s-coupon-info__text {
  color: var(--bde-body-text-color);
  text-transform: uppercase;
  padding: 5px;
  display: flex;
  justify-content: center;
  border: 1px dashed var(--bde-body-text-color);
  border-radius: 4px;
}
.breakdance .bde-mini-cart-offcanvas .ns-coupon-info .s-coupon-info__text strong {
  margin: 0 4px;
  font-weight: 500;
}
.breakdance .bde-mini-cart-offcanvas .ns-coupon-info .s-remove-coupon {
  margin-left: 8px;
  margin-top: 5px;
}
.breakdance .bde-mini-cart-offcanvas .remove-button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.04424%209.83358L9.80849%201.06932M9.8085%209.83357L1.04424%201.06932%22%20stroke%3D%22%23101C1E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%20%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}

.breakdance .awdr-you-saved-text {
  color: var(--bde-body-text-color) !important;
  font-size: 12px;
}
.breakdance .awdr-you-saved-text .remove_from_cart_button {
  display: none;
}
.breakdance .awdr-you-saved-text .woocommerce-Price-amount bdi {
  font-size: 12px !important;
}

/* ---------------------------------------
	Checkout
--------------------------------------- */
.alg-wc-oma-msg {
  margin-top: 20px;
}

.woocommerce .payment-method-heading, .woocommerce-page .payment-method-heading {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.woocommerce .payment-method-heading input, .woocommerce-page .payment-method-heading input {
  margin-left: 0;
}
.woocommerce .payment-method-heading label, .woocommerce-page .payment-method-heading label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.woocommerce .payment-method-heading label img.wc-stripe-card-icon, .woocommerce-page .payment-method-heading label img.wc-stripe-card-icon {
  height: 20px;
  width: auto;
  flex: 0 0 auto;
  margin: 0 !important;
  filter: grayscale(1);
  min-height: 0;
  min-width: 0;
  float: none !important;
}
.woocommerce .wc-payment-form, .woocommerce-page .wc-payment-form {
  display: flex;
  flex-flow: row wrap;
  column-gap: calc(var(--bde-woo-forms__spacing-between-fields) * 2);
  margin: 0;
}
.woocommerce #wc-stripe-card-element, .woocommerce-page #wc-stripe-card-element {
  margin-bottom: 0;
}
.woocommerce .wc-stripe-card-icons-container, .woocommerce-page .wc-stripe-card-icons-container {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .woocommerce .wc-stripe-card-icons-container, .woocommerce-page .wc-stripe-card-icons-container {
    display: none;
  }
}
.woocommerce div.payment_box, .woocommerce-page div.payment_box {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce div.payment_box fieldset, .woocommerce-page div.payment_box fieldset {
  padding: 0;
  border: none;
}

.bde-mini-cart-offcanvas-body #ppc-button-minicart, .bde-mini-cart-offcanvas-body #ppc-button-applepay-container-minicart, .bde-mini-cart-offcanvas-body #ppc-button-googlepay-container-minicart {
  display: none !important;
}

.woocommerce-checkout {
  --bde-woo-base-text-on-primary-color: var(--bde-body-text-color);
  --bde-woo-buttons-and-links__text-link-color: var(--bde-body-text-color);
}
.woocommerce-checkout .woocommerce-mini-cart__buttons {
  display: block !important;
  padding: 30px 0;
}
.woocommerce-checkout .bde-mini-cart-offcanvas-body #ppc-button-minicart, .woocommerce-checkout .bde-mini-cart-offcanvas-body #ppc-button-applepay-container-minicart, .woocommerce-checkout .bde-mini-cart-offcanvas-body #ppc-button-googlepay-container-minicart {
  display: block !important;
}
.woocommerce-checkout #ppc-button-googlepay-container-minicart {
  height: 50px !important;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout {
  gap: 0;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .payment_method_ppcp-credit-card-gateway .form-row {
  margin-bottom: 10px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .bde-checkout-billing-form .woocommerce-billing-fields .form-row input span[role=textbox],
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .bde-checkout-billing-form .woocommerce-billing-fields .form-row span[role=combobox] span[role=textbox] {
  font-size: var(--bde-form-font-size);
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .bde-checkout-billing-form .woocommerce-billing-fields .form-row label abbr.required {
  display: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper {
  row-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper {
    --bde-woo-forms__spacing-between-fields: 30px;
  }
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-additional-fields {
  display: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout #ship-to-different-address {
  font-family: inherit;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout #ship-to-different-address label {
  text-transform: none;
  font-size: 18px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout #ship-to-different-address span {
  font-size: 12px;
  font-family: inherit;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .place-order {
  display: none !important;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .u-checkout-ghost {
  padding: 20px 0 0;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .u-checkout-ghost .button {
  width: 100%;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-review-order .woocommerce-mini-cart__buttons a {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-review-order .woocommerce-mini-cart__buttons button {
  display: flex !important;
  visibility: visible;
  z-index: 0;
  pointer-events: auto;
  margin-top: 0.75rem;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .bde-accordion__button {
  border-bottom: 1px solid #e0d5c6;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .payment_method_stripe_ach label img {
  width: 20px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment {
  padding: 0;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment ul.wc_payment_methods {
  --bde-woo-forms__spacing-between-fields: 20px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment ul.wc_payment_methods .wc_payment_method {
  padding: 0;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment ul.wc_payment_methods .wc_payment_method .sv-wc-payment-gateway-card-icons {
  display: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .wc-stripe-save-source {
  margin-top: 15px;
  position: relative;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .wc-stripe-save-source .checkbox {
  font-size: inherit;
  position: static;
  cursor: pointer;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .wc-stripe-save-source .checkbox::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .wc-stripe-save-source .checkbox input {
  opacity: 1;
  position: static;
  width: var(--bde-form-checkbox-size) !important;
  height: var(--bde-form-checkbox-size) !important;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .wc-stripe-save-source .checkbox .save-source-checkbox {
  display: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .wc-stripe-save-source .save-source-label {
  margin-left: 0;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment > .form-row label {
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: var(--bde-body-text-color);
  background: none;
  text-transform: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment > .form-row ~ fieldset {
  margin-top: 16px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .payment_box.payment_method_authorize_net_cim_credit_card > p {
  display: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .payment_box.payment_method_authorize_net_cim_credit_card .form-row {
  display: block;
  margin-bottom: 1rem;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .payment_box.payment_method_authorize_net_cim_credit_card .form-row label {
  font-size: 0.6875rem;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .payment_box.payment_method_authorize_net_cim_credit_card .form-row label[for=wc-authorize-net-cim-credit-card-use-new-payment-method] {
  font-style: italic;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .payment_box.payment_method_authorize_net_cim_credit_card .form-row input {
  display: block;
  width: 100%;
  padding-top: var(--bde-form-input-padding-top);
  padding-right: var(--bde-form-input-padding-right);
  padding-bottom: var(--bde-form-input-padding-bottom);
  padding-left: var(--bde-form-input-padding-left);
  background-color: #fff;
  background-image: none;
  border: 1px solid #7f7f7f;
  font-size: var(--bde-form-font-size);
  line-height: 1.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .payment_box.payment_method_authorize_net_cim_credit_card .form-row abbr.required {
  display: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-checkout-payment#payment .payment_box.payment_method_authorize_net_cim_credit_card .wc-authorize-net-cim-credit-card-new-payment-method-form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.75rem;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout ul.woocommerce-shipping-methods {
  --bde-woo-forms__spacing-between-fields: 20px;
  gap: var(--bde-woo-forms__spacing-between-fields);
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout ul.woocommerce-shipping-methods li {
  position: relative;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout ul.woocommerce-shipping-methods li:not(:only-child) {
  padding-left: calc(var(--bde-form-checkbox-size) + 0.5em);
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout ul.woocommerce-shipping-methods li label {
  display: block;
  font-weight: 600;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout ul.woocommerce-shipping-methods li label .amount, .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout ul.woocommerce-shipping-methods li label bdi, .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout ul.woocommerce-shipping-methods li label .woocommerce-Price-currencySymbol {
  line-height: inherit;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout ul.woocommerce-shipping-methods li input {
  font-size: inherit;
  top: 0.5em;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .u-shipping-method-description {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .ns-review-order.bde-mini-cart-offcanvas-body {
  top: auto !important;
  z-index: 1;
  position: relative;
  width: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  box-shadow: none;
  pointer-events: auto;
  --bde-mini-cart-padding-left: 0;
  --bde-mini-cart-padding-right: 0;
  background-color: transparent;
  margin-top: 0;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .ns-review-order.bde-mini-cart-offcanvas-body::before, .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .ns-review-order.bde-mini-cart-offcanvas-body::after {
  content: none;
  display: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .ns-review-order.bde-mini-cart-offcanvas-body .quantity {
  grid-column: span 2;
  margin-right: 0;
  gap: 5px;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .ns-review-order.bde-mini-cart-offcanvas-body {
    --cart-image-size: 40px;
  }
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .ns-review-order.bde-mini-cart-offcanvas-body .awdr-you-saved-text {
  grid-column: span 2/span 3;
  text-align: end;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .ns-review-order ul.woocommerce-mini-cart {
  min-height: 0;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .ns-review-order .bde-mini-cart-item-title {
  color: var(--bde-body-text-color);
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .ns-review-order .amount {
  font-weight: 600;
  font-size: 16px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce footer.bde-mini-cart-offcanvas-footer {
  border: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-mini-cart-item {
  --bde-woo-base-medium-gaps: 15px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-mini-cart-item + .woocommerce-mini-cart-item {
  border: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order {
  --bde-woo-forms__spacing-between-fields: 35px;
  --usa-panel-padding: 30px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order {
    --usa-panel-padding: 15px;
  }
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  display: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order ul.woocommerce-order-overview {
  background-color: #fff;
  padding: var(--usa-panel-padding);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order ul.woocommerce-order-overview li {
  color: #7f7f7f;
  flex: 0 0 auto;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order ul.woocommerce-order-overview li strong {
  margin-top: 10px;
  color: var(--bde-body-text-color);
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order ul.woocommerce-order-overview li .amount {
  font-weight: inherit;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order ul.woocommerce-order-overview li.woocommerce-order-overview__payment-method {
  display: none;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-order-details,
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-order-totals,
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-bacs-bank-details {
  background-color: #fff;
  padding: var(--usa-panel-padding);
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .bacs_details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-table--order-details {
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-table--order-details {
    font-size: 18px;
  }
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-table--order-details td {
  font-size: inherit;
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
    --bde-woo-base-big-gaps: 5px;
    display: block;
  }
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead {
    display: none;
  }
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody {
    display: block;
  }
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr {
    display: flex;
    flex-flow: column;
    padding: var(--bde-woo-base-big-gaps) 0;
  }
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:not(:last-child) {
    border-bottom: 1px solid var(--bde-body-text-color);
  }
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td, .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr th {
    width: 100%;
  }
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-columns--addresses.col2-set {
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-columns--addresses.col2-set {
    flex-flow: row wrap;
    gap: var(--bde-woo-forms__spacing-between-fields);
  }
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-column {
  background-color: #fff;
  padding: var(--usa-panel-padding);
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-table__product-name {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-table__product-name {
    width: 65%;
  }
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-table__product-total {
  width: 150px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .woocommerce-order .woocommerce-table__product-total .amount {
  font-weight: 600;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .payment_method_cybersource_echeck > p {
  margin-bottom: 10px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .wc-cybersource-echeck-new-payment-method-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  --bde-woo-forms__spacing-between-fields: 30px;
  column-gap: var(--bde-woo-forms__spacing-between-fields);
  row-gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .wc-cybersource-echeck-new-payment-method-form {
    --bde-woo-forms__spacing-between-fields: 16px;
  }
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .wc-cybersource-echeck-new-payment-method-form .form-row {
  gap: 0 !important;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .wc-cybersource-echeck-new-payment-method-form .form-row .input-text {
  font-size: 16px !important;
  padding: 9px 14px !important;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .wc-cybersource-echeck-new-payment-method-form .form-row .description {
  margin-top: 8px;
}
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce .wc-ppcp-cancel__payment {
  margin-top: 10px;
  display: inline-block;
}

.woocommerce .breakdance .woocommerce-order-details__title,
.woocommerce .breakdance .woocommerce-column__title,
.woocommerce .breakdance .wc-bacs-bank-details-heading,
.woocommerce .breakdance .wc-bacs-bank-details-account-name, .woocommerce-page .breakdance .woocommerce-order-details__title,
.woocommerce-page .breakdance .woocommerce-column__title,
.woocommerce-page .breakdance .wc-bacs-bank-details-heading,
.woocommerce-page .breakdance .wc-bacs-bank-details-account-name {
  font-size: 20px;
  font-weight: 600;
}
.woocommerce .breakdance .woocommerce-order-totals, .woocommerce-page .breakdance .woocommerce-order-totals {
  --bde-woo-base-big-gaps: 10px;
  --bde-woo-base-medium-gaps: 10px;
}
.woocommerce .breakdance .woocommerce-order-totals .woocommerce-order-details__title, .woocommerce-page .breakdance .woocommerce-order-totals .woocommerce-order-details__title {
  margin-bottom: 20px;
}
.woocommerce .breakdance .woocommerce-order-totals .woocommerce-table--order-details, .woocommerce-page .breakdance .woocommerce-order-totals .woocommerce-table--order-details {
  font-size: 16px;
}
.woocommerce .breakdance .woocommerce-order-totals .woocommerce-table--order-details th, .woocommerce-page .breakdance .woocommerce-order-totals .woocommerce-table--order-details th {
  font-weight: 400;
}
.woocommerce .breakdance .woocommerce-order-totals .woocommerce-table--order-details td, .woocommerce-page .breakdance .woocommerce-order-totals .woocommerce-table--order-details td {
  font-weight: 600;
  text-align: right;
}
.woocommerce .breakdance .woocommerce-order-totals .woocommerce-table--order-details td .amount, .woocommerce-page .breakdance .woocommerce-order-totals .woocommerce-table--order-details td .amount {
  font-weight: inherit;
}
.woocommerce .breakdance .woocommerce-order-totals tbody tr:first-child > td, .woocommerce .breakdance .woocommerce-order-totals tbody tr:first-child th, .woocommerce-page .breakdance .woocommerce-order-totals tbody tr:first-child > td, .woocommerce-page .breakdance .woocommerce-order-totals tbody tr:first-child th {
  padding-top: 30px;
}
.woocommerce .breakdance .woocommerce-customer-details, .woocommerce-page .breakdance .woocommerce-customer-details {
  padding: 0 !important;
}
.woocommerce .woocommerce-order .bde-mini-cart-item, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item, .woocommerce .woocommerce-order-details .bde-mini-cart-item, .woocommerce-page .woocommerce-order .bde-mini-cart-item, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item {
  --cart-image-size: 115px;
  position: relative;
  display: flex;
  align-items: center;
  grid-template-columns: var(--cart-image-size) 1fr;
  column-gap: 15px;
  row-gap: 5px;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-order .bde-mini-cart-item, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item, .woocommerce .woocommerce-order-details .bde-mini-cart-item, .woocommerce-page .woocommerce-order .bde-mini-cart-item, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item {
    --cart-image-size: 60px;
  }
}
.woocommerce .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes, .woocommerce .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes, .woocommerce-page .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.woocommerce .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes p, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes p, .woocommerce .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes p, .woocommerce-page .woocommerce-order .bde-mini-cart-item .woocommerce-product-attributes p, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item .woocommerce-product-attributes p, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item .woocommerce-product-attributes p {
  font-size: inherit;
  font-weight: inherit;
}
.woocommerce .woocommerce-order .bde-mini-cart-item-title, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item-title, .woocommerce .woocommerce-order-details .bde-mini-cart-item-title, .woocommerce-page .woocommerce-order .bde-mini-cart-item-title, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item-title, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item-title {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce .woocommerce-order .bde-mini-cart-item-title:hover, .woocommerce .woocommerce-order .bde-mini-cart-item-title:focus, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item-title:hover, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item-title:focus, .woocommerce .woocommerce-order-details .bde-mini-cart-item-title:hover, .woocommerce .woocommerce-order-details .bde-mini-cart-item-title:focus, .woocommerce-page .woocommerce-order .bde-mini-cart-item-title:hover, .woocommerce-page .woocommerce-order .bde-mini-cart-item-title:focus, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item-title:hover, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item-title:focus, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item-title:hover, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item-title:focus {
  color: #debd68;
  text-decoration: none;
}
.woocommerce .woocommerce-order .bde-mini-cart-item-thumbnail, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item-thumbnail, .woocommerce .woocommerce-order-details .bde-mini-cart-item-thumbnail, .woocommerce-page .woocommerce-order .bde-mini-cart-item-thumbnail, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item-thumbnail, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item-thumbnail {
  flex: 0 0 var(--cart-image-size);
}
@media only screen and (max-width: 600px) {
  .woocommerce .woocommerce-order .bde-mini-cart-item-thumbnail, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item-thumbnail, .woocommerce .woocommerce-order-details .bde-mini-cart-item-thumbnail, .woocommerce-page .woocommerce-order .bde-mini-cart-item-thumbnail, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item-thumbnail, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item-thumbnail {
    display: none;
  }
}
.woocommerce .woocommerce-order .bde-mini-cart-item-thumbnail img, .woocommerce .woocommerce-MyAccount-orders .bde-mini-cart-item-thumbnail img, .woocommerce .woocommerce-order-details .bde-mini-cart-item-thumbnail img, .woocommerce-page .woocommerce-order .bde-mini-cart-item-thumbnail img, .woocommerce-page .woocommerce-MyAccount-orders .bde-mini-cart-item-thumbnail img, .woocommerce-page .woocommerce-order-details .bde-mini-cart-item-thumbnail img {
  display: block;
}

.woocommerce-order .u-ty-notes {
  margin-top: 20px;
}

/*------------------------------------------
  Account Page
------------------------------------------*/
/* ---------------------------------------
	Login Form
--------------------------------------- */
.registration-heading {
  display: none;
}

.woocommerce {
  --u-login-side-padding: 55px;
}
@media only screen and (max-width: 767px) {
  .woocommerce {
    --u-login-side-padding: 35px;
  }
}

.u-login-tabs__item + .u-login-tabs__item {
  margin-top: 20px;
}
.u-login-tabs__item #account-form-register, .u-login-tabs__item #account-form-login {
  pointer-events: none;
}

.u-login-tabs__title-box {
  background-color: #fff;
  padding: 25px var(--u-login-side-padding);
  display: flex;
  position: relative;
  text-decoration: none;
}
.u-login-tabs__title-box input {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .u-login-tabs__title-box input {
    left: 10px;
  }
}
.u-login-tabs__title-box .u-login-tabs__title-inner {
  display: flex;
  flex-flow: column;
}

.u-login-tabs__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.u-login-tabs__subtitle {
  font-size: 14px;
}

.u-login-tabs__content {
  background-color: #fff;
  padding-left: var(--u-login-side-padding);
  padding-right: var(--u-login-side-padding);
  padding-bottom: 30px;
}

.woocommerce .breakdance-woocommerce button[name=register]:hover, .woocommerce-page .breakdance-woocommerce button[name=register]:hover {
  background-color: var(--bde-button-primary-background-color-hover);
}
.woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword {
  align-content: center;
  align-items: center;
  flex-flow: row wrap;
  max-width: none;
  font-size: 12px;
  --bde-woo-base-big-gaps: 20px;
  padding: 0;
}
.woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login a, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login .u-magic-login-link, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register a, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register .u-magic-login-link, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword a, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .u-magic-login-link, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login a, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login .u-magic-login-link, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register a, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register .u-magic-login-link, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword a, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .u-magic-login-link {
  color: inherit;
  font-size: inherit;
  font-weight: 500;
}
.woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login a:hover, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login a:focus, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login .u-magic-login-link:hover, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login .u-magic-login-link:focus, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register a:hover, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register a:focus, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register .u-magic-login-link:hover, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register .u-magic-login-link:focus, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword a:hover, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword a:focus, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .u-magic-login-link:hover, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .u-magic-login-link:focus, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login a:hover, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login a:focus, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login .u-magic-login-link:hover, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login .u-magic-login-link:focus, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register a:hover, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register a:focus, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register .u-magic-login-link:hover, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register .u-magic-login-link:focus, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword a:hover, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword a:focus, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .u-magic-login-link:hover, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .u-magic-login-link:focus {
  text-decoration: underline;
}
.woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login p, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register p, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword p, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login p, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register p, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword p {
  font-size: inherit;
  margin-bottom: auto;
}
.woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login .lost_password, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register .lost_password, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .lost_password, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login .lost_password, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register .lost_password, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .lost_password {
  text-align: right;
}
.woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .woocommerce-privacy-policy-text, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .woocommerce-privacy-policy-text {
  margin-top: 0;
}
.woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text p, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text p, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .woocommerce-privacy-policy-text p, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text p, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text p, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .woocommerce-privacy-policy-text p {
  font-size: inherit;
}
.woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login .button, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register .button, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .button, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login .button, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register .button, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .button {
  background-color: var(--bde-brand-primary-color);
  color: var(--bde-body-text-color);
  width: 100%;
  flex-grow: 1;
  border-color: transparent;
}
.woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login .button:hover, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login .button:focus, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register .button:hover, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register .button:focus, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .button:hover, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .button:focus, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login .button:hover, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login .button:focus, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register .button:hover, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register .button:focus, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .button:hover, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .button:focus {
  background-color: transparent;
  color: var(--bde-body-text-color);
  border-color: var(--bde-body-text-color);
}
.woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-login .g-recaptcha, .woocommerce .breakdance .breakdance-woocommerce .woocommerce-form-register .g-recaptcha, .woocommerce .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .g-recaptcha, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-login .g-recaptcha, .woocommerce-page .breakdance .breakdance-woocommerce .woocommerce-form-register .g-recaptcha, .woocommerce-page .breakdance .breakdance-woocommerce .lost_reset_password.woocommerce-ResetPassword .g-recaptcha {
  width: 100%;
}
.woocommerce .breakdance .breakdance-woocommerce label.woocommerce-form-login__rememberme, .woocommerce-page .breakdance .breakdance-woocommerce label.woocommerce-form-login__rememberme {
  margin-bottom: 0;
  font-size: inherit;
  --checkbox-size: 1.25rem;
}
.woocommerce .breakdance .breakdance-woocommerce label.woocommerce-form-login__rememberme span, .woocommerce-page .breakdance .breakdance-woocommerce label.woocommerce-form-login__rememberme span {
  font-size: inherit;
}
.woocommerce.woocommerce-lost-password .bde-woopageaccount .woocommerce-message, .woocommerce-page.woocommerce-lost-password .bde-woopageaccount .woocommerce-message {
  margin-bottom: 1.5rem;
}

.woocommerce-account .user-register-form {
  display: none;
}
.woocommerce-account .user-register-form-inner {
  padding: 0;
  background: transparent;
}
.woocommerce-account .user-login-form, .woocommerce-account .user-register-form, .woocommerce-account .lost_reset_password {
  width: 100%;
}
.woocommerce-account .user-login-form .woocommerce-form-login {
  row-gap: 0;
}
.woocommerce-account .user-login-form .woocommerce-form-login .form-row-submit {
  margin-top: 1.5rem !important;
}
.woocommerce-account .lost_reset_password {
  max-width: unset !important;
  background-color: #fff !important;
  padding: 30px var(--u-login-side-padding) !important;
}
.woocommerce-account .lost_reset_password p {
  font-size: var(--bde-woo-typography__size-standard) !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* ---------------------------------------
	Edit Account details
--------------------------------------- */
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content > a.button, .breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content #place_order, .breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content [name=save_account_details] {
  min-width: 10rem;
  padding: 10px 20px;
  font-size: 0.875rem;
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content > a.button:hover, .breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content #place_order:hover, .breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content [name=save_account_details]:hover, .breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content > a.button:focus, .breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content #place_order:focus, .breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content [name=save_account_details]:focus {
  background-color: var(--bde-brand-primary-color-hover);
  color: var(--bde-body-text-color);
}

.breakdance .bde-woopageaccount {
  --usa-panel-padding: 30px;
}
@media only screen and (max-width: 767px) {
  .breakdance .bde-woopageaccount {
    --usa-panel-padding: 15px;
  }
}
.breakdance .bde-woopageaccount .wc-block-components-notice-banner {
  margin-bottom: 0;
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-navigation,
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content {
  background-color: #fff;
  padding: var(--usa-panel-padding);
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-navigation ul {
  flex-flow: row wrap;
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content form.edit-account {
  flex-flow: row wrap;
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content form.edit-account fieldset {
  width: 100%;
  flex-basis: 100%;
  padding: 0;
  margin: 0;
  flex-flow: row wrap;
  align-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content form.edit-account fieldset {
    flex-flow: column;
  }
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content form.edit-account fieldset legend {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content form.edit-account fieldset .form-row {
  width: auto;
  flex: 1 1 0;
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content .col2-set {
  max-width: none;
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
  padding: 0;
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  flex-flow: row wrap;
  --gap: var(--bde-woo-forms__spacing-between-fields);
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-bottom: 0;
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-PaymentMethod--actions .button {
  padding: 4px 8px;
  background-color: var(--bde-brand-primary-color);
  color: var(--bde-body-text-color);
}
.breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-PaymentMethod--actions .button:hover, .breakdance .bde-woopageaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-PaymentMethod--actions .button:focus {
  color: #ffffff;
  background-color: var(--bde-body-text-color);
}
.breakdance .bde-woopageaccount .woocommerce-error a.u-verification_message {
  float: unset;
}

/* ---------------------------------------
	Orders list
--------------------------------------- */
.woocommerce-page.woocommerce-orders .breakdance .breakdance-woocommerce .woocommerce-MyAccount-content, .woocommerce.woocommerce-orders .breakdance .breakdance-woocommerce .woocommerce-MyAccount-content {
  padding: 0;
  background-color: transparent;
}
.woocommerce-page.woocommerce-orders .breakdance .breakdance-woocommerce .woocommerce-orders-table, .woocommerce.woocommerce-orders .breakdance .breakdance-woocommerce .woocommerce-orders-table {
  padding: var(--usa-panel-padding);
  background-color: #fff;
}
.woocommerce-page .breakdance .breakdance-woocommerce .my_account_orders.shop_table, .woocommerce .breakdance .breakdance-woocommerce .my_account_orders.shop_table {
  font-weight: 400;
}
.woocommerce-page .breakdance .breakdance-woocommerce .my_account_orders.shop_table .woocommerce-orders-table-title, .woocommerce .breakdance .breakdance-woocommerce .my_account_orders.shop_table .woocommerce-orders-table-title {
  font-size: 20px;
  font-weight: 600;
}

.u-order {
  border-top: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 25px;
}
.u-order:last-child {
  padding-bottom: 0;
}

.u-order__top {
  margin-bottom: 1rem;
}

.u-order__top-info {
  margin: 0;
  color: #7f7f7f;
}
.u-order__top-info + .u-order__top-info {
  margin-top: 10px;
}
.u-order__top-info--total {
  display: flex;
  flex-flow: column;
}
.u-order__top-info--total strong {
  margin-top: 10px;
}
.u-order__top-info strong {
  color: var(--bde-body-text-color);
}
.u-order__top-info strong a {
  color: inherit;
  text-decoration: underline;
}
.u-order__top-info strong a:hover, .u-order__top-info strong a:focus {
  color: inherit;
}

.u-order__total-box {
  display: flex;
  justify-content: flex-end;
}

.u-order__row {
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
}
.u-order__row:last-child {
  padding-bottom: 0;
}

/* ---------------------------------------
	Order details
--------------------------------------- */
.u-checkout-steps__list {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.u-checkout-steps__item {
  color: #000;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1 1 0;
}

.u-checkout-steps__label {
  text-decoration: none;
  display: block;
}

.u-checkout-steps__number {
  padding: 0.35em 0.25em 0.15em 0.25em;
  background: #000;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  margin-bottom: 1em;
}

/* ---------------------------------------
	Woo Back In Stock Notifications Plugin
--------------------------------------- */
#wc_bis_product_form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 20px;
  max-width: 700px;
  margin-bottom: 0;
}
#wc_bis_product_form .wc_bis_form_title {
  width: 100%;
  margin-bottom: 0;
}
#wc_bis_product_form .input-text {
  width: calc(60% - 6px);
  margin-bottom: 0 !important;
  padding: 12px 14px;
}
@media screen and (max-width: 479px) {
  #wc_bis_product_form .input-text {
    width: 100%;
  }
}
#wc_bis_product_form button {
  background-color: var(--bde-body-text-color);
  color: white;
  border: 1px solid var(--bde-body-text-color);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
  transition: 0.3s all;
  width: calc(40% - 6px);
  margin-bottom: 0 !important;
}
@media screen and (max-width: 479px) {
  #wc_bis_product_form button {
    width: 100%;
  }
}
#wc_bis_product_form button:hover {
  color: var(--bde-body-text-color);
  background-color: var(--bde-brand-primary-color);
  border-color: var(--bde-brand-primary-color);
}

#u-notification-popup .u-out-of-stock {
  color: var(--bde-woo-notices__error-text);
  background-color: var(--bde-woo-notices__error-background);
  border-radius: var(--bde-woo-notices__border-radius);
  padding: 12px 12px 12px 36px;
  font-size: var(--bde-woo-typography__size-standard);
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  margin-bottom: 16px;
  width: fit-content;
}
#u-notification-popup .u-out-of-stock:before {
  content: "";
  background-color: var(--error-svg-icon-color);
  -webkit-mask-image: var(--error-svg-icon);
  mask-image: var(--error-svg-icon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: var(--bde-woo-notices__icon-size);
  height: var(--bde-woo-notices__icon-size);
  position: absolute;
  top: calc(50% - var(--bde-woo-notices__icon-size) / 2);
  left: 12px;
}
#u-notification-popup .u-notification-form {
  min-height: 90px;
}

/* ---------------------------------------
	Quantity discount table
--------------------------------------- */
.awdr-bulk-customizable-table #sort_customizable_table {
  border-collapse: collapse;
  width: 100%;
}
.awdr-bulk-customizable-table #sort_customizable_table thead {
  background-color: var(--bde-brand-primary-color);
  display: table-header-group !important;
}
.awdr-bulk-customizable-table #sort_customizable_table thead tr th {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .awdr-bulk-customizable-table #sort_customizable_table thead tr th {
    font-size: 14px;
  }
}
.awdr-bulk-customizable-table #sort_customizable_table th, .awdr-bulk-customizable-table #sort_customizable_table td {
  border: 1px solid #000;
  padding: 8px 8px 4px !important;
  text-align: center;
  width: 50%;
}
.awdr-bulk-customizable-table #sort_customizable_table td {
  color: var(--bde-woo-base-text-color);
  font-family: var(--bde-woo-typography__size-standard-font-family);
  display: table-cell;
}
.awdr-bulk-customizable-table #sort_customizable_table td .woocommerce-Price-amount bdi {
  font-size: var(--bde-woo-typography__size-standard);
}
.awdr-bulk-customizable-table #sort_customizable_table tr {
  display: table-row !important;
}
.awdr-bulk-customizable-table #sort_customizable_table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.u-state-notice {
  color: red;
  font-size: 13px;
  margin-top: 10px;
  display: block;
}

.tax-product_cat ul.products .product {
  border: 1px solid #000;
  padding: 15px 15px 20px 15px;
}
.tax-product_cat ul.products .product .woocommerce-loop-product__link {
  color: var(--bde-body-text-color);
}
.tax-product_cat ul.products .product .woocommerce-loop-product__link .bde-woo-product-image {
  margin-bottom: 30px;
}
.tax-product_cat ul.products .product .woocommerce-loop-product__link .bde-woo-product-image img {
  max-height: 200px;
}
.tax-product_cat ul.products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-weight: 500;
  font-size: 20px;
}
.tax-product_cat ul.products .product .woocommerce-loop-product__link .price {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}
.tax-product_cat ul.products .product .woocommerce-loop-product__link .price span, .tax-product_cat ul.products .product .woocommerce-loop-product__link .price bdi {
  font-size: inherit;
  font-weight: inherit;
}
.tax-product_cat ul.products .product .u-upsells-products {
  padding-top: 5px;
}
.tax-product_cat ul.products .product .u-upsells-products .woocommerce-loop-product__link, .tax-product_cat ul.products .product .u-upsells-products .u-upsells-products a {
  color: var(--bde-body-text-color);
  display: inline;
}
.tax-product_cat ul.products .product .woocommerce-short-description {
  color: var(--bde-body-text-color);
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 25px;
}
.tax-product_cat ul.products .product .bde-woo-product-footer {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .tax-product_cat ul.products .product .bde-woo-product-footer {
    flex-wrap: wrap;
  }
}
.tax-product_cat ul.products .product .bde-woo-product-footer .add_to_cart_button {
  color: #ffffff;
  font-weight: 500;
  border: 1px solid var(--bde-body-text-color);
  background-color: var(--bde-body-text-color);
}
.tax-product_cat ul.products .product .bde-woo-product-footer .add_to_cart_button:hover, .tax-product_cat ul.products .product .bde-woo-product-footer .add_to_cart_button:focus {
  background-color: #ffffff;
  color: var(--bde-body-text-color);
}
.tax-product_cat ul.products .product .bde-woo-product-footer .button-view-details {
  border: 1px solid var(--bde-brand-primary-color);
}
.tax-product_cat ul.products .product .bde-woo-product-footer .button-view-details:hover, .tax-product_cat ul.products .product .bde-woo-product-footer .button-view-details:focus {
  background-color: #ffffff;
  color: var(--bde-body-text-color);
  border-color: var(--bde-body-text-color);
}

.ajax-overlay, .woocommerce .breakdance-woocommerce ul.products, .woocommerce-page .breakdance-woocommerce ul.products, .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost {
  position: relative;
}
.ajax-overlay::before, .woocommerce .breakdance-woocommerce ul.products::before, .woocommerce-page .breakdance-woocommerce ul.products::before, .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost::before, .ajax-overlay::after, .woocommerce .breakdance-woocommerce ul.products::after, .woocommerce-page .breakdance-woocommerce ul.products::after, .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost::after {
  visibility: hidden;
  opacity: 0;
}
.ajax-overlay::after, .woocommerce .breakdance-woocommerce ul.products::after, .woocommerce-page .breakdance-woocommerce ul.products::after, .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2091.4%2091.4%22%3E%3Ccircle%20cx%3D%2245.7%22%20cy%3D%2245.7%22%20r%3D%2245.7%22/%3E%3Ccircle%20cx%3D%2245.7%22%20cy%3D%2224.4%22%20r%3D%2212.5%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: cover;
  animation: spin 1s ease-in-out infinite;
}
.ajax-overlay::before, .woocommerce .breakdance-woocommerce ul.products::before, .woocommerce-page .breakdance-woocommerce ul.products::before, .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost::before {
  content: "" !important;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block !important;
  background-color: #fff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ajax-overlay::after, .woocommerce .breakdance-woocommerce ul.products::after, .woocommerce-page .breakdance-woocommerce ul.products::after, .breakdance .bde-mini-cart-offcanvas .ns-coupon-ghost::after {
  z-index: 3;
}
.overlay-active.ajax-overlay::before, .woocommerce .breakdance-woocommerce ul.overlay-active.products::before, .woocommerce-page .breakdance-woocommerce ul.overlay-active.products::before, .breakdance .bde-mini-cart-offcanvas .overlay-active.ns-coupon-ghost::before, .overlay-active.ajax-overlay::after, .woocommerce .breakdance-woocommerce ul.overlay-active.products::after, .woocommerce-page .breakdance-woocommerce ul.overlay-active.products::after, .breakdance .bde-mini-cart-offcanvas .overlay-active.ns-coupon-ghost::after {
  visibility: visible;
  opacity: 0.6;
}

.css-clip, .woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > .form-row > label,
.woocommerce-checkout .bde-checkout-builder.breakdance-woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper > .form-row > label {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  clip-path: inset(50%);
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 479px) {
  .bde-posts-pagination {
    gap: 1rem;
  }
}
.bde-posts-pagination > div:empty {
  display: none;
}

.ns-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.ns-modal-wrap::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
}
.ns-modal-wrap.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ns-modal-wrap__inner {
  position: relative;
  width: 100%;
  height: auto;
  background-color: white;
  color: #000000;
  text-align: left;
  max-width: 700px;
  max-height: 650px;
  overflow: hidden;
  z-index: 99;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
  padding: 30px 24px 24px 24px;
}
.is-open .ns-modal-wrap__inner {
  transform: scale(1);
}

.ns-modal-wrap__close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.4rem !important;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  --svg-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2211%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2011%2012%22%3E%3Cpath%20stroke%3D%22%23101C1E%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M1.05%2010.38%209.8%201.62m0%208.76L1.05%201.62%22/%3E%3C/svg%3E");
}
.ns-modal-wrap__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-image: var(--svg-icon);
  mask-image: var(--svg-icon);
}

.stretched-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}
.woocommerce .stretched-img, .woocommerce-page .stretched-img, .breakdance .stretched-img {
  height: 100%;
}

.rel-wrap {
  position: relative;
}

.rel-content {
  position: relative;
  z-index: 2;
}

/* ---------------------------------------
	Breakdance styles
--------------------------------------- */
@media only screen and (max-width: 600px) {
  html {
    --wp-admin--admin-bar--height: 0px;
  }
}

body {
  --ns-section-width: var(--bde-section-width);
  --ns-side-offset: max(calc((100% - var(--bde-section-width)) / 2 + var(--bde-section-horizontal-padding)), var(--bde-section-horizontal-padding));
}
body.is-breakdance-mini-cart-open {
  padding-right: 0 !important;
}

.breakdance .bde-simple-counter__digit {
  letter-spacing: 0;
}
.breakdance .breakdance {
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.rate-arrow {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
}
.rate-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-image: var(--svg-icon);
  mask-image: var(--svg-icon);
}
.rate-arrow.pos {
  --svg-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20d%3D%22M214.6%2041.4c-12.5-12.5-32.8-12.5-45.3%200l-160%20160c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L160%20141.2V448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V141.2L329.4%20246.6c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-160-160z%22/%3E%3C/svg%3E");
}
.rate-arrow.neg {
  --svg-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20d%3D%22M169.4%20470.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20370.8%20224%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032l0%20306.7L54.6%20265.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22/%3E%3C/svg%3E");
}

.button-atom__text strong {
  font-weight: 700;
}

/* ---------------------------------------
	Drilldown menu styles
--------------------------------------- */
@media only screen and (max-width: 767px) {
  .breakdance-menu.breakdance-menu--offcanvas .breakdance-menu-list {
    overflow: hidden;
  }
  .breakdance-menu.breakdance-menu--offcanvas .breakdance-dropdown, .breakdance-menu.breakdance-menu--offcanvas .breakdance-menu-item {
    position: static;
  }
  .breakdance-menu.breakdance-menu--offcanvas .breakdance-menu-link-arrow.js-drilldown-back {
    justify-content: flex-start;
    font-size: 16px;
    padding: 12px var(--mobile-link-padding-right) 10px calc(var(--mobile-link-padding-left) + 20px);
    margin-bottom: 5px;
    position: static;
    text-align: left;
    --link-arrow-offset-y: -50%;
    --link-arrow-open-rotation: 180deg;
  }
  .breakdance-menu.breakdance-menu--offcanvas .breakdance-menu-link-arrow.js-drilldown-back::after {
    position: absolute;
    left: var(--mobile-link-padding-left);
    top: 50%;
    color: inherit;
    margin: 0;
    background-color: currentColor;
  }
  .breakdance-menu.breakdance-menu--offcanvas .bde-menu-dropdown .breakdance-dropdown-floater {
    position: absolute;
    right: 0;
    width: 100% !important;
    left: auto;
    top: 0;
    height: 100% !important;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .breakdance-menu.breakdance-menu--offcanvas .bde-menu-dropdown .breakdance-dropdown-floater.is-visible {
    transform: translateX(0);
  }
  .breakdance-menu.breakdance-menu--offcanvas .breakdance-dropdown-body {
    height: 100%;
    justify-content: flex-start;
  }
  .breakdance-menu.breakdance-menu--offcanvas .breakdance-dropdown-body .breakdance-menu-link {
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .breakdance-dropdown-body > .breakdance-menu-link, .js-drilldown-back {
    display: none !important;
  }
}
.breakdance-menu.breakdance-menu--active-styles .breakdance-menu-item--active:before {
  width: var(--link-effect-thickness);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

/* ---------------------------------------
	Pagination styles
--------------------------------------- */
.ns-pagination .ns-pagination__numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  justify-content: flex-end;
  column-gap: 20px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .ns-pagination .ns-pagination__numbers {
    font-size: 18px;
  }
}
.ns-pagination .ns-pagination__numbers li a {
  color: rgba(0, 0, 0, 0.5);
}
.ns-pagination .ns-pagination__numbers li a:hover {
  color: var(--bde-brand-primary-color);
}
.ns-pagination .ns-pagination__numbers li .next, .ns-pagination .ns-pagination__numbers li .prev {
  color: black;
  font-weight: 500;
}
.ns-pagination .ns-pagination__numbers li .next {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .ns-pagination .ns-pagination__numbers li .next {
    margin-left: 20px;
  }
}
.ns-pagination .ns-pagination__numbers li .prev {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .ns-pagination .ns-pagination__numbers li .prev {
    margin-right: 20px;
  }
}

.products .ns-pagination {
  grid-column: 1/span 3;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .products .ns-pagination {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 479px) {
  .products .ns-pagination {
    grid-column: 1/span 1;
  }
}

/* ---------------------------------------
	Klaviyo forms styling
--------------------------------------- */
.breakdance .klaviyo-form {
  width: 100% !important;
}
.breakdance .klaviyo-form form.klaviyo-form {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (max-width: 479px) {
  .breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-row] {
    flex-wrap: wrap !important;
    flex-direction: column !important;
  }
}
.breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] {
  padding: 0 !important;
}
@media screen and (max-width: 479px) {
  .breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] {
    width: 100% !important;
    flex: 1 !important;
  }
}
.breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] input[name=email] {
  border-radius: 0 !important;
  border: 1px solid #debd68 !important;
  padding: 16px 14px !important;
  color: white !important;
  font-family: var(--bde-body-font-family) !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  background-color: transparent !important;
  height: auto !important;
}
.breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] input[name=email]:hover {
  border-radius: 0 !important;
  border: 1px solid #debd68 !important;
}
.breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] input[name=email]::placeholder {
  color: #888785 !important;
  font-family: var(--bde-body-font-family) !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}
.breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] input[name=email]:active, .breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] input[name=email]:focus {
  border: 1px solid #debd68 !important;
  outline: none;
}
.breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] button[type=button] {
  font-family: var(--bde-body-font-family) !important;
  padding: 17px 20px !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  width: 180px !important;
  max-width: 180px !important;
  border: 1px solid #debd68 !important;
  border-radius: 0 !important;
  background-color: #debd68 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  transition: 0.3s all !important;
  height: 100% !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 479px) {
  .breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] button[type=button] {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] button[type=button]:hover {
  background-color: transparent !important;
  color: #debd68 !important;
}
.breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] div > span:not(.needsclick), .breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] p > span:not(.needsclick) {
  color: white !important;
  font-family: var(--bde-body-font-family) !important;
  width: 100% !important;
  display: block !important;
  text-align: left !important;
}
.breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] div > span:not(.needsclick) {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .breakdance .klaviyo-form form.klaviyo-form div[data-testid=form-component] p > span:not(.needsclick) {
    font-size: 14px !important;
  }
}
/*# sourceMappingURL=style.css.map */
