/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.103.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_postcss@8.5.6_typescript@5.9.3_webpack@5.103.0/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/svg-transform-loader@2.0.13/node_modules/svg-transform-loader/encode-query.js!./node_modules/.pnpm/@fontsource+inter@4.5.15/node_modules/@fontsource/inter/variable-full.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* inter-cyrillic-variable-full-oblique 0deg 10deg */
@font-face {
  font-family: 'InterVariable';
  font-style: oblique 0deg 10deg;
  font-display: swap;
  font-weight: 100 900;
  src: url('./files/inter-cyrillic-variable-full-normal.woff2') format('woff2');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}  
/* inter-cyrillic-ext-variable-full-oblique 0deg 10deg */
@font-face {
  font-family: 'InterVariable';
  font-style: oblique 0deg 10deg;
  font-display: swap;
  font-weight: 100 900;
  src: url('./files/inter-cyrillic-ext-variable-full-normal.woff2') format('woff2');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}  
/* inter-greek-variable-full-oblique 0deg 10deg */
@font-face {
  font-family: 'InterVariable';
  font-style: oblique 0deg 10deg;
  font-display: swap;
  font-weight: 100 900;
  src: url('./files/inter-greek-variable-full-normal.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}  
/* inter-greek-ext-variable-full-oblique 0deg 10deg */
@font-face {
  font-family: 'InterVariable';
  font-style: oblique 0deg 10deg;
  font-display: swap;
  font-weight: 100 900;
  src: url('./files/inter-greek-ext-variable-full-normal.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}  
/* inter-latin-variable-full-oblique 0deg 10deg */
@font-face {
  font-family: 'InterVariable';
  font-style: oblique 0deg 10deg;
  font-display: swap;
  font-weight: 100 900;
  src: url('./files/inter-latin-variable-full-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}  
/* inter-latin-ext-variable-full-oblique 0deg 10deg */
@font-face {
  font-family: 'InterVariable';
  font-style: oblique 0deg 10deg;
  font-display: swap;
  font-weight: 100 900;
  src: url('./files/inter-latin-ext-variable-full-normal.woff2') format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}  
/* inter-vietnamese-variable-full-oblique 0deg 10deg */
@font-face {
  font-family: 'InterVariable';
  font-style: oblique 0deg 10deg;
  font-display: swap;
  font-weight: 100 900;
  src: url('./files/inter-vietnamese-variable-full-normal.woff2') format('woff2');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
}  

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.103.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_postcss@8.5.6_typescript@5.9.3_webpack@5.103.0/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/svg-transform-loader@2.0.13/node_modules/svg-transform-loader/encode-query.js!./node_modules/.pnpm/react-responsive-modal@6.4.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-responsive-modal/styles.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.react-responsive-modal-root {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.react-responsive-modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.react-responsive-modal-container {
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

/* Used to trick the browser to center the modal content properly  */
.react-responsive-modal-containerCenter:after {
  width: 0;
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.react-responsive-modal-modal {
  max-width: 800px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  background: #ffffff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 1.2rem;
  padding: 1.2rem;
  position: relative;
  overflow-y: auto;
}

.react-responsive-modal-closeButton {
  position: absolute;
  top: 14px;
  left: 14px;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: flex;
}

/* Used to fix a screen glitch issues with the animation see https://github.com/pradel/react-responsive-modal/issues/495 */
.react-responsive-modal-overlay,
.react-responsive-modal-container,
.react-responsive-modal-modal {
  animation-fill-mode: forwards !important;
}

@keyframes react-responsive-modal-overlay-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes react-responsive-modal-overlay-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes react-responsive-modal-modal-in {
  0% {
    transform: scale(0.96);
    opacity: 0;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}

@keyframes react-responsive-modal-modal-out {
  0% {
    transform: scale(100%);
    opacity: 1;
  }
  100% {
    transform: scale(0.96);
    opacity: 0;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.103.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_postcss@8.5.6_typescript@5.9.3_webpack@5.103.0/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/svg-transform-loader@2.0.13/node_modules/svg-transform-loader/encode-query.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.94.2_webpack@5.103.0/node_modules/sass-loader/dist/cjs.js!./sources/scss/frontend/side-cart.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(78 154 224 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(78 154 224 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*:where(.cfw-tw,.cfw-tw *),
:where(.cfw-tw,.cfw-tw *)::before,
:where(.cfw-tw,.cfw-tw *)::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
:where(.cfw-tw,.cfw-tw *)::before,
:where(.cfw-tw,.cfw-tw *)::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
.cfw-tw {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
.cfw-tw {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr:where(.cfw-tw,.cfw-tw *) {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]):where(.cfw-tw,.cfw-tw *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1:where(.cfw-tw,.cfw-tw *),
h2:where(.cfw-tw,.cfw-tw *),
h3:where(.cfw-tw,.cfw-tw *),
h4:where(.cfw-tw,.cfw-tw *),
h5:where(.cfw-tw,.cfw-tw *),
h6:where(.cfw-tw,.cfw-tw *) {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a:where(.cfw-tw,.cfw-tw *) {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b:where(.cfw-tw,.cfw-tw *),
strong:where(.cfw-tw,.cfw-tw *) {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code:where(.cfw-tw,.cfw-tw *),
kbd:where(.cfw-tw,.cfw-tw *),
samp:where(.cfw-tw,.cfw-tw *),
pre:where(.cfw-tw,.cfw-tw *) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small:where(.cfw-tw,.cfw-tw *) {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub:where(.cfw-tw,.cfw-tw *),
sup:where(.cfw-tw,.cfw-tw *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub:where(.cfw-tw,.cfw-tw *) {
  bottom: -0.25em;
}
sup:where(.cfw-tw,.cfw-tw *) {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table:where(.cfw-tw,.cfw-tw *) {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button:where(.cfw-tw,.cfw-tw *),
input:where(.cfw-tw,.cfw-tw *),
optgroup:where(.cfw-tw,.cfw-tw *),
select:where(.cfw-tw,.cfw-tw *),
textarea:where(.cfw-tw,.cfw-tw *) {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button:where(.cfw-tw,.cfw-tw *),
select:where(.cfw-tw,.cfw-tw *) {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button:where(.cfw-tw,.cfw-tw *),
input:where([type='button']):where(.cfw-tw,.cfw-tw *),
input:where([type='reset']):where(.cfw-tw,.cfw-tw *),
input:where([type='submit']):where(.cfw-tw,.cfw-tw *) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring:where(.cfw-tw,.cfw-tw *) {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid:where(.cfw-tw,.cfw-tw *) {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress:where(.cfw-tw,.cfw-tw *) {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
:where(.cfw-tw,.cfw-tw *) ::-webkit-inner-spin-button,
:where(.cfw-tw,.cfw-tw *) ::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search']:where(.cfw-tw,.cfw-tw *) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
:where(.cfw-tw,.cfw-tw *) ::-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.
*/
:where(.cfw-tw,.cfw-tw *) ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary:where(.cfw-tw,.cfw-tw *) {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote:where(.cfw-tw,.cfw-tw *),
dl:where(.cfw-tw,.cfw-tw *),
dd:where(.cfw-tw,.cfw-tw *),
h1:where(.cfw-tw,.cfw-tw *),
h2:where(.cfw-tw,.cfw-tw *),
h3:where(.cfw-tw,.cfw-tw *),
h4:where(.cfw-tw,.cfw-tw *),
h5:where(.cfw-tw,.cfw-tw *),
h6:where(.cfw-tw,.cfw-tw *),
hr:where(.cfw-tw,.cfw-tw *),
figure:where(.cfw-tw,.cfw-tw *),
p:where(.cfw-tw,.cfw-tw *),
pre:where(.cfw-tw,.cfw-tw *) {
  margin: 0;
}
fieldset:where(.cfw-tw,.cfw-tw *) {
  margin: 0;
  padding: 0;
}
legend:where(.cfw-tw,.cfw-tw *) {
  padding: 0;
}
ol:where(.cfw-tw,.cfw-tw *),
ul:where(.cfw-tw,.cfw-tw *),
menu:where(.cfw-tw,.cfw-tw *) {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog:where(.cfw-tw,.cfw-tw *) {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea:where(.cfw-tw,.cfw-tw *) {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
:where(.cfw-tw,.cfw-tw *) input::placeholder,
:where(.cfw-tw,.cfw-tw *) textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button:where(.cfw-tw,.cfw-tw *),
[role="button"]:where(.cfw-tw,.cfw-tw *) {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled:where(.cfw-tw,.cfw-tw *) {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img:where(.cfw-tw,.cfw-tw *),
svg:where(.cfw-tw,.cfw-tw *),
video:where(.cfw-tw,.cfw-tw *),
canvas:where(.cfw-tw,.cfw-tw *),
audio:where(.cfw-tw,.cfw-tw *),
iframe:where(.cfw-tw,.cfw-tw *),
embed:where(.cfw-tw,.cfw-tw *),
object:where(.cfw-tw,.cfw-tw *) {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img:where(.cfw-tw,.cfw-tw *),
video:where(.cfw-tw,.cfw-tw *) {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])):where(.cfw-tw,.cfw-tw *) {
  display: none;
}
.cfw-tw .visible{
  visibility: visible;
}
.cfw-tw .static{
  position: static;
}
.cfw-tw .fixed{
  position: fixed;
}
.cfw-tw .absolute{
  position: absolute;
}
.cfw-tw .relative{
  position: relative;
}
.cfw-tw .mb-2{
  margin-bottom: 0.5rem;
}
.cfw-tw .mb-6{
  margin-bottom: 1.5rem;
}
.cfw-tw .me-1\.5{
  margin-inline-end: 0.375rem;
}
.cfw-tw .me-4{
  margin-inline-end: 1rem;
}
.cfw-tw .me-auto{
  margin-inline-end: auto;
}
.cfw-tw .ml-4{
  margin-right: 1rem;
}
.cfw-tw .ms-5{
  margin-inline-start: 1.25rem;
}
.cfw-tw .mt-1{
  margin-top: 0.25rem;
}
.cfw-tw .mt-2{
  margin-top: 0.5rem;
}
.cfw-tw .mt-4{
  margin-top: 1rem;
}
.cfw-tw .mt-5{
  margin-top: 1.25rem;
}
.cfw-tw .mt-6{
  margin-top: 1.5rem;
}
.cfw-tw .block{
  display: block;
}
.cfw-tw .inline{
  display: inline;
}
.cfw-tw .flex{
  display: flex;
}
.cfw-tw .inline-flex{
  display: inline-flex;
}
.cfw-tw .table{
  display: table;
}
.cfw-tw .table-row{
  display: table-row;
}
.cfw-tw .grid{
  display: grid;
}
.cfw-tw .contents{
  display: contents;
}
.cfw-tw .hidden{
  display: none;
}
.cfw-tw .h-16{
  height: 4rem;
}
.cfw-tw .h-4{
  height: 1rem;
}
.cfw-tw .h-5{
  height: 1.25rem;
}
.cfw-tw .h-auto{
  height: auto;
}
.cfw-tw .w-16{
  width: 4rem;
}
.cfw-tw .w-4{
  width: 1rem;
}
.cfw-tw .w-5{
  width: 1.25rem;
}
.cfw-tw .w-96{
  width: 24rem;
}
.cfw-tw .w-full{
  width: 100%;
}
.cfw-tw .max-w-28{
  max-width: 7rem;
}
.cfw-tw .max-w-lg{
  max-width: 32rem;
}
.cfw-tw .max-w-xl{
  max-width: 36rem;
}
.cfw-tw .flex-shrink-0{
  flex-shrink: 0;
}
.cfw-tw .shrink{
  flex-shrink: 1;
}
.cfw-tw .grow{
  flex-grow: 1;
}
.cfw-tw .border-collapse{
  border-collapse: collapse;
}
.cfw-tw .transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cfw-tw .cursor-pointer{
  cursor: pointer;
}
.cfw-tw .resize{
  resize: both;
}
.cfw-tw .flex-row{
  flex-direction: row;
}
.cfw-tw .flex-col{
  flex-direction: column;
}
.cfw-tw .flex-wrap{
  flex-wrap: wrap;
}
.cfw-tw .items-start{
  align-items: flex-start;
}
.cfw-tw .items-center{
  align-items: center;
}
.cfw-tw .justify-end{
  justify-content: flex-end;
}
.cfw-tw .justify-center{
  justify-content: center;
}
.cfw-tw .justify-between{
  justify-content: space-between;
}
.cfw-tw .gap-x-6{
  column-gap: 1.5rem;
}
.cfw-tw :is(.space-y-6 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.cfw-tw .rounded{
  border-radius: 0.25rem;
}
.cfw-tw .rounded-full{
  border-radius: 9999px;
}
.cfw-tw .rounded-md{
  border-radius: 0.375rem;
}
.cfw-tw .border{
  border-width: 1px;
}
.cfw-tw .border-b{
  border-bottom-width: 1px;
}
.cfw-tw .border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.cfw-tw .border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.cfw-tw .border-transparent{
  border-color: transparent;
}
.cfw-tw .bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(35 114 197 / var(--tw-bg-opacity, 1));
}
.cfw-tw .bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 241 / var(--tw-bg-opacity, 1));
}
.cfw-tw .bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.cfw-tw .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.cfw-tw .object-cover{
  object-fit: cover;
}
.cfw-tw .px-2{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.cfw-tw .px-3{
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.cfw-tw .px-4{
  padding-right: 1rem;
  padding-left: 1rem;
}
.cfw-tw .px-6{
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.cfw-tw .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cfw-tw .py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.cfw-tw .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.cfw-tw .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cfw-tw .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.cfw-tw .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.cfw-tw .text-left{
  text-align: right;
}
.cfw-tw .text-center{
  text-align: center;
}
.cfw-tw .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.cfw-tw .text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.cfw-tw .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.cfw-tw .font-bold{
  font-weight: 700;
}
.cfw-tw .font-medium{
  font-weight: 500;
}
.cfw-tw .font-semibold{
  font-weight: 600;
}
.cfw-tw .uppercase{
  text-transform: uppercase;
}
.cfw-tw .lowercase{
  text-transform: lowercase;
}
.cfw-tw .capitalize{
  text-transform: capitalize;
}
.cfw-tw .italic{
  font-style: italic;
}
.cfw-tw .leading-6{
  line-height: 1.5rem;
}
.cfw-tw .leading-none{
  line-height: 1;
}
.cfw-tw .text-\[--cfw-tb-guarantee-content\]{
  color: var(--cfw-tb-guarantee-content);
}
.cfw-tw .text-\[--cfw-tb-guarantee-title\]{
  color: var(--cfw-tb-guarantee-title);
}
.cfw-tw .text-\[--cfw-tb-review-content\]{
  color: var(--cfw-tb-review-content);
}
.cfw-tw .text-\[--cfw-tb-review-subtitle\]{
  color: var(--cfw-tb-review-subtitle);
}
.cfw-tw .text-\[--cfw-tb-review-title\]{
  color: var(--cfw-tb-review-title);
}
.cfw-tw .text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(35 114 197 / var(--tw-text-opacity, 1));
}
.cfw-tw .text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.cfw-tw .text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.cfw-tw .text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.cfw-tw .text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.cfw-tw .text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.cfw-tw .text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cfw-tw .underline{
  text-decoration-line: underline;
}
.cfw-tw .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cfw-tw .shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cfw-tw .shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cfw-tw .ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.cfw-tw .ring-inset{
  --tw-ring-inset: inset;
}
.cfw-tw .ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.cfw-tw .filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.cfw-tw .transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root {
  --cfw-inter-font-family: "InterVariable","system-ui",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.cfw-primary-btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background: var(--cfw-buttons-primary-background-color);
  color: var(--cfw-buttons-primary-text-color);
  border-radius: 5px;
  border: 1px solid var(--cfw-buttons-primary-background-color);
  font-size: 1em;
  box-sizing: border-box;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  padding: 19px 15px;
}
.cfw-primary-btn:hover {
  background: var(--cfw-buttons-primary-hover-background-color);
  color: var(--cfw-buttons-primary-hover-text-color);
  border-color: var(--cfw-buttons-primary-hover-background-color);
}
.cfw-primary-btn:focus {
  outline-style: none;
}
.cfw-primary-btn:disabled {
  background: var(--cfw-buttons-primary-disabled-background-color, #737373);
  border-color: var(--cfw-buttons-primary-disabled-background-color, #737373);
  cursor: not-allowed;
}

.cfw-secondary-btn {
  border: 1px solid var(--cfw-buttons-secondary-background-color);
  box-shadow: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 0.82rem;
  font-size: 1em;
  background: var(--cfw-buttons-secondary-background-color);
  color: var(--cfw-buttons-secondary-text-color) !important;
  text-align: center;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.cfw-secondary-btn:hover {
  background: var(--cfw-buttons-secondary-hover-background-color);
  color: var(--cfw-buttons-secondary-hover-text-color) !important;
  border-color: var(--cfw-buttons-secondary-hover-background-color);
}
.cfw-secondary-btn:focus {
  outline-style: none;
}
.cfw-secondary-btn.cfw-secondary-btn-inactive {
  opacity: 0.5;
}
.cfw-secondary-btn.cfw-secondary-btn-active {
  opacity: 1;
}

.cfw-totals-list button {
  border: 1px solid var(--cfw-buttons-secondary-background-color);
  box-shadow: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 0.82rem;
  font-size: 1em;
  background: var(--cfw-buttons-secondary-background-color);
  color: var(--cfw-buttons-secondary-text-color) !important;
  text-align: center;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.cfw-totals-list button:hover {
  background: var(--cfw-buttons-secondary-hover-background-color);
  color: var(--cfw-buttons-secondary-hover-text-color) !important;
  border-color: var(--cfw-buttons-secondary-hover-background-color);
}
.cfw-totals-list button:focus {
  outline-style: none;
}
.cfw-totals-list button.cfw-secondary-btn-inactive {
  opacity: 0.5;
}
.cfw-totals-list button.cfw-secondary-btn-active {
  opacity: 1;
}

.checkoutwc .cfw-prev-tab, .cfw-modal .cfw-prev-tab {
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .checkoutwc .previous-button, .cfw-modal .previous-button {
    text-align: center;
  }
}
.checkoutwc .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus), .checkoutwc a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus), .checkoutwc .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus), .checkoutwc input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus), .cfw-modal .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus), .cfw-modal a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus), .cfw-modal .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus), .cfw-modal input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus) {
  border: 1px solid var(--cfw-buttons-secondary-background-color);
  box-shadow: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 0.82rem;
  font-size: 1em;
  background: var(--cfw-buttons-secondary-background-color);
  color: var(--cfw-buttons-secondary-text-color) !important;
  text-align: center;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.checkoutwc .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover, .checkoutwc a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover, .checkoutwc .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover, .checkoutwc input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover, .cfw-modal .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover, .cfw-modal a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover, .cfw-modal .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover, .cfw-modal input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover {
  background: var(--cfw-buttons-secondary-hover-background-color);
  color: var(--cfw-buttons-secondary-hover-text-color) !important;
  border-color: var(--cfw-buttons-secondary-hover-background-color);
}
.checkoutwc .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus, .checkoutwc a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus, .checkoutwc .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus, .checkoutwc input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus, .cfw-modal .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus, .cfw-modal a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus, .cfw-modal .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus, .cfw-modal input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus {
  outline-style: none;
}
.checkoutwc .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-inactive, .checkoutwc a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-inactive, .checkoutwc .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-inactive, .checkoutwc input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-inactive, .cfw-modal .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-inactive, .cfw-modal a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-inactive, .cfw-modal .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-inactive, .cfw-modal input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-inactive {
  opacity: 0.5;
}
.checkoutwc .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-active, .checkoutwc a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-active, .checkoutwc .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-active, .checkoutwc input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-active, .cfw-modal .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-active, .cfw-modal a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-active, .cfw-modal .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-active, .cfw-modal input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus).cfw-secondary-btn-active {
  opacity: 1;
}
.checkoutwc .cfw-primary-btn, .checkoutwc #info_payment button, .cfw-modal .cfw-primary-btn, .cfw-modal #info_payment button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background: var(--cfw-buttons-primary-background-color);
  color: var(--cfw-buttons-primary-text-color);
  border-radius: 5px;
  border: 1px solid var(--cfw-buttons-primary-background-color);
  font-size: 1em;
  box-sizing: border-box;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  padding: 19px 15px;
}
.checkoutwc .cfw-primary-btn:hover, .checkoutwc #info_payment button:hover, .cfw-modal .cfw-primary-btn:hover, .cfw-modal #info_payment button:hover {
  background: var(--cfw-buttons-primary-hover-background-color);
  color: var(--cfw-buttons-primary-hover-text-color);
  border-color: var(--cfw-buttons-primary-hover-background-color);
}
.checkoutwc .cfw-primary-btn:focus, .checkoutwc #info_payment button:focus, .cfw-modal .cfw-primary-btn:focus, .cfw-modal #info_payment button:focus {
  outline-style: none;
}
.checkoutwc .cfw-primary-btn:disabled, .checkoutwc #info_payment button:disabled, .cfw-modal .cfw-primary-btn:disabled, .cfw-modal #info_payment button:disabled {
  background: var(--cfw-buttons-primary-disabled-background-color, #737373);
  border-color: var(--cfw-buttons-primary-disabled-background-color, #737373);
  cursor: not-allowed;
}
.checkoutwc a.button, .checkoutwc .woocommerce-button, .cfw-modal a.button, .cfw-modal .woocommerce-button {
  width: 100%;
}
.checkoutwc a.button, .cfw-modal a.button {
  width: auto;
  text-decoration: none;
}

main.cfw-one-page-checkout .cfw-return-to-shipping-btn {
  display: none;
}

.cfw-button-text {
  pointer-events: none;
}

.cfw-button-loading {
  position: relative;
}
.cfw-button-loading .cfw-button-text {
  visibility: hidden;
}

.cfw-button-loading::after {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: cfw-button-loading-spinner 1s ease infinite;
}

@keyframes cfw-button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(-1turn);
  }
}
.cfw-modal .cfw-product-form-modal-title {
  font-family: var(--cfw-heading-font-family);
  font-size: 1.5em;
}
.cfw-modal .cfw-product-form-modal-image-wrap {
  padding-inline-end: 10px;
}
.cfw-modal .cfw-product-form-modal-image-wrap img {
  width: 100%;
  height: auto;
}
.cfw-modal .woocommerce-variation-add-to-cart {
  display: none !important;
}
.cfw-modal .variations label {
  text-align: start;
}
.cfw-modal .stock.out-of-stock {
  color: red;
}
.cfw-modal .woocommerce-variation-price {
  display: none !important;
}
.cfw-modal .quantity {
  display: none !important;
}
.cfw-modal p {
  margin-bottom: 0.8em !important;
}

.cfw-modal-root {
  z-index: 999999 !important;
}

.cfw-modal-container {
  display: flex;
  align-items: center;
}

.cfw-modal {
  padding: 32px;
  margin: auto;
  border-radius: 5px;
}

.cfw-modal:not(.cfw-full-screen) {
  width: 100% !important;
  max-width: 840px !important;
  min-height: fit-content !important;
  max-height: 80%;
}

.cfw-modal.cfw-full-screen {
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}

.cfw-modal:focus-visible {
  outline: none !important;
}

body.checkout-wc.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.cfw-modal.smarty-modal {
  max-width: 600px !important;
}

.cfw-order-bump-after-checkout-wrap {
  padding: 10px;
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.8em;
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item {
    font-size: 12px;
  }
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #ccc;
  width: 100%;
  top: 20px;
  right: -50%;
  z-index: 2;
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #ccc;
  width: 100%;
  top: 20px;
  right: 50%;
  z-index: 2;
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item.active {
  font-weight: bold;
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item.completed .step-counter {
  background-color: var(--cfw-buttons-primary-background-color);
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item.completed::before {
  border-bottom: 4px solid var(--cfw-buttons-primary-background-color);
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid var(--cfw-buttons-primary-background-color);
  width: 100%;
  top: 20px;
  right: 50%;
  z-index: 3;
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item:last-child::before {
  border-bottom: 4px solid #ccc !important;
  z-index: 3;
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item:first-child::before {
  content: none;
}
.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item:last-child::after {
  content: none;
}
.cfw-order-bump-after-checkout-wrap h2, .cfw-order-bump-after-checkout-wrap h3 {
  text-align: center;
}
.cfw-order-bump-after-checkout-wrap h2 {
  font-size: 2em;
}
.cfw-order-bump-after-checkout-wrap h3 {
  font-size: 1em !important;
  font-weight: 500 !important;
  margin-bottom: 1.8em !important;
}
.cfw-order-bump-after-checkout-wrap .cfw-product-form-modal {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  color: #333;
  padding: 40px;
}
.cfw-order-bump-after-checkout-wrap .cfw-product-form-modal .cfw-product-form-modal-content {
  padding-inline-start: 20px;
}
.cfw-order-bump-after-checkout-wrap .cfw-primary-btn {
  margin-bottom: 1em;
}
.cfw-order-bump-after-checkout-wrap p {
  margin-block-start: 1em !important;
}

.cfw-side-cart-quantity-wrap {
  display: inline-flex;
  align-items: center;
  color: var(--cfw-side-cart-icon-text-color, #222);
  position: relative;
  flex-direction: row;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.cfw-side-cart-quantity-wrap svg {
  width: var(--cfw-side-cart-icon-width, 34px);
  color: var(--cfw-side-cart-icon-color, #222);
}
.cfw-side-cart-quantity-wrap svg:not(.cfw-side-cart-icon-solid) {
  fill: none;
}
.cfw-side-cart-quantity-wrap .cfw-side-cart-quantity {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 20px;
  padding-inline-start: 0.25em;
}

.cfw-side-cart-open-trigger {
  cursor: pointer;
}

@font-face {
  font-family: "cfw-slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
body.admin-bar #cfw-side-cart {
  top: var(--wp-admin--admin-bar--height, 0px);
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
}
@media (max-width: 991.98px) {
  body.admin-bar #cfw-side-cart {
    top: 0;
    height: 100vh;
  }
}

#cfw-side-cart-overlay {
  opacity: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999998;
  visibility: hidden;
  height: 100vh;
}

.slick-dotted.slick-slider {
  margin-bottom: 1em !important;
}

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

main.checkoutwc .cfw-padding-top {
  margin-top: 1em;
}

main.checkoutwc .cfw-light-gray {
  color: #737373;
}

.cfw-pt-05 {
  padding-top: 0.5em !important;
}

.cfw-pt-1 {
  padding-top: 1em !important;
}

.cfw-pt-2 {
  padding-top: 2em !important;
}

.cfw-xtra-small {
  font-size: 0.75em;
}

.cfw-hidden {
  display: none;
}

.cfw-cfe-active .cfw-hidden {
  display: none !important;
}

.cfw-force-hidden {
  display: none !important;
}

.cfw-no-border {
  border: none !important;
}

main.checkoutwc .cfw-rp {
  padding-inline-end: 20px;
}
@media (max-width: 991.98px) {
  main.checkoutwc .cfw-rp {
    padding: 0 20px;
  }
}

.cfw-display-table {
  display: table;
}

.cfw-display-table-row {
  display: table-row;
}

.cfw-display-table-cell {
  display: table-cell;
}

.cfw-w100 {
  width: 100%;
}

.cfw-mb {
  margin-bottom: 0.8em !important;
}

@media screen and (min-width: 992px) {
  .cfw-sticky {
    position: sticky !important;
    top: var(--wp-admin--admin-bar--height, 0px);
  }
}

.cfw-order-bumps .cfw-order-bump {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  color: #333;
}
.cfw-order-bumps .cfw-order-bump > div {
  padding: 0.75rem;
}
.cfw-order-bumps .cfw-order-bump .cfw-order-bump-header {
  border-bottom: 1px solid #eee;
  color: #212529;
}
.cfw-order-bumps .cfw-order-bump .cfw-order-bump-header label {
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cfw-order-bumps .cfw-order-bump .cfw-order-bump-header label input {
  margin-inline-end: 0.5em !important;
}
.cfw-order-bumps .cfw-order-bump .cfw-order-bump-header label span {
  flex-grow: 1;
}
.cfw-order-bumps .cfw-order-bump .cfw-order-bump-body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.cfw-order-bumps .cfw-order-bump .cfw-order-bump-content p {
  margin-bottom: 0.8em;
}
.cfw-order-bumps .cfw-order-bump .cfw-order-bump-total {
  margin-top: 0.5em;
  font-weight: bold;
  color: #000;
}
.cfw-order-bumps .cfw-order-bump .cfw-order-bump-total del {
  font-weight: normal;
}

/**
 * Order Bumps Responsive Stuff
 * This is separate from the main file because we can't use these mixins on admin
 */
#order_review .cfw-order-bumps.cfw-order-bumps-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  #order_review .cfw-order-bumps.cfw-order-bumps-mobile {
    display: block;
  }
}

#cfw-cart-summary .cfw-order-bumps.cfw-order-bumps-mobile {
  display: block;
}

@media (max-width: 991.98px) {
  main.checkoutwc #cfw_bumps_below_cart_items, main.checkoutwc #cfw_bumps_below_checkout_cart_items {
    display: none;
  }
}

#cfw-side-cart {
  font-size: 16px;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  max-width: 480px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  background: var(--cfw-body-background-color) !important;
  font-family: var(--cfw-body-font-family);
  inset-inline-end: -480px;
  top: 0;
  z-index: 999999;
  color: var(--cfw-body-text-color);
  text-rendering: optimizelegibility !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: normal;
  line-height: 1;
  visibility: hidden;
  /* These are copied because Slick uses .parent & selectors that cause issues when imported */
  /* Slider */
}
#cfw-side-cart .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
#cfw-side-cart .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#cfw-side-cart .slick-list:focus {
  outline: none;
}
#cfw-side-cart .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#cfw-side-cart .slick-slider .slick-track,
#cfw-side-cart .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
#cfw-side-cart .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
#cfw-side-cart .slick-track:before, #cfw-side-cart .slick-track:after {
  content: "";
  display: table;
}
#cfw-side-cart .slick-track:after {
  clear: both;
}
#cfw-side-cart .slick-loading .slick-track {
  visibility: hidden;
}
#cfw-side-cart .slick-slide {
  float: inline-start;
  height: 100%;
  min-height: 1px;
  display: none;
}
#cfw-side-cart .slick-slide img {
  display: block;
}
#cfw-side-cart .slick-slide.slick-loading img {
  display: none;
}
#cfw-side-cart .slick-slide.dragging img {
  pointer-events: none;
}
#cfw-side-cart .slick-initialized .slick-slide {
  display: block;
}
#cfw-side-cart .slick-loading .slick-slide {
  visibility: hidden;
}
#cfw-side-cart .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#cfw-side-cart [dir=rtl] .slick-slide {
  float: inline-end;
}
#cfw-side-cart .slick-arrow.slick-hidden {
  display: none;
}
#cfw-side-cart {
  /* Slider */
}
#cfw-side-cart .slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
#cfw-side-cart {
  /* Icons */
  /* Arrows */
}
#cfw-side-cart .slick-prev,
#cfw-side-cart .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
#cfw-side-cart .slick-prev:hover, #cfw-side-cart .slick-prev:focus,
#cfw-side-cart .slick-next:hover,
#cfw-side-cart .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
#cfw-side-cart .slick-prev:hover:before, #cfw-side-cart .slick-prev:focus:before,
#cfw-side-cart .slick-next:hover:before,
#cfw-side-cart .slick-next:focus:before {
  opacity: 1;
}
#cfw-side-cart .slick-prev.slick-disabled:before,
#cfw-side-cart .slick-next.slick-disabled:before {
  opacity: 0.25;
}
#cfw-side-cart .slick-prev:before,
#cfw-side-cart .slick-next:before {
  font-family: "cfw-slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cfw-side-cart .slick-prev {
  left: -25px;
}
#cfw-side-cart .slick-prev:before {
  content: "←";
}
#cfw-side-cart [dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
#cfw-side-cart [dir=rtl] .slick-prev:before {
  content: "→";
}
#cfw-side-cart .slick-next {
  right: -25px;
}
#cfw-side-cart .slick-next:before {
  content: "→";
}
#cfw-side-cart [dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
#cfw-side-cart [dir=rtl] .slick-next:before {
  content: "←";
}
#cfw-side-cart {
  /* Dots */
}
#cfw-side-cart .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
#cfw-side-cart .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
#cfw-side-cart .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#cfw-side-cart .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
#cfw-side-cart .slick-dots li button:hover, #cfw-side-cart .slick-dots li button:focus {
  outline: none;
}
#cfw-side-cart .slick-dots li button:hover:before, #cfw-side-cart .slick-dots li button:focus:before {
  opacity: 1;
}
#cfw-side-cart .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "cfw-slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cfw-side-cart .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#cfw-side-cart {
}
#cfw-side-cart :root {
  --cfw-heading-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  --cfw-body-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  --cfw-body-background-color: #fff;
  --cfw-body-text-color: #666;
  --cfw-body-link-color: #0073aa;
  --cfw-header-background-color: #fff;
  --cfw-header-text-color: #2b2b2b;
  --cfw-header-bottom-margin: 0;
  --cfw-footer-background-color: #fff;
  --cfw-footer-text-color: #999;
  --cfw-footer-top-margin: 0;
  --cfw-cart-summary-background-color: #ffffff;
  --cfw-cart-summary-mobile-background-color: #f4f4f4;
  --cfw-cart-summary-text-color: #333333;
  --cfw-cart-summary-item-quantity-background-color: #727272e6;
  --cfw-cart-summary-item-quantity-text-color: #fff;
  --cfw-cart-summary-order-total-text-color: #000;
  --cfw-breadcrumb-completed-text-color: #00000080;
  --cfw-breadcrumb-current-text-color: #333;
  --cfw-breadcrumb-next-text-color: #00000080;
  --cfw-breadcrumb-completed-accent-color: #333;
  --cfw-breadcrumb-current-accent-color: #333;
  --cfw-breadcrumb-next-accent-color: #333;
  --cfw-buttons-primary-background-color: #333;
  --cfw-buttons-primary-text-color: #ffffff;
  --cfw-buttons-primary-hover-background-color: #555;
  --cfw-buttons-primary-hover-text-color: #ffffff;
  --cfw-buttons-secondary-background-color: #333;
  --cfw-buttons-secondary-text-color: #ffffff;
  --cfw-buttons-secondary-hover-background-color: #555;
  --cfw-buttons-secondary-hover-text-color: #555;
  --cfw-logo-url: '';
  --cfw-loading-shimmer-display-mode: block;
  --cfw-loading-shimmer-cart-item-quantity-display-mode: none;
  --cfw-loading-shimmer-primary-color: #eff1f3;
  --cfw-loading-shimmer-gradient: linear-gradient(to right, var(--cfw-loading-shimmer-primary-color) 4%, #e2e2e2 25%, var(--cfw-loading-shimmer-primary-color) 36%);
  --cfw-horizontal-divider-color: #B0B0B2;
  --cfw-loading-shimmer-filter: none;
  --cfw-tb-review-title: #333;
  --cfw-tb-review-subtitle: rgb(107 114 128);
  --cfw-tb-review-content: #333;
  --cfw-tb-guarantee-title: #333;
  --cfw-tb-guarantee-content: #333;
}
#cfw-side-cart .cfw-side-cart-contents {
  padding: 0 1.5em 1em;
}
#cfw-side-cart .cfw-cart-table:first-child {
  margin-top: 1em;
}
#cfw-side-cart .cfw-cart-table {
  border-collapse: collapse;
}
#cfw-side-cart .cfw-cart-table .cart-item-row:first-child .cfw-cart-item-image, #cfw-side-cart .cfw-cart-table .cart-item-row:first-child > th, #cfw-side-cart .cfw-cart-table .cart-item-row:first-child td {
  padding-top: 0;
}
#cfw-side-cart .cfw-cart-table .cart-item-row {
  border: none !important;
}
#cfw-side-cart .cfw-cart-table .cart-item-row > th, #cfw-side-cart .cfw-cart-table .cart-item-row td {
  text-align: start;
  font-weight: normal;
  padding: 1em 0 1em 0;
  border-inline-start: none;
  border-inline-end: none;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-image {
  width: 3.75em;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-image .cfw-cart-item-image-wrap {
  width: inherit;
  position: relative;
  height: auto;
  display: inline-block;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-image img {
  width: 3.75em !important;
  height: auto;
  border: 1px solid #e1e1e1;
  max-width: none;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-image .cfw-cart-item-quantity-bubble {
  position: absolute;
  left: -0.75em;
  top: -0.75em;
  z-index: 3;
  color: var(--cfw-cart-summary-item-quantity-text-color);
  font-size: 11.99996px;
  font-weight: 600;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: var(--cfw-cart-summary-item-quantity-background-color);
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.58333em;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description {
  padding-inline-start: 1em;
  width: 100%;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description[colspan="2"] {
  padding-inline-start: 0;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description > div, #cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description > p {
  margin-bottom: 0.25rem;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description .cfw-cart-item-title {
  font-weight: 400;
  font-size: 16px;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description .cfw-cart-item-title a {
  color: var(--cfw-body-text-color);
  text-decoration: none;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description .cfw-cart-item-title img {
  display: none !important;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description .cfw-cart-item-data {
  font-size: 0.75em;
  color: #717171;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description .cfw-cart-item-data dd, #cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description .cfw-cart-item-data dt {
  margin-inline-start: 0;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description .cfw-cart-item-data dd {
  margin-bottom: 10px;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-description .cfw-cart-item-data dt {
  font-weight: bold;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-quantity {
  white-space: nowrap;
}
#cfw-side-cart .cfw-cart-table .cart-item-row .cfw-cart-item-subtotal {
  padding-inline-start: 1em;
  text-align: end;
}
@media (max-width: 991.98px) {
  #cfw-side-cart .cfw-cart-table .cfw-cart-row .cfw-cart-item-col {
    margin-inline-start: 20px;
  }
  #cfw-side-cart .cfw-cart-table .cfw-cart-row {
    margin-inline-start: 0;
    margin-inline-end: 0;
    width: 100%;
  }
  #cfw-side-cart .cfw-cart-table .cfw-cart-row > div:first-child {
    margin-inline-start: 0;
    width: 18%;
  }
  #cfw-side-cart .cfw-cart-table .cfw-cart-row > div:nth-child(2) {
    width: 70%;
  }
  #cfw-side-cart .cfw-cart-table .cfw-cart-row > div:last-child {
    margin-inline-end: 0;
    width: 25%;
  }
  #cfw-side-cart .cfw-cart-table .cfw-cart-row .tax_class {
    margin-top: 4px;
    display: block;
  }
}
#cfw-side-cart #cfw-cart .cart-item-row .cfw-cart-item-image {
  padding-top: 0;
}
#cfw-side-cart .cfw-edit-item-quantity-control-wrap {
  display: flex;
  align-items: center;
  color: #717171;
}
#cfw-side-cart .cfw-quantity-stepper {
  font-size: 0.75em;
  display: inline-flex;
  align-items: center;
  border: solid 1px rgb(211, 212, 213);
  border-radius: 16px;
  opacity: 0.9;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus, #cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 30px;
  min-height: 30px;
  background: none;
  appearance: none;
  padding: 0 !important;
  margin-bottom: 0;
  margin-inline-end: 0;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus:before, #cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus:after, #cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus:before, #cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus:after {
  content: none !important;
  display: none !important;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus.cfw-disabled, #cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus.cfw-disabled {
  cursor: not-allowed;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus.cfw-disabled:hover, #cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus.cfw-disabled:hover {
  background: #d9d9d9;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus:hover, #cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus:hover {
  background: #333;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus:hover svg, #cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus:hover svg {
  fill: #fff;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus svg, #cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus svg {
  width: 0.5rem;
  height: auto;
  fill: #333333;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus {
  border: none;
  border-inline-end: solid 1px rgb(211, 212, 213);
  border-start-start-radius: inherit;
  border-end-start-radius: inherit;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus {
  border: none;
  border-inline-start: solid 1px rgb(211, 212, 213);
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-stepper-value-label {
  font-weight: 700;
  width: 100%;
  min-width: 30px;
  text-align: center;
  color: var(--cfw-body-text-color) !important;
  padding-inline-start: 0.25em;
  padding-inline-end: 0.25em;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
  text-decoration: none;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-bulk-edit {
  cursor: pointer;
  text-decoration: none;
}
#cfw-side-cart .cfw-quantity-stepper .cfw-quantity-bulk-edit:hover {
  opacity: 0.5;
}
#cfw-side-cart .cfw-cart-item-subtotal {
  position: relative;
}
#cfw-side-cart .cfw-remove-item-button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  opacity: 0;
  position: absolute;
  top: 1em;
  left: 0;
  font-size: 0.9em;
  color: var(--cfw-cart-summary-text-color) !important;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
}
#cfw-side-cart .cfw-remove-item-button svg {
  width: 20px;
  height: 20px;
}
#cfw-side-cart tr:hover .cfw-remove-item-button {
  opacity: 1;
}
#cfw-side-cart .cfw-suggested-products-wrap {
  background: #f4f4f4;
  padding: 1em 1em 2em;
  margin-top: 1em;
  border-radius: 5px;
}
#cfw-side-cart .cfw-suggested-products-wrap .cfw-suggested-products-heading {
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1em;
}
#cfw-side-cart .cfw-suggested-products-wrap .cfw-suggested-product-description {
  padding-inline-start: 1em;
}
#cfw-side-cart .cfw-suggested-products-wrap .cfw-suggested-product-price {
  margin: 0.5em 0;
}
#cfw-side-cart .cfw-side-cart-free-shipping-progress-wrap {
  margin-top: 1em;
  text-align: center;
  margin-bottom: 1em;
}
#cfw-side-cart .cfw-side-cart-free-shipping-progress-wrap p {
  margin-bottom: 0.75em !important;
}
#cfw-side-cart .cfw-side-cart-free-shipping-progress {
  background-color: var(--cfw-side-cart-free-shipping-progress-background, #f5f5f5);
}
#cfw-side-cart .cfw-side-cart-free-shipping-progress-indicator {
  background: var(--cfw-side-cart-free-shipping-progress-indicator);
  height: 0.5em;
}
#cfw-side-cart .cfw-totals-list tr.shipping.recurring-total td {
  text-align: end;
}
#cfw-side-cart tr.shipping.recurring-total > td > ul {
  margin-top: 0;
  padding-inline-start: 0;
}
#cfw-side-cart tr.shipping.recurring-total > td > ul li {
  list-style: none;
  display: flex;
  padding-inline-start: 0;
  justify-content: start;
  align-items: center;
  text-indent: unset;
}
#cfw-side-cart tr.shipping.recurring-total > td > ul li input {
  margin-inline-end: 8px;
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
}
#cfw-side-cart .subscription-details {
  font-size: 0.75em;
  white-space: nowrap;
  letter-spacing: normal;
}
#cfw-side-cart tr.bundle_table_item td, #cfw-side-cart tr.bundle_table_item th {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
#cfw-side-cart tr.bundled_table_item .cfw-cart-item-image {
  padding-inline-start: 1em !important;
}
#cfw-side-cart tr.bundled_table_item td, #cfw-side-cart tr.bundled_table_item th {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
#cfw-side-cart {
  /** Add border and padding after last bundled item */
}
#cfw-side-cart .cfw-side-cart-contents tr.bundled_table_item:last-child td:not(.visually-hidden), #cfw-side-cart .cfw-side-cart-contents tr.bundled_table_item:last-child th:not(.visually-hidden) {
  border-bottom: 1px solid #d3d4d5 !important;
  padding-bottom: 1em !important;
}
#cfw-side-cart .cfw-side-cart-contents tr.bundled_table_item + tr:not(.bundled_table_item) .cfw-remove-item-button {
  top: 1.5em;
}
#cfw-side-cart .cfw-side-cart-contents tr.bundled_table_item + tr:not(.bundled_table_item) td:not(.visually-hidden), #cfw-side-cart .cfw-side-cart-contents tr.bundled_table_item + tr:not(.bundled_table_item) th:not(.visually-hidden) {
  position: relative;
}
#cfw-side-cart .cfw-side-cart-contents tr.bundled_table_item + tr:not(.bundled_table_item) td:not(.visually-hidden):before, #cfw-side-cart .cfw-side-cart-contents tr.bundled_table_item + tr:not(.bundled_table_item) th:not(.visually-hidden):before {
  content: "";
  position: absolute;
  border-top: 1px solid #d3d4d5;
  margin-top: 1em;
  top: 0;
  right: 0;
  left: 0;
}
#cfw-side-cart .cfw-side-cart-contents tr.bundled_table_item + tr:not(.bundled_table_item) td, #cfw-side-cart .cfw-side-cart-contents tr.bundled_table_item + tr:not(.bundled_table_item) th {
  padding-top: 2em !important;
}
#cfw-side-cart body.checkout tr.bundled_table_item + tr:not(.bundled_table_item) td, #cfw-side-cart body.checkout tr.bundled_table_item + tr:not(.bundled_table_item) th {
  padding-top: 2em !important;
}
#cfw-side-cart .woosb-item-child .cfw-cart-item-subtotal .amount {
  opacity: 0.3;
}
#cfw-side-cart .woosb-item-child .cfw-items-summary-item-discount {
  display: none;
}
#cfw-side-cart .wc-stripe-gpay-mini-cart, #cfw-side-cart .wc-ppcp-minicart-ppcp {
  display: block;
}
#cfw-side-cart #cfw_order_bumps_below_cart_items {
  display: block !important;
}
#cfw-side-cart {
  /**
   * Form Row Vertical Spacing
   */
}
#cfw-side-cart .form-row:not(.cfw-hidden-input) {
  margin-bottom: 0.8em;
}
@media (min-width: 992px) {
  #cfw-side-cart .cfw-input-wrap-row:last-child .form-row {
    margin-bottom: 0;
  }
}
#cfw-side-cart .checkoutwc .form-row, #cfw-side-cart #cfw-cart-summary {
  position: relative;
}
#cfw-side-cart .checkoutwc .form-row input[type=text],
#cfw-side-cart .checkoutwc .form-row input[type=email],
#cfw-side-cart .checkoutwc .form-row input[type=tel],
#cfw-side-cart .checkoutwc .form-row input[type=number],
#cfw-side-cart .checkoutwc .form-row input[type=password],
#cfw-side-cart .checkoutwc .form-row select,
#cfw-side-cart .checkoutwc .form-row textarea, #cfw-side-cart #cfw-cart-summary input[type=text],
#cfw-side-cart #cfw-cart-summary input[type=email],
#cfw-side-cart #cfw-cart-summary input[type=tel],
#cfw-side-cart #cfw-cart-summary input[type=number],
#cfw-side-cart #cfw-cart-summary input[type=password],
#cfw-side-cart #cfw-cart-summary select,
#cfw-side-cart #cfw-cart-summary textarea {
  appearance: none !important;
  background: #fff;
  transition: all 0.2s ease;
  color: #333;
  padding: 0.82rem;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal !important;
  border-radius: 5px !important;
  border: 1px solid #d9d9d9 !important;
  transition-delay: 0s, 0s;
  transition-duration: 0.2s, 0s;
  transition-property: all, width;
  transition-timing-function: ease-out, ease;
  height: auto !important;
}
#cfw-side-cart .checkoutwc .form-row input[type=text]::placeholder,
#cfw-side-cart .checkoutwc .form-row input[type=email]::placeholder,
#cfw-side-cart .checkoutwc .form-row input[type=tel]::placeholder,
#cfw-side-cart .checkoutwc .form-row input[type=number]::placeholder,
#cfw-side-cart .checkoutwc .form-row input[type=password]::placeholder,
#cfw-side-cart .checkoutwc .form-row select::placeholder,
#cfw-side-cart .checkoutwc .form-row textarea::placeholder, #cfw-side-cart #cfw-cart-summary input[type=text]::placeholder,
#cfw-side-cart #cfw-cart-summary input[type=email]::placeholder,
#cfw-side-cart #cfw-cart-summary input[type=tel]::placeholder,
#cfw-side-cart #cfw-cart-summary input[type=number]::placeholder,
#cfw-side-cart #cfw-cart-summary input[type=password]::placeholder,
#cfw-side-cart #cfw-cart-summary select::placeholder,
#cfw-side-cart #cfw-cart-summary textarea::placeholder {
  color: #ccc;
}
#cfw-side-cart .checkoutwc .form-row input[type=text]:focus,
#cfw-side-cart .checkoutwc .form-row input[type=email]:focus,
#cfw-side-cart .checkoutwc .form-row input[type=tel]:focus,
#cfw-side-cart .checkoutwc .form-row input[type=number]:focus,
#cfw-side-cart .checkoutwc .form-row input[type=password]:focus,
#cfw-side-cart .checkoutwc .form-row select:focus,
#cfw-side-cart .checkoutwc .form-row textarea:focus, #cfw-side-cart #cfw-cart-summary input[type=text]:focus,
#cfw-side-cart #cfw-cart-summary input[type=email]:focus,
#cfw-side-cart #cfw-cart-summary input[type=tel]:focus,
#cfw-side-cart #cfw-cart-summary input[type=number]:focus,
#cfw-side-cart #cfw-cart-summary input[type=password]:focus,
#cfw-side-cart #cfw-cart-summary select:focus,
#cfw-side-cart #cfw-cart-summary textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 1px var(--cfw-buttons-primary-background-color) !important;
}
#cfw-side-cart .checkoutwc .form-row select[multiple], #cfw-side-cart #cfw-cart-summary select[multiple] {
  padding-bottom: 0;
}
#cfw-side-cart .checkoutwc .form-row label, #cfw-side-cart #cfw-cart-summary label {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
#cfw-side-cart .checkoutwc .form-row label.cfw-floatable-label, #cfw-side-cart #cfw-cart-summary label.cfw-floatable-label {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  color: #737373;
  transition: all 0.2s ease-out;
  font-size: 12px;
  margin-top: 0.25em;
  margin-bottom: 0;
  padding: 0 1.16em;
  line-height: 1.625;
  opacity: 0;
  height: auto;
  width: auto;
  clip-path: none;
  clip: unset;
  white-space: nowrap;
}
#cfw-side-cart .checkoutwc .form-row label.cfw-floatable-label abbr[title], #cfw-side-cart #cfw-cart-summary label.cfw-floatable-label abbr[title] {
  text-decoration: none;
}
#cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated input[type=text],
#cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated input[type=email],
#cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated input[type=tel],
#cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated input[type=number],
#cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated input[type=password],
#cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated select,
#cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated textarea, #cfw-side-cart #cfw-cart-summary.cfw-label-is-floated input[type=text],
#cfw-side-cart #cfw-cart-summary.cfw-label-is-floated input[type=email],
#cfw-side-cart #cfw-cart-summary.cfw-label-is-floated input[type=tel],
#cfw-side-cart #cfw-cart-summary.cfw-label-is-floated input[type=number],
#cfw-side-cart #cfw-cart-summary.cfw-label-is-floated input[type=password],
#cfw-side-cart #cfw-cart-summary.cfw-label-is-floated select,
#cfw-side-cart #cfw-cart-summary.cfw-label-is-floated textarea {
  padding: 1.35em 0.8em 0.28em 0.8em;
}
#cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated label.cfw-floatable-label, #cfw-side-cart #cfw-cart-summary.cfw-label-is-floated label.cfw-floatable-label {
  opacity: 1 !important;
  z-index: 1000;
}
#cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated, #cfw-side-cart #cfw-cart-summary.cfw-label-is-floated {
  /**
  Firefox style fixes
   */
}
@supports (-moz-appearance: none) {
  #cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated select, #cfw-side-cart #cfw-cart-summary.cfw-label-is-floated select {
    padding: 1.25em 0.5em 0.28em 0.8em;
  }
}
#cfw-side-cart .checkoutwc .form-row.cfw-label-is-floated #cfw-promo-code, #cfw-side-cart #cfw-cart-summary.cfw-label-is-floated #cfw-promo-code {
  padding: 1.35em 0.8em 0.48em 0.8em;
}
#cfw-side-cart .checkoutwc .form-row, #cfw-side-cart #cfw-cart-summary {
  /**
   * Special handling for radio groups
   */
}
#cfw-side-cart .checkoutwc .form-row.cfw-radio-input fieldset label, #cfw-side-cart #cfw-cart-summary.cfw-radio-input fieldset label {
  display: block;
  margin-bottom: 0.5em;
}
#cfw-side-cart .checkoutwc .form-row.cfw-wc_checkout_add_ons_radio-input .woocommerce-input-wrapper, #cfw-side-cart .checkoutwc .form-row.cfw-wc_checkout_add_ons_multicheckbox-input .woocommerce-input-wrapper, #cfw-side-cart #cfw-cart-summary.cfw-wc_checkout_add_ons_radio-input .woocommerce-input-wrapper, #cfw-side-cart #cfw-cart-summary.cfw-wc_checkout_add_ons_multicheckbox-input .woocommerce-input-wrapper {
  display: block;
  margin-bottom: 0.5em;
}
#cfw-side-cart .checkoutwc .form-row.cfw-select-input:not(.cfw-multiselect-input, .cfw-wc_checkout_add_ons_multiselect-input):after, #cfw-side-cart #cfw-cart-summary.cfw-select-input:not(.cfw-multiselect-input, .cfw-wc_checkout_add_ons_multiselect-input):after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg height="512px" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon points="160,115.4 180.7,96 352,256 180.7,416 160,396.7 310.5,256"/></svg>') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  top: 22px;
  transform: translateY(calc(-50% + 2px)) rotate(-90deg);
  z-index: 1000;
}
#cfw-side-cart .checkoutwc .form-row.cfw-hidden-input, #cfw-side-cart #cfw-cart-summary.cfw-hidden-input {
  display: none;
}
#cfw-side-cart .checkoutwc .form-row.cfw-hidden-input label, #cfw-side-cart #cfw-cart-summary.cfw-hidden-input label {
  display: none;
}
#cfw-side-cart .checkoutwc .form-row abbr.required, #cfw-side-cart #cfw-cart-summary abbr.required {
  display: none;
}
#cfw-side-cart .checkoutwc .form-row, #cfw-side-cart #cfw-cart-summary {
  /**
   * Placeholder styles
   */
}
#cfw-side-cart .checkoutwc .form-row ::-webkit-input-placeholder, #cfw-side-cart #cfw-cart-summary ::-webkit-input-placeholder {
  color: #737373 !important;
}
#cfw-side-cart .checkoutwc .form-row :-moz-placeholder, #cfw-side-cart #cfw-cart-summary :-moz-placeholder { /* Firefox 18- */
  color: #737373 !important;
}
#cfw-side-cart .checkoutwc .form-row ::-moz-placeholder, #cfw-side-cart #cfw-cart-summary ::-moz-placeholder { /* Firefox 19+ */
  color: #737373 !important;
}
#cfw-side-cart .checkoutwc .form-row :-ms-input-placeholder, #cfw-side-cart #cfw-cart-summary :-ms-input-placeholder {
  color: #737373 !important;
}
#cfw-side-cart {
  /**
   * Checkbox styling
   */
}
#cfw-side-cart input[type=checkbox], #cfw-side-cart main.checkoutwc input[type=checkbox] {
  appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  vertical-align: -4px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 0 0 0 #000000 inset;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  outline: none;
  margin-inline-end: 0.5em !important;
  margin-inline-start: 0;
}
#cfw-side-cart input[type=checkbox]:checked, #cfw-side-cart main.checkoutwc input[type=checkbox]:checked {
  border: none;
  box-shadow: 0 0 0 10px #000000 inset;
}
#cfw-side-cart input[type=checkbox]:checked:after, #cfw-side-cart main.checkoutwc input[type=checkbox]:checked:after {
  transform: scale(1);
  opacity: 1;
}
#cfw-side-cart input[type=checkbox]:after, #cfw-side-cart main.checkoutwc input[type=checkbox]:after {
  width: 10px;
  height: 8px;
  margin-inline-start: -5px;
  margin-top: -4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4zIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjguOSAwLjMgMTAuMyA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDguOSAwLjMgMTAuMyA4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuNiA4LjFsLTMuNy0zLjggMS0xLjEgMi43IDIuNyA1LjUtNS40IDEgMXoiLz48L3N2Zz4=), none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: scale(0.2);
  transition: all 0.2s ease-in-out 0.1s;
  opacity: 0;
}
#cfw-side-cart {
  /**
   * Radio buttons styling
   */
}
#cfw-side-cart input[type=radio] {
  appearance: none;
  background-color: white;
  border-radius: 50%;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  box-shadow: 0 0 0 0 #000000 inset;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  border: 1px solid #d9d9d9;
  outline: none;
  margin-inline-end: 0.5em;
}
#cfw-side-cart input[type=radio]:after {
  transform: scale(1);
  opacity: 1;
  width: 4px;
  height: 4px;
  margin-inline-start: -2px;
  margin-top: -2px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transition: all 0.2s ease-in-out 0.1s;
}
#cfw-side-cart input[type=radio]:checked {
  border: none;
  box-shadow: 0 0 0 10px #000000 inset;
}
#cfw-side-cart .cfw-check-input, #cfw-side-cart .woocommerce-form__label-for-checkbox, #cfw-side-cart .woocommerce-SavedPaymentMethods-saveNew {
  display: flex;
  align-items: center;
}
#cfw-side-cart .cfw-check-input .required, #cfw-side-cart .woocommerce-form__label-for-checkbox .required, #cfw-side-cart .woocommerce-SavedPaymentMethods-saveNew .required {
  display: none;
}
#cfw-side-cart {
  /**
   * Mark required checkboxes with asterisk at the end of the label
   * Might just be used for the terms and conditions checkbox?
   */
}
#cfw-side-cart .validate-required .woocommerce-form__label-for-checkbox span:after {
  content: "*";
  margin-inline-start: 1px;
}
#cfw-side-cart fieldset {
  margin-top: 0.5em; /* for WooCommerce Subscription Gifting */
  padding: 0;
  border: 0;
  min-width: inherit;
}
#cfw-side-cart {
  /**
   * Normal Labels (The ones that don't float)
   */
}
#cfw-side-cart .cfw-label-style-normal .form-row:not(.cfw-check-input) label {
  position: relative;
  color: #333;
  font-size: 1em;
  margin-bottom: 4px;
  padding: 0;
  opacity: 1;
  pointer-events: all;
  white-space: normal;
}
#cfw-side-cart .cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated input[type=text],
#cfw-side-cart .cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated input[type=email],
#cfw-side-cart .cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated input[type=tel],
#cfw-side-cart .cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated input[type=password],
#cfw-side-cart .cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated input[type=number],
#cfw-side-cart .cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated select,
#cfw-side-cart .cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated textarea {
  padding: 0.82em;
}
#cfw-side-cart .cfw-add-field {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
#cfw-side-cart .cfw-add-field svg {
  height: 1.1em;
  margin-inline-end: 0.2em;
}
#cfw-side-cart .cfw-password-toggle {
  position: absolute;
  top: 0.7em;
  left: 1em;
  color: #999999 !important;
}
#cfw-side-cart .cfw-password-toggle svg {
  width: 1.5em;
}
#cfw-side-cart .cfw-password-toggle .cfw-eye-open {
  display: none;
}
#cfw-side-cart .cfw-password-toggle .cfw-eye-shut {
  display: block;
}
#cfw-side-cart .cfw-password-toggle.cfw-password-eye-open .cfw-eye-open {
  display: block;
}
#cfw-side-cart .cfw-password-toggle.cfw-password-eye-open .cfw-eye-shut {
  display: none;
}
#cfw-side-cart .cfw-password-toggle:hover {
  color: #666666 !important;
}
#cfw-side-cart .cfw-label-style-normal .cfw-password-toggle {
  top: 2.8em;
}
@keyframes cfw_error_shake {
  0% {
    transform: translate(-30px);
  }
  20% {
    transform: translate(30px);
  }
  40% {
    transform: translate(-15px);
  }
  60% {
    transform: translate(15px);
  }
  80% {
    transform: translate(-8px);
  }
  100% {
    transform: translate(0px);
  }
}
#cfw-side-cart .cfw-alert-temporary-shake {
  animation: cfw_error_shake 0.5s 1 linear;
}
#cfw-side-cart #cfw-alert-placeholder {
  display: none;
}
#cfw-side-cart .cfw-alert {
  padding: 15px;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
}
#cfw-side-cart .cfw-alert .message {
  line-height: 1.625;
}
#cfw-side-cart .cfw-alert ul {
  margin: 0;
}
#cfw-side-cart .cfw-alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#cfw-side-cart .cfw-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#cfw-side-cart .cfw-alert-info {
  color: #383d41;
  background-color: #F0F8FF;
  border-color: #bee5eb;
}
#cfw-side-cart #cfw-alert-container ul, #cfw-side-cart #cfw-wc-print-notices ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-inline-start: 0;
}
#cfw-side-cart .woocommerce-info, #cfw-side-cart .woocommerce-error, #cfw-side-cart .woocommerce-message {
  padding: 15px;
  margin-bottom: 1em;
  border: 1px solid #dfe3e8;
  border-radius: 5px;
  line-height: 1.625;
  color: #383d41;
  background-color: #fafafa !important;
}
#cfw-side-cart .woocommerce-info .button, #cfw-side-cart .woocommerce-error .button, #cfw-side-cart .woocommerce-message .button {
  float: inline-end;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  right: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
#cfw-side-cart .woocommerce-info .button:hover, #cfw-side-cart .woocommerce-error .button:hover, #cfw-side-cart .woocommerce-message .button:hover {
  background-color: #dfdcde;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
#cfw-side-cart .woocommerce-info .button:after, #cfw-side-cart .woocommerce-error .button:after, #cfw-side-cart .woocommerce-message .button:after {
  content: " ";
  display: table;
  clear: both;
}
#cfw-side-cart .woocommerce-info form:after, #cfw-side-cart .woocommerce-error form:after, #cfw-side-cart .woocommerce-message form:after {
  content: " ";
  display: table;
  clear: both;
}
#cfw-side-cart .woocommerce-info:after, #cfw-side-cart .woocommerce-error:after, #cfw-side-cart .woocommerce-message:after {
  content: "";
  display: table;
  clear: both;
}
#cfw-side-cart .woocommerce-error {
  color: #721c24;
  background-color: #f8d7da !important;
  border-color: #f5c6cb;
}
#cfw-side-cart ul.woocommerce-error {
  list-style: none;
  margin-bottom: 1em;
  width: 100%;
}
#cfw-side-cart ul.woocommerce-error li {
  padding: 15px;
}
#cfw-side-cart * {
  box-sizing: border-box;
  word-break: normal;
}
#cfw-side-cart h1, #cfw-side-cart h2, #cfw-side-cart h3, #cfw-side-cart h4, #cfw-side-cart h5, #cfw-side-cart h6, #cfw-side-cart h7, #cfw-side-cart #cfw_empty_side_cart_message {
  font-family: var(--cfw-heading-font-family) !important;
}
#cfw-side-cart .form-row {
  padding: 5px !important;
}
#cfw-side-cart a:not(.cfw-primary-btn):not(.cfw-secondary-btn) {
  color: var(--cfw-body-link-color);
}
#cfw-side-cart .cfw-module {
  margin-bottom: 1em;
}
#cfw-side-cart #cfw-side-cart-container {
  width: 100%;
  height: 100%;
}
#cfw-side-cart #cfw-side-cart-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5em 0;
  position: relative;
  background: inherit !important;
}
@media (max-width: 767.98px) {
  #cfw-side-cart #cfw-side-cart-form {
    overflow: hidden scroll;
  }
}
#cfw-side-cart .cfw-side-cart-contents-header,
#cfw-side-cart .cfw-side-cart-contents-footer {
  margin-inline-start: 1.5em;
  margin-inline-end: 1.5em;
}
#cfw-side-cart .cfw-side-cart-contents-header {
  flex-shrink: 0;
  text-align: center;
}
#cfw-side-cart .cfw-side-cart-contents-header .cfw-side-cart-close-btn {
  position: absolute;
  left: 1.5em;
  top: 1.5em;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0px;
}
#cfw-side-cart .cfw-side-cart-contents-header .cfw-side-cart-close-btn svg {
  color: #111827;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
#cfw-side-cart .cfw-side-cart-contents-header .cfw-side-cart-close-btn:hover svg {
  opacity: 0.7;
}
#cfw-side-cart .cfw-side-cart-contents {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  #cfw-side-cart .cfw-side-cart-contents {
    flex-grow: unset;
    overflow-y: unset;
  }
}
#cfw-side-cart .cfw-side-cart-contents h2, #cfw-side-cart .cfw-side-cart-contents #cfw_empty_side_cart_message {
  margin-top: 2em;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}
#cfw-side-cart .cfw-side-cart-contents .woocommerce-notices-wrapper {
  margin-top: 1em;
}
#cfw-side-cart .cfw-side-cart-contents .woocommerce-notices-wrapper :before {
  content: "";
}
#cfw-side-cart .cfw-side-cart-contents-footer {
  flex-shrink: 0;
}
#cfw-side-cart .cfw-side-cart-contents-footer .cfw-side-cart-contents-footer-border-shim {
  padding-top: 1em;
  border-top: 1px solid #d3d4d5;
}
#cfw-side-cart table {
  width: 100%;
  border: none;
  table-layout: auto;
}
#cfw-side-cart table td, #cfw-side-cart table th {
  text-transform: none;
  background: var(--cfw-body-background-color) !important;
  border: none;
  color: inherit !important;
  vertical-align: middle;
}
#cfw-side-cart .cfw-side-cart-totals table {
  border-collapse: collapse;
}
#cfw-side-cart .cfw-side-cart-totals table tr {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
#cfw-side-cart .cfw-side-cart-totals table tr.order-total {
  align-items: baseline;
  border-top: 2px solid #000;
}
#cfw-side-cart .cfw-side-cart-totals table tr.order-total .includes_tax {
  color: #666;
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
#cfw-side-cart .cart-item-row:not(:only-child):not(:last-child) > * {
  border-bottom: 1px solid rgb(211, 212, 213);
}
#cfw-side-cart .cfw-cart-item-image-wrap {
  margin-top: 4px;
}
#cfw-side-cart .cfw-side-cart-totals table {
  border-spacing: 0 1em;
}
#cfw-side-cart .cfw-side-cart-totals table th, #cfw-side-cart .cfw-side-cart-totals table td {
  padding: 0;
  text-align: start;
}
#cfw-side-cart .cfw-side-cart-totals table td {
  text-align: end;
}
#cfw-side-cart .cfw-cart-item-subtotal {
  position: relative;
}
#cfw-side-cart .cfw-remove-item-button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 0.9em;
  color: var(--cfw-body-text-color) !important;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
}
#cfw-side-cart tr:hover .cfw-remove-item-button {
  opacity: 1;
}
@media (max-width: 991.98px) {
  #cfw-side-cart .cfw-remove-item-button {
    opacity: 1;
  }
}
#cfw-side-cart .cfw-primary-btn {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1.6em;
}
#cfw-side-cart .cfw-secondary-btn {
  line-height: normal;
  padding: 0.4em;
}
#cfw-side-cart .cfw-primary-btn {
  padding: 0.6em;
}
#cfw-side-cart .wc-proceed-to-checkout > *:not(:last-child) {
  margin-bottom: 0.5em;
}
#cfw-side-cart .visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  width: 2px;
  height: 2px;
  margin: -2px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
#cfw-side-cart .blockUI.blockOverlay::before {
  background: none;
}
#cfw-side-cart .wc-proceed-to-checkout {
  padding-top: 0;
}
#cfw-side-cart .amount {
  color: var(--cfw-body-text-color);
}
#cfw-side-cart tr.order-total {
  display: table-row;
}
#cfw-side-cart .cfw-order-bump-header label {
  align-items: center;
}
#cfw-side-cart .blockUI::before {
  content: "";
}
#cfw-side-cart .cfw-coupon-wrap .active.slide-toggle > div, #cfw-side-cart .cfw-coupon-wrap .active.slide-toggle .wrapper {
  overflow: visible !important;
}
#cfw-side-cart .cfw-coupon-wrap {
  margin-bottom: 0.8em;
}
#cfw-side-cart .cfw-coupon-wrap .form-row input[type=text], #cfw-side-cart .cfw-coupon-wrap .form-row input[type=tel], #cfw-side-cart .cfw-coupon-wrap .form-row input[type=email], #cfw-side-cart .cfw-coupon-wrap .form-row input[type=password], #cfw-side-cart .cfw-coupon-wrap .cfw-input-wrap input[type=text], #cfw-side-cart .cfw-coupon-wrap .cfw-input-wrap input[type=tel], #cfw-side-cart .cfw-coupon-wrap .cfw-input-wrap input[type=email], #cfw-side-cart .cfw-coupon-wrap .cfw-input-wrap input[type=password] {
  font-size: 14px !important;
}
#cfw-side-cart .cfw-coupon-wrap .form-row .cfw-secondary-btn, #cfw-side-cart .cfw-coupon-wrap .cfw-input-wrap .cfw-secondary-btn {
  font-size: 14px;
  padding: 0.82rem !important;
}
#cfw-side-cart .cfw-coupon-wrap a {
  text-decoration: none;
}
#cfw-side-cart .woocommerce-remove-coupon {
  display: none;
}
#cfw-side-cart .cfw_side_cart_item_after_data {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#cfw-side-cart .cfw_side_cart_item_after_data .cfw-edit-item-quantity-control-wrap {
  margin-inline-end: 7px;
}
#cfw-side-cart .cfw-cart-edit-item-variation {
  text-decoration: none;
}
#cfw-side-cart .cfw-promo-row .form-row {
  padding: 0 !important;
}
#cfw-side-cart .cfw-promo-row .cfw-label-is-floated input[type=text] {
  padding: 1.35em 0.8em 0.52em !important;
}
#cfw-side-cart .cfw-promo-row label {
  padding: 0 1.03em !important;
}
#cfw-side-cart .cfw_cart_item_after_data {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#cfw-side-cart .cfw_cart_item_after_data .cfw-edit-item-quantity-control-wrap {
  margin-inline-end: 7px;
}
@media (max-width: 767.98px) {
  #cfw-side-cart {
    max-width: 100%;
  }
}

#cfw-side-cart-floating-button {
  position: fixed;
  bottom: var(--cfw-side-cart-button-bottom-position, 20px);
  inset-inline-end: var(--cfw-side-cart-button-right-position, 20px);
  z-index: 999997;
}
#cfw-side-cart-floating-button .cfw-side-cart-floating-button-anchor {
  display: block;
  background: var(--cfw-side-cart-button-background, #fff);
  border-radius: 8px;
  padding: 16px;
  box-shadow: var(--cfw-side-cart-button-box-shadow, 0 2px 10px rgba(0, 0, 0, 0.372863));
  cursor: pointer;
  text-rendering: optimizelegibility !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  text-transform: none;
  text-decoration: none;
}
#cfw-side-cart-floating-button:hover .cfw-side-cart-quantity-wrap {
  opacity: 0.5;
}

body.woocommerce-cart #cfw-side-cart-floating-button {
  display: none;
}

body.cfw-side-cart-open {
  overflow: hidden;
}
body.cfw-side-cart-open #cfw-side-cart-overlay {
  animation-name: cfw-side-cart-fade-in;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
body.cfw-side-cart-open #cfw-side-cart {
  inset-inline-end: 0;
  animation-name: cfw-side-cart-slide-in;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

body.cfw-side-cart-close #cfw-side-cart-overlay {
  visibility: visible;
  animation-name: cfw-side-cart-fade-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
body.cfw-side-cart-close #cfw-side-cart {
  inset-inline-end: -480px;
  animation-name: cfw-side-cart-slide-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

html[dir=rtl] .cfw-side-cart-close-btn svg {
  transform: scaleX(-1);
}

.cfw-shake {
  animation-name: cfw-shake;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

@keyframes cfw-shake {
  0% {
    transform: translate(0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate(5px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes cfw-side-cart-fade-in {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes cfw-side-cart-slide-in {
  0% {
    visibility: visible;
    inset-inline-end: -480px;
  }
  100% {
    visibility: visible;
    inset-inline-end: 0;
  }
}
@keyframes cfw-side-cart-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes cfw-side-cart-slide-out {
  0% {
    visibility: visible;
    inset-inline-end: 0;
  }
  100% {
    visibility: hidden;
    inset-inline-end: -480px;
  }
}
.cfw-tw .hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(78 154 224 / var(--tw-bg-opacity, 1));
}
.cfw-tw .hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.cfw-tw .hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.cfw-tw .focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.cfw-tw .focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.cfw-tw .focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 154 224 / var(--tw-ring-opacity, 1));
}
.cfw-tw .focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.cfw-tw .focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.cfw-tw .focus-visible\:outline:focus-visible{
  outline-style: solid;
}
.cfw-tw .focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}
.cfw-tw .focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}
.cfw-tw .focus-visible\:outline-blue-500:focus-visible{
  outline-color: #4e9ae0;
}
@media (min-width: 640px){
  .cfw-tw .sm\:ml-6{
    margin-right: 1.5rem;
  }
  .cfw-tw .sm\:mt-0{
    margin-top: 0px;
  }
  .cfw-tw .sm\:flex{
    display: flex;
  }
  .cfw-tw .sm\:flex-shrink-0{
    flex-shrink: 0;
  }
  .cfw-tw .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .cfw-tw .sm\:items-start{
    align-items: flex-start;
  }
  .cfw-tw .sm\:items-center{
    align-items: center;
  }
  .cfw-tw .sm\:justify-between{
    justify-content: space-between;
  }
  .cfw-tw .sm\:overflow-hidden{
    overflow: hidden;
  }
  .cfw-tw .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .cfw-tw .sm\:rounded-md{
    border-radius: 0.375rem;
  }
  .cfw-tw .sm\:p-6{
    padding: 1.5rem;
  }
  .cfw-tw .sm\:px-0{
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 768px){
  .cfw-tw .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .cfw-tw .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .cfw-tw .md\:mt-0{
    margin-top: 0px;
  }
  .cfw-tw .md\:grid{
    display: grid;
  }
  .cfw-tw .md\:hidden{
    display: none;
  }
  .cfw-tw .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cfw-tw .md\:gap-6{
    gap: 1.5rem;
  }
}
