/* purgecss start ignore */

/* ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */

/*
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)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::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
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Segoe UI, Helvetica Neue, Arial, sans-serif;
  /* 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.
*/

body {
  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 {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  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,
kbd,
samp,
pre {
  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 {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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 {
  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,
input,
optgroup,
select,
textarea {
  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,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  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 {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  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.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  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,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  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,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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(59 130 246 / 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(59 130 246 / 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:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1571px) {
  .container {
    max-width: 1571px;
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  .form-radio:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.btn {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .btn {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn svg {
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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);
  --tw-ring-color: rgb(114 180 44 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.btn-primary {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 9px;
  padding-bottom: 9px;
  --tw-text-opacity: 1;
  color: rgb(114 180 44 / var(--tw-text-opacity));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(114 180 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 154 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

.btn-size-lg {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.actions-toolbar .primary button {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .actions-toolbar .primary button {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .actions-toolbar .primary button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.actions-toolbar .primary button svg {
  display: inline-flex;
}

.actions-toolbar .primary button span {
  vertical-align: middle;
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.actions-toolbar .primary button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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);
  --tw-ring-color: rgb(114 180 44 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.actions-toolbar .primary button {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 9px;
  padding-bottom: 9px;
  --tw-text-opacity: 1;
  color: rgb(114 180 44 / var(--tw-text-opacity));
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(114 180 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hyva_checkout-index-index .actions-toolbar .primary button {
  border-radius: 20px;
  background: orange;
  width: auto;
  line-height: 2.2rem;
  padding: 9px 17px 9px 17px;
  font-size: 1.1rem;
  border: 2px solid orange;
  text-align: left;
  color: #fff;
}

.hyva_checkout-index-index .actions-toolbar .primary button::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  float: right;
  margin-left: 20px;
}

.hyva_checkout-index-index .actions-toolbar .primary button:hover{
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.hyva_checkout-index-index #checkout-terms-condition .actions-toolbar .primary button{
  font-size: 0.8rem;
  line-height: normal;
  width: 90%;
  margin-right: 10px;
}

.product-info-main .product-options-bottom .product-details button.actions-toolbar .primary button.btn-primary {
  float: left;
  margin: 0 0 0px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
  min-height: 48px;
}

.product-info-main .product-options-bottom .product-details button.btn.actions-toolbar .primary button {
  float: left;
  margin: 0 0 0px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
  min-height: 48px;
}

.product-info-main .product-options-bottom .product-details button.actions-toolbar .primary button.btn-primary::before {
  display: inline-block;
  margin: 3px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
  background-size: 100% auto;
}

.product-info-main .product-options-bottom .product-details button.btn.actions-toolbar .primary button::before {
  display: inline-block;
  margin: 3px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
  background-size: 100% auto;
}

.product-info-main .product-options-bottom .product-details button.actions-toolbar .primary button.btn-primary svg{
  display:none;
}

.product-info-main .product-options-bottom .product-details button.btn.actions-toolbar .primary button svg{
  display:none;
}

.product-info-main .product-options-bottom .product-details button.actions-toolbar .primary button.btn-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .product-options-bottom .product-details button.btn.actions-toolbar .primary button:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .product-options-bottom .product-details button.actions-toolbar .primary button.btn-primary:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
  background-size: 100% auto;
}

.product-info-main .product-options-bottom .product-details button.btn.actions-toolbar .primary button:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
  background-size: 100% auto;
}

.product-info-main .cart_button_bg button.actions-toolbar .primary button.btn-primary {
  float: left;
  margin: 0 0 15px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
}

.product-info-main .cart_button_bg button.btn.actions-toolbar .primary button {
  float: left;
  margin: 0 0 15px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
}

.product-info-main .cart_button_bg button.actions-toolbar .primary button.btn-primary:before {
  display: inline-block;
  margin: -4px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
}

.product-info-main .cart_button_bg button.btn.actions-toolbar .primary button:before {
  display: inline-block;
  margin: -4px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
}

.product-info-main .cart_button_bg button.actions-toolbar .primary button.btn-primary svg{
  display:none;
}

.product-info-main .cart_button_bg button.btn.actions-toolbar .primary button svg{
  display:none;
}

.product-info-main .cart_button_bg button.actions-toolbar .primary button.btn-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .cart_button_bg button.btn.actions-toolbar .primary button:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .cart_button_bg button.actions-toolbar .primary button.btn-primary:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
}

.product-info-main .cart_button_bg button.btn.actions-toolbar .primary button:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
}

.product-info-main .product-slider .actions-toolbar .primary button.btn-primary{
  padding: 10px 11px;
  color: #72B42C;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.42px;
}

.product-info-main .product-slider .btn.actions-toolbar .primary button{
  padding: 10px 11px;
  color: #72B42C;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.42px;
}

.product-info-main .product-slider .actions-toolbar .primary button.btn-primary:hover{
  color:#ffffff;
}

.product-info-main .product-slider .btn.actions-toolbar .primary button:hover{
  color:#ffffff;
}

.custom-cart-container .custom-cart-container-left .cart_next_top .actions-toolbar .primary button.btn-primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  width: auto;
  border-radius: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  background: orange;
  text-align: left;
  border: 2px solid orange;
}

.custom-cart-container .custom-cart-container-left .cart_next_top .btn.actions-toolbar .primary button {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  width: auto;
  border-radius: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  background: orange;
  text-align: left;
  border: 2px solid orange;
}

.custom-cart-container .custom-cart-container-left .cart_next_top .actions-toolbar .primary button.btn-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.custom-cart-container .custom-cart-container-left .cart_next_top .btn.actions-toolbar .primary button:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .product-slider .actions-toolbar .primary button.btn-primary a.product-item-link{
  min-height:unset;
}

.product-info-main .product-slider .btn.actions-toolbar .primary button a.product-item-link{
  min-height:unset;
}

.product-info-main .product-slider .actions-toolbar .primary button.btn-primary{
  padding: 5px 6px;
}

.product-info-main .product-slider .btn.actions-toolbar .primary button{
  padding: 5px 6px;
}

.product-info-main .product-slider .actions-toolbar .primary button.btn-primary .product-item-link{
  font-size:12px;
}

.product-info-main .product-slider .btn.actions-toolbar .primary button .product-item-link{
  font-size:12px;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left .cart_next_top .actions-toolbar .primary button.btn-primary{
    width:100%;
    text-align:center;
    justify-content:center;
  }

  .custom-cart-container .custom-cart-container-left .cart_next_top .btn.actions-toolbar .primary button{
    width:100%;
    text-align:center;
    justify-content:center;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .product-info-main .product-slider .actions-toolbar .primary button.btn-primary{
    padding: 5px 6px;
  }

  .product-info-main .product-slider .btn.actions-toolbar .primary button{
    padding: 5px 6px;
  }

  .product-info-main .product-slider .actions-toolbar .primary button.btn-primary .product-item-link{
    font-size:12px;
  }

  .product-info-main .product-slider .btn.actions-toolbar .primary button .product-item-link{
    font-size:12px;
  }
}

.page-header #cart-drawer .actions-toolbar .primary button.cart_checkout_bt {
  margin: 0;
  padding: 0 45px;
  line-height: 45px;
  width: 100%;
  justify-content: center;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  background: orange;
  text-align: left;
  border: 2px solid orange;
}

.page-header #cart-drawer .actions-toolbar .primary button.cart_checkout_bt:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.page-header #cart-drawer .actions-toolbar .primary button.cart_checkout_bt + span{
  margin:10px 0;
  width:100%;
  text-align:center;
  display: block;
}

.page-header #cart-drawer .actions-toolbar .primary button.cart_checkout_bt + span + a{
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
}

.actions-toolbar .primary button{
  font-weight:bold;
  padding-left: 25px;
  padding-right: 25px;
}

#cart-drawer .actions-toolbar .primary button{
  padding: 0.5rem;
}

.catalog-product-view .product-info-main .product-slider .actions-toolbar .primary button.btn-primary{
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

.catalog-product-view .product-info-main .product-slider .btn.actions-toolbar .primary button{
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

.catalog-product-view .product-info-main .product-slider .actions-toolbar .primary button.btn-primary a.product-item-link{
  font-size: 1rem;
  line-height: 1.5rem;
}

.catalog-product-view .product-info-main .product-slider .btn.actions-toolbar .primary button a.product-item-link{
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form .actions-toolbar .primary button {
    font-size: 13px;
    padding: 0px 10px;
    height: 43px;
    line-height: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form .actions-toolbar .primary button {
    font-size: 13px;
    padding: 5px 10px;
  }
}

.actions-toolbar .primary button.btn-primary.apple-pay-button {
  font-size: 0;
}

.btn.actions-toolbar .primary button.apple-pay-button {
  font-size: 0;
}

#category-view-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.category-description {
  max-width: 56rem;
}

.toolbar-products .modes-mode {
  height: 1.5rem;
  width: 1.5rem;
}

.toolbar-products .modes-mode span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.toolbar-products .modes-mode.mode-grid {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
}

.toolbar-products .modes-mode.mode-list {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
}

.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}

.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price {
  font-weight: 600;
  line-height: 1.625;
}

.price-excluding-tax {
  display: block;
}

[data-content-type$='block'] .price-excluding-tax p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount.active .title {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .title svg{
  stroke:#72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .title strong {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .title strong:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 33px;
  margin: 0
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.price-excluding-tax.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left .price-excluding-tax.discount.reparatieservice {
  margin: 30px 0 30px
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
    float: left;
    width: auto;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary{
    float:left;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:768px) {
  .catalogsearch-result-index .mobile_filter_button.price-excluding-tax{
    display: none;
  }
}

.category-view .sidebar .price-excluding-tax.filter {
}

.new_product_main_bg .price-excluding-tax.widget .products-grid .product-items {
  margin: 0 -15px
}

.custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon .form-input{
  width:50%;
}

.custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon > div{
  flex-wrap:wrap;
}

.custom-cart-container .custom-cart-container-left .price-excluding-tax.discount.reparatieservice{
  order:3;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  .price-excluding-tax.block-dashboard-orders .block-content div[id*="order"]{
    flex-wrap: wrap;
    font-size: 12px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.price-excluding-tax.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

.price-container.price-tier_price {
  display: flex;
  gap: 0.25rem;
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:after {
  content: ')';
}

/* Keep file for backwards compatibility */

#customer-login-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  #customer-login-container {
    flex-direction: row;
  }
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --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);
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
  --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(3px + 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);
  --tw-ring-color: rgb(114 180 44 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.page.messages {
  position: sticky;
  z-index: 20;
  top: 0px;
}

.page.messages .messages
    section#messages {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .page.messages .messages
    section#messages {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .page.messages .messages
    section#messages {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .page.messages .messages
    section#messages {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .page.messages .messages
    section#messages {
    max-width: 1280px;
  }
}

@media (min-width: 1571px) {
  .page.messages .messages
    section#messages {
    max-width: 1571px;
  }
}

.page.messages .messages
    section#messages {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media screen and (min-width:320px) and (max-width:767px) {
  footer.page-footer .footer.content .page.messages .messages
    section#messages .row .col-sm-4 > div > strong {
    border-bottom: 1px solid #e7ffc4;
    padding: 0 0 9px;
    position: relative;
    cursor: pointer;
    display: block;
  }

  footer.page-footer .footer.content .page.messages .messages
    section#messages .row .col-sm-4 {
    width: 100%;
    padding-right: 90px;
  }

  footer.page-footer .footer.content .page.messages .messages
    section#messages .row .col-sm-4 > div > strong::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
  }

  footer.page-footer .footer.content .page.messages .messages
    section#messages .row .col-sm-4 > div > strong.active_title::after {
    content: "\f106";
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  footer.page-footer .footer.content .page.messages .messages
    section#messages .row .col-sm-4 > div > strong {
    border-bottom: 1px solid #e7ffc4;
    padding: 0 0 9px;
    position: relative;
    cursor: pointer;
  }

  footer.page-footer .footer.content .page.messages .messages
    section#messages .row .col-sm-4 {
    width: 100%;
    padding-right: 200px;
  }

  footer.page-footer .footer.content .page.messages .messages
    section#messages .row .col-sm-4 > div > strong::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
  }

  footer.page-footer .footer.content .page.messages .messages
    section#messages .row .col-sm-4 > div > strong.active_title::after {
    content: "\f106";
  }
}

.message {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.message.error {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.message.success {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.message.info,
    .message.warning,
    .message.notice {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.message a {
  text-decoration-line: underline;
}

.product-item .price-container {
  display: block;
}

[data-content-type$='block'] .product-item .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount.active .title {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .title svg{
  stroke:#72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .title strong {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .title strong:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 33px;
  margin: 0
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.product-item .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left .product-item .price-container.discount.reparatieservice {
  margin: 30px 0 30px
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
    float: left;
    width: auto;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary{
    float:left;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:768px) {
  .catalogsearch-result-index .mobile_filter_button.product-item .price-container{
    display: none;
  }
}

.category-view .sidebar .product-item .price-container.filter {
}

.new_product_main_bg .product-item .price-container.widget .products-grid .product-items {
  margin: 0 -15px
}

.custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon .form-input{
  width:50%;
}

.custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon > div{
  flex-wrap:wrap;
}

.custom-cart-container .custom-cart-container-left .product-item .price-container.discount.reparatieservice{
  order:3;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  .product-item .price-container.block-dashboard-orders .block-content div[id*="order"]{
    flex-wrap: wrap;
    font-size: 12px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.product-item .price-container.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

.product-item .price-container .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.product-item .price-container .price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product-item .special-price .price-container .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.product-item .old-price .price-container {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.product-item .old-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container {
  margin-bottom: 1rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .title,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount.active .title,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount.active .title {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .title svg,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .title svg{
  stroke:#72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .title strong,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .title strong {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .title strong:before,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .title strong:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .content,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .field,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .field .control,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .field .control input,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .actions-toolbar,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 33px;
  margin: 0
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left .page-product-bundle .price-final_price .price-from .price-container.discount.reparatieservice,.custom-cart-container .custom-cart-container-left  .page-product-bundle .price-final_price .price-to .price-container.discount.reparatieservice {
  margin: 30px 0 30px
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .actions-toolbar,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
    float: left;
    width: auto;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .actions-toolbar,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary{
    float:left;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:768px) {
  .catalogsearch-result-index .mobile_filter_button.page-product-bundle .price-final_price .price-from .price-container,.catalogsearch-result-index .mobile_filter_button .page-product-bundle .price-final_price .price-to .price-container{
    display: none;
  }
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container.filter {
}

.new_product_main_bg .page-product-bundle .price-final_price .price-from .price-container.widget .products-grid .product-items,.new_product_main_bg  .page-product-bundle .price-final_price .price-to .price-container.widget .products-grid .product-items {
  margin: 0 -15px
}

.custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .form-input{
  width:50%;
}

.custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon > div,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon > div{
  flex-wrap:wrap;
}

.custom-cart-container .custom-cart-container-left .page-product-bundle .price-final_price .price-from .price-container.discount.reparatieservice,.custom-cart-container .custom-cart-container-left  .page-product-bundle .price-final_price .price-to .price-container.discount.reparatieservice{
  order:3;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  .page-product-bundle .price-final_price .price-from .price-container.block-dashboard-orders .block-content div[id*="order"], .page-product-bundle .price-final_price .price-to .price-container.block-dashboard-orders .block-content div[id*="order"]{
    flex-wrap: wrap;
    font-size: 12px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .title,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount.active .title,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount.active .title {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .title svg,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .title svg{
  stroke:#72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .title strong,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .title strong {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .title strong:before,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .title strong:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .field,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .field .control,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .field .control input,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 33px;
  margin: 0
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover,.custom-cart-container .custom-cart-container-left #block-fee-wrapper .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left .page-product-bundle .price-final_price .price-from .price-container .price-label.discount.reparatieservice,.custom-cart-container .custom-cart-container-left  .page-product-bundle .price-final_price .price-to .price-container .price-label.discount.reparatieservice {
  margin: 30px 0 30px
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
    float: left;
    width: auto;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary{
    float:left;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:768px) {
  .catalogsearch-result-index .mobile_filter_button.page-product-bundle .price-final_price .price-from .price-container .price-label,.catalogsearch-result-index .mobile_filter_button .page-product-bundle .price-final_price .price-to .price-container .price-label{
    display: none;
  }
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container .price-label.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container .price-label.filter {
}

.new_product_main_bg .page-product-bundle .price-final_price .price-from .price-container .price-label.widget .products-grid .product-items,.new_product_main_bg  .page-product-bundle .price-final_price .price-to .price-container .price-label.widget .products-grid .product-items {
  margin: 0 -15px
}

.custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .form-input{
  width:50%;
}

.custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon > div,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon > div{
  flex-wrap:wrap;
}

.custom-cart-container .custom-cart-container-left .page-product-bundle .price-final_price .price-from .price-container .price-label.discount.reparatieservice,.custom-cart-container .custom-cart-container-left  .page-product-bundle .price-final_price .price-to .price-container .price-label.discount.reparatieservice{
  order:3;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  .page-product-bundle .price-final_price .price-from .price-container .price-label.block-dashboard-orders .block-content div[id*="order"], .page-product-bundle .price-final_price .price-to .price-container .price-label.block-dashboard-orders .block-content div[id*="order"]{
    flex-wrap: wrap;
    font-size: 12px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.page-product-bundle .price-final_price .price-from .price-container .price-label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount .page-product-bundle .price-final_price .price-to .price-container .price-label.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax {
  margin-top: 0.25rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
  line-height: 1.5rem;
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.wishlist-widget .price-box .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.wishlist-widget .price-box .old-price {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles.
   * This will make the modal and off-canvas styles theme specific and more adjustable.
   */
}

.backdrop {
  position: fixed;
  inset: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

.page-header.backdrop {
  position: fixed;
  left: 0;
  z-index: 111;
  top: 0
}

.snap {
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.snap::-webkit-scrollbar {
  display: none;
}

.snap > div {
  scroll-snap-align: start;
}

body {
  overflow-y: scroll;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex-columns-wrapper {
    flex-direction: row;
  }
}

.columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1571px) {
  .columns {
    max-width: 1571px;
  }
}

.columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

@media screen and (min-width:320px) and (max-width:767px) {
  footer.page-footer .footer.content .columns .row .col-sm-4 > div > strong {
    border-bottom: 1px solid #e7ffc4;
    padding: 0 0 9px;
    position: relative;
    cursor: pointer;
    display: block;
  }

  footer.page-footer .footer.content .columns .row .col-sm-4 {
    width: 100%;
    padding-right: 90px;
  }

  footer.page-footer .footer.content .columns .row .col-sm-4 > div > strong::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
  }

  footer.page-footer .footer.content .columns .row .col-sm-4 > div > strong.active_title::after {
    content: "\f106";
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  footer.page-footer .footer.content .columns .row .col-sm-4 > div > strong {
    border-bottom: 1px solid #e7ffc4;
    padding: 0 0 9px;
    position: relative;
    cursor: pointer;
  }

  footer.page-footer .footer.content .columns .row .col-sm-4 {
    width: 100%;
    padding-right: 200px;
  }

  footer.page-footer .footer.content .columns .row .col-sm-4 > div > strong::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
  }

  footer.page-footer .footer.content .columns .row .col-sm-4 > div > strong.active_title::after {
    content: "\f106";
  }
}

.blog-sidebar-cms .block-products-list .columns {
  display: block;
}

.columns {
  grid-template-rows: auto minmax(0,1fr);
}

.columns .main {
  order: 2;
}

.columns .sidebar {
  order: 3;
}

.product-main-full-width .columns {
  max-width: none;
}

.page-main-full-width .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.page-with-filter .columns .sidebar-main {
  order: 1;
}

@media (min-width: 640px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-column: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 3;
  }

  .page-with-filter .columns .sidebar-main {
    order: 1;
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main {
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional {
    grid-column-start: 4;
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

.swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-width: 40px;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

#cart-drawer {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

[x-cloak] {
  display: none !important;
}

.input {
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .input {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input {
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input {
    margin-right: 1rem;
  }
}

.input-light {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.input-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --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);
}

.card-interactive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.transition {
  transition: transform 250ms ease, color 250ms ease;
}

.transform-180 {
  transform: rotate(-180deg);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */

/**
 * Layout
 */

/* Rows */

[data-content-type='row'] {
  box-sizing: border-box;
}

[data-content-type='row'] > div {
  margin-bottom: 0.625rem;
  padding: 0.625rem;
}

[data-content-type='row'][data-appearance='contained'] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1280px;
  }
}

@media (min-width: 1571px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1571px;
  }
}

@media screen and (min-width:320px) and (max-width:767px) {
  footer.page-footer .footer.content [data-content-type='row'][data-appearance='contained'] .row .col-sm-4 > div > strong {
    border-bottom: 1px solid #e7ffc4;
    padding: 0 0 9px;
    position: relative;
    cursor: pointer;
    display: block;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='contained'] .row .col-sm-4 {
    width: 100%;
    padding-right: 90px;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='contained'] .row .col-sm-4 > div > strong::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='contained'] .row .col-sm-4 > div > strong.active_title::after {
    content: "\f106";
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  footer.page-footer .footer.content [data-content-type='row'][data-appearance='contained'] .row .col-sm-4 > div > strong {
    border-bottom: 1px solid #e7ffc4;
    padding: 0 0 9px;
    position: relative;
    cursor: pointer;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='contained'] .row .col-sm-4 {
    width: 100%;
    padding-right: 200px;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='contained'] .row .col-sm-4 > div > strong::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='contained'] .row .col-sm-4 > div > strong.active_title::after {
    content: "\f106";
  }
}

[data-content-type='row'][data-appearance='contained'] {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-bleed'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1571px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1571px;
  }
}

@media screen and (min-width:320px) and (max-width:767px) {
  footer.page-footer .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .row .col-sm-4 > div > strong {
    border-bottom: 1px solid #e7ffc4;
    padding: 0 0 9px;
    position: relative;
    cursor: pointer;
    display: block;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .row .col-sm-4 {
    width: 100%;
    padding-right: 90px;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .row .col-sm-4 > div > strong::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .row .col-sm-4 > div > strong.active_title::after {
    content: "\f106";
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  footer.page-footer .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .row .col-sm-4 > div > strong {
    border-bottom: 1px solid #e7ffc4;
    padding: 0 0 9px;
    position: relative;
    cursor: pointer;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .row .col-sm-4 {
    width: 100%;
    padding-right: 200px;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .row .col-sm-4 > div > strong::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
  }

  footer.page-footer .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .row .col-sm-4 > div > strong.active_title::after {
    content: "\f106";
  }
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type='column-group'], [data-content-type='column-line'] {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  [data-content-type='column-group'], [data-content-type='column-line'] {
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type='column'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

[data-content-type='tabs'] .tabs-navigation {
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --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);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount.active .title {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .title svg{
  stroke:#72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .title strong {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .title strong:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 33px;
  margin: 0
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left [data-content-type='tabs'] .tabs-navigation.discount.reparatieservice {
  margin: 30px 0 30px
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
    float: left;
    width: auto;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary{
    float:left;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:768px) {
  .catalogsearch-result-index .mobile_filter_button[data-content-type='tabs'] .tabs-navigation{
    display: none;
  }
}

.category-view .sidebar [data-content-type='tabs'] .tabs-navigation.filter {
}

.new_product_main_bg [data-content-type='tabs'] .tabs-navigation.widget .products-grid .product-items {
  margin: 0 -15px
}

.custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .form-input{
  width:50%;
}

.custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon > div{
  flex-wrap:wrap;
}

.custom-cart-container .custom-cart-container-left [data-content-type='tabs'] .tabs-navigation.discount.reparatieservice{
  order:3;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  [data-content-type='tabs'] .tabs-navigation.block-dashboard-orders .block-content div[id*="order"]{
    flex-wrap: wrap;
    font-size: 12px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

[data-content-type='tabs'] .tabs-navigation li.tab-header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child {
  margin-left: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-bottom: 1px solid white;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.aw-pquestion__question-listing svg[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  background: orange;
  border-radius: 100%;
  stroke: #ffffff;
  padding: 2px;
  top: 4px;
  z-index: 0;
}

.aw-pquestion__question-listing svg[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title[style="transform: rotate(180deg)"]{
  background: #72b42c;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount.active .title {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .title svg{
  stroke:#72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .title strong {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .title strong:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 33px;
  margin: 0
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount.reparatieservice {
  margin: 30px 0 30px
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
    float: left;
    width: auto;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary{
    float:left;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:768px) {
  .catalogsearch-result-index .mobile_filter_button[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
    display: none;
  }
}

.category-view .sidebar [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.filter {
}

.new_product_main_bg [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.widget .products-grid .product-items {
  margin: 0 -15px
}

.custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .form-input{
  width:50%;
}

.custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon > div{
  flex-wrap:wrap;
}

.custom-cart-container .custom-cart-container-left [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount.reparatieservice{
  order:3;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.block-dashboard-orders .block-content div[id*="order"]{
    flex-wrap: wrap;
    font-size: 12px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

[data-content-type='tabs'] .tabs-content {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  padding: 2rem;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type='text'] {
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type='heading'] {
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type='buttons'] {
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'],
        [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}

[data-content-type='buttons'] [data-content-type='button-item'] a,
        [data-content-type='buttons'] [data-content-type='button-item'] button,
        [data-content-type='buttons'] [data-content-type='button-item'] div {
  display: inline-block;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
  box-sizing: border-box;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-primary svg, button.pagebuilder-button-primary svg, div.pagebuilder-button-primary svg {
  display: inline-flex;
}

a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
  vertical-align: middle;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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);
  --tw-ring-color: rgb(114 180 44 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 9px;
  padding-bottom: 9px;
  --tw-text-opacity: 1;
  color: rgb(114 180 44 / var(--tw-text-opacity));
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(114 180 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hyva_checkout-index-index a.pagebuilder-button-primary,.hyva_checkout-index-index  button.pagebuilder-button-primary,.hyva_checkout-index-index  div.pagebuilder-button-primary {
  border-radius: 20px;
  background: orange;
  width: auto;
  line-height: 2.2rem;
  padding: 9px 17px 9px 17px;
  font-size: 1.1rem;
  border: 2px solid orange;
  text-align: left;
  color: #fff;
}

.hyva_checkout-index-index a.pagebuilder-button-primary::after,.hyva_checkout-index-index  button.pagebuilder-button-primary::after,.hyva_checkout-index-index  div.pagebuilder-button-primary::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  float: right;
  margin-left: 20px;
}

.hyva_checkout-index-index a.pagebuilder-button-primary:hover,.hyva_checkout-index-index  button.pagebuilder-button-primary:hover,.hyva_checkout-index-index  div.pagebuilder-button-primary:hover{
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.hyva_checkout-index-index #checkout-terms-condition a.pagebuilder-button-primary,.hyva_checkout-index-index #checkout-terms-condition  button.pagebuilder-button-primary,.hyva_checkout-index-index #checkout-terms-condition  div.pagebuilder-button-primary{
  font-size: 0.8rem;
  line-height: normal;
  width: 90%;
  margin-right: 10px;
}

.product-info-main .product-options-bottom .product-details buttona.pagebuilder-button-primary.btn-primary,.product-info-main .product-options-bottom .product-details button button.pagebuilder-button-primary.btn-primary,.product-info-main .product-options-bottom .product-details button div.pagebuilder-button-primary.btn-primary {
  float: left;
  margin: 0 0 0px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
  min-height: 48px;
}

.product-info-main .product-options-bottom .product-details buttona.btn.pagebuilder-button-primary,.product-info-main .product-options-bottom .product-details button button.btn.pagebuilder-button-primary,.product-info-main .product-options-bottom .product-details button div.btn.pagebuilder-button-primary {
  float: left;
  margin: 0 0 0px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
  min-height: 48px;
}

.product-info-main .product-options-bottom .product-details buttona.pagebuilder-button-primary.btn-primary::before,.product-info-main .product-options-bottom .product-details button button.pagebuilder-button-primary.btn-primary::before,.product-info-main .product-options-bottom .product-details button div.pagebuilder-button-primary.btn-primary::before {
  display: inline-block;
  margin: 3px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
  background-size: 100% auto;
}

.product-info-main .product-options-bottom .product-details buttona.btn.pagebuilder-button-primary::before,.product-info-main .product-options-bottom .product-details button button.btn.pagebuilder-button-primary::before,.product-info-main .product-options-bottom .product-details button div.btn.pagebuilder-button-primary::before {
  display: inline-block;
  margin: 3px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
  background-size: 100% auto;
}

.product-info-main .product-options-bottom .product-details buttona.pagebuilder-button-primary.btn-primary svg,.product-info-main .product-options-bottom .product-details button button.pagebuilder-button-primary.btn-primary svg,.product-info-main .product-options-bottom .product-details button div.pagebuilder-button-primary.btn-primary svg{
  display:none;
}

.product-info-main .product-options-bottom .product-details buttona.btn.pagebuilder-button-primary svg,.product-info-main .product-options-bottom .product-details button button.btn.pagebuilder-button-primary svg,.product-info-main .product-options-bottom .product-details button div.btn.pagebuilder-button-primary svg{
  display:none;
}

.product-info-main .product-options-bottom .product-details buttona.pagebuilder-button-primary.btn-primary:hover,.product-info-main .product-options-bottom .product-details button button.pagebuilder-button-primary.btn-primary:hover,.product-info-main .product-options-bottom .product-details button div.pagebuilder-button-primary.btn-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .product-options-bottom .product-details buttona.btn.pagebuilder-button-primary:hover,.product-info-main .product-options-bottom .product-details button button.btn.pagebuilder-button-primary:hover,.product-info-main .product-options-bottom .product-details button div.btn.pagebuilder-button-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .product-options-bottom .product-details buttona.pagebuilder-button-primary.btn-primary:hover::before,.product-info-main .product-options-bottom .product-details button button.pagebuilder-button-primary.btn-primary:hover::before,.product-info-main .product-options-bottom .product-details button div.pagebuilder-button-primary.btn-primary:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
  background-size: 100% auto;
}

.product-info-main .product-options-bottom .product-details buttona.btn.pagebuilder-button-primary:hover::before,.product-info-main .product-options-bottom .product-details button button.btn.pagebuilder-button-primary:hover::before,.product-info-main .product-options-bottom .product-details button div.btn.pagebuilder-button-primary:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
  background-size: 100% auto;
}

.product-info-main .cart_button_bg buttona.pagebuilder-button-primary.btn-primary,.product-info-main .cart_button_bg button button.pagebuilder-button-primary.btn-primary,.product-info-main .cart_button_bg button div.pagebuilder-button-primary.btn-primary {
  float: left;
  margin: 0 0 15px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
}

.product-info-main .cart_button_bg buttona.btn.pagebuilder-button-primary,.product-info-main .cart_button_bg button button.btn.pagebuilder-button-primary,.product-info-main .cart_button_bg button div.btn.pagebuilder-button-primary {
  float: left;
  margin: 0 0 15px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
}

.product-info-main .cart_button_bg buttona.pagebuilder-button-primary.btn-primary:before,.product-info-main .cart_button_bg button button.pagebuilder-button-primary.btn-primary:before,.product-info-main .cart_button_bg button div.pagebuilder-button-primary.btn-primary:before {
  display: inline-block;
  margin: -4px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
}

.product-info-main .cart_button_bg buttona.btn.pagebuilder-button-primary:before,.product-info-main .cart_button_bg button button.btn.pagebuilder-button-primary:before,.product-info-main .cart_button_bg button div.btn.pagebuilder-button-primary:before {
  display: inline-block;
  margin: -4px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
}

.product-info-main .cart_button_bg buttona.pagebuilder-button-primary.btn-primary svg,.product-info-main .cart_button_bg button button.pagebuilder-button-primary.btn-primary svg,.product-info-main .cart_button_bg button div.pagebuilder-button-primary.btn-primary svg{
  display:none;
}

.product-info-main .cart_button_bg buttona.btn.pagebuilder-button-primary svg,.product-info-main .cart_button_bg button button.btn.pagebuilder-button-primary svg,.product-info-main .cart_button_bg button div.btn.pagebuilder-button-primary svg{
  display:none;
}

.product-info-main .cart_button_bg buttona.pagebuilder-button-primary.btn-primary:hover,.product-info-main .cart_button_bg button button.pagebuilder-button-primary.btn-primary:hover,.product-info-main .cart_button_bg button div.pagebuilder-button-primary.btn-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .cart_button_bg buttona.btn.pagebuilder-button-primary:hover,.product-info-main .cart_button_bg button button.btn.pagebuilder-button-primary:hover,.product-info-main .cart_button_bg button div.btn.pagebuilder-button-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .cart_button_bg buttona.pagebuilder-button-primary.btn-primary:hover::before,.product-info-main .cart_button_bg button button.pagebuilder-button-primary.btn-primary:hover::before,.product-info-main .cart_button_bg button div.pagebuilder-button-primary.btn-primary:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
}

.product-info-main .cart_button_bg buttona.btn.pagebuilder-button-primary:hover::before,.product-info-main .cart_button_bg button button.btn.pagebuilder-button-primary:hover::before,.product-info-main .cart_button_bg button div.btn.pagebuilder-button-primary:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
}

.product-info-main .product-slider a.pagebuilder-button-primary.btn-primary,.product-info-main .product-slider  button.pagebuilder-button-primary.btn-primary,.product-info-main .product-slider  div.pagebuilder-button-primary.btn-primary{
  padding: 10px 11px;
  color: #72B42C;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.42px;
}

.product-info-main .product-slider a.btn.pagebuilder-button-primary,.product-info-main .product-slider  button.btn.pagebuilder-button-primary,.product-info-main .product-slider  div.btn.pagebuilder-button-primary{
  padding: 10px 11px;
  color: #72B42C;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.42px;
}

.product-info-main .product-slider a.pagebuilder-button-primary.btn-primary:hover,.product-info-main .product-slider  button.pagebuilder-button-primary.btn-primary:hover,.product-info-main .product-slider  div.pagebuilder-button-primary.btn-primary:hover{
  color:#ffffff;
}

.product-info-main .product-slider a.btn.pagebuilder-button-primary:hover,.product-info-main .product-slider  button.btn.pagebuilder-button-primary:hover,.product-info-main .product-slider  div.btn.pagebuilder-button-primary:hover{
  color:#ffffff;
}

.custom-cart-container .custom-cart-container-left .cart_next_top a.pagebuilder-button-primary.btn-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  button.pagebuilder-button-primary.btn-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  div.pagebuilder-button-primary.btn-primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  width: auto;
  border-radius: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  background: orange;
  text-align: left;
  border: 2px solid orange;
}

.custom-cart-container .custom-cart-container-left .cart_next_top a.btn.pagebuilder-button-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  button.btn.pagebuilder-button-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  div.btn.pagebuilder-button-primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  width: auto;
  border-radius: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  background: orange;
  text-align: left;
  border: 2px solid orange;
}

.custom-cart-container .custom-cart-container-left .cart_next_top a.pagebuilder-button-primary.btn-primary:hover,.custom-cart-container .custom-cart-container-left .cart_next_top  button.pagebuilder-button-primary.btn-primary:hover,.custom-cart-container .custom-cart-container-left .cart_next_top  div.pagebuilder-button-primary.btn-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.custom-cart-container .custom-cart-container-left .cart_next_top a.btn.pagebuilder-button-primary:hover,.custom-cart-container .custom-cart-container-left .cart_next_top  button.btn.pagebuilder-button-primary:hover,.custom-cart-container .custom-cart-container-left .cart_next_top  div.btn.pagebuilder-button-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .product-slider a.pagebuilder-button-primary.btn-primary a.product-item-link,.product-info-main .product-slider  button.pagebuilder-button-primary.btn-primary a.product-item-link,.product-info-main .product-slider  div.pagebuilder-button-primary.btn-primary a.product-item-link{
  min-height:unset;
}

.product-info-main .product-slider a.btn.pagebuilder-button-primary a.product-item-link,.product-info-main .product-slider  button.btn.pagebuilder-button-primary a.product-item-link,.product-info-main .product-slider  div.btn.pagebuilder-button-primary a.product-item-link{
  min-height:unset;
}

.product-info-main .product-slider a.pagebuilder-button-primary.btn-primary,.product-info-main .product-slider  button.pagebuilder-button-primary.btn-primary,.product-info-main .product-slider  div.pagebuilder-button-primary.btn-primary{
  padding: 5px 6px;
}

.product-info-main .product-slider a.btn.pagebuilder-button-primary,.product-info-main .product-slider  button.btn.pagebuilder-button-primary,.product-info-main .product-slider  div.btn.pagebuilder-button-primary{
  padding: 5px 6px;
}

.product-info-main .product-slider a.pagebuilder-button-primary.btn-primary .product-item-link,.product-info-main .product-slider  button.pagebuilder-button-primary.btn-primary .product-item-link,.product-info-main .product-slider  div.pagebuilder-button-primary.btn-primary .product-item-link{
  font-size:12px;
}

.product-info-main .product-slider a.btn.pagebuilder-button-primary .product-item-link,.product-info-main .product-slider  button.btn.pagebuilder-button-primary .product-item-link,.product-info-main .product-slider  div.btn.pagebuilder-button-primary .product-item-link{
  font-size:12px;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left .cart_next_top a.pagebuilder-button-primary.btn-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  button.pagebuilder-button-primary.btn-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  div.pagebuilder-button-primary.btn-primary{
    width:100%;
    text-align:center;
    justify-content:center;
  }

  .custom-cart-container .custom-cart-container-left .cart_next_top a.btn.pagebuilder-button-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  button.btn.pagebuilder-button-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  div.btn.pagebuilder-button-primary{
    width:100%;
    text-align:center;
    justify-content:center;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .product-info-main .product-slider a.pagebuilder-button-primary.btn-primary,.product-info-main .product-slider  button.pagebuilder-button-primary.btn-primary,.product-info-main .product-slider  div.pagebuilder-button-primary.btn-primary{
    padding: 5px 6px;
  }

  .product-info-main .product-slider a.btn.pagebuilder-button-primary,.product-info-main .product-slider  button.btn.pagebuilder-button-primary,.product-info-main .product-slider  div.btn.pagebuilder-button-primary{
    padding: 5px 6px;
  }

  .product-info-main .product-slider a.pagebuilder-button-primary.btn-primary .product-item-link,.product-info-main .product-slider  button.pagebuilder-button-primary.btn-primary .product-item-link,.product-info-main .product-slider  div.pagebuilder-button-primary.btn-primary .product-item-link{
    font-size:12px;
  }

  .product-info-main .product-slider a.btn.pagebuilder-button-primary .product-item-link,.product-info-main .product-slider  button.btn.pagebuilder-button-primary .product-item-link,.product-info-main .product-slider  div.btn.pagebuilder-button-primary .product-item-link{
    font-size:12px;
  }
}

.page-header #cart-drawer a.pagebuilder-button-primary.cart_checkout_bt,.page-header #cart-drawer  button.pagebuilder-button-primary.cart_checkout_bt,.page-header #cart-drawer  div.pagebuilder-button-primary.cart_checkout_bt {
  margin: 0;
  padding: 0 45px;
  line-height: 45px;
  width: 100%;
  justify-content: center;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  background: orange;
  text-align: left;
  border: 2px solid orange;
}

.page-header #cart-drawer a.pagebuilder-button-primary.cart_checkout_bt:hover,.page-header #cart-drawer  button.pagebuilder-button-primary.cart_checkout_bt:hover,.page-header #cart-drawer  div.pagebuilder-button-primary.cart_checkout_bt:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.page-header #cart-drawer a.pagebuilder-button-primary.cart_checkout_bt + span,.page-header #cart-drawer  button.pagebuilder-button-primary.cart_checkout_bt + span,.page-header #cart-drawer  div.pagebuilder-button-primary.cart_checkout_bt + span{
  margin:10px 0;
  width:100%;
  text-align:center;
  display: block;
}

.page-header #cart-drawer a.pagebuilder-button-primary.cart_checkout_bt + span + a,.page-header #cart-drawer  button.pagebuilder-button-primary.cart_checkout_bt + span + a,.page-header #cart-drawer  div.pagebuilder-button-primary.cart_checkout_bt + span + a{
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary{
  font-weight:bold;
  padding-left: 25px;
  padding-right: 25px;
}

#cart-drawer a.pagebuilder-button-primary,#cart-drawer  button.pagebuilder-button-primary,#cart-drawer  div.pagebuilder-button-primary{
  padding: 0.5rem;
}

.catalog-product-view .product-info-main .product-slider a.pagebuilder-button-primary.btn-primary,.catalog-product-view .product-info-main .product-slider  button.pagebuilder-button-primary.btn-primary,.catalog-product-view .product-info-main .product-slider  div.pagebuilder-button-primary.btn-primary{
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

.catalog-product-view .product-info-main .product-slider a.btn.pagebuilder-button-primary,.catalog-product-view .product-info-main .product-slider  button.btn.pagebuilder-button-primary,.catalog-product-view .product-info-main .product-slider  div.btn.pagebuilder-button-primary{
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

.catalog-product-view .product-info-main .product-slider a.pagebuilder-button-primary.btn-primary a.product-item-link,.catalog-product-view .product-info-main .product-slider  button.pagebuilder-button-primary.btn-primary a.product-item-link,.catalog-product-view .product-info-main .product-slider  div.pagebuilder-button-primary.btn-primary a.product-item-link{
  font-size: 1rem;
  line-height: 1.5rem;
}

.catalog-product-view .product-info-main .product-slider a.btn.pagebuilder-button-primary a.product-item-link,.catalog-product-view .product-info-main .product-slider  button.btn.pagebuilder-button-primary a.product-item-link,.catalog-product-view .product-info-main .product-slider  div.btn.pagebuilder-button-primary a.product-item-link{
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form a.pagebuilder-button-primary,.custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form  button.pagebuilder-button-primary,.custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form  div.pagebuilder-button-primary {
    font-size: 13px;
    padding: 0px 10px;
    height: 43px;
    line-height: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form a.pagebuilder-button-primary,.custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form  button.pagebuilder-button-primary,.custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form  div.pagebuilder-button-primary {
    font-size: 13px;
    padding: 5px 10px;
  }
}

a.pagebuilder-button-primary.btn-primary.apple-pay-button, button.pagebuilder-button-primary.btn-primary.apple-pay-button, div.pagebuilder-button-primary.btn-primary.apple-pay-button {
  font-size: 0;
}

a.btn.pagebuilder-button-primary.apple-pay-button, button.btn.pagebuilder-button-primary.apple-pay-button, div.btn.pagebuilder-button-primary.apple-pay-button {
  font-size: 0;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-secondary svg, button.pagebuilder-button-secondary svg, div.pagebuilder-button-secondary svg {
  display: inline-flex;
}

a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
  vertical-align: middle;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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);
  --tw-ring-color: rgb(114 180 44 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 154 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

.hyva_checkout-index-index a.pagebuilder-button-secondary,.hyva_checkout-index-index  button.pagebuilder-button-secondary,.hyva_checkout-index-index  div.pagebuilder-button-secondary {
  border-radius: 20px;
  background: orange;
  width: auto;
  line-height: 2.2rem;
  padding: 9px 17px 9px 17px;
  font-size: 1.1rem;
  border: 2px solid orange;
  text-align: left;
  color: #fff;
}

.hyva_checkout-index-index a.pagebuilder-button-secondary::after,.hyva_checkout-index-index  button.pagebuilder-button-secondary::after,.hyva_checkout-index-index  div.pagebuilder-button-secondary::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  float: right;
  margin-left: 20px;
}

.hyva_checkout-index-index a.pagebuilder-button-secondary:hover,.hyva_checkout-index-index  button.pagebuilder-button-secondary:hover,.hyva_checkout-index-index  div.pagebuilder-button-secondary:hover{
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.hyva_checkout-index-index #checkout-terms-condition a.pagebuilder-button-secondary,.hyva_checkout-index-index #checkout-terms-condition  button.pagebuilder-button-secondary,.hyva_checkout-index-index #checkout-terms-condition  div.pagebuilder-button-secondary{
  font-size: 0.8rem;
  line-height: normal;
  width: 90%;
  margin-right: 10px;
}

.product-info-main .product-options-bottom .product-details buttona.pagebuilder-button-secondary.btn-primary,.product-info-main .product-options-bottom .product-details button button.pagebuilder-button-secondary.btn-primary,.product-info-main .product-options-bottom .product-details button div.pagebuilder-button-secondary.btn-primary {
  float: left;
  margin: 0 0 0px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
  min-height: 48px;
}

.product-info-main .product-options-bottom .product-details buttona.pagebuilder-button-secondary.btn-primary::before,.product-info-main .product-options-bottom .product-details button button.pagebuilder-button-secondary.btn-primary::before,.product-info-main .product-options-bottom .product-details button div.pagebuilder-button-secondary.btn-primary::before {
  display: inline-block;
  margin: 3px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
  background-size: 100% auto;
}

.product-info-main .product-options-bottom .product-details buttona.pagebuilder-button-secondary.btn-primary svg,.product-info-main .product-options-bottom .product-details button button.pagebuilder-button-secondary.btn-primary svg,.product-info-main .product-options-bottom .product-details button div.pagebuilder-button-secondary.btn-primary svg{
  display:none;
}

.product-info-main .product-options-bottom .product-details buttona.pagebuilder-button-secondary.btn-primary:hover,.product-info-main .product-options-bottom .product-details button button.pagebuilder-button-secondary.btn-primary:hover,.product-info-main .product-options-bottom .product-details button div.pagebuilder-button-secondary.btn-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .product-options-bottom .product-details buttona.pagebuilder-button-secondary.btn-primary:hover::before,.product-info-main .product-options-bottom .product-details button button.pagebuilder-button-secondary.btn-primary:hover::before,.product-info-main .product-options-bottom .product-details button div.pagebuilder-button-secondary.btn-primary:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
  background-size: 100% auto;
}

.product-info-main .cart_button_bg buttona.pagebuilder-button-secondary.btn-primary,.product-info-main .cart_button_bg button button.pagebuilder-button-secondary.btn-primary,.product-info-main .cart_button_bg button div.pagebuilder-button-secondary.btn-primary {
  float: left;
  margin: 0 0 15px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
}

.product-info-main .cart_button_bg buttona.pagebuilder-button-secondary.btn-primary:before,.product-info-main .cart_button_bg button button.pagebuilder-button-secondary.btn-primary:before,.product-info-main .cart_button_bg button div.pagebuilder-button-secondary.btn-primary:before {
  display: inline-block;
  margin: -4px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
}

.product-info-main .cart_button_bg buttona.pagebuilder-button-secondary.btn-primary svg,.product-info-main .cart_button_bg button button.pagebuilder-button-secondary.btn-primary svg,.product-info-main .cart_button_bg button div.pagebuilder-button-secondary.btn-primary svg{
  display:none;
}

.product-info-main .cart_button_bg buttona.pagebuilder-button-secondary.btn-primary:hover,.product-info-main .cart_button_bg button button.pagebuilder-button-secondary.btn-primary:hover,.product-info-main .cart_button_bg button div.pagebuilder-button-secondary.btn-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .cart_button_bg buttona.pagebuilder-button-secondary.btn-primary:hover::before,.product-info-main .cart_button_bg button button.pagebuilder-button-secondary.btn-primary:hover::before,.product-info-main .cart_button_bg button div.pagebuilder-button-secondary.btn-primary:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
}

.product-info-main .product-slider a.pagebuilder-button-secondary.btn-primary,.product-info-main .product-slider  button.pagebuilder-button-secondary.btn-primary,.product-info-main .product-slider  div.pagebuilder-button-secondary.btn-primary{
  padding: 10px 11px;
  color: #72B42C;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.42px;
}

.product-info-main .product-slider a.pagebuilder-button-secondary.btn-primary:hover,.product-info-main .product-slider  button.pagebuilder-button-secondary.btn-primary:hover,.product-info-main .product-slider  div.pagebuilder-button-secondary.btn-primary:hover{
  color:#ffffff;
}

.custom-cart-container .custom-cart-container-left .cart_next_top a.pagebuilder-button-secondary.btn-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  button.pagebuilder-button-secondary.btn-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  div.pagebuilder-button-secondary.btn-primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  width: auto;
  border-radius: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  background: orange;
  text-align: left;
  border: 2px solid orange;
}

.custom-cart-container .custom-cart-container-left .cart_next_top a.pagebuilder-button-secondary.btn-primary:hover,.custom-cart-container .custom-cart-container-left .cart_next_top  button.pagebuilder-button-secondary.btn-primary:hover,.custom-cart-container .custom-cart-container-left .cart_next_top  div.pagebuilder-button-secondary.btn-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product-info-main .product-slider a.pagebuilder-button-secondary.btn-primary a.product-item-link,.product-info-main .product-slider  button.pagebuilder-button-secondary.btn-primary a.product-item-link,.product-info-main .product-slider  div.pagebuilder-button-secondary.btn-primary a.product-item-link{
  min-height:unset;
}

.product-info-main .product-slider a.pagebuilder-button-secondary.btn-primary,.product-info-main .product-slider  button.pagebuilder-button-secondary.btn-primary,.product-info-main .product-slider  div.pagebuilder-button-secondary.btn-primary{
  padding: 5px 6px;
}

.product-info-main .product-slider a.pagebuilder-button-secondary.btn-primary .product-item-link,.product-info-main .product-slider  button.pagebuilder-button-secondary.btn-primary .product-item-link,.product-info-main .product-slider  div.pagebuilder-button-secondary.btn-primary .product-item-link{
  font-size:12px;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left .cart_next_top a.pagebuilder-button-secondary.btn-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  button.pagebuilder-button-secondary.btn-primary,.custom-cart-container .custom-cart-container-left .cart_next_top  div.pagebuilder-button-secondary.btn-primary{
    width:100%;
    text-align:center;
    justify-content:center;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .product-info-main .product-slider a.pagebuilder-button-secondary.btn-primary,.product-info-main .product-slider  button.pagebuilder-button-secondary.btn-primary,.product-info-main .product-slider  div.pagebuilder-button-secondary.btn-primary{
    padding: 5px 6px;
  }

  .product-info-main .product-slider a.pagebuilder-button-secondary.btn-primary .product-item-link,.product-info-main .product-slider  button.pagebuilder-button-secondary.btn-primary .product-item-link,.product-info-main .product-slider  div.pagebuilder-button-secondary.btn-primary .product-item-link{
    font-size:12px;
  }
}

.catalog-product-view .product-info-main .product-slider a.pagebuilder-button-secondary.btn-primary,.catalog-product-view .product-info-main .product-slider  button.pagebuilder-button-secondary.btn-primary,.catalog-product-view .product-info-main .product-slider  div.pagebuilder-button-secondary.btn-primary{
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

.catalog-product-view .product-info-main .product-slider a.pagebuilder-button-secondary.btn-primary a.product-item-link,.catalog-product-view .product-info-main .product-slider  button.pagebuilder-button-secondary.btn-primary a.product-item-link,.catalog-product-view .product-info-main .product-slider  div.pagebuilder-button-secondary.btn-primary a.product-item-link{
  font-size: 1rem;
  line-height: 1.5rem;
}

a.pagebuilder-button-secondary.btn-primary.apple-pay-button, button.pagebuilder-button-secondary.btn-primary.apple-pay-button, div.pagebuilder-button-secondary.btn-primary.apple-pay-button {
  font-size: 0;
}

/* HTML Code */

[data-content-type='html'] {
  overflow-wrap: break-word;
}

/**
 * Media
 */

/* Image */

[data-content-type='image'] {
  box-sizing: border-box;
}

[data-content-type='image'] > [data-element='link'],
    [data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}

[data-content-type='image'] .pagebuilder-mobile-hidden {
  display: none;
}

@media (min-width: 768px) {
  [data-content-type='image'] .pagebuilder-mobile-hidden {
    display: block;
  }

  [data-content-type='image'] .pagebuilder-mobile-only {
    display: none;
  }
}

[data-content-type='image'] figcaption {
  overflow-wrap: break-word;
}

/* Video */

[data-content-type='video'] {
  font-size: 0;
}

[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

[data-content-type='video'] .pagebuilder-video-container {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type='video'] iframe,
    [data-content-type='video'] video {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

/* Banner */

[data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease, color 250ms ease;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 36rem;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Slider */

[data-content-type='slider'] {
  visibility: hidden;
  position: relative;
}

[data-content-type='slider'].glider-initialized {
  visibility: visible;
}

[data-content-type='slider'] [data-role='glider-content'] {
  overflow-y: hidden;
}

[data-content-type='slider'] a.button {
  color: initial;
  padding: 10px;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide'] {
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0px;
  min-height: 0px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 20;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Map */

[data-content-type='map'] {
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img {
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}

/* Products */

[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
  grid-template-columns: repeat(100, calc(50% - 1rem));
}

@media (min-width: 768px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(33% - 1rem))
  }
}

@media (min-width: 1024px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(25% - 1rem))
  }
}

/**
 * Glider
 */

.glider-contain {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar {
  height: 0px;
  opacity: 0;
}

.glider .glider-track {
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

.glider-slide {
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider-hide {
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  opacity: 0.25;
}

.glider-dot {
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  --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);
}

[data-content-type$='block'] .glider-dot p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.aw-pquestion__question-listing svg.glider-dot {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  background: orange;
  border-radius: 100%;
  stroke: #ffffff;
  padding: 2px;
  top: 4px;
  z-index: 0;
}

.aw-pquestion__question-listing svg.glider-dot[style="transform: rotate(180deg)"]{
  background: #72b42c;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount.active .title {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .title svg{
  stroke:#72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .title strong {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .title strong:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 33px;
  margin: 0
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.glider-dot.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left .glider-dot.discount.reparatieservice {
  margin: 30px 0 30px
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
    float: left;
    width: auto;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary{
    float:left;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:768px) {
  .catalogsearch-result-index .mobile_filter_button.glider-dot{
    display: none;
  }
}

.glider-dot {
  opacity: 0.25;
}

.category-view .sidebar .glider-dot.filter {
}

.new_product_main_bg .glider-dot.widget .products-grid .product-items {
  margin: 0 -15px
}

.custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon .form-input{
  width:50%;
}

.custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon > div{
  flex-wrap:wrap;
}

.custom-cart-container .custom-cart-container-left .glider-dot.discount.reparatieservice{
  order:3;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  .glider-dot.block-dashboard-orders .block-content div[id*="order"]{
    flex-wrap: wrap;
    font-size: 12px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.glider-dot.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

.glider-dot.active {
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next {
  display: none;
}

[data-show-dots='false'] .glider-dots {
  display: none;
}

/* purgecss end ignore */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-4 {
  inset: -1rem;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-1\/2 {
  left: 50%;
  right: 50%;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-left-1 {
  left: -0.25rem;
}

.-left-6 {
  left: -1.5rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-right-8 {
  right: -2rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-top-px {
  top: -1px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/4 {
  left: 25%;
}

.left-2 {
  left: 0.5rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-4 {
  left: 1rem;
}

.left-\[30px\] {
  left: 30px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-\[15vh\] {
  top: 15vh;
}

.top-\[24px\] {
  top: 24px;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-6 {
  order: 6;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

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

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.-mx-0 {
  margin-left: -0px;
  margin-right: -0px;
}

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!ml-0 {
  margin-left: 0px !important;
}

.-mb-\[33px\] {
  margin-bottom: -33px;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-px {
  margin-left: -1px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-\[41px\] {
  margin-top: -41px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-18 {
  margin-bottom: 4.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-\[5px\] {
  margin-left: 5px;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[-4px\] {
  margin-top: -4px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-auto {
  margin-top: auto;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

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

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

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-1 {
  height: 0.25rem;
}

.h-1\/2 {
  height: 50%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[24rem\] {
  max-height: 24rem;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-screen-75 {
  max-height: 75vh;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-64 {
  min-height: 16rem;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[20px\] {
  min-height: 20px;
}

.min-h-screen-50 {
  min-height: 50vh;
}

.w-0 {
  width: 0px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/12 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-9\/12 {
  width: 75%;
}

.w-\[15rem\] {
  width: 15rem;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-72 {
  min-width: 18rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[25\%\] {
  max-width: 25%;
}

.max-w-\[64rem\] {
  max-width: 64rem;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-2xl {
  max-width: 1571px;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

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

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.table-auto {
  table-layout: auto;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  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));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
  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));
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
  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));
}

.-translate-x-\[35\%\] {
  --tw-translate-x: -35%;
  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));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
  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));
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
  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));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  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));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.translate-x-20 {
  --tw-translate-x: 5rem;
  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));
}

.translate-x-full {
  --tw-translate-x: 100%;
  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));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
  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));
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
  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));
}

.translate-y-20 {
  --tw-translate-y: 5rem;
  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));
}

.translate-y-full {
  --tw-translate-y: 100%;
  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));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.columns-xs {
  -moz-columns: 20rem;
       columns: 20rem;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.place-items-center {
  place-items: center;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

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

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

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

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

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

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

.text-ellipsis {
  text-overflow: ellipsis;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[11px\] {
  border-radius: 11px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

.border-8 {
  border-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#639A01\] {
  --tw-border-opacity: 1;
  border-color: rgb(99 154 1 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.bg-\[\#72B42C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(114 180 44 / var(--tw-bg-opacity));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-\[\#FBFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-container {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-container-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-container-lighter\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(114 180 44 / var(--tw-bg-opacity));
}

.bg-primary-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(99 154 1 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-themeColor {
  --tw-bg-opacity: 1;
  background-color: rgb(114 180 44 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-none {
  background-image: none;
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-blue-600 {
  fill: #2563eb;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[calc\(theme\(padding\.4\)_-_3px\)\] {
  padding-bottom: calc(1rem - 3px);
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-\[10px\] {
  padding-right: 10px;
}

.pt-0 {
  padding-top: 0px;
}

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

.pt-16 {
  padding-top: 4rem;
}

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[10px\] {
  padding-top: 10px;
}

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

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

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

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#006bb4\] {
  --tw-text-opacity: 1;
  color: rgb(0 107 180 / var(--tw-text-opacity));
}

.text-\[\#639A01\] {
  --tw-text-opacity: 1;
  color: rgb(99 154 1 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-themeColor {
  --tw-text-opacity: 1;
  color: rgb(114 180 44 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-2 {
  outline-width: 2px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.outline-amber-600 {
  outline-color: #d97706;
}

.ring {
  --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(3px + 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);
}

.ring-4 {
  --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(4px + 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);
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(114 180 44 / var(--tw-ring-opacity));
}

.ring-primary\/50 {
  --tw-ring-color: rgb(114 180 44 / 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(114 180 44 / 0.75);
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.\!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) !important;
}

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

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.\[wire\:model\] {
  wire: model;
}

.\[wire\:select\] {
  wire: select;
}

.page-footer{
}

@font-face {
  font-family: 'Segoe UI';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-Bold.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-Italic.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-Italic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-Light.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-BoldItalic.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-BoldItalic.woff') format('woff');

  font-weight: bold;

  font-style: italic;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUIBlack.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUIBlack.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI Semilight';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-Semilight.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-Semilight.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUIBlack-Italic.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUIBlack-Italic.woff') format('woff');

  font-weight: 900;

  font-style: italic;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-LightItalic.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-LightItalic.woff') format('woff');

  font-weight: 300;

  font-style: italic;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-SemiboldItalic.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-SemiboldItalic.woff') format('woff');

  font-weight: 600;

  font-style: italic;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-Semibold.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-Semibold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display:swap;
}

@font-face {
  font-family: 'Segoe UI Semilight';

  src: url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-SemilightItalic.woff2') format('woff2'), url('../../frontend/Spywebshop/webshop/de_DE/fonts/SegoeUI-SemilightItalic.woff') format('woff');

  font-weight: 300;

  font-style: italic;

  font-display:swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";

  src: url("../../frontend/Spywebshop/webshop/de_DE/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../frontend/Spywebshop/webshop/de_DE/fonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/Spywebshop/webshop/de_DE/fonts/fa-solid-900.woff") format("woff"), url("../../frontend/Spywebshop/webshop/de_DE/fonts/fa-solid-900.ttf") format("truetype"), url("../../frontend/Spywebshop/webshop/de_DE/fonts/fa-solid-900.svg#fontawesome") format("svg");

  font-style: normal;

  font-weight: 900;

  font-display:swap;
}

body{
  background: #ffffff;
}

.informationbg {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  max-height: 44px;
  min-height: 44px;
}

.informationbg ul {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  list-style: outside none none;
}

.informationbg ul li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.informationbg ul li:nth-child(1){
  min-width:437px;
}

.informationbg ul li.shippinginfo {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/sp_image.png) no-repeat -1px -90px;
  padding-left: 33px;
}

.informationbg ul li.winkleinfo {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/sp_image.png) no-repeat 1px -206px;
  padding-left: 26px;
}

.informationbg ul li.specialistinfo {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/sp_image.png) no-repeat 3px -144px;
  padding-left: 22px;
}

.mobileinformation .informationbg ul li.specialistinfo {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/thuiswinkel-waarborg-logo-slider.png) no-repeat center left;
  padding-left: 40px;
  background-size: auto 100%;
}

.informationbg ul li.serviceinfo {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/check.png) no-repeat center left;
  padding-left: 22px;
}

.informationbg ul li span {
  font-weight: 700;
}

.informationbg ul li span.colorbg {
  color: #72b42c;
}

.all-catgories > button > a {
  display: inline-block;
  width: 100%;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/sp_image.png) no-repeat right top;
  padding: 0 55px 0 15px;
  line-height: 42px;
  color: #649a02;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  background-size: 42px;
  text-transform: uppercase;
  text-align: center;
  background-size: 427px auto !important;
}

.all-catgories > button {
  background: #fff none repeat scroll 0 0;
  border: 0;
  border-radius: 10px;
  float: left;
  padding: 0;
  text-align: center;
  width: auto;
  height: 42px;
}

.all-catgories > div {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: -moz-use-text-color #ccc #ccc;
  -o-border-image: none;
     border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  border-color: #000000;
  float: left;
  margin: 0;
  min-width: 80px;
  padding: 10px 30px;
  position: absolute;
  text-align: left;
  top: 60px;
  z-index: 9999;
  padding: 10px 13px;
  width: 350px;
}

.Searchbar {
  float: left;
  margin: 0px auto 0 21px;
  width: auto;
  padding: 0;
  order: 3;
  background: none;
  border:none;
}

.Searchbar > div{
  padding:0;
  background:none;
}

.Searchbar > div .form.minisearch .action.search {
  width: 38px;
  height: 40px;
  border-radius: 0px 9px 9px 0px;
  background: #639A01 url(../../frontend/Spywebshop/webshop/de_DE/images/search_icon.svg) no-repeat center;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0;
  overflow: hidden;
  clip: unset;
  font-size: 0;
}

.Searchbar > div .form.minisearch{
  position: relative;
}

.Searchbar > div .form.minisearch input {
  width: 475px;
  height: 40px;
  border-radius: 10px;
  border: 0;
  padding: 0 45px 0 30px;
  background: #ffffff;
  color: #010101;
  font-size: 16px;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
}

.Searchbar > div .form.minisearch input::-moz-placeholder{
  opacity:1;
  color:#010101;
}

.Searchbar > div .form.minisearch input::placeholder{
  opacity:1;
  color:#010101;
}

.Searchbar > div .form.minisearch input:focus{
  border:none;
}

.Searchbar > div#elasticsuite-search-container > div{
  padding:0;
  background:none;
}

.Searchbar > div#elasticsuite-search-container > div .form.minisearch .action.search {
  width: 38px;
  height: 40px;
  border-radius: 0px 9px 9px 0px;
  background: #639A01 url(../../frontend/Spywebshop/webshop/de_DE/images/search_icon.svg) no-repeat center;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0;
  overflow: hidden;
  clip: unset;
  font-size: 0;
}

.Searchbar > div#elasticsuite-search-container > div .form.minisearch{
  position: relative;
}

.Searchbar > div#elasticsuite-search-container > div .form.minisearch input {
  width: 475px;
  height: 40px;
  border-radius: 10px;
  border: 0;
  padding: 0 45px 0 30px;
  background: #ffffff;
  color: #010101;
  font-size: 16px;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
}

.Searchbar > div#elasticsuite-search-container > div .form.minisearch input::-moz-placeholder{
  opacity:1;
  color:#010101;
}

.Searchbar > div#elasticsuite-search-container > div .form.minisearch input::placeholder{
  opacity:1;
  color:#010101;
}

.Searchbar > div#elasticsuite-search-container > div .form.minisearch input:focus{
  border:none;
}

.thuiswinkel{
  width: auto;
  display: inline-block;
  margin: 0px 34px 0 21px;
  padding: 0;
  order: 4;
}

.switcher-store-bg{
  margin: 0px 34px 0 0;
  order: 5;
}

.switcher-store-bg button.form-select{
  background: none;
  border: none;
  box-shadow: none;
  color: #FFF;
  font-size: 16px;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 0;
}

.accountlinks > div{
  float:left;
  margin: 0 24px 0 0
}

.accountlinks > div > a{
  color:#ffffff;
}

.nav-desktop-bg{
  padding:0px;
}

.nav-desktop-bg .nav-desktop-main {
  flex-wrap:wrap;
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item{
  width:100%;
  margin:0px;
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item .nav-desktop-link-bg{
  width:100%;
  margin:0px;
  padding: 0px;
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item:hover > .nav-desktop-link-bg{
  background:#72B42C;
  border-radius: 5px;
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item .nav-desktop-sub {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .19);
  font-weight: 400;
  margin: 0 !important;
  position: absolute;
  z-index: 1;
  width: 100%;
  float: left;
  padding: 15px;
  left: 100% !important;
  top: 0 !important;
  min-width: 530px;
  overflow: auto;
  max-height: 75vh;
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item .nav-desktop-item-link{
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  color: #575757 !important;
  padding: 0 10px;
  position: relative;
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item .nav-desktop-sub a {
  width: 49%;
  padding: 5px 10px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item .nav-desktop-sub a:hover{
  background:#72B42C;
  border-radius: 5px;
  color: #ffffff !important;
  text-decoration: none;
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item .nav-desktop-sub a:hover span{
  color: #ffffff !important;
  text-decoration: none;
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item:hover > .nav-desktop-link-bg a{
  color:#ffffff !important;
  text-decoration: none;
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item.parant .nav-desktop-item-link:after{
  width:18px;
  height:18px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/menu-down-arrow.svg) no-repeat center;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%);
}

.nav-desktop-bg .nav-desktop-main .nav-desktop-item.parant:hover .nav-desktop-item-link:after{
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/menu-down-arrow_hover.svg) no-repeat center;
}

.store_view_s_bg{
  margin:0px;
}

.store_view_s_bg a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
  border-bottom: 1px solid #aaa;
}

.store_view_s_bg a:hover {
  background: #e8e8e8;
  cursor: pointer;
}

.store_view_s_bg a span.country-icon {
  float: right;
  height: auto;
  width: 35px;
}

.cms-index-index .page-main{
  margin-bottom:0px;
}

.informationbg.mobile_view{
  display:none;
}

.banner_top_left{
  margin-right: 2.5rem;
}

.top_banner_bg_main{
  flex-wrap:nowrap;
}

.hyva_checkout-index-index .page-header{
  background: #72b42c;
}

.hyva_checkout-index-index .page-header #header {
  background: #72b42c;
  border: none;
  box-shadow: none;
}

.hyva_checkout-index-index .page-header #header > div{
  padding-top:0px;
  padding-bottom: 0px;
}

.hyva_checkout-index-index .field-email {
  grid-column: span 12 / span 12;
}

.hyva_checkout-index-index .field-firstname {
  grid-column: span 6 / span 6;
}

.hyva_checkout-index-index .field-lastname {
  grid-column: span 6 / span 6;
}

.hyva_checkout-index-index .field-company {
  grid-column: span 12 / span 12;
}

.hyva_checkout-index-index .field-mp_smtp_is_synced {
  grid-column: span 6 / span 6;
}

.hyva_checkout-index-index .field-custom_field_1 {
  grid-column: span 6 / span 6;
}

.hyva_checkout-index-index .btn {
  border-radius: 20px;
  background: orange;
  width: auto;
  line-height: 2.2rem;
  padding: 9px 17px 9px 17px;
  font-size: 1.1rem;
  border: 2px solid orange;
  text-align: left;
  color: #fff;
}

.hyva_checkout-index-index .btn::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  float: right;
  margin-left: 20px;
}

.hyva_checkout-index-index .btn:hover{
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.hyva_checkout-index-index .section-title h2{
  font-weight: 700;
  font-size: 22px;
  color: #649a02;
}

.hyva_checkout-index-index .section-title {
  border-bottom:1px solid #ccc;
  padding-bottom: 10px;
}

.hyva_checkout-index-index .column-main{
  border: 1px solid #d5dde9;
  border-radius: 10px;
  padding: 25px;
}

.hyva_checkout-index-index .column-center{
  border: 1px solid #d5dde9;
  border-radius: 10px;
  padding: 25px;
}

.hyva_checkout-index-index #checkout-terms-condition .btn{
  font-size: 0.8rem;
  line-height: normal;
  width: 90%;
  margin-right: 10px;
}

[type="checkbox"], [type="radio"]{
  color:#72b42c;
}

[type="checkbox"]:focus, [type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #72b42c;
  --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);
}

.mobileinformation{
  display:none;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .thuiswinkel{
    display:none;
  }

  .all-catgories > button{
    display:none;
  }

  .all-catgories > div {
    display: block !important;
    background: none;
    border: none;
    width: auto;
    padding: 0;
    position: absolute;
    min-width: auto;
    top: 2px;
    left: 14px;
  }

  .Searchbar > div .form.minisearch input{
    width:100%;
  }

  .Searchbar > div#elasticsuite-search-container > div .form.minisearch input{
    width:100%;
  }

  .switcher-store-bg {
    margin: 0px 10px 0 0;
    order: 2;
  }

  .Searchbar {
    float: none;
    margin: 0 -24px;
    width: calc(100% + 48px);
    padding: 5px 24px;
    order: 5;
    border: none;
    display: block;
    background: #cbe3b1;
    position: relative;
  }

  .menu_icon{
    stroke:#ffffff;
    padding: 5px;
  }

  .switcher-store-bg {
    margin: 0px 10px 0 0;
    order: 2;
    position: absolute;
    left: 65px;
    top: 14px;
  }

  #menu-cart-icon{
    position: absolute;
    right: 24px;
    top: 13px;
  }

  .accountlinks > div svg {
    stroke: #ffffff;
    width: 21px;
    height: 25px;
  }

  .accountlinks > div {
    float: left;
    margin: 0;
  }

  .accountlinks{
    position: absolute;
    right: 70px;
    top: 16px;
  }

  .Searchbar > div .form.minisearch input {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 0 30px 0 15px;
    border-radius: 4px;
  }

  .Searchbar > div .form.minisearch .action.search{
    width:30px;
    height:30px;
    background-size:15px auto;
    border-radius: 0px 4px 4px 0px;
  }

  .Searchbar > div#elasticsuite-search-container > div .form.minisearch input {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 0 30px 0 15px;
    border-radius: 4px;
  }

  .Searchbar > div#elasticsuite-search-container > div .form.minisearch .action.search{
    width:30px;
    height:30px;
    background-size:15px auto;
    border-radius: 0px 4px 4px 0px;
  }

  .section .info_box .col-sm-4:nth-child(2) {
    display: none;
  }

  .section .info_box .col-sm-4:nth-child(3) {
    display: none;
  }

  .informationbg ul + ul{
    display:none;
  }

  #cart-drawer{
    position: relative;
    z-index: 11111;
  }

  .informationbg.desktop_view{
    display:none;
  }

  .informationbg.mobile_view{
    display:block;
  }

  .Searchbar:before{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    width: 100vw;
    top: 0px;
    height: 100%;
    content: "";
    background: #cbe3b1;
  }

  .banner_top_left{
    margin-right: 0;
  }

  .top_banner_bg_main{
    flex-wrap:wrap;
  }

  .informationbg{
    display:none;
  }

  .mobileinformation{
    display: block;
    max-height: 44px;
    min-height: 44px;
  }

  .mobileinformation .informationbg{
    display:inline-block;
  }

  .topmenu_main_bg{
    position:absolute;
    left:14px;
    top:2px;
  }

  .informationbg ul li:nth-child(1){
    min-width: 225px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .all-catgories > button{
    display:none;
  }

  .all-catgories > div {
    display: block !important;
    background: none;
    border: none;
    width: auto;
    padding: 0;
    position: absolute;
    min-width: auto;
    top: 2px;
    left: 14px;
  }

  .Searchbar > div .form.minisearch input{
    width:100%;
  }

  .Searchbar > div#elasticsuite-search-container > div .form.minisearch input{
    width:100%;
  }

  .switcher-store-bg {
    margin: 0px 10px 0 0;
    order: 2;
  }

  .Searchbar {
    float: none;
    margin: 0 -24px;
    width: calc(100% + 48px);
    padding: 5px 144px 5px 24px;
    order: 5;
    border: none;
    display: block;
    background: #cbe3b1;
    position: relative;
  }

  .menu_icon{
    stroke:#ffffff;
    padding: 5px;
  }

  .switcher-store-bg {
    margin: 0px 10px 0 0;
    order: 2;
    position: absolute;
    left: 65px;
    top: 14px;
  }

  #menu-cart-icon{
    position: absolute;
    right: 24px;
    top: 13px;
  }

  .accountlinks > div svg {
    stroke: #ffffff;
    width: 21px;
    height: 25px;
  }

  .accountlinks > div {
    float: left;
    margin: 0;
  }

  .accountlinks{
    position: absolute;
    right: 70px;
    top: 16px;
  }

  .Searchbar > div .form.minisearch input {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 0 30px 0 15px;
    border-radius: 4px;
  }

  .Searchbar > div .form.minisearch .action.search{
    width:30px;
    height:30px;
    background-size:15px auto;
    border-radius: 0px 4px 4px 0px;
  }

  .Searchbar > div#elasticsuite-search-container > div .form.minisearch input {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 0 30px 0 15px;
    border-radius: 4px;
  }

  .Searchbar > div#elasticsuite-search-container > div .form.minisearch .action.search{
    width:30px;
    height:30px;
    background-size:15px auto;
    border-radius: 0px 4px 4px 0px;
  }

  #cart-drawer{
    position: relative;
    z-index: 11111;
  }

  .informationbg.desktop_view{
    display:none;
  }

  .informationbg.mobile_view{
    display:block;
  }

  .Searchbar:before{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    width: 100vw;
    top: 0px;
    height: 100%;
    content: "";
    background: #cbe3b1;
  }

  .thuiswinkel {
    display: block;
    position: absolute;
    bottom: 5px;
    z-index: 11;
    right: 24px;
    width: 100px;
    margin: 0;
  }

  .topmenu_main_bg{
    position:absolute;
    left:14px;
    top:2px;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
  .Searchbar{
    margin: 0px auto 0 0px;
  }

  .Searchbar > div .form.minisearch input{
    width:246px;
    padding: 0 45px 0 15px;
    font-size: 14px;
  }

  .Searchbar > div#elasticsuite-search-container > div .form.minisearch input{
    width:246px;
    padding: 0 45px 0 15px;
    font-size: 14px;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .Searchbar > div .form.minisearch input{
    width:360px;
  }

  .Searchbar > div#elasticsuite-search-container > div .form.minisearch input{
    width:360px;
  }
}

.page-main {
}

@font-face {
  font-family: "luma-icons";

  src: url("../../frontend/Spywebshop/webshop/de_DE/fonts/Luma-Icons.woff2") format("woff2"), 
         url("../../frontend/Spywebshop/webshop/de_DE/fonts/Luma-Icons.woff") format("woff");

  font-style: normal;

  font-weight: 400;

  font-display:swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";

  src: url("../../frontend/Spywebshop/webshop/de_DE/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
         url("../../frontend/Spywebshop/webshop/de_DE/fonts/fa-solid-900.woff2") format("woff2"), 
         url("../../frontend/Spywebshop/webshop/de_DE/fonts/fa-solid-900.woff") format("woff"), 
         url("../../frontend/Spywebshop/webshop/de_DE/fonts/fa-solid-900.ttf") format("truetype"), 
         url("../../frontend/Spywebshop/webshop/de_DE/fonts/fa-solid-900.svg#fontawesome") format("svg");

  font-style: normal;

  font-weight: 900;

  font-display:swap;
}

.CategoryHeading {
  margin-bottom: 5px;
}

.all_cat .all_cat_title .icon {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/sp_image.png) no-repeat 1px -45px;
  width: 21px;
  height: 21px;
  float: left;
  margin: 2px;
  cursor: pointer;
}

.all_cat_title a {
  line-height: normal;
  font-size: 15px;
}

.grid_category {
  padding: 17px;
  border: 1px solid #ECECEC;
}

.all_cat_title {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 10px;
}

.all_cat_title p{
  line-height: normal;
  font-size: 15px;
}

.product-slider-title p{
  line-height: normal;
  font-size: 15px;
}

.product-slider-title p a{
  line-height: normal;
  font-size: 15px;
}

section .all_cat_title {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.BorderRadius16 {
  border-radius: 16px;
}

.all_cat_main_bg {
  margin-top: 0;
}

.catimg {
  margin-bottom: 10px;
}

.everythingSummerBoxName {
  line-height: 22px;
  height: 44px;
}

.everySummerBoxPrice {
  margin: 20px 0;
}

.marginTop30px {
  background-size: cover;
}

.marginListFotter li, .contect_info .tel_num, .contect_info .gmail_id {
  margin: 15px 0;
}

.footer-person {
  float: right;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.form.subscribe input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.form.subscribe button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #639A01;
  border-radius: 0 10px 10px 0px;
  color: #fff;
  padding: 5px 15px;
  box-shadow: none;
}

.form.subscribe {
  margin-top: 44px;
}

.table-row-items>div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.table-row-items>div.table-row-item:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.slider-dots .slider-dot.slider-dot-active {
  background: #72B42C;
}

.product-item .price-container .price {
  text-indent: -10px;
  overflow: hidden;
  display: block;
}

.section {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}

.section .row {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.section .row .info_box {
  margin: 0 -10px;
  padding: 0
}

.section .info_box .col-sm-6 {
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 50%
}

.section .info_box .middle_box{
  float: left;
  margin: 0;
  padding: 27px 32px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 100%;
}

.section .info_box .left_box {
  float: left;
  margin: 0;
  padding: 27px 32px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.section .info_box .left_box .leftbox_img {
  float: right;
  margin: 0;
  padding: 0;
  width: 187px;
  height: 176px;
  position: absolute;
  right: 13px;
  bottom: 0
}

.section .info_box .left_box p {
  float: left;
  margin: 0;
  padding: 0;
  width: 70%;
  color: #FFF;
  font-family: Segoe UI;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}

.section .info_box .left_box p.info.storeopendata-list {
  color: #FFF;
  font-family: Segoe UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.section .info_box .left_box p span {
  font-weight: normal;
  color: #ffffff;
}

.section .info_box .left_box p span a {
  color: #FFF;
  font-family: Segoe UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

.section .info_box .right_box {
  float: left;
  margin: 0;
  padding: 27px 32px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.section .info_box .right_box .rightbox_img {
  float: right;
  height: auto;
  left: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 141px
}

.section .info_box .right_box p {
  float: right;
  margin: 0;
  padding: 0;
  width: 59%;
  color: #FFF;
  font-family: Segoe UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.section .info_box .right_box p strong {
  color: #FFF;
  font-family: Segoe UI;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.section .info_box .right_box p strong.font-normal-bg {
  color: #FFF;
  font-family: Segoe UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

.section .info_box .right_box p span {
  font-weight: 700
}

.section .info_box .right_box p a {
  color: #fff;
}

.section .info_box .rightbox_txt .shippinginfo {
  float: right;
  margin: 0;
  padding: 0;
  width: 54%;
  color: #FFF;
  font-family: Segoe UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.section .info_box .rightbox_txt .shippinginfo strong {
  color: #FFF;
  font-family: Segoe UI;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.section .info_box .rightbox_txt .shippinginfo strong.font-normal-bg {
  color: #FFF;
  font-family: Segoe UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

.section .info_box .rightbox_txt .shippinginfo span {
  font-weight: 700
}

.section .info_box .rightbox_txt .shippinginfo a {
  color: #fff;
}

.section .col-sm-6.shipcounter {
  margin: 25px 0 0
}

.section .col-sm-6 .informationbg {
  float: right;
  width: 60%;
  margin: 0;
  background: 0 0;
  color: #fff
}

.section .col-sm-6 .informationbg ul li {
  background: 0 0;
  padding: 0;
  font-size: 26px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: 31.5px
}

.section .col-sm-6 .informationbg ul li span.colorbg {
  color: #fff
}

.section .col-sm-6.installation {
  margin: 25px 0 0
}

.section .col-sm-6.installation p.offerbtn {
  margin: 15px 0 0
}

.section .col-sm-6.installation p.offerbtn a {
  background: orange;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 22px
}

.section .info_box .col-sm-6.installation .left_box {
  padding: 25px 32px
}

.section .info_box .col-sm-6.installation .left_box .leftbox_img {
  width: 175px;
  height: 160px
}

.section .info_box .col-sm-6.installation.newsidi .left_box .leftbox_img {
  width: 170px;
  height: 159px;
  right: 0
}

.section .info_box .col-sm-6.installation.newsidi .left_box .leftbox_img img {
  border-radius: 0 10px 10px 0
}

.section .info_box .left_box.newblock .leftbox_img {
  width: 245px;
  height: 174px;
  right: 0
}

.section .info_box .col-sm-6.storenew {
  margin: 25px 0 0
}

.section .info_box .col-sm-6.storenew .left_box .leftbox_img {
  width: 210px;
  height: 148px;
  top: 2px
}

.section .info_box .col-sm-6.storenew .left_box .leftbox_img img {
  border-radius: 0 0 12px
}

.section .info_box .left_box.newblock:after {
  float: right;
  margin: 0;
  padding: 0;
  width: 207px;
  height: 154px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/sitcon-keuzehulp-spyshop-Gino.svg) no-repeat center;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 100% auto;
  border-radius: 0 0 12px
}

.section .informationbg {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 100%;
  background: none;
  padding: 0px;
  max-height: none;
  min-height: auto;
}

.section .middle_box.newblock .reviewdata {
  float: left;
  width: 100%;
  box-shadow: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.section .middle_box.newblock .reviewdata .lefttext {
  float: left;
  width: 54%;
  padding: 0;
  margin-right: 35px;
}

.section .middle_box.newblock .reviewdata .lefttext .kiyohtxt {
  float: left;
  margin: 0;
  width: 100%;
  text-align: left;
  color: #FFF;
  font-family: Segoe UI;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}

.section .middle_box.newblock .reviewdata .lefttext .review-score {
  float: left;
  margin: 0 2px 3px 0;
  padding: 6px 0;
}

.section .middle_box.newblock .reviewdata .lefttext .review-score .review-rating {
  background-image: url(../../frontend/Spywebshop/webshop/de_DE/images/top_head_review_.png);
  background-size: 24px auto;
  height: 18px;
  top: 1px;
  width: 120px;
}

.section .middle_box.newblock .reviewdata .lefttext .review-score .review-rating .b-rating {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/top_head_review_at.png);
  background-size: auto;
  background-size: 24px auto;
  height: 18px;
  font-size: 0;
}

.section .middle_box.newblock .review-score-number {
  float: left;
  margin: 0 0 3px;
  color: #FFF;
  font-family: Segoe UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.section .middle_box.newblock .reviewdata .lefttext .bottomtext {
  float: none;
  margin-right: 0;
  display: block;
  width: auto;
  clear: both;
  padding-left: 0;
  color: #FFF;
  text-align: left;
}

.section .middle_box.newblock .reviewdata .lefttext .bottomtext p {
  margin: 0;
  color: #FFF;
  font-family: Segoe UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section .middle_box.newblock .reviewdata .lefttext .bottomtext p a {
  margin: 0;
  color: #FFF;
  font-family: Segoe UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pro_img_url {
  display: inline-block;
  margin: 0 0 21px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

.product-slider-title {
  border-bottom: 1px solid #ECECEC;
  padding-left: 0;
  padding-bottom: 10px;
}

.product-slider-title h3 {
  margin-bottom: 5px;
}

.product-slider-title .icon {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/sp_image.png) no-repeat 1px -45px;
  width: 21px;
  height: 21px;
  float: left;
  margin: 2px;
  cursor: pointer;
}

.showDescription {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  white-space: normal;
  height: auto;
  overflow: hidden;
}

.showDescription ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.showDescription ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 14px;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  position: relative;
  word-spacing: normal;
}

.showDescription ul li::after {
  float: left;
  margin: 0;
  padding: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
}

.des {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  white-space: normal;
  height: auto;
  overflow: hidden;
}

.des ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.des ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 14px;
  width: 100%;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  position: relative;
  word-spacing: normal;
}

.des ul li::after {
  float: left;
  margin: 0;
  padding: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
}

.cattopstoretime {
  width: 100%;
  margin: 0 0 -5px;
  display: inline-block;
}

.cattopstoretime .righttop {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.cattopstoretime .righttop p.info {
  margin: 0;
  padding: 25px 0 0;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  width: 66%;
  display: inline-block;
  vertical-align: middle;
}

.cattopstoretime .righttop p.info span{
  min-height:28px;
  display: block;
}

.cattopstoretime .righttop p.info span.colorbg {
  font-size: 18px;
  color: #639a01 !important;
  font-weight: 700;
  min-height: 24px;
}

.cattopstoretime .righttop p.info .colorbg.telbg {
  font-size: 19px;
  font-weight: 600;
  display: block;
}

.cattopstoretime .righttop p.infoimg {
  float: right;
  margin: 0;
  padding: 0;
  width: 34%;
}

.category-page-title h1 {
  color: #72B42C;
  font-family: Segoe UI;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height: 41px;
}

div.category-page-title {
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 0px;
}

.sidebar_stores_tab {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.sidebar_stores_tab .row {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.sidebar_stores_tab .row .stores_tab {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.sidebar_stores_tab .row .stores_tab .title {
  float: left;
  margin: 0 0 11px;
  padding: 0;
  width: 100%;
  color: #649a02;
  font-size: 20px;
  font-weight: 700
}

.sidebar_stores_tab .row .stores_tab .accordion {
  float: left;
  margin: 0 0 12px;
  padding: 0 0 0 30px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/winkels_home_icon_active.png) no-repeat center left
}

.sidebar_stores_tab .row .stores_tab .accordion.active {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/winkels_home_icon_active.png) no-repeat center left;
  margin: 0 0 12px
}

.sidebar_stores_tab .row .stores_tab .accordion:after {
  color: #649a02;
  font-weight: 700;
  font-size: 16px;
  float: right;
  margin-left: 5px;
}

.sidebar_stores_tab .row .stores_tab .accordion.active:after {
  color: #848484
}

.sidebar_stores_tab .row .stores_tab .panel {
  float: left;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  line-height: 22px;
  font-size: 14px;
  color: #000
}

.sidebar_stores_tab .row .stores_tab .panel span {
  font-weight: 600
}

.sidebar_stores_tab .row .stores_tab .panel a {
  color: #649a02;
  text-decoration: none
}

.sidebar_stores_tab .row .stores_tab .panel a:hover {
  color: #000
}

.sidebar_stores_tab .row .stores_tab .accordion {
  margin: 0
}

.sidebar_stores_tab .row .stores_tab {
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 600;
  color: #010101;
  font-size: 13px;
  margin-bottom: 20px
}

.sidebar_stores_tab .row .stores_tab a {
  display: inline-block;
  margin: 0 5px;
  color: #72b42c;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px
}

.ambanners.ambanner-1 {
  float: left;
  margin: 15px 0 10px;
  width: 100%;
}

.ambanners.ambanner-1 img {
  width: 100%;
}

.firstsection, .secsection, .thirdsection{
  padding-bottom:67px;
  position:relative;
}

.firstsection h3 {
  color: #000;
  font-family: Segoe UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 15px;
}

.firstsection p {
  color: #000;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 12px;
}

.firstsection ul li {
  color: #000;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/plus_icon_view.png) no-repeat top 4px left;
  padding-left: 26px;
}

.firstsection ul.Nagetive-points li {
  color: #000;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/minus_icon_view.png) no-repeat top 4px left;
  padding-left: 26px;
}

.firstsection a.pagebuilder-button-primary {
  float: left;
  margin: 16px 0 0 0;
  padding: 0 10px;
  border: 2px solid #72b42c;
  font-weight: 600;
  color: #72b42c;
  font-size: 18px;
  line-height: 45px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.firstsection a.pagebuilder-button-primary:hover {
  color: #ffffff;
}

.secsection h3 {
  color: #000;
  font-family: Segoe UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 15px;
}

.secsection p {
  color: #000;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 12px;
}

.secsection ul li {
  color: #000;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/plus_icon_view.png) no-repeat top 4px left;
  padding-left: 26px;
}

.secsection ul.Nagetive-points li {
  color: #000;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/minus_icon_view.png) no-repeat top 4px left;
  padding-left: 26px;
}

.secsection a.pagebuilder-button-primary {
  float: left;
  margin: 16px 0 0 0;
  padding: 0 10px;
  border: 2px solid #72b42c;
  font-weight: 600;
  color: #72b42c;
  font-size: 18px;
  line-height: 45px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.secsection a.pagebuilder-button-primary:hover {
  color: #ffffff;
}

.thirdsection h3 {
  color: #000;
  font-family: Segoe UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 15px;
}

.thirdsection p {
  color: #000;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 12px;
}

.thirdsection ul li {
  color: #000;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/plus_icon_view.png) no-repeat top 4px left;
  padding-left: 26px;
}

.thirdsection ul.Nagetive-points li {
  color: #000;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/minus_icon_view.png) no-repeat top 4px left;
  padding-left: 26px;
}

.thirdsection a.pagebuilder-button-primary {
  float: left;
  margin: 16px 0 0 0;
  padding: 0 10px;
  border: 2px solid #72b42c;
  font-weight: 600;
  color: #72b42c;
  font-size: 18px;
  line-height: 45px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.thirdsection a.pagebuilder-button-primary:hover {
  color: #ffffff;
}

.category-bottom-description .cat_dis_img_bg {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 0 67%;
  width: 100%;
  position: relative;
}

.category-bottom-description .cat_dis_img_bg img{
  position:absolute;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product.actions.product-item-actions .price-stock {
  float: left;
  margin: 0 30px 0 0;
  padding: 0px;
  width: auto;
}

.product.actions.product-item-actions .price-stock .price-box {
  margin-bottom: 6px;
}

.product.actions.product-item-actions .stock_store {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 54%;
}

.product-item .product.actions.product-item-actions .price-stock .price-container .price {
  color: #000;
  font-family: Segoe UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-indent: -10px;
  overflow: hidden;
  float: left;
}

.product-item .product.actions.product-item-actions .price-stock .price-box .old-price {
  float: left;
  margin: 0 10px 0px 7px;
  padding: 0;
  line-height: normal;
}

.product-item .product.actions.product-item-actions .price-stock .price-box .old-price .price {
  text-indent: -8px;
  margin: 0 0 0 -7px;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  text-decoration: line-through;
}

.product-item .product.actions.product-item-actions .price-stock .price-box .price-container .price-label{
  display:none;
}

.product.actions.product-item-actions .price-stock .qty_stock{
  float:left;
  clear: left;
  margin: 5px 0 0 0;
}

.product-item .product.actions.product-item-actions .price-stock .stock.sku {
  color: #424242;
  font-family: Segoe UI;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
}

.product-item-actions .desktoplisting.stockqty span {
  color: #424242;
  font-size: 13px;
  float: left;
  /*white-space: nowrap;*/
  max-height: 20px;
}

.thirdsection ul.Nagetive-points + br{
  display:none;
}

.product-item .product.actions.product-item-actions .desktoplisting.stockqty {
  width: 100%;
  margin: 0px;
}

.product.actions.product-item-actions .stock_store .stock {
  float: right;
  margin: 2px 0 0;
  padding: 0 0 0 21px;
  font-size: 15px;
  font-weight: 600;
  color: #639a01;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/in_stock_icon.jpg) no-repeat center left;
}

.product.actions.product-item-actions .stock_store .stock.unavailable {
  float: right;
  margin: 0;
  padding: 0 0 0 21px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  font-family: 'Open Sans',sans-serif;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/minus_icon_view.png) no-repeat center left;
  line-height: 22px;
  white-space: nowrap;
}

.products-grid .card-interactive {
  border-radius: 0px;
  border: none;
  background: none;
  box-shadow: none;
  position: relative;
  padding: 0;
}

.products-grid a.product-item-photo {
  position: static;
}

.products-grid .card-interactive .product-info .product-item-link{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
}

.cataloglabel.cataloglabel-placeholder.position-TL {
  top: 11px;
  left: 0px;
}

.category-page-title{
  margin-top:0px;
}

.category-bottom-description {
  margin: 51px 0 0 0;
}

.product-page-title h1{
  color: #72B42C;
}

.product-page-title{
  margin-bottom:0px;
}

.view_product_price_stock{
  display:inline-block;
  margin:0px;
  padding:0px;
  width:100%;
}

.view_product_price_stock .price-box{
  float:left;
  margin:0 17px 9px 0;
  padding:0;
}

.view_product_price_stock .price-box .price {
  color: #000;
  /*font-family: Segoe UI;*/
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-indent: -12px;
  overflow: hidden;
  display: inline-block;
  min-height: 20px;
  white-space: nowrap;
}

.view_product_price_stock .price-box .price .price {
  color: #000;
  /*font-family: Segoe UI;*/
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-indent: 0px;
  overflow: hidden;
  display: inline-block;
  min-height: 20px;
  white-space: nowrap;
}

.view_product_price_stock .price-box .price-wrapper{
  font-size: unset;
  line-height: unset;
  text-decoration: none;
}

.view_product_price_stock .price-box .price-label{
  display:none;
}

.view_product_price_stock .price-box .old-price {
  display: block;
}

.view_product_price_stock .price-box .old-price .price {
  font-size: 22px;
  color: #999;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  text-indent: -18px;
  overflow: hidden;
  display: inline-block;
}

.view_product_price_stock .price-box .old-price .price::after {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  background: #fc3f4d;
  content: "";
  position: absolute;
  left: 0;
  top: 58%;
  transform: translate(0%, -50%);
  transform: rotate(-8deg);
}

.product-options-wrapper .options-list.nested .field.choice label.label span.price-wrapper{
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-indent: -12px;
}

.view_product_price_stock .stock{
  float:left;
  margin:0 17px 9px 0;
  padding:0;
}

.view_product_price_stock .stock.available span{
  float: left;
  margin: 0;
  padding: 0 0 0 27px;
  font-size: 15px;
  color: #649a02;
  font-weight: 700;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/in_stock_icon_view.png) no-repeat left center;
}

.view_product_price_stock .stock.dropship span:after{
  content:" *";
}

.view_product_price_stock .stock.unavailable span {
  float: left;
  margin: 0;
  padding: 0 0 0 27px;
  font-size: 15px;
  color: #787878;
  font-weight: 700;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/out_stock_icon_view.png) no-repeat left center;
  text-transform: none
}

.view_product_price_stock .sku-stock{
  float:left;
  margin:0 17px 0 0;
  padding:0;
  clear: left;
}

.view_product_price_stock .sku-stock .product-detail-label {
  float: left;
  margin: 0 7px 0 0;
  padding: 0px;
  color: #828282;
  font-family: Segoe UI;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: auto;
}

.view_product_price_stock .sku-stock .product-detail-label:after{
  content:":";
}

.view_product_price_stock .sku-stock .product-detail-value {
  float: left;
  margin: 0px;
  padding: 0px;
  color: #828282;
  font-family: Segoe UI;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: auto;
}

.view_product_price_stock .store-stock{
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.view_product_price_stock .store-stock .in_stock {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.view_product_price_stock .store-stock .in_stock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.view_product_price_stock .store-stock .in_stock ul li {
  float: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 25px;
  width: 100%;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/check-in-stock.png) no-repeat top 7px left;
  background-size: 22px auto;
  font-size: 14px;
  color: #828282;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.view_product_price_stock .store-stock .in_stock ul li a {
  text-decoration: underline;
  color: gray
}

.view_product_price_stock .store-stock .in_stock ul li span {
  color: #000000;
  font-weight: 400;
  display: block;
  margin-right: 5px;
}

.view_product_price_stock .store-stock .in_stock ul li > span{
  font-weight:600;
  color: #649a02;
}

.view_product_price_stock .store-stock .in_stock ul li p {
  margin-right: 5px;
}

.view_product_price_stock .store-stock .in_stock ul li.outofstockbg {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/minus_icon_view_red.png) no-repeat top 7px left 5px;
  background-size: 13px auto
}

.view_product_price_stock .store-stock .in_stock ul li.outofstockbg > span{
  color:#f00;
}

.product-info-main .progrouped {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

.product-info-main .progrouped h4 {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
}

.product-info-main .groupqtybox {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 15px
}

.product-info-main .groupqtybox ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none
}

.product-info-main .groupqtybox ul li {
  float: left;
  margin-right: 10px;
  border: .0625rem solid #e5e5e5;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  padding: 6px;
  font-size: 15px ;
  font-weight: 700;
}

.product-info-main .groupqtybox.alarmprocolor ul li {
  width: 80px
}

.product-info-main .groupqtybox ul li a {
  color: #000;
  display: block
}

.product-info-main .groupqtybox ul li.selected {
  border-color: #153259 !important
}

.product-info-main .groupqtybox ul li:hover {
  border-color: #153259 !important
}

.ui-tooltip.ui-widget {
  background: #fff;
  border: 0;
  padding: 10px 20px;
  box-shadow: 0 0 16px rgba(0, 0, 0, .2);
  border-radius: 8px;
  white-space: nowrap;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  margin: 25px 0 0
}

.ui-tooltip.ui-widget:before {
  width: 16px;
  height: 16px;
  content: '';
  position: absolute;
  left: 45%;
  z-index: 3;
  background: #fff;
  transform: rotate(45deg) translate(-75%, -75%)
}

.product-info-main .product-options-bottom{
  padding:0px;
}

.product-info-main .product-options-bottom .product-details button.btn.btn-primary {
  float: left;
  margin: 0 0 0px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
  min-height: 48px;
}

.product-info-main .product-options-bottom .product-details button.btn.btn-primary::before {
  display: inline-block;
  margin: 3px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
  background-size: 100% auto;
}

.product-info-main .product-options-bottom .product-details button.btn.btn-primary svg{
  display:none;
}

.product-info-main .product-options-bottom .product-details button.btn.btn-primary:hover {
  background: #fff !important;
  color: #72b42c !important;
  border: 2px solid #72b42c;
}

.product-info-main .product-options-bottom .product-details button.btn.btn-primary:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
  background-size: 100% auto;
}

.product-info-main .product-options-bottom .product-details > div {
  flex-wrap: wrap;
}

.product-info-main .product-options-bottom .product-details > div:nth-child(1) {
  align-items: flex-end;
}

.product-info-main .product-options-bottom .product-details > div .wizardbtn {
  float:left;
  margin:10px 0 0 0;
  padding:0px;
  width:100%;
}

.product-info-main .product-options-bottom .product-details > div #product-addtocart-button + .wizardbtn{
  margin:16px 0 0 0;
}

.product-info-main .product-options-bottom .product-details > div .wizardbtn a {
  float: left;
  margin: 0;
  padding: 0 10px;
  border: 2px solid #72b42c;
  background: #fff;
  font-weight: 600;
  color: #72b42c;
  font-size: 18px;
  line-height: 45px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
}

.product-info-main .cart_button_bg{
  width:100%;
  flex-wrap:wrap;
}

.product-info-main .cart_button_bg button.btn.btn-primary {
  float: left;
  margin: 0 0 15px;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid orange;
  background: orange;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  border-radius: 20px;
  box-shadow: none;
}

.product-info-main .cart_button_bg button.btn.btn-primary:before {
  display: inline-block;
  margin: -4px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: "";
}

.product-info-main .cart_button_bg button.btn.btn-primary svg{
  display:none;
}

.product-info-main .cart_button_bg button.btn.btn-primary:hover {
  background: #fff !important;
  color: #72b42c !important;
  border: 2px solid #72b42c;
}

.product-info-main .cart_button_bg button.btn.btn-primary:hover::before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center;
}

.product-info-main .cart_button_bg div{
  flex-wrap:wrap;
}

.product-info-main .cart_button_bg .wizardbtn {
  float:left;
  margin:0px;
  padding:0px;
  width:100%;
}

.product-info-main .cart_button_bg .wizardbtn a {
  float: left;
  margin: 0;
  padding: 0 10px;
  border: 2px solid #72b42c;
  background: #fff;
  font-weight: 600;
  color: #72b42c;
  font-size: 18px;
  line-height: 45px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
}

.product-info-main .tier-price-container{
  margin:0px;
  padding:0px;
}

.product-info-main .selling_points_desktop{
  float: left;
  margin: 0px;
  padding: 15px;
  width: 100%;
  background: #deeac9;
  border-radius: 10px;
  display: block;
  min-height: 166px;
}

.product-info-main .selling_points_desktop ul {
  float: left;
  margin: 0 0 0px;
  padding: 0;
  width: 100%;
  list-style: none;
}

.product-info-main .selling_points_desktop ul ul{
  margin:0px;
  min-height: 37px;
}

.product-info-main .selling_points_desktop ul li {
  float: left;
  margin: 0 0 12px;
  padding: 0 0 0 26px;
  width: 100%;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_dis_icon.png) no-repeat left top 2px;
  color: #000;
  font-family: Segoe UI;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-info-main .selling_points_desktop ul li br{
  display:none;
}

.product-info-main .selling_points_desktop ul li span {
  font-weight: 700;
}

.product-info-main .selling_points_desktop ul li.last {
  margin-bottom: 0;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_dis_icon.png) no-repeat left top 2px;
}

.product-info-main .pro_info_right_main_top {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.product-info-main .pro_info_right_main_top .pro_info_right_img {
  float: right;
  margin: 0;
  padding: 0;
  width: 31%;
  order: 2
}

.product-info-main .pro_info_right_main_top .pro_info_right_info_bg {
  float: left;
  margin: 0;
  padding: 0;
  width: 67%;
  order: 1
}

.product-info-main .pro_info_right_main_top .pro_info_right_info {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 0 solid #ebebeb
}

.product-info-main .pro_info_right_main_top .pro_info_right_info p.pro_info_right_info_text {
  float: left;
  margin: 0 0 9px 0;
  padding: 0;
  width: 100%;
  font-size: 17px;
  color: #000;
  line-height: 20px;
  font-weight: normal;
}

.product-info-main .pro_info_right_main_top .pro_info_right_info p.pro_info_right_info_text strong {
  font-weight: 600;
  color: #639a01
}

.product-info-main .pro_info_right_main_top .pro_info_right_info p.info.storeopendata-list{
  float: left;
  margin: 0 0 14px 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 16px;
  font-weight: normal;
  min-height: 16px;
}

.product-info-main .pro_info_right_main_top .pro_info_right_info p.phone_no_view {
  float: left;
  margin: 0 0 6px;
  padding: 0 29px;
  width: auto;
  background: #72b42c;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  line-height: 40px
}

.product-info-main .pro_info_right_main_top .pro_info_right_info p.email_text_view {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 17px;
  color: #000;
  line-height: 20px;
  letter-spacing: 0.64px;
  font-weight: normal;
}

.product-info-main .pro_info_right_main_top .pro_info_right_info p.email_text_view span {
  color: #639a01;
  text-decoration:underline;
  font-weight: 600;
}

.product-info-main .pro_info_right_main_top .pro_info_right_info p.email_text_view a {
  color: #639a01;
  text-decoration:underline;
  font-weight: 600;
}

.product-info-main .pro_info_right_main_top .pro_info_right_info a.phone_no_view {
  float: left;
  margin: 0 0 18px;
  padding: 0 29px;
  width: auto;
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  color: #72b42c;
  border-radius: 20px;
  line-height: 40px;
  border: 2px solid #72b42c;
}

.product-info-main .pro_info_right_main_top .pro_info_right_info a.phone_no_view:hover {
  background: #72b42c none repeat scroll 0 0;
  color: #fff;
}

.product-info-main .sidebar_stores_tab .row .stores_tab {
  margin: 0px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.product-info-main .sidebar_stores_tab .row .stores_tab a {
  margin: 0 0px;
  color: #72b42c;
  font-weight: 600;
  text-decoration: underline;
  font-size: 18px;
}

.plus-minus {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
  width: 100%
}

.plus-minus .titlebg {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.plus-minus .titlebg h2 {
  float: left;
  margin: 0 0 17px;
  padding: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #649a02
}

.plus-minus .titlebg h2 span.product_name {
  display: none
}

.plus-minus .plusbg {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.plus-minus .plusbg ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.plus-minus .plusbg ul li {
  float: left;
  margin: 0 0 10px;
  padding: 0 0 0 28px;
  width: 100%;
  font-size: 16px;
  color: #000;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/plus_icon_view.png) no-repeat left center;
  line-height: 18px
}

.plus-minus .minusbg {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.plus-minus .minusbg ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.plus-minus .minusbg ul li {
  float: left;
  margin: 0 0 10px;
  padding: 0 0 0 28px;
  width: 100%;
  font-size: 16px;
  color: #000;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/minus_icon_view.png) no-repeat left center;
  line-height: 18px
}

.prose p{
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}

.product_tab_title_bg a{
  float: left;
  margin: 0;
  padding: 0 34px 0 0;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  position: relative;
}

.product.attribute.description {
  float: left;
  margin: 0;
  padding: 10px 0 20px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  border-top: 1px solid #ebebeb;
}

.prose{
  width:100%;
  max-width:100%;
}

.product-info-main .product-slider .product-slider-title h3{
  color: #000;
  font-family: Segoe UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}

.product-info-main .product-slider .product-slider-title h3 .product_name{
  color: #72B42C;
  font-family: Segoe UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
}

.product-info-main .product-slider .product-slider-title{
  border:none;
  padding:0px;
  margin:0px;
}

.product-info-main .product-slider .btn.btn-primary{
  padding: 10px 11px;
  color: #72B42C;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.42px;
}

.product-info-main .product-slider .btn.btn-primary:hover{
  color:#ffffff;
}

.product-info-main .product-slider .product-item-link{
  text-align: left;
  color: #72B42C;
  font-family: Segoe UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  display: block;
}

.product-info-main .product-slider button:hover .product-item-link{
  color:#ffffff;
}

/*.product-info-main .product-slider .product-info > div{ margin:0px; }*/

.product-info-main .product-slider .product-item .price-container .price{
  color: #000;
  font-family: Segoe UI;
  /*font-size: 16px;*/
  font-style: normal;
  font-weight: 600;
  /*line-height: 16px;*/
  letter-spacing: 0.48px;
}

/*.product-info-main .product-slider .product.product-item{ box-shadow:none; border:none; background: none;}*/

.product-info-main .product-slider .product-item .price-box{
  margin-top: 11px;
}

.label_content .table-title {
  float: left;
  margin: 0 0 14px;
  padding: 0;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.label_content .table-title span.product_name {
  font-size: 18px;
  color: #649a02;
}

.label_content .table-wrapper {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  max-width:100%;
}

.label_content .table-wrapper table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0
}

.label_content .table-wrapper table tr:nth-child(odd) td {
  background: #f1f1f1
}

.label_content .table-wrapper table tr:nth-child(odd) th {
  background: #f1f1f1
}

.label_content .table-wrapper table tr{
  border: none;
}

.label_content .table-wrapper table tr td {
  padding: 15px 16px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #000 ;
  border: none;
}

.label_content .table-wrapper table tr th {
  padding: 15px 16px;
  width: 41%;
  position: relative;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #000
}

.label_content .table-wrapper table tr th:before {
  content: "";
  float: left;
  margin: 0 12px 0 0;
  padding: 0;
  width: 22px;
  height: 20px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_attribute_main_icon.png) no-repeat center
}

.label_content #tab2{
  display:inline-block;
  margin:0px;
  padding:0px;
  width:100%;
}

.view_more_button {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative
}

.view_more_button:after {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  content: "";
  position: absolute;
  left: 0;
  top: 50%
}

.view_more_button > span {
  display: inline-block;
  height: auto;
  line-height: 23px;
  background: #f2f2f2;
  padding: 3px 12px;
  padding-left: 28px;
  color: #649a02;
  position: relative;
  font-size: 14px;
  z-index: 1
}

.view_more_button > span span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  transform-origin: center left 0;
  font-size: 18px;
  transform: rotate(90deg);
  left: 26px;
  top: 6px;
}

.view_more_button.show_less > span span {
  transform: rotate(-90deg);
  left: 6px;
  top: 15px
}

.view_more_button.show_less_dis > span span {
  transform: rotate(-90deg);
  left: 6px;
  top: 15px
}

.aw-pquestion__product-question{
  display:inline-block;
  margin:0 0 15px 0px;
  padding:0px;
  width:100%;
  border-bottom: 1px solid #ebebeb;
}

.aw-pquestion__product-question .aw-pquestion__product-question.header{
  display:inline-block;
  margin:0px;
  padding:0px;
  width:100%;
  border-bottom: none;
}

.aw-pquestion__product-question .aw-pquestion__product-question.header .aw-pq-question-title.box-title{
  float: left;
  margin: 9px 0 20px;
  padding: 0;
  width: 100%;
}

.aw-pquestion__product-question .aw-pquestion__product-question.header .aw-pq-question-title.box-title h2 {
  float: left;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.aw-pquestion__product-question .aw-pquestion__product-question.header .aw-pq-question-title.box-title h2 span.product_name {
  color: #649a02;
  margin: 0 0 0 5px;
}

.aw-pquestion__product-question .section {
  background:none;
  margin: 20px 0 20px;
}

.aw-pquestion__product-question .form-wrapper.grow form{
  box-shadow: none;
  padding: 0px;
}

.aw-pq__question-answer-form-visibility-button button span{
  color: #649a02;
}

.product_buttom_block {
  float: left;
  margin: 0 0 25px;
  padding: 0;
  width: 100%
}

.product_buttom_block .titlesection .title h2 {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.product_buttom_block .productinfo {
  float: left;
  padding: 12px;
  width: 100%;
  background: #deeac9;
  border-radius: 10px
}

.product_buttom_block .productinfo .product_box {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.product_buttom_block .productinfo .product_box img {
  width: 130px;
  display: inline-block;
  margin: 0 26px 0 0
}

.product_buttom_block .productinfo .product_box h2.product_title {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  color: #649a02;
  vertical-align: middle;
  width: 35%
}

.product_buttom_block .productinfo .product_box .product-item-actions {
  float: right;
  margin: 22px 20px 22px 0;
  padding: 0;
  width: 100%;
  max-width: 400px
}

.product_buttom_block .productinfo .product_box .product-item-actions .tocart.primary {
  float: left;
  margin: 0;
  padding: 0 10px;
  border: 2px solid orange;
  background: orange;
  font-weight: 700;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 45px;
  border-radius: 20px
}

.product_buttom_block .productinfo .product_box .product-item-actions .tocart.primary:before {
  display: inline-block;
  margin: -4px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: ""
}

.product_buttom_block .productinfo .product_box .product-item-actions .tocart.primary:hover {
  background: #fff !important;
  color: #72b42c !important
}

.product_buttom_block .productinfo .product_box .product-item-actions .tocart.primary:hover:before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon_gr.png) no-repeat center center
}

.product_buttom_block .productinfo .product_box .product-item-actions .actions-primary {
  width: 100%
}

.aw-pquestion__question-listing svg.cursor-pointer {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  background: orange;
  border-radius: 100%;
  stroke: #ffffff;
  padding: 2px;
  top: 4px;
  z-index: 0;
}

.aw-pquestion__question-listing .question-item-wrapper {
  padding: 0
}

.aw-pquestion__question-listing .question-answer-list .answer-item-wrapper {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 10px 0;
  width: 100%
}

.aw-pq-question-form {
  padding: 0
}

.aw-pquestion__question-listing .answer-details span.ansauthorname {
  color: #444;
  font-weight: 700
}

.aw-pq-question-form .primary.actions-primary {
  float: right
}

.aw-pquestion__product-question.header {
  padding: 15px 0 0
}

.aw-pquestion__question-listing .question-content{
  font-size: 16px;
  word-wrap: break-word;
  margin-bottom: 5px;
  padding-right: 80px;
  position: relative;
}

.aw-pquestion__question-listing .question-details {
  color: #8c8c8c;
  font-size: 11px;
}

.aw-pquestion__question-listing .question-item{
  padding-left:30px;
}

.aw-pquestion__question-listing svg.cursor-pointer[style="transform: rotate(180deg)"]{
  background: #72b42c;
}

.aw-pquestion__question-listing .aw-pq__question-answer-form {
  margin-bottom:20px;
}

.product-options-wrapper .fieldset h2{
  display:none;
}

.product-options-wrapper .fieldset > div > div{
  border: none;
  padding: 0px;
  flex-wrap: wrap;
}

.product-options-wrapper .fieldset > div > div label{
  width:100%;
  font-weight: 600;
  margin: 0px;
  font-size: 13px;
  line-height: 25px;
  color: #010101;
  display: inline-block;
}

.product-options-wrapper .fieldset .options-list .field .label {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  color: #010101;
  margin: 0;
}

.product-options-wrapper .fieldset > div > div > div{
  margin:0px;
  width:100%;
}

.product_top_addtocart {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 0 9px;
  position: fixed;
  left: 0;
  right: 0;
  border-bottom: 1px solid #72b42c;
  top: 88px;
  z-index: 1;
  background: #fff;
}

.product_top_addtocart .producttopinfo {
  display: flex !important;
  align-items: center
}

.product_top_addtocart .producttopinfo .topimg {
  width: 5%;
  float: left;
  margin: 0 20px 0 0;
  padding: 0
}

.product_top_addtocart .producttopinfo .toproname {
  width: 33%;
  float: left;
  margin: 0;
  padding: 0;
  vertical-align: middle
}

.product_top_addtocart .producttopinfo .toproname .product_title {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  font-weight: 700;
  color: #649a02;
  margin: 0
}

.product_top_addtocart .producttopinfo .product-item-actions {
  float: right;
  width: 60%
}

.product_top_addtocart .producttopinfo .product-item-actions .actions-primary{
  float:right;
}

.product_top_addtocart .producttopinfo .product-item-actions .actions-primary button.primary {
  float: left;
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  line-height: 35px;
  width: 100%;
  height: auto;
  background: orange;
  border: 2px solid orange;
  border-radius: 20px;
  color: #fff;
  box-shadow: none !important;
  font-weight: 600;
}

.product_top_addtocart .producttopinfo .product-item-actions .actions-primary button.primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.product_top_addtocart .producttopinfo .product-item-actions .actions-primary .out_of_stock_bt {
  float: right;
  background: #aaa;
  border-color: #aaa
}

.page-header{
  position: sticky;
  top: 0;
  z-index: 11;
}

.product-info-main .selling_points_desktop ul li a.thuiswinkelimg {
  display: none;
}

.companyreview {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.companyreview .reviewtitle {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center
}

.companyreview .reviewtitle h1 {
  float: left;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #649a02;
  line-height: 36px
}

.companyreview>p {
  float: left;
  margin: 0 0 45px;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 16px
}

.companyreview .reviewsbg {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.companyreview .reviewsbg .reviewslist {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.companyreview .reviewsbg .reviewslist ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.companyreview .reviewsbg .reviewslist ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer {
  float: left;
  margin: 0;
  padding: 30px 0;
  width: 100%
}

.companyreview .reviewsbg .reviewslist ul li:before {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/border_drawn_light.png) bottom no-repeat;
  background-size: auto;
  background-size: 95% 2px;
  border-style: none;
  min-height: 2px;
  content: "";
  width: 100%;
  float: left
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-main-info {
  float: left;
  margin: 0 0 18px;
  padding: 0;
  width: 100%;
  position: relative
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-main-info .review-name {
  float: left;
  margin: 0 1%;
  padding: 0;
  width: 23%;
  font-size: 18px;
  font-weight: 700;
  font-style: italic
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-main-info .review-score {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  width: 73%
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-main-info .review-score .review-rating {
  width: 126px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvgwidth=!string!height=!string!viewBox=!string!xmlns=!string!%3E%3Ctitle%3ECombinedShape%3C/title%3E%3Cpathd=!string!fill=!string!fill-rule=!string!/%3E%3C/svg%3E") repeat-x, linear-gradient(90deg, #fac400, #e6e7e8 0);
  background-size: 25px auto
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-main-info .review-score .b-rating {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvgwidth=!string!height=!string!viewBox=!string!xmlns=!string!%3E%3Ctitle%3ECombinedShape%3C/title%3E%3Cpathd=!string!fill=!string!fill-rule=!string!/%3E%3C/svg%3E") repeat-x, linear-gradient(90deg, #fac400 100%, #e6e7e8 0);
  background-size: auto, auto;
  background-size: 25px auto;
  font-size: 0 ;
  height: 25px;
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-main-info .review-score-number {
  top: 0;
  right: 0;
  position: absolute;
  color: #72b42c;
  font-size: 2.25em;
  font-weight: 700
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-additional-info {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
  font-size: 14px;
  color: #444
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-content {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  width: 73%
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-additional-info>div {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-additional-info>div .review-recommendation-label {
  font-weight: 700;
  color: #000
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-content .review-context.review-context-positive {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-content .review-context.review-context-positive .review-label {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 700;
  color: #000;
  font-size: 14px
}

.companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-content .review-context.review-context-positive .review-text {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #444;
  font-size: 14px
}

.section.for_mobile_only{
  display:none;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-additional-info {
    width:100%
  }

  .companyreview .reviewsbg .reviewslist ul li .reviewcontainer .review-content {
    width:100%
  }

  .section.for_mobile_only{
    display:block;
  }

  .section.for_mobile_only .middle_box.newblock .reviewdata .lefttext .kiyohtxt {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 5px 0;
  }

  .section.for_mobile_only .middle_box.newblock .review-score-number {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    line-height: 18px;
  }

  .section.for_mobile_only .middle_box.newblock .reviewdata .lefttext .bottomtext p a{
    font-size:16px;
    float: left;
    line-height: normal;
  }

  .section.for_mobile_only .info_box .middle_box {
    padding: 11px 21px 10px;
  }

  .section.for_mobile_only .middle_box.newblock .reviewdata .lefttext {
    float: left;
    width: 53%;
    padding: 0;
    margin-right: 0;
  }

  .section.for_mobile_only .middle_box.newblock .reviewdata .righttext {
    width: 38%;
  }

  .section .middle_box.newblock .reviewdata .lefttext .review-score {
    float: left;
    margin: 0 2px 3px 0;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
    grid-column: span 5 / span 5;
    grid-column-start: span 5;
  }
}

.category-description h2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  color: #010101;
  margin: 0;
}

.category-description p{
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  color: #010101;
}

.category-description h3{
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  color: #010101;
  margin: 0;
}

.category-description {
  max-width: 100%;
}

.toolbar-amount {
  float:left;
  margin:0 19px 0 0;
  padding:0;
  font-size:14px;
  color:#000;
  font-weight:400;
  line-height:35px
}

.toolbar-amount span {
  font-weight:700
}

.catalog-product-view .page-main{
  margin:0px;
}

.catalog-product-view .page-main .columns{
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  row-gap: 0;
}

.catalog-product-view .RecentlyViewedProducts{
  display:block;
  clear:both;
  margin: 0 0 20px 0;
}

.catalog-product-view .product-page-title {
  padding: 0px;
  margin: 5px 0 5px 0px;
}

.catalog-product-view .product-page-title h1{
  font-size:21px;
}

.message.success{
  background:#649a02;
}

.catalog-product-view .product-slider{
  width:100%;
}

.custom-cart-container {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left {
  float: left;
  margin: 0;
  padding: 0;
  width: 72.5%
}

.custom-cart-container .custom-cart-container-right {
  width: 24.1%;
  display: inline-block;
  float: right
}

.custom-cart-container .custom-cart-container-right .cartrightsection {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrighttop {
  float: left;
  margin: 0 0 -6px 0;
  padding: 0 0 0 16px;
  width: 100%
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrighttop .cattopstoretime{
  float:left;
  margin:0px;
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrighttop p.info {
  float: none;
  margin: 0 0 10px;
  padding: 0;
  width: 68%;
  font-size: 16px;
  color: #000;
  line-height: 21px;
  display: inline-block;
  vertical-align: bottom;
  position: static
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrighttop p.info .colorbg {
  font-size: 19px;
  color: #639a01;
  font-weight: 700;
  position: static
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrighttop p.info .colorbg.telbg {
  font-size: 19px;
  font-weight: 600;
  display: block
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrighttop p.info span a {
  font-size: 19px;
  font-weight: 600;
  color: #639a01;
  display: block
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrighttop p.infoimg {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 30%;
  float: none
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrightbottom {
  float: left;
  margin: 0;
  padding: 14px 27px 8px;
  width: 100%;
  background: #e3f0d5;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrightbottom p.titlebg {
  float: left;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  font-weight: 700;
  font-size: 17px;
  color: #000
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrightbottom ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrightbottom ul li {
  float: left;
  margin: 0 0 12px;
  padding: 0 0 0 31px;
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 19px;
  position: relative
}

.cartrightsection .cartrightbottom ul li span.colorbg {
  font-weight: 700
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrightbottom ul li a {
  color: #000
}

.custom-cart-container .custom-cart-container-right .cartrightsection .cartrightbottom ul li:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/bulletpoint_icon.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 1px
}

.custom-cart-container .custom-cart-container-left .cart_next_top {
  float: left;
  margin: 0 0 20px;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left .form.form-cart {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  position: relative
}

.custom-cart-container .custom-cart-container-left .coupon-form {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left .coupon-form.active {
  padding-bottom: 27px
}

.custom-cart-container .custom-cart-container-left .coupon-form #discount-form-toggle {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left .coupon-form.active #discount-form-toggle {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left .coupon-form #discount-form-toggle svg {
  float: right;
  margin: 0;
  width: 25px;
  height: auto;
  stroke: #649a02;
}

.custom-cart-container .custom-cart-container-left .coupon-form #discount-form-toggle span {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.custom-cart-container .custom-cart-container-left .coupon-form #discount-form-toggle span:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 19px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/discount_icon.jpg) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left .coupon-form .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left .coupon-form .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left .coupon-form .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left .coupon-form .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left .coupon-form .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left .coupon-form .content .fieldset.coupon .actions-toolbar {
  position: static;
  right: 0;
  top: 33px;
  margin: 0;
  border: none;
  padding: 0;
}

.custom-cart-container .custom-cart-container-left .coupon-form .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none !important;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left .coupon-form .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount.active .title {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .title svg{
  stroke:#72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .title strong {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .title strong:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 33px;
  margin: 0
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none !important;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.block.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left .cart_next_top .cart_next {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  width: 190px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: none !important;
  background: orange;
  text-align: left;
  border: 2px solid orange
}

.custom-cart-container .custom-cart-container-left .cart_next_top .cart_next:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  float: right
}

.custom-cart-container .custom-cart-container-left .cart_next_top .cart_next:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c
}

.cart_next_top .cart_next span {
  display: none
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

#block-fee-wrapper .control .switch {
  display: inline-block;
  height: 17px;
  position: relative;
  width: 45px;
  margin: 2px 0 0
}

#block-fee-wrapper .control .switch input.serviceinput {
  opacity: 0;
  width: 0;
  height: 0
}

#block-fee-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s
}

#block-fee-wrapper .slider:before {
  background-color: #fff;
  content: "";
  height: 20px;
  position: absolute;
  transition: all .4s ease 0s;
  width: 20px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
  top: -2px
}

#block-fee-wrapper input.serviceinput:checked+.slider {
  background-color: #72b42c
}

#block-fee-wrapper input.serviceinput:focus+.slider {
  box-shadow: 0 0 1px #2196f3
}

#block-fee-wrapper input.serviceinput:checked+.slider:before {
  transform: translateX(25px)
}

#block-fee-wrapper .slider.round {
  border-radius: 34px
}

#block-fee-wrapper .slider.round:before {
  border-radius: 50%
}

.reparatieservice .servicebg {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px solid #d5dde9;
  padding: 20px 0 0
}

.reparatieservice .servicebg .servicedata {
  float: left;
  width: 32%;
  margin-right: 12px
}

.reparatieservice .servicebg .servicedata.compleet {
  margin-right: 0
}

.reparatieservice .servicebg .maintitle {
  color: #72b42c;
  font-size: 15px;
  font-weight: 700
}

.reparatieservice .servicedatabg {
  float: left;
  width: 100%
}

.reparatieservice .servicedatabg .contenttext {
  float: left;
  margin: 10px 0 0;
  min-height: 160px;
  width: 100%
}

.reparatieservice .servicedatabg .contenttext ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none
}

.reparatieservice .servicedatabg .contenttext ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.reparatieservice .servicedatabg .contenttext ul li:before {
  content: "- "
}

.reparatieservice #mageworx-fee-container {
  float: left;
  width: 100%;
  display: none
}

.servicebg .servicedatabg .control {
  float: left;
  width: 30%
}

.servicebg .servicedatabg .pricebg {
  float: left;
  width: 65%
}

.servicebg .servicedatabg .pricebg p {
  color: #72b42c;
  font-size: 16px
}

.custom-cart-container .custom-cart-container-left .block.discount.reparatieservice {
  margin: 30px 0 30px
}

.custom-cart-container .custom-cart-container-left .cart_next_top .btn.btn-primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  width: auto;
  border-radius: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: none !important;
  background: orange;
  text-align: left;
  border: 2px solid orange;
}

.custom-cart-container .custom-cart-container-left .cart_next_top .btn.btn-primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper{
  border: 1px solid;
  border-radius: 11px;
  border-color: #d5dde8;
  overflow: hidden;
}

.custom-cart-container .custom-cart-container-left .table-row-items .table-row-item{
  border-bottom:1px solid #d5dde8;
  background:none;
}

.custom-cart-container .custom-cart-container-left .table-row-items .table-row-item:nth-last-child(1){
  border-bottom:none;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.price{
  display:none;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart > .item{
  background:none;
}

.accountlinks > div svg{
  stroke:#ffffff;
}

.catalog-category-view .page-main{
  margin-top:10px;
  display: inline-block;
  width: 100%;
}

.catalog-category-view .section .info_box .middle_box{
  padding: 6.5px 32px;
}

.catalog-category-view .section .middle_box.newblock .reviewdata .lefttext .bottomtext p{
  line-height:normal;
}

.catalog-category-view .section .middle_box.newblock .reviewdata{
  align-items:center;
}

.all_cat_title p{
  overflow:hidden;
}

.js_thumbs_slide a{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}

.product-info-main .product-slider .price-box .old-price{
  display:none;
}

#gallery .next-button {
  width: 40px;
  height: 40px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/product_view_slider_next.png) no-repeat center;
  font-size:0px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 0;
}

#gallery .next-button:hover {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/product_view_slider_next_hover.png) no-repeat center;
}

#gallery .prev-button {
  width: 40px;
  height: 40px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/product_view_slider_prev.png) no-repeat center;
  font-size:0px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
}

#gallery .prev-button:hover {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/product_view_slider_prev_hover.png) no-repeat center;
}

#gallery{
  position:relative;
  z-index:0;
}

#gallery.fullscreen_active_bg{
  position:relative;
  z-index:11;
}

#gallery.fullscreen_active_bg > div{
  padding:15px;
}

.customcontact .section{
  margin:0px;
}

.section .info_box .rightbox_txt {
  float: right;
  margin: 0;
  padding: 0;
  width: 54%;
  color: #FFF;
  font-family: Segoe UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.section .info_box .rightbox_txt .shippinginfo{
  width:100%;
}

.informationbg ul li.shippinginfo br{
  display:none;
}

.sidebar .block-filter{
  margin-top:0px;
}

/* .sidebar .block-filter .block-title{ display:none; } */

div.category-page-title {
  margin-bottom: -41px;
  margin-top: 0px;
  padding: 0px;
  position: relative;
  z-index: 1;
  width: calc(100% - 170px);
  margin-left: 0;
}

.catalog-category-view .category-description{
  margin: 51px 0 0 0;
}

.catalog-category-view .category-description [data-content-type="row"][data-appearance="contained"] [data-element="inner"]{
  padding:0px !important;
}

.product-item .product-info .price-box .old-price {
  float: left;
  margin: 0 10px 0px 7px;
  padding: 0;
  line-height: normal;
}

.product-item .product-info .price-box .old-price .price {
  text-indent: -8px;
  margin: 0 0 0 -7px;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  text-decoration: line-through;
}

.product-item .product-info .price-box .price-container .price-label {
  display: none;
}

.product-item a.product-item-photo {
  position: relative;
  z-index: 0;
}

.block-filter .block-title{
  height:auto;
}

.block-filter .filter-option .filter-options-title .title {
  word-wrap: break-word;
  width: calc(100% - 40px);
}

.block-filter .filter-current.filter-options-content .items.am-filter .amshopby-remove-item span:nth-child(1){
  word-wrap: break-word;
  width: calc(100% - 40px);
}

.block-filter .filter-current.filter-options-content{
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-item .product-info a.product-item-link{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
}

.product-item .product-info button a.product-item-link{
  min-height:unset;
}

.product-info-main .product-slider .btn.btn-primary a.product-item-link{
  min-height:unset;
}

.filter-content .items .item .filter-row a {
  max-width: 80% !important;
}

.amshopby-remove-item span{
  font-size:16px;
}

.amshopby-remove-item{
  margin-bottom:10px;
}

.popup-close{
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 40px;
  text-align: center;
  font-size: 25px;
  line-height: 20px;
  transform: rotate(45deg);
  cursor: pointer;
}

.popup-close + div{
  padding-top: 50px;
}

.product-info-main .product-slider .product-item-link{
  font-size:14px;
}

.product-info-main .product-slider .btn.btn-primary{
  padding: 5px 6px;
}

.product-info-main .product-slider .btn.btn-primary .product-item-link{
  font-size:12px;
}

.product-info-main .product-slider .product-item .price-box {
  margin-top: 2px;
}

.product-item .product.actions.product-item-actions .mobilelisting.stockqty{
  display:none;
}

.product-item .product.actions.product-item-actions .mobilelisting.stockqty span{
  color: #424242;
  font-size: 13px;
}

.top_banner_bg{
  margin: -1.25rem 0 20px;
}

.mobileinformation {
  overflow: hidden;
}

@media screen and (min-width:1023px){
  .klantenservice ul{
    display:block !important;
  }

  .Informatie ul{
    display:block !important;
  }

  .Winkels ul{
    display:block !important;
  }

  .Hulp_nodig .Hulp_nodig_bg{
    display:block !important;
  }
}

.mobile_filter_button{
  display:none;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .mst-banner__placeholder{
    margin: 0 -24px;
  }

  html body#html-body div.sooqrSearchContainer.sooqrSearchContainer-118153-1 div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-left div.sqr-image {
    width: 300px;
    height: 300px;
    float: none;
    margin: 0 auto;
  }

  html body#html-body div.sooqrSearchContainer.sooqrSearchContainer-118153-1 div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem div.sqr-image img {
    max-width: 100%;
    max-height: 100%;
  }

  .columns .hometop .homerightsection {
    width: 100%;
    margin: 0 0 12px
  }

  .columns .hometop .homerightsection .righttop {
    padding: 0;
    margin: -20px 0 0
  }

  .hometop .homerightsection .rightbottom {
    display: none
  }

  .columns .hometop .homeleftsection {
    width: 100%;
    margin: 0 0 30px
  }

  .section .info_box .col-sm-6 {
    width: 100%;
    margin: 0
  }

  .section .info_box .left_box p span {
    font-weight: normal;
    font-size: 18px
  }

  .section .info_box .left_box p {
    font-size: 16px;
    line-height: 29px;
    position: relative;
    z-index: 0
  }

  .section .info_box .right_box p {
    font-size: 16px;
    line-height: 27px;
    position: relative;
    z-index: 0
  }

  .section .info_box .right_box p span {
    font-size: 16px;
    font-weight: 700
  }

  .section .info_box .left_box p span a{
    font-size: 16px;
    font-weight: 700
  }

  .section .info_box .right_box {
    padding: 17px
  }

  .section .info_box .left_box {
    float: left;
    margin: 0;
    padding: 21px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    background: #72b42c
  }

  .section .info_box .left_box .leftbox_img {
    float: right;
    margin: 0;
    padding: 0;
    width: 117px;
    height: 108px;
    position: absolute;
    right: 13px;
    bottom: 0
  }

  .section .info_box .right_box .rightbox_img {
    float: right;
    margin: 0;
    padding: 0;
    width: 123px;
    height: 99px;
    position: absolute;
    left: -7px;
    bottom: 0
  }

  .section .info_box .left_box.newblock::after {
    width: 160px;
    height: 100%;
    background-position: right bottom;
  }

  /*.container{padding-right: 1rem; padding-left: 1rem;}
.cms-index-index .column.main section > .container{ padding:0px;}*/

  .section .info_box .left_box p {
    width: 79%;
  }

  .section .info_box .left_box p.info.storeopendata-list {
    font-size: 16px;
    line-height: 29px;
    position: relative;
    z-index: 1;
  }

  .all_cat .all_cat_main_bg .row .grid_category .category h2 a {
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: block;
    line-height: normal;
  }

  .all_cat .all_cat_main_bg .row .grid_category .category .catdescription_bg {
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    line-height: normal;
    text-align: center;
    overflow: hidden;
  }

  .grid_category {
    padding: 17px 0;
    border: 1px solid #ECECEC;
  }

  .all_cat_title p {
    line-height: normal;
    font-size: 15px;
    overflow: hidden;
  }

  .everythingSummerBoxName{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .everySummerBoxPrice {
    margin: 5px 0;
  }

  .footer-person {
    width: 60px;
    bottom: 0px;
  }

  .social_icon{
    display:none;
  }

  .payment_icon a.shipicon {
    float: left;
    width: 11%;
  }

  .payment_icon a.paymenticon {
    float: left;
    width: auto;
    display: flex;
  }

  .payment_icon {
    flex-wrap:wrap;
  }

  .payment_icon a.paymenticonother {
    float: left;
    width: 31%;
  }

  .payment_icon a.winkleicon {
    float: left;
    width: 17%;
  }

  footer.page-footer .footer.content .container .row .col-sm-4 > div > strong {
    border-bottom: 1px solid #e7ffc4;
    padding: 0 0 9px;
    position: relative;
    cursor: pointer;
    display: block;
  }

  footer.page-footer .footer.content .container .row .col-sm-4 {
    width: 100%;
    padding-right: 90px;
  }

  footer.page-footer .footer.content .container .row .col-sm-4 > div > strong::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
  }

  footer.page-footer .footer.content .container .row .col-sm-4 > div > strong.active_title::after {
    content: "\f106";
  }

  .mobile_filter_button {
    background: #eee url(../../frontend/Spywebshop/webshop/de_DE/images/filter_icon.png) no-repeat left 17px center;
    border: none;
    padding: 0 30px 0 42px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, .12);
    height: 37px;
    color: #000;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    justify-content: center;
  }

  .mobile_filter_button svg{
    display:none;
  }

  div.category-page-title {
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px !important;
    width: 100%;
  }

  /*.informationbg ul li{ display:none; }
.informationbg ul li:nth-child(1){ display:block; }*/

  .customcontact .section .info_box .right_box .rightbox_img {
    float: left;
    margin: 0;
    padding: 0;
    width: 114px;
    height: auto;
    position: static;
    left: 20px;
    bottom: auto;
    transform: none;
  }

  .customcontact .section .info_box .right_box p strong{
    font-size:20px;
    line-height:29px;
  }

  .customcontact .section .info_box .left_box p{
    font-size: 20px;
  }

  .catalog-category-view .section .info_box .middle_box {
    padding: 6.5px 20px;
  }

  .customcontact .section .middle_box.newblock .reviewdata .righttext{
    position: absolute;
    right: 10px;
    width: 113px;
    top: 50%;
    transform: translate(0,-50%);
  }

  .customcontact .section .middle_box.newblock .reviewdata .lefttext .kiyohtxt{
    font-size:20px;
    line-height:normal;
  }

  .customcontact .section .middle_box.newblock .reviewdata .lefttext {
    float: left;
    width: 64%;
    padding: 0;
    margin-right: 10px;
  }

  .customcontact .section .middle_box.newblock .reviewdata .lefttext .review-score .review-rating{
    background-size: 19px auto;
    height: 14px;
    width: 90px;
  }

  .customcontact .section .middle_box.newblock .review-score-number {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
  }

  .customcontact .section .info_box .right_box {
    padding: 8px 17px;
    justify-content: space-between;
  }

  .customcontact .section .middle_box.newblock .reviewdata .lefttext .bottomtext p a{
    font-size:16px;
  }

  .customcontact .section .middle_box.newblock .reviewdata .lefttext .review-score .review-rating .b-rating{
    background-size: 19px auto;
    height: 14px;
    width: 90px;
  }

  .catalog-category-view .section .info_box .middle_box {
    padding: 20px 20px;
  }

  .catalog-category-view .section .middle_box.newblock .reviewdata .lefttext .review-score{
    margin-bottom:0px;
  }

  .section .info_box .rightbox_txt {
    float: right;
    margin: 0;
    padding: 0;
    width: 54%;
    color: #FFF;
    font-family: Segoe UI;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
  }

  .section .info_box .rightbox_txt .shippinginfo{
    width:100%;
  }

  .customcontact .section .middle_box.newblock .review-score-number{
    margin-bottom:0px;
  }

  .category-page-title h1{
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    min-height: 45px;
  }

  .catalog-category-view .products-grid a.product-item-photo{
    width: 40%;
    padding: 0 10px 0 0;
    margin: 0;
    overflow: hidden;
    float: left;
    text-align: center;
    box-sizing: border-box;
  }

  .catalog-category-view .products-grid .product-info {
    float: left;
    margin: 0;
    padding: 0;
    width: 60%;
  }

  .catalog-category-view .products-grid .card-interactive {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
  }

  .product.actions.product-item-actions .price-stock .qty_stock.desktoplisting{
    display:none;
  }

  .catalog-category-view .products-grid .card-interactive .product-info .product-item-link{
    font-size: 16px;
    line-height: normal;
    overflow: visible;
    display: block;
    min-height: unset;
  }

  .product-item-actions .desktoplisting.stockqty span{
    float:left;
  }

  .section .info_box .rightbox_txt .shippinginfo{
    font-size:16px;
  }

  .product.actions.product-item-actions .stock_store .stock{
    font-size:14px;
    float:left;
    max-height: 21px;
  }

  .product_buttom_block .productinfo .product_box .product-item-actions {
    margin: 12px 0 0 0px;
    max-width: 100%;
  }

  .product_buttom_block .productinfo .product_box img{
    width: 90px;
  }

  .product_buttom_block .productinfo .product_box h2.product_title{
    width:59%;
    font-size:17px;
  }

  .catalog-category-view .products-grid .product-info .actions.product-item-actions{
    position: relative;
    padding-bottom: 0px;
  }

  .catalog-category-view .products.wrapper.mode-grid.products-grid > div{
    gap:0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .product.actions.product-item-actions .price-stock > div{
    float:left;
  }

  .product_top_addtocart .producttopinfo .product-item-actions {
    width: auto;
    display: block
  }

  .product_top_addtocart .producttopinfo .product-item-actions .actions-primary form button.primary span {
    display: none
  }

  .product_top_addtocart .producttopinfo {
    width: 100%
  }

  .product_top_addtocart {
    top: auto;
    bottom: 0;
    border-top: 1px solid #72b42c;
    border-bottom: 0
  }

  .product_top_addtocart .producttopinfo .topimg {
    width: 18%
  }

  .product_top_addtocart .producttopinfo .toproname {
    width: 59%
  }

  .product_top_addtocart .producttopinfo .toproname .product_title {
    font-size: 13px;
    padding-right: 15px;
    line-height: normal
  }

  .product_top_addtocart .producttopinfo .product-item-actions .actions-primary form button.primary:before {
    margin-right: 0
  }

  .product_tab_title_bg{
    display:none;
  }

  .aw-pquestion__product-question .section .info_box .right_box .rightbox_img {
    float: right;
    margin: 0;
    padding: 0;
    width: 103px;
    height: auto;
    position: absolute;
    left: 20px;
    bottom: auto;
  }

  .aw-pquestion__product-question .section .info_box .right_box p strong{
    font-size:20px;
    line-height:29px;
  }

  .aw-pquestion__product-question .section .info_box .left_box p{
    font-size: 20px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .righttext{
    position: absolute;
    right: 10px;
    width: 113px;
    top: 50%;
    transform: translate(0,-50%);
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .lefttext .kiyohtxt{
    font-size:20px;
    line-height:normal;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .lefttext {
    float: left;
    width: 64%;
    padding: 0;
    margin-right: 10px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .lefttext .review-score .review-rating{
    background-size: 19px auto;
    height: 14px;
    width: 90px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .review-score-number {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }

  .aw-pquestion__product-question .section .info_box .right_box {
    padding: 8px 17px;
    min-height: 131.5px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .lefttext .bottomtext p a{
    font-size:16px;
    float:left;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .lefttext .review-score .review-rating .b-rating{
    background-size: 19px auto;
    height: 14px;
    width: 90px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .review-score-number{
    margin-bottom:0px;
  }

  .aw-pquestion__product-question .section .info_box .middle_box{
    padding:17px 20px;
  }

  .breadcrumbs ol li a{
    font-size:12px;
  }

  .breadcrumbs ol li span{
    font-size:12px;
  }

  .view_product_price_stock .store-stock{
    float:left;
  }

  .catalog-product-view #gallery{
    margin-bottom:0px;
  }

  .catalog-product-view .product-slider {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .custom-cart-container .custom-cart-container-left{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-right{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left .cart_next_top .btn.btn-primary{
    width:100%;
    text-align:center;
    justify-content:center;
  }

  .page-main-title-bg h1{
    font-size:26px;
  }

  .checkout-cart-index .page-main{
    margin-top:0px;
  }

  .checkout-cart-index .page-main-title-bg{
    margin-top:0px;
  }

  .custom-cart-container .custom-cart-container-left .cart-product-item-name{
    font-size: 16px;
    line-height: normal;
  }

  .reparatieservice .servicebg .servicedata{
    width:100%;
    margin-right:0px;
    margin-bottom:12px;
  }

  .reparatieservice .servicedatabg .contenttext {
    margin: 10px 0 15px;
    min-height: auto;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
    float: left;
    width: auto;
  }

  .reparatieservice .servicedatabg .contenttext ul li{
    font-size: 13px;
  }

  .sidebar.sidebar-main .cattopstoretime{
    display:none;
  }

  .breadcrumbs{
    display:none;
  }

  .catalog-category-view .products-grid .card-interactive:nth-child(1){
    padding-top:0px;
  }

  .cataloglabel.cataloglabel-placeholder.position-TL {
    top: 0;
    left: 0px;
  }

  .block-filter.filter_active_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 111;
    overflow: auto;
    padding: 15px;
  }

  .block-filter.filter_active_bg .mobile_filter_button {
    background: #eee url(../../frontend/Spywebshop/webshop/de_DE/images/filter_icon_close.png) no-repeat left 17px center;
  }

  .page.messages {
    position: static;
    z-index: 20;
    top: 0px;
  }

  .product-info-main .selling_points_desktop{
    float: left;
    margin: 0 0 0rem 0;
    padding: 0;
    width: 100%;
    background: none;
    border-radius: 0;
    display: block;
    min-height: auto;
  }

  .product-info-main .selling_points_desktop ul li{
    display:none;
  }

  .product-info-main .selling_points_desktop ul li:nth-child(1){
    display:block;
    background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_dis_icon_mobile.png) no-repeat left top;
    background-position-x: left;
    background-position-y: top;
    background-position: 1%;
    margin: 0px;
  }

  #product-details #product_addtocart_form{
    margin-bottom: 0.75rem;
  }

  .plus-minus {
    margin: -5px 0 10px;
  }

  .block-filter {
    padding: 0px;
    background: none;
    border: none;
    margin: 0;
    width: 90%;
  }

  .toolbar.toolbar-products .modes {
    display:none;
  }

  .toolbar.toolbar-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 15px 0;
    min-height: 42px;
  }

  .toolbar.toolbar-products .toolbar-sorter.sorter{
    grid-column: unset;
  }

  .category-bottom-description {
    margin: 0;
  }

  .catalog-category-view .category-description{
    margin: 0;
  }

  .catalog-category-view .page-main {
    margin-top: 0;
  }

  .page-with-filter .columns .sidebar-main{
    display:none;
  }

  .catalog-product-view .page-wrapper {
    margin: 0 0 88px 0;
  }

  .toolbar .form-select {
    width: 100%;
    padding-right: 28px;
  }

  .switcher-store-bg nav {
    width: 140px;
    text-align: center;
    overflow: visible;
  }

  .switcher-store-bg nav:before, .switcher-store-bg nav:after{
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }

  .switcher-store-bg nav:after{
    border: 7px solid;
    border-color: transparent transparent #bbb;
    z-index: 98;
  }

  .switcher-store-bg nav:before {
    border: 6px solid;
    border-color: transparent transparent #fff;
    z-index: 99;
  }

  .switcher-store-bg nav:after {
    left: 9px;
    top: -14px;
  }

  .switcher-store-bg nav:before {
    left: 10px;
    top: -12px;
  }

  .store_view_s_bg a{
    font-size:13px;
  }

  .checkout-onepage-success .page-main-title-bg + a{
    margin:0px;
    font-size:16px;
  }

  .checkout-onepage-success .checkout-success{
    padding:0px;
  }

  .product-info-main .pro_info_right_main_top .pro_info_right_info a.phone_no_view {
    padding: 0 14px;
    font-size: 18px;
  }

  .catalog-product-view .product-page-title {
    padding: 0px;
    margin: -5px 0 10px 0px;
  }

  .product.alert .action.alert{
    display:block;
    text-align:left;
  }

  .product-info-main .product-options-bottom{
    margin: 0px 0 0 0;
  }

  .toolbar.toolbar-products .toolbar-amount{
    display:none;
  }

  .toolbar.toolbar-products .field.limiter{
    display:none;
  }

  .all-catgories nav{
    margin-bottom: 100px;
  }

  .checkout-onepage-success .columns .main > div{
    padding:0px;
  }

  .customcontact .section .middle_box.newblock .reviewdata .lefttext .bottomtext p a{
    float:left;
  }

  .product-item .product.actions.product-item-actions .desktoplisting.stockqty{
    display:none;
  }

  .product-item .product.actions.product-item-actions .mobilelisting.stockqty{
    display:block;
  }

  .product.actions.product-item-actions .price-stock{
    margin: 0 15px 0 0;
  }

  .product.actions.product-item-actions .stock_store .stock.unavailable span{
    text-align:left;
  }

  .customcontact .section .info_box .right_box{
    min-height:134px;
  }

  .top_banner_bg{
    margin: -1.25rem -24px 20px -24px;
  }

  .switcher-store-bg button > span{
    min-width:20px;
    min-height:20px;
    display:block;
  }

  .all_cat .all_cat_main_bg .row .grid_category .category .catdescription_bg{
    display: inline-block;
    float: none;
  }

  .informationbg ul li span.colorbg{
    min-width:49px;
    min-height:24px;
    display: inline-block;
  }

  .section .info_box .left_box{
    min-height:131px;
  }

  section .all_cat_title{
    min-height:62px;
  }

  section .all_cat_title .CategoryHeading{
    min-height:32px;
    display:block;
  }

  .informationbg ul li{
    min-height:24px;
    max-height:24px;
    min-width: 225px;
  }

  .grid_category{
    min-height:220px;
  }

  .view_product_price_stock{
    min-height:92px;
  }
}

@media screen and (min-width:320px) and (max-width:355px) {
  .switcher-store-bg .form-select svg{
    margin-left: 0;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .top_banner_bg_main .banner_top_left{
    margin-right: 0;
    margin-bottom: 20px;
  }

  .top_banner_bg_main{
    flex-wrap:wrap;
  }

  .section .middle_box.newblock .reviewdata .righttext{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
  }

  .everythingSummerBoxName{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  footer.page-footer .footer.content .container .row .col-sm-4 > div > strong {
    border-bottom: 1px solid #e7ffc4;
    padding: 0 0 9px;
    position: relative;
    cursor: pointer;
  }

  footer.page-footer .footer.content .container .row .col-sm-4 {
    width: 100%;
    padding-right: 200px;
  }

  footer.page-footer .footer.content .container .row .col-sm-4 > div > strong::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
  }

  footer.page-footer .footer.content .container .row .col-sm-4 > div > strong.active_title::after {
    content: "\f106";
  }

  .footer-person{
    width:125px;
  }

  .customcontact .section .info_box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .product-info-main .pro_info_right_main_top{
    align-items: flex-end;
  }

  .reparatieservice .servicebg .servicedata{
    width:100%;
    margin-right:0px;
    margin-bottom:12px;
  }

  .reparatieservice .servicedatabg .contenttext {
    margin: 10px 0 15px;
    min-height: auto;
  }

  .custom-cart-container .custom-cart-container-right{
    width: 38%;
  }

  .custom-cart-container .custom-cart-container-left{
    width: 60%;
  }

  .custom-cart-container .custom-cart-container-left .cart_next_top > div{
    justify-content:flex-end;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary{
    float:left;
  }

  .hyva_checkout-index-index .column-center {
    border: 1px solid #d5dde9;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0 !important;
  }

  .reparatieservice .servicedatabg .contenttext ul li{
    font-size: 13px;
  }

  .hyva_checkout-index-index .column-right{
    margin:0 !important
  }

  .product_buttom_block .productinfo .product_box .product-item-actions{
    max-width: 270px;
  }

  .product_buttom_block .productinfo .product_box h2.product_title{
    font-size:20px;
  }

  .aw-pquestion__product-question .section .info_box .right_box .rightbox_img {
    float: right;
    margin: 0;
    padding: 0;
    width: 103px;
    height: auto;
    position: absolute;
    left: 20px;
    bottom: auto;
  }

  .aw-pquestion__product-question .section .info_box .right_box p strong{
    font-size:20px;
    line-height:29px;
  }

  .aw-pquestion__product-question .section .info_box .left_box p{
    font-size: 20px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .righttext{
    position: absolute;
    right: 10px;
    width: 113px;
    top: 50%;
    transform: translate(0,-50%);
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .lefttext .kiyohtxt{
    font-size:20px;
    line-height:normal;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .lefttext {
    float: left;
    width: 64%;
    padding: 0;
    margin-right: 10px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .lefttext .review-score .review-rating{
    background-size: 19px auto;
    height: 14px;
    width: 90px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .review-score-number {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }

  .aw-pquestion__product-question .section .info_box .right_box {
    padding: 8px 17px;
    min-height: 131.5px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .lefttext .bottomtext p a{
    font-size:16px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .lefttext .review-score .review-rating .b-rating{
    background-size: 19px auto;
    height: 14px;
    width: 90px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .review-score-number{
    margin-bottom:0px;
  }

  .aw-pquestion__product-question .section .info_box .middle_box{
    padding:20px;
  }

  .aw-pquestion__product-question .section .info_box .right_box p{
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
  .section .info_box .left_box p{
    font-size: 20px;
  }

  .section .middle_box.newblock .reviewdata .lefttext .kiyohtxt{
    font-size:20px;
    line-height: 26px;
  }

  .section .info_box .right_box p strong{
    font-size:20px;
  }

  .section .middle_box.newblock .reviewdata .righttext {
    width: 100px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
  }

  .section .info_box .right_box .rightbox_img{
    width:100px;
  }

  .section .info_box .left_box p.info.storeopendata-list{
    font-size:15px;
  }

  .section .info_box .left_box p span a{
    font-size:18px;
  }

  .section .middle_box.newblock .reviewdata .lefttext .review-score{
    margin-bottom:0px;
  }

  .section .middle_box.newblock .review-score-number {
    font-size: 15px;
    line-height: 27px;
    margin: 0;
  }

  .section .middle_box.newblock .reviewdata .lefttext .bottomtext p a{
    font-size:15px;
  }

  .section .info_box .right_box p{
    font-size:15px;
    width: 55%;
  }

  .section .info_box .right_box p strong.font-normal-bg{
    font-size:18px;
  }

  .section .middle_box.newblock .reviewdata .lefttext .review-score .review-rating{
    width:82px;
    background-size: 17px auto;
    height: 12px;
  }

  .section .middle_box.newblock .reviewdata .lefttext .review-score .review-rating .b-rating{
    background-size: 17px auto;
    height: 12px;
  }

  .section .info_box .left_box{
    padding:20px;
  }

  .section .info_box .middle_box{
    padding:20px;
  }

  .section .info_box .right_box{
    padding:20px;
  }

  .section .middle_box.newblock .reviewdata .lefttext{
    width: 65%;
    padding: 0;
    margin-right: 0;
  }

  .section .info_box .left_box.newblock::after {
    width: 147px;
    height: 100%;
    background-position: center bottom;
  }

  .all_cat_main_bg .grid_category .CategoryProductName{
    font-size: 16px;
  }

  .all_cat_main_bg .grid_category .catdescription_bg {
    font-size:14px;
  }

  .all_cat_main_bg .grid_category h2{
    margin-bottom:0px;
  }

  .footer_row_top_bg {
    padding-right:150px;
  }

  .category-bottom-description .category-bottom-description{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section .info_box .rightbox_txt .shippinginfo{
    font-size: 14px;
  }

  .reparatieservice .servicedatabg .contenttext ul li{
    font-size: 13px;
  }

  .aw-pquestion__product-question .product-info-main .product-slider .product-item-link{
    font-size:14px;
  }

  .aw-pquestion__product-question .section .info_box .right_box .rightbox_img {
    width: 90px;
    left: 20px;
  }

  .aw-pquestion__product-question .section .info_box .right_box p {
    font-size: 14px;
    width: 59%;
  }

  .product-info-main .product-slider .product-item-link{
    font-size:14px;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .all_cat_main_bg .grid_category .CategoryProductName{
    font-size: 16px;
  }

  .all_cat_main_bg .grid_category .catdescription_bg {
    font-size:14px;
  }

  .all_cat_main_bg .grid_category h2{
    margin-bottom:0px;
  }

  .everythingSummerBoxName{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .section .middle_box.newblock .reviewdata .righttext{
    position:absolute;
    right:20px;
    top:50%;
    transform:translate(0,-50%);
  }

  .section .middle_box.newblock .reviewdata .lefttext{
    width:63%;
  }

  .section .info_box .left_box{
    padding:20px;
  }

  .section .info_box .middle_box{
    padding:20px;
  }

  .section .info_box .right_box{
    padding:20px;
  }

  .section .info_box .right_box .rightbox_img{
    left: 20px;
    width: 136px;
  }

  .section .middle_box.newblock .reviewdata .lefttext .kiyohtxt {
    line-height: 26px;
    margin: 0 0 10px 0;
  }

  .catalog-category-view .section .info_box .middle_box {
    padding: 20px;
  }

  .view_product_price_stock .store-stock{
    float:right;
  }

  .aw-pquestion__product-question .section .info_box .right_box .rightbox_img {
    left: 20px;
    width: 106px;
  }

  .aw-pquestion__product-question .section .info_box .right_box p{
    font-size:18px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .review-score-number{
    font-size:18px;
  }

  .aw-pquestion__product-question .section .middle_box.newblock .reviewdata .righttext{
    width:113px;
  }

  .section .middle_box.newblock .reviewdata .lefttext .bottomtext p a{
    font-size:18px;
  }

  .product-info-main .product-slider .product-item-link{
    font-size:14px;
  }

  .product-info-main .product-slider .btn.btn-primary{
    padding: 5px 6px;
  }

  .product-info-main .product-slider .btn.btn-primary .product-item-link{
    font-size:12px;
  }

  .product-info-main .product-slider .product-item .price-box {
    margin-top: 2px;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  .product-info-main .selling_points_desktop ul ul{
    min-height: 62px;
  }

  .product-info-main .selling_points_desktop {
    min-height: 216px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}

.everySummerBoxPrice {
  margin: 20px 0;
  overflow: hidden;
  text-indent: -14px;
  clear: both;
}

.cms-index-index .page-main{
  margin-top:0px;
}

.mst-banner__placeholder.mst-banner__placeholder- .swiper-pagination-bullet-active{
  background:#72B42C;
}

#aw-faq-sidebar-search-form .aw-faq-sidebar-search-text-input{
  width:100%;
}

.checkout-cart-index .page-main {
  min-height: 340px;
}

/* 09-11-23 */

@media screen and (min-width:768px) and (max-width:768px) {
  .catalogsearch-result-index .mobile_filter_button.block{
    display: none;
  }
}

.cms-noroute-index .card.card-interactive{
  width:100%;
  text-align: center;
}

.cms-noroute-index .card.card-interactive img{
  margin:0 auto;
}

/*div.filter-options-content[style="display: none;"]{ display:block !important; }*/

div.filter-options-content[x-cloak]{
  display:block !important;
}

div.filter-options-content > .am-filter-tooltip{
  display:none;
}

.product-info-main .gpscattext {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.product-info-main .gpscattext p {
  margin: 0;
  padding: 0;
  color: #575757;
  font-size: 13px;
  font-weight: 400;
}

.product-info-main .gpscattext p img {
  width: 50px;
  height: auto;
  margin: 0 5px 4px 0px;
  display: inline-block;
}

.bundleoutofstock{
  width: 100%;
}

.bundleoutofstock a {
  background: #aaa none repeat scroll 0 0;
  border-color: #aaa;
  border-radius: 10px;
  color: #fff;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.bundleoutofstock a::before {
  background: rgba(0, 0, 0, 0) url(../../frontend/Spywebshop/webshop/de_DE/images/telephone_icon.png) no-repeat scroll center center;
  content: "";
  display: inline-block;
  height: 27px;
  margin: -7px 11px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 27px;
}

.slider-dot {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}

.slider-dot-active {
  background-color: #FF6347;
  /* Change to your theme color */
}

.pointer-events-none {
  pointer-events: none;
}

.opacity-25 {
  opacity: 0.25;
}

.product-info-main .cart_button_bg {
  width: 100%;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
}

.bundle-info .product-details{
  display: block;
  min-height: 65px;
}

.breadcrumbs {
  min-height:28px;
}

.firstsection a.pagebuilder-button-primary {
  float: left;
  margin: 16px 0 0;
  padding: 0 10px;
  border: 2px solid #72b42c;
  font-weight: 600;
  color: #72b42c;
  font-size: 18px;
  line-height: 45px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.secsection a.pagebuilder-button-primary {
  float: left;
  margin: 16px 0 0;
  padding: 0 10px;
  border: 2px solid #72b42c;
  font-weight: 600;
  color: #72b42c;
  font-size: 18px;
  line-height: 45px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.thirdsection a.pagebuilder-button-primary {
  float: left;
  margin: 16px 0 0;
  padding: 0 10px;
  border: 2px solid #72b42c;
  font-weight: 600;
  color: #72b42c;
  font-size: 18px;
  line-height: 45px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.category-view .sidebar .block.filter {
}

.allcategorys {
  float: left;
  margin: 0 0 20px;
  padding: 0;
  width: 100%
}

.allcategorys .all_cat {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.allcategorys .all_cat .all_cat_title {
  float: left;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  border:none;
}

.allcategorys .all_cat .all_cat_title h2 {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  color: #639802;
  line-height: normal
}

.allcategorys .all_cat .all_cat_title p {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: normal
}

.allcategorys .all_cat .all_cat_main_bg {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.allcategorys .all_cat .all_cat_main_bg .row {
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

.allcategorys .all_cat .all_cat_main_bg .row .grid_category {
  float: left;
  margin: 0 0 25px;
  padding: 0 10px;
  width: 25%;
  display: flex;
  border:none;
}

.allcategorys .all_cat .all_cat_main_bg .row .grid_category .category {
  float: left;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 10px
}

.allcategorys .all_cat .all_cat_main_bg .row .grid_category .category .catimg {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center
}

.allcategorys .all_cat .all_cat_main_bg .row .grid_category .category h2 {
  float: left;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  line-height: normal
}

.allcategorys .all_cat .all_cat_main_bg .row .grid_category .category h2 a {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 23px;
  font-weight: 700;
  color: #639a01;
  line-height: normal
}

.allcategorys .all_cat .all_cat_main_bg .row .grid_category .category h2 a:hover {
  color: #000
}

.allcategorys .all_cat .all_cat_main_bg .row .grid_category .category .catdescription_bg {
  float: left;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: normal;
  height: 25px;
  overflow: hidden
}

.page-bottom .informationbg {
  float: left;
  margin: 0 0 13px;
  padding: 0;
  width: 100%
}

.allcategorys .all_cat .moveall {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.allcategorys .all_cat .moveall a {
  float: right;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-decoration: none
}

.allcategorys .all_cat .moveall a:hover {
  color: #649a02
}

.cms-all-categorys .page-main-title-bg{
  display:none;
}

.cms-all-categorys .page-main{
  margin-top:15px;
}

.cms-page-view p{
  margin-bottom:1rem;
}

.cms-page-view b, .cms-page-view strong {
  color: #649a02
}

.cms-page-view .footer_row_top_bg strong {
  color: #fff
}

.cms-page-view table>thead>tr>th, .cms-page-view table>tbody>tr>th, .cms-page-view table>tfoot>tr>th, .cms-page-view table>thead>tr>td, .cms-page-view table>tbody>tr>td, .cms-page-view table>tfoot>tr>td {
  padding: 0
}

.page-header.fixed {
  position: fixed;
  left: 0;
  z-index: 111;
  top: 0
}

.no-reviews-message .bluetext {
  color: #497dce
}

.amsterdam_block_bg {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%
}

.amsterdam_block_bg ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.amsterdam_block_bg ul li {
  float: left;
  margin: 0 0 20px;
  padding: 0 15px;
  width: 50%
}

.amsterdam_block_bg ul li iframe {
  width: 100% !important
}

.cms-page-view .page-main-title-bg h1 {
  color: #72B42C;
  font-family: Segoe UI;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.amsterdam_block_bg img{
  width:100%;
}

.amsterdam_block_bg ul li:nth-child(1) > div > strong {
  margin-bottom: 0;
  display: block;
}

.amsterdam_block_bg ul li:nth-child(4) > div > p {
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
}

.amsterdam_block_bg ul li:nth-child(4) > div > p > iframe{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}

.cms-spyshop-belgie .amsterdam_block_bg ul li:nth-child(1) > div > strong {
  margin-bottom: 24px;
  display: block;
}

.faqleftsection {
  float: left;
  margin: 0;
  padding: 0;
  width: 72.5%
}

.faqrightsection {
  display: inline-block;
  float: right;
  width: 24.1%
}

.faqrightsection .homerightsection {
  float: left;
  margin: 60px 0 0;
  padding: 0;
  width: 100%
}

.faqrightsection .homerightsection .righttop {
  float: left;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%
}

.faqrightsection .homerightsection .righttop p.info {
  color: #000;
  display: inline-block;
  float: none;
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 10px;
  padding: 0;
  position: static;
  vertical-align: bottom;
  width: 68%
}

.faqrightsection .homerightsection .righttop p.info .colorbg {
  color: #639a01;
  font-size: 17px;
  font-weight: 700;
  position: static
}

.faqrightsection .homerightsection .righttop p.info .colorbg.telbg {
  font-size: 18px;
  font-weight: 600;
  display: block
}

.faqrightsection .homerightsection .righttop p.infoimg {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  width: 30%
}

.faqrightsection .homerightsection .rightbottom {
  background: #e3f0d5 none repeat scroll 0 0;
  border-radius: 10px;
  float: left;
  margin: 0;
  padding: 14px 27px 8px;
  width: 100%
}

.faqrightsection .homerightsection .rightbottom p.titlebg {
  color: #000;
  float: left;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  width: 100%
}

.faqrightsection .homerightsection .rightbottom ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%
}

.faqrightsection .homerightsection .rightbottom ul li {
  color: #000;
  float: left;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 12px;
  padding: 0 0 0 31px;
  position: relative;
  width: 100%
}

.faqrightsection .homerightsection .rightbottom ul li span.colorbg {
  color: #72b42c;
  font-weight: 700
}

.faqrightsection .homerightsection .rightbottom ul li:after {
  background: rgba(0, 0, 0, 0) url("../../frontend/Spywebshop/webshop/de_DE/images/bulletpoint_icon.png") no-repeat scroll center center;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 20px
}

.faqleftsection .aw-faq-search form {
  display: inline-block;
  width: 60%
}

#faqcontentbg {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none
}

#faqcontentbg>li {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  list-style: none
}

#faqcontentbg>li:before {
  display: none
}

#faqcontentbg>li .faqtitle {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

#faqcontentbg>li .faqtitle a {
  float: left;
  margin: 0;
  padding: 16px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #72b42c
}

#faqcontentbg>li .faqtitle a:before {
  content: '\e622';
  font-family: 'luma-icons';
  font-weight: 700;
  margin-right: 8px
}

#faqcontentbg>li .faqtitle a.active:before {
  content: '\e621'
}

#faqcontentbg>li .faqcontent {
  float: left;
  margin: 0;
  padding: 0 0 16px;
  width: 100%;
}

#faqcontentbg>li .faqcontent p {
  margin: 0;
  display: inline-block
}

.aw-columns-1 .faqleftsection .aw-column{
  width:100%;
  padding: 0px;
}

.faqleftsection .aw-container{
  margin:0px;
}

.faqleftsection .faq-question-from-container{
  width:50%;
}

.faqleftsection .faq-question-from-container .control .input-text{
  width:100%;
  background: #fff;
  background-clip: border-box;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
}

.faqleftsection .faq-question-from-container .control textarea.input-text {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.faqleftsection .faq-question-from-container .field {
  margin:0 0 20px;
  float: left;
  width: 100%;
  clear: both;
}

.faqleftsection .faq-question-from-container .legend{
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: auto;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  border-bottom: 1px solid #c5c5c5;
}

.faqleftsection .faq-question-from-container .actions-toolbar .primary button {
  background: #72b42c;
  border: 2px solid #72b42c;
  border-radius: 20px;
  color: #fff;
  box-shadow: none !important;
  float: left;
  cursor: pointer;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 16px;
  box-sizing: border-box;
  line-height: normal;
}

.faqleftsection .faq-question-from-container .actions-toolbar .primary button:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.faqleftsection .faq-question-from-container .actions-toolbar {
  margin: 20px 0 0 0px;
  padding: 0px;
  border: none;
  flex-direction: row;
}

#blog-sidebar-tag-cloud .blog-tag-item {
  color: #639a01;
}

.blog-posts .blog-post-title .blog-link{
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  font-style: normal;
  color: #639a01;
}

.blog-posts .blog-post-title .blog-link:hover{
  color: #000000;
}

.blog-posts .blog-post-read-more a{
  background: #72b42c none repeat scroll 0 0;
  border: 2px solid #72b42c;
  border-radius: 20px;
  box-shadow: none !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 10px;
}

.blog-posts .blog-post-read-more a:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.faqrightsection .cartrightsection {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.faqrightsection .cartrightsection .cartrighttop {
  float: left;
  margin: 0 0 -6px 0;
  padding: 0 0 0 16px;
  width: 100%
}

.faqrightsection .cartrightsection .cartrighttop .cattopstoretime{
  float:left;
  margin:0px;
}

.faqrightsection .cartrightsection .cartrighttop p.info {
  float: none;
  margin: 0 0 10px;
  padding: 0;
  width: 68%;
  font-size: 16px;
  color: #000;
  line-height: 21px;
  display: inline-block;
  vertical-align: bottom;
  position: static
}

.faqrightsection .cartrightsection .cartrighttop p.info .colorbg {
  font-size: 17px;
  color: #639a01;
  font-weight: 700;
  position: static
}

.faqrightsection .cartrightsection .cartrighttop p.info .colorbg.telbg {
  font-size: 18px;
  font-weight: 600;
  display: block
}

.faqrightsection .cartrightsection .cartrighttop p.info span a {
  font-size: 16px;
  font-weight: 600;
  color: #639a01;
  display: block
}

.faqrightsection .cartrightsection .cartrighttop p.infoimg {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 30%;
  float: none
}

.faqrightsection .cartrightsection .cartrightbottom {
  float: left;
  margin: 0;
  padding: 14px 27px 8px;
  width: 100%;
  background: #e3f0d5;
  border-radius: 10px
}

.faqrightsection .cartrightsection .cartrightbottom p.titlebg {
  float: left;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  font-weight: 700;
  font-size: 17px;
  color: #000
}

.faqrightsection .cartrightsection .cartrightbottom ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none
}

.faqrightsection .cartrightsection .cartrightbottom ul li {
  float: left;
  margin: 0 0 12px;
  padding: 0 0 0 31px;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 19px;
  position: relative
}

.faqrightsection .cartrightsection .cartrightbottom ul li span.colorbg {
  font-weight: 700
}

.faqrightsection .cartrightsection .cartrightbottom ul li a {
  color: #000
}

.faqrightsection .cartrightsection .cartrightbottom ul li:after{
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/bulletpoint_icon.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 1px
}

.article-list ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

.blog-post-content.blog-content p{
  margin-bottom:10px;
}

.blog-post-content.blog-content h2{
  font-weight: bold;
  font-size: 16px;
}

.blog-post-content.blog-content h3{
  font-weight: bold;
  font-size: 16px;
}

#blog-related-posts strong{
  font-weight:bold;
}

.aw_blog-post-view article div a{
  color: #639a01;
}

.aw_blog-post-view article #blog-related-posts a{
  color:#000000;
}

.aw_blog-post-view article .product-item-link{
  text-align:left;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #639a01 !important;
  text-decoration: none;
  line-height: normal;
  display: block;
}

.aw_blog_related_products strong{
  font-weight:bold;
}

.alarmsection {
  float: left;
  width: 100%;
  margin: 30 0 20px
}

.alarmsection .sectionproducts {
  float: left;
  width: 100%
}

.alarmsectionbg .sectiontitle h3 {
  margin: 0;
  padding: 0
}

.sectionproducts ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.sectionproducts ul.progrid > li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 15px 15px;
}

.sectionproducts .icons-list {
  margin-bottom: 24pxpx;
  display: block;
  display: flex
}

.icons-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

.icons-list li {
  align-items: center;
  display: flex;
  font-size: 14px
}

.icons-list .full {
  margin-top: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.icons-list .full.with-border {
  border-top: 1px solid #fff;
  padding-top: 16px;
  margin-top: 16px
}

.sectionproducts .icons-list li:not(:last-child):not(.full) {
  margin-right: 8px
}

.sectionproducts .icons-list li {
  margin-bottom: 8px
}

.icons-list li:not(:last-child) {
  margin-right: 16px
}

.icons-list img, .icons-list svg {
  height: 40px;
  margin-right: 8px;
  flex: 0 0 40px;
  max-width: 40px
}

.prodata {
  border: 1px solid #ccc;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  height: 100%
}

.sectionproducts ul.progrid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

.prodata .topsection {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  margin-top: 5px
}

.prodata .topsection .proimage {
  display: inline-block;
  margin-right: 24px;
  height: auto;
  width: 175px
}

.prodata .topsection .proname {
  display: inline-block
}

.prodata .topsection .proname p {
  font-size: 21px;
  color: #649b02;
  font-weight: 700;
}

.bottomsection .proprice {
  font-size: 20px;
  line-height: 10px;
  color: #000;
  font-weight: 700;
  float: left;
  width: 100%;
  margin: 0 0 15px
}

.bottomsection .iconlisting {
  float: left;
  width: 100%
}

.prodata .color-checkbox {
  margin: 0;
  z-index: 1
}

.color-checkbox {
  display: inline-block;
  font-size: 0
}

.color-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0
}

.color-checkbox label {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 4px 0 0;
  position: relative
}

.color-checkbox input[type=checkbox]:checked+label .black {
  color: #adadad
}

.color-checkbox span {
  font-size: 17px;
  transition: color .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.color-checkbox label .switcher {
  height: 15px;
  margin: 0 8px;
  position: relative;
  width: 30px
}

.color-checkbox label .switcher:before {
  content: "";
  left: 0;
  position: absolute;
  width: 33px;
  height: 18px;
  transition: background .2s ease;
  border-radius: 6px;
  background: #dbdbdb
}

.color-checkbox input[type=checkbox]:checked+label .switcher:after {
  background: #fff;
  left: 16px
}

.color-checkbox label .switcher:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: all .2s ease;
  background: #181818;
  z-index: 2;
  will-change: left
}

.color-checkbox input[type=checkbox]:checked+label .switcher:before {
  background: #adadad
}

.color-checkbox input[type=checkbox]:checked+label .white {
  color: #181818
}

.alarmsectionbg .sectiontitle span {
  margin: 0 0 0 10px
}

.alarmsectionbg .sectiontitle span img {
  width: 20px;
  height: auto
}

.alarmsectionbg .sectiontitle {
  float: left;
  width: 100%;
  margin: 0 0 10px
}

.ui-tooltip.ui-widget:before {
  width: 16px;
  height: 16px;
  content: '';
  position: absolute;
  left: 45%;
  z-index: 3;
  background: #fff;
  transform: rotate(45deg) translate(-75%, -75%)
}

.alarmtooltip {
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  margin: 10px 0 0;
  box-shadow: 0 0 10px #000;
  font-size: 16px;
  color: #000;
  font-weight: 400
}

.bottomsection .proQty {
  float: left;
  width: 100%;
  margin: 5px 0 15px
}

.bottomsection .proQty .qty-change {
  float: left;
  width: 103px;
  display: flex;
  justify-content: space-between;
  height: 32px;
  border: 1px solid #d8d8d8
}

.bottomsection .proQty .qty-change button.items {
  height: 30px;
  width: 28px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 20px;
  min-height: unset;
  padding: 0;
  background: #fff;
  color: #232222;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  text-decoration: none;
  border-radius: 0;
  margin: 0 !important;
  border: none
}

.bottomsection .proQty .qty-change button.items.reduced {
  margin: 0 7px 0 8px
}

.bottomsection .proQty .qty-change button.items.increase {
  margin: 0 0 0 7px
}

.bottomsection .proQty .qty-change input.qty {
  width: 45px;
  height: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid #d8d8d8;
  border-width: 0 1px;
  font-size: 13px;
  letter-spacing: .68px;
  line-height: 18px;
  text-align: center;
  -moz-appearance: textfield
}

.bottomsection .proQty .field.qty {
  float: left;
  width: 50%
}

.prodata .bottomsection .proskulink {
  float: left;
  width: 100%
}

.bottomsection .proskulink .prosku {
  float: left;
  width: 48%;
  margin: 0 0 0 5px
}

.bottomsection .proskulink .prosku p {
  margin: 0;
  padding: 0;
  font-size: 12px
}

.bottomsection .proskulink .prolink {
  float: left;
  width: 50%
}

.bottomsection .proskulink .prolink p {
  margin: 0;
  padding: 0;
  font-size: 16px
}

.icn.is-tiny {
  width: 10px;
  height: 10px
}

.bottomsection .proQty .qty-change button.items:hover {
  background: #f2f2f2;
  color: #232222
}

.alarmhelp .addtocartbtn .action.tocart {
  float: right;
  margin: 0;
  padding: 3px 30px;
  border: 2px solid orange;
  background: orange;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  border-radius: 20px
}

.alarmhelp .addtocartbtn .action.tocart:hover {
  background: #fff !important;
  color: #72b42c !important;
  border: 2px solid #72b42c
}

.alarmhelp .addtocartbtn .action.tocart:before {
  display: inline-block;
  margin: -4px 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) no-repeat center center;
  content: ""
}

.addtocartbtn .desc-wrapper h2 {
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase
}

.addtocartbtn .desc-wrapper .text-bold {
  float: left;
  width: 50%;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 10px;
  color: #000
}

.addtocartbtn .addtocartbtnbg {
  float: right;
  width: 50%
}

.alarmsystemen-wizard-index .informationbg .kiyohreview {
  display: none
}

.alarmhelp .addtocartbtn {
  width: 100%;
  float: left;
  margin: 0;
  padding: 11px 20px;
  position: fixed;
  left: 0;
  right: 0;
  border-top: 1px solid #72b42c;
  top: auto;
  z-index: 10;
  background: #fff;
  bottom: 0
}

.alarmhelp .addtocartbtn .desc-wrapper {
  display: flex !important;
  align-items: center
}

.elementor-element .elementor-icon-list-text {
  align-self: center;
  box-sizing: border-box;
  color: #010101;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-hyphens: manual;
          hyphens: manual;
  line-height: 27px;
  list-style-type: none;
  padding-left: 10px
}

.elementor-element ul {
  padding: 0;
  list-style-type: none
}

.elementor-element ul li .fas {
  color: #72b42c;
  font-size: 14px
}

.elementor-element ul li .elementor-icon-list-icon .fas {
  color: orange
}

.alarmhelp .sectionproducts .progrid.progrid_bg .color-checkbox span {
  font-size: 12px
}

.bottomsection .iconlisting ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

.bottomsection .iconlisting ul li {
  align-items: center;
  display: flex;
  font-size: 14px;
  min-width: calc(50% - 8px);
  width: auto
}

.bottomsection .iconlisting ul li span {
  float: left;
  min-width: calc(100% - 48px)
}

.beveiligingscameras-wizard-index .bottomsection .iconlisting ul li {
  align-items: center;
  display: flex;
  font-size: 14px;
  width: calc(50% - 8px);
  word-break: break-word
}

.bottomsection .iconlisting ul .full {
  margin-top: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.bottomsection .iconlisting ul .full.with-border {
  border-top: 1px solid #fff;
  padding-top: 16px;
  margin-top: 16px
}

.sectionproducts .bottomsection .iconlisting ul li:not(:last-child):not(.full) {
  margin-right: 8px
}

.sectionproducts .bottomsection .iconlisting ul li {
  margin-bottom: 8px
}

.bottomsection .iconlisting ul li:not(:last-child) {
  margin-right: 16px
}

.bottomsection .iconlisting ul img, .bottomsection .iconlisting ul svg {
  height: 40px;
  margin-right: 8px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px
}

.sectionproducts ul.progrid{
  margin:0 -15px;
}

.alarmsectionbg .sectiontitle h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 20px;
}

.alarmsectionbg .sectiontitle p{
  margin-bottom:10px;
}

.alarmsystemen-wizard-index .page-main-title-bg{
  display:none;
}

.alarmsystemen-wizard-index .page-main{
  margin-top:0px;
}

.cms-noroute-index .mainpart {
  float: left;
  width: 100%;
  margin: 0 0 15px
}

.cms-noroute-index .mainpart a{
  color: #72b42c;
}

.cms-noroute-index .mainpart .leftpart {
  float: left;
  width: 35%;
  padding-right:30px;
}

.cms-noroute-index .mainpart .leftpart img {
  width: 90%;
}

.cms-noroute-index .mainpart .rightpart {
  float: left;
  width: 55%
}

.cms-noroute-index .sidebar-additional {
  display: none
}

.cms-noroute-index .mainpart .rightpart dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}

.cms-noroute-index .mainpart .rightpart dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}

.cms-noroute-index .mainpart .rightpart dl {
  margin-bottom: 20px;
  margin-top: 0;
}

.cms-noroute-index .mainpart .rightpart ul {
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding-left: 40px;
  list-style: disc;
}

.cms-noroute-index .mainpart .rightpart ul > li{
  margin-top: 0;
  margin-bottom: 1rem;
}

.cms-noroute-index .page-title h1{
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.1;
  margin-top: 0;
}

.newProduct .hyva-category > div{
  padding:0px;
}

.newProduct .hyva-category > div > h2{
  margin-bottom: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 32px;
  color: rgb(114, 180, 44)
}

.newProduct .hyva-category section{
  margin:0px;
}

.newProduct .card.card-interactive p{
  color: rgb(114, 180, 44);
  font-family: Segoe UI, Helvetica Neue, Arial, sans-serif;
  font-feature-settings: normal;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 10px;
}

.newProduct .card.card-interactive .price-container .price {
  text-indent: -14px;
  overflow: hidden;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

#bss_ajaxcart_popup{
  padding: 20px 15px 10px;
}

#bss_ajaxcart_popup .pac-2-message {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  position: relative;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #010101;
  text-align: left;
}

#bss_ajaxcart_popup .pac-2-message a{
  font-weight: 400;
  line-height: 25px;
  color: #010101;
  text-align: left;
  font-size: 16px;
}

#bss_ajaxcart_popup .pac-product-info {
  border-right: 1px solid #ddd;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}

#bss_ajaxcart_popup .pac-product-info .pac-item-wrap {
  display: flex;
  width: 100%;
}

#bss_ajaxcart_popup .pac-product-info .pac-item-wrap .pac-desc {
  flex-grow: 1;
  padding-left: 10px;
}

#bss_ajaxcart_popup .pac-prinfo-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total{
  text-align: center;
  font-size: 14px;
  min-width: 200px;
}

#bss_ajaxcart_popup #popup-content {
  width: 100%;
  max-width: 670px;
}

#bss_ajaxcart_popup .pac-product-info .pac-item-wrap .pac-img{
  width:130px;
}

#bss_ajaxcart_popup .pac-product-info .pac-item-wrap .pac-img img{
  width:100%;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-desc .product-item-name{
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
  display: block;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-desc .product-item-name a{
  color: #649a02;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-desc .product-item-name a:hover{
  color: #000000;
  text-decoration: underline;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-desc .pac-item-price span{
  vertical-align: baseline;
  font-weight: 700;
  font-size: 17px;
  color: #000000;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total .items-count {
  border-bottom: 1px dotted #ccc;
  font-weight: 700;
  padding-bottom: 2px;
  display: inline-block;
  padding: 0 10px 4px;
  margin-bottom: 8px;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total .items-count a{
  color: #649a02;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total .items-count a:hover{
  color: #000000;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total .subtotal {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total .checkout-link a {
  background-color: #FFA500 !important;
  color: #FFFFFF !important;
  border-radius: 3px;
  padding: 11px 18px;
  font-size: 14px;
  cursor: pointer;
  touch-action: manipulation;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  border: 0;
  box-shadow: none;
  width: auto;
  line-height: 1;
  min-width: 0;
  height: auto;
  overflow: hidden;
  font-weight: 700;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total .pac-continue-shop{
  float:none;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total .pac-continue-shop button {
  position: relative;
  padding: 5px 2px;
  margin-top: 10px;
  font-size: 13px;
  background: none !important;
  color: #000 !important;
  box-shadow: none !important;
  display: inline-block;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total .pac-continue-shop button::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #333 transparent transparent;
  content: "";
  top: 50%;
  left: -12px;
  margin-top: -7px;
}

#bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total .pac-continue-shop button:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  top: 50%;
  left: -11px;
  margin-top: -7px;
}

#bss_ajaxcart_popup .products-ordered {
  border-top: 1px solid #dfdfdf;
  clear: both;
  margin-top: 10px;
  text-align: left;
}

#bss_ajaxcart_popup .products-ordered .block-title strong{
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #010101;
  display: block;
}

#bss_ajaxcart_popup .products-ordered .item{
  text-align:center;
  padding: 0 10px;
  border: none;
}

#bss_ajaxcart_popup .products-ordered .item:hover{
  box-shadow:none !important;
  border: none;
}

#bss_ajaxcart_popup .products-ordered .item .product-item-details{
  min-height:unset;
}

#bss_ajaxcart_popup .products-ordered .item .product-item-details .product-item-link {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #639a01 !important;
  text-decoration: none;
  line-height: normal;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 36px;
}

#bss_ajaxcart_popup .products-ordered .item .product-item-info .action.tocart {
  font-size: 0px;
  width: auto;
  padding: 7px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #72b42c;
  background-image: linear-gradient(top, #72b42c, #649a02);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b42c', endColorstr='#649a02', GradientType=0);
  border-color: #649a02 #649a02 #ad6704;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

#bss_ajaxcart_popup .products-ordered .item .product-item-info .action.tocart span {
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/pro_view_cart_icon.png) left top no-repeat;
  display: inline-block;
  width: 21px;
  text-align: center;
  height: 18px;
}

btn btn-primary
#bss_ajaxcart_popup .products-ordered .item .product-item-info div{
  padding:0px;
  margin:0px;
  border: none;
  box-shadow: none;
}

#bss_ajaxcart_popup .products-ordered .item .product-item-info .price-box{
  margin:10px 0;
}

.new_product_main_bg {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.new_product_main_bg .block-new-products {
  float: left;
  margin: 0 !important;
  padding: 0;
  width: 100%
}

.new_product_main_bg .block-new-products .block-title {
  float: left;
  margin: 0 0 26px;
  padding: 0;
  width: 100%
}

.new_product_main_bg .block-new-products .block-title strong {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  color: #639802
}

.new_product_main_bg .block-new-products .block-title p {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  color: #000
}

.new_product_main_bg .block-new-products .block-content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.new_product_main_bg .block-new-products .block-content .products-grid {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.new_product_main_bg .block.widget .products-grid .product-items {
  margin: 0 -15px
}

.new_product_main_bg .block-new-products .block-content .products-grid .product-item .product-item-info:hover, .newProduct .new_product_main_bg .block-new-products .block-content .products-grid .product-item .product-item-info.active {
  background: 0;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2
}

.new_product_main_bg .products-grid .product-item .product-item-info {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-photo {
  float: left;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  text-align: center
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-name {
  float: left;
  margin: 0 0 8px;
  padding: 0;
  width: 100%
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-name a {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #639a01 !important;
  text-decoration: none;
  line-height: normal
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-name a:hover {
  color: #000 !important
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .showDescription {
  float: left;
  margin: 0 0 14px;
  padding: 0;
  width: 100%;
  white-space: normal;
  height: auto;
  overflow: hidden
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .showDescription ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .showDescription ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 14px;
  width: 100%;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  position: relative;
  word-spacing: normal
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .showDescription ul li:after {
  float: left;
  margin: 0;
  padding: 0;
  width: 6px;
  height: 6px;
  background: #5a5a5a;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  content: ""
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .showDescription ul li span {
  font-size: 13px !important
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .showDescription h4 {
  display: none
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .total_price {
  float: left;
  margin: 0 0 -4px;
  padding: 0;
  width: 50%
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .total_price .price-box {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .total_price .price-box .price {
  font-size: 16px;
  color: #000;
  font-weight: 400
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .total_price .price-box .special-price {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  line-height: normal
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .total_price .price-box .old-price {
  float: left;
  margin: 0 0 5px;
  padding: 0;
  line-height: normal
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .total_price .price-box .old-price .price {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  text-decoration: line-through
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-actions {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-actions .qty_stock {
  float: left;
  margin: 0;
  padding: 0
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-actions .qty_stock .stock.available {
  float: left;
  margin: 2px 0 0;
  padding: 0 0 0 21px;
  font-size: 13px;
  color: #639a01;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/in_stock_icon.jpg) no-repeat center left
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-actions .qty_stock .stock.unavailable {
  float: left;
  margin: 0;
  padding: 0 0 0 21px;
  font-size: 13px;
  color: #666;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/minus_icon_view.png) no-repeat center left
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  float: right;
  margin: -15px 0 0;
  padding: 0
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.primary {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #72b42c;
  border-radius: 20px;
  color: #72b42c;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
  padding: 0 10px
}

.new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.primary:hover {
  background: #72b42c none repeat scroll 0 0 !important;
  color: #fff
}

.new_product_main_bg .products-grid .product-item{
  width: calc((100% - 8%)/5);
  margin-bottom: 20px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 2%;
}

.new_product_main_bg .products-grid .product-item:nth-child(5n+1) {
  margin-left: 0;
}

.contactfrom {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

.contactfrom .faq-question-from-container{
  width:100%;
}

.contactfrom .faq-question-from-container .faq-question-form .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 18px;
  border-bottom: 1px solid #c5c5c5;
}

.contactfrom .faq-question-from-container .faq-question-form fieldset label{
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
  line-height: 25px;
  font-size: 13px;
  color: #010101;
}

.contactfrom .faq-question-from-container .faq-question-form fieldset .control input{
  width:100%;
  padding:0 10px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  border: 1px solid #c2c2c2;
  outline:none !important;
}

.contactfrom .faq-question-from-container .faq-question-form fieldset .control textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  outline: none !important
}

.contactfrom .faq-question-from-container .faq-question-form fieldset{
  margin-bottom:20px;
}

.contactfrom .faq-question-from-container .faq-question-form .actions-toolbar{
  border:none;
  margin:0px;
  flex-direction: row;
}

.contactfrom .faq-question-from-container .faq-question-form .actions-toolbar .action.primary {
  background: #72b42c;
  border: 2px solid #72b42c;
  border-radius: 20px;
  color: #fff;
  box-shadow: none !important;
  font-weight: bold;
}

.contactfrom .faq-question-from-container .faq-question-form .actions-toolbar .action.primary:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.actions-toolbar .primary button{
  font-weight:bold;
}

.page-header #cart-drawer .btn-primary.cart_checkout_bt {
  margin: 0;
  padding: 0 45px;
  line-height: 45px;
  width: 100%;
  justify-content: center;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: none !important;
  background: orange;
  text-align: left;
  border: 2px solid orange;
}

.page-header #cart-drawer .btn-primary.cart_checkout_bt:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.page-header #cart-drawer .btn-primary.cart_checkout_bt + span{
  margin:10px 0;
  width:100%;
  text-align:center;
  display: block;
}

.page-header #cart-drawer .btn-primary.cart_checkout_bt + span + a{
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
}

.amsterdam_block_bg table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0
}

.amsterdam_block_bg table tr:nth-child(odd) td {
  background: #f1f1f1
}

.amsterdam_block_bg table tr:nth-child(odd) th {
  background: #f1f1f1
}

.amsterdam_block_bg table tr{
  border: none;
}

.amsterdam_block_bg table tr td {
  padding: 15px 16px !important;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #000 ;
  border: none;
}

.amsterdam_block_bg table tr td:nth-child(1) {
  padding: 15px 16px !important;
  width: 41%;
  position: relative;
  line-height: 22px;
  font-size: 15px;
  font-weight: 600;
  color: #000
}

.amsterdam_block_bg table tr td a{
  color: #639a01;
}

.faq-article-index .aw-page-container{
  margin-top:0px;
}

.faq-article-index .faq-question-from-container{
  width:50%;
}

.faq-article-index .faq-question-from-container .control .input-text{
  width:100%;
  background: #fff;
  background-clip: border-box;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
}

.faq-article-index .faq-question-from-container .control textarea.input-text {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.faq-article-index .faq-question-from-container .field {
  margin:0 0 20px;
  float: left;
  width: 100%;
  clear: both;
}

.faq-article-index .faq-question-from-container .legend{
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: auto;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  border-bottom: 1px solid #c5c5c5;
}

.faq-article-index .faq-question-from-container .actions-toolbar .primary button {
  background: #72b42c;
  border: 2px solid #72b42c;
  border-radius: 20px;
  color: #fff;
  box-shadow: none !important;
  float: left;
  cursor: pointer;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 16px;
  box-sizing: border-box;
  line-height: normal;
}

.faq-article-index .faq-question-from-container .actions-toolbar .primary button:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.faq-article-index .faq-question-from-container .actions-toolbar {
  margin: 20px 0 0 0px;
  padding: 0px;
  border: none;
  flex-direction: row;
}

.faq-article-index .aw-page-container ul{
  padding-left:40px;
  list-style: disc;
}

.faq-article-index .aw-page-container ul li{
  margin-bottom:1rem
}

.faq-article-index .aw-page-container a{
  color: #639a01;
}

.faq-article-index .aw-page-container a:hover{
  color: #000000;
}

.faq-article-index .aw-page-container p{
  margin-bottom:1rem;
}

.faq-article-index .aw-page-container {
  text-align:left;
}

.btn-primary{
  font-weight:bold;
  padding-left: 25px;
  padding-right: 25px;
}

form .form-input, form .form-email, form .form-select, form .form-multiselect, form .form-textarea{
  width:100%;
}

.cusdesccat .faq-question-from-container{
  width:50%;
}

.cusdesccat .faq-question-from-container .control .input-text{
  width:100%;
  background: #fff;
  background-clip: border-box;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
}

.cusdesccat .faq-question-from-container .control textarea.input-text {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.cusdesccat .faq-question-from-container .field {
  margin:0 0 20px;
  float: left;
  width: 100%;
  clear: both;
}

.cusdesccat .faq-question-from-container .legend{
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: auto;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  border-bottom: 1px solid #c5c5c5;
}

.cusdesccat .faq-question-from-container .actions-toolbar .primary button {
  background: #72b42c;
  border: 2px solid #72b42c;
  border-radius: 20px;
  color: #fff;
  box-shadow: none !important;
  float: left;
  cursor: pointer;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 16px;
  box-sizing: border-box;
  line-height: normal;
}

.cusdesccat .faq-question-from-container .actions-toolbar .primary button:hover {
  background: #fff;
  color: #72b42c;
  border: 2px solid #72b42c;
}

.cusdesccat .faq-question-from-container .actions-toolbar {
  margin: 20px 0 0 0px;
  padding: 0px;
  border: none;
  flex-direction: row;
}

.cusdesccat [data-content-type="row"][data-appearance="contained"]{
  padding:0px;
}

.fieldset > .field.required > .label::after{
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

fieldset > .field.required > .label::after{
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

#question-form .actions-toolbar .primary .action {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  width: 195px;
  border-radius: 20px;
  font-size: 15px;
  color: #72b42c;
  font-weight: 700;
  box-shadow: none !important;
  text-align: center;
  background: #fff;
  border: 2px solid #72b42c;
  height: auto;
  justify-content: center;
}

#question-form .actions-toolbar .primary .action:hover {
  background: #72b42c;
  color: #fff;
}

#question-form .actions-toolbar .primary .action::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin: 0 0 0 10px;
}

address{
  font-style:normal;
}

#cart-drawer .btn-primary{
  padding: 0.5rem;
}

.page.messages {
  position: sticky;
  z-index: 1;
  top: 0px;
}

#cart-drawer .text-secondary .price{
  display:inline-block;
}

.sidebar.sidebar-main .blog-tag-item {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon .form-input{
  width:50%;
}

.custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon > div{
  flex-wrap:wrap;
}

.checkout-onepage .product-price{
  white-space:nowrap;
}

.filter-content .items .item .filter-row a {
  max-width: 80%;
}

.filter-content .items .item .filter-row{
  width: 100%;
}

.RecentlyViewedProducts .product-item .price-container .price{
  /*text-indent:0;*/
}

.custom-cart-top {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.opc-progress-bar {
  display: none;
}

.custom-cart-container .custom-cart-container-left .table-row-items thead{
  display:none;
}

.custom-cart-container .custom-cart-container-left .cart.actions{
  display:none;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .item .col.item {
  min-height: 75px;
  padding: 15px;
  position: relative;
  width: 700px;
  display: table-cell;
  vertical-align: middle;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
  width: 103px;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-photo {
  display: inline-block;
  max-width: 100%;
  padding-right: 20px;
  position: static;
  vertical-align: middle;
  width: 20%;
  float: none;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-photo img{
  margin:0 auto;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-details {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  overflow: hidden;
  float: none;
  margin: 0;
  padding: 0;
  width: 69%;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-photo {
  display: inline-block;
  max-width: 100%;
  padding-right: 20px;
  position: static;
  vertical-align: middle;
  width: 29%;
  float: none
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-details {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  overflow: hidden;
  float: none;
  margin: 0;
  padding: 0;
  width: 69%
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-name {
  font-size: 22px;
  font-weight: 700;
  color: #649a02 ;
  line-height: 25px;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-name a {
  font-size: 22px;
  font-weight: 700;
  color: #649a02;
  line-height: 25px;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-details ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  list-style: none
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-details ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 14px;
  width: 100%;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  position: relative
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-details ul li:after {
  content: "";
  float: left;
  margin: 0;
  padding: 0;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #5a5a5a;
  position: absolute;
  left: 0;
  top: 8px
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart>.item .item-actions {
  position: absolute;
  right: 12px;
  top: 12px
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart>.item .item-actions .action.action-edit {
  display: none
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp {
  text-align: left
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.qty .qty.form-input {
  height: 40px;
  margin-top: 0;
  text-align: center;
  width: 81px;
  border-radius: 10px;
  border: 1px solid #d5dde9;
  font-size: 14px;
  color: #000;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/select_cart_qty_ar.png) no-repeat center right 15px;
  padding: 4px 25px 5px 10px;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.subtotal .price-including-tax .price {
  font-size: 18px;
  color: #000;
  font-weight: 400
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.subtotal .price-including-tax {
  margin-top: 11px
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
  width: 103px
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart>.item {
  border-bottom: 1px solid #d5dde9;
  position: relative;
  float: left;
  width: 100%
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .actions-toolbar>.action-delete:before {
  content: "+";
  font-size: 20px;
  color: #609403;
  width: 22px;
  height: 22px;
  background: #e7f0fd;
  border-radius: 30px;
  line-height: 22px;
  text-align: center;
  transform: rotate(45deg)
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart>.item:nth-last-child(1) {
  border: 0
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-details p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  color: #010101;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart>.item .item-actions .action-delete::before {
  content: "+";
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #609403;
  width: 22px;
  height: 22px;
  background: #e7f0fd;
  border-radius: 30px;
  line-height: 22px;
  text-align: center;
  transform: rotate(45deg);
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart>.item .item-actions .action-delete svg{
  display:none;
}

.custom-cart-container .custom-cart-container-left #block-shipping{
  display:none;
}

.custom-cart-container-left .cart-totals{
  float:left;
  margin:0px;
  padding:0px;
  width:100%;
}

.custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form{
  float:left;
  margin:0px;
  padding:0 0 27px;
  width:100%;
  box-shadow:none;
}

@media (min-width:991px), print {
  .product.data.items .label_content .tab3{
    width: calc(100% + 67%);
  }

  .product.data.items .label_content .tab4{
    width: calc(100% + 67%);
  }
}

.catalog-product-view .product-item .product-info a.product-item-link{
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
  font-weight: bold;
}

.catalog-product-view .product-info-main .product-slider .btn.btn-primary{
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

.catalog-product-view .product-info-main .product-slider .btn.btn-primary a.product-item-link{
  font-size: 1rem;
  line-height: 1.5rem;
}

.catalog-product-view .product-item .card a.product-item-link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
}

.catalog-product-view  .table-wrapper-info.label_content{
  width:100%;
}

.sidebar.sidebar-additional section .card.card-interactive a.product-item-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
  white-space: normal;
  color: #72B42C;
  font-family: Segoe UI;
  letter-spacing: 0.48px;
}

.sidebar.sidebar-additional section .card.card-interactive p{
  padding:0px;
}

.sidebar.sidebar-additional section .card.card-interactive .price-container{
  margin-bottom:15px;
}

.sidebar.sidebar-additional section .card.card-interactive .price-container .price{
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.48px;
  text-indent: -14px;
  overflow: hidden;
  display: block;
}

@media (min-width:769px), print {
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
    padding: 0;
    list-style: none none;
  }

  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }

  .opc-progress-bar-item > span::after {
    background: #e4e4e4;
    border: 1px solid #ccc;
    height: 38px;
    margin-left: -19px;
    transition: background .3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }

  .opc-progress-bar-item::before {
    background: #e4e4e4;
    border: 1px solid #ccc;
    top: 19px;
    transition: background .3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666;
    font-weight: 300;
    font-size: 1.8rem;
  }

  .opc-progress-bar-item > span::after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333;
    font-weight: 600;
    font-size: 1.8rem;
  }
}

.opc-progress-bar-item {
  width: 20%;
  margin: 0px;
}

.opc-progress-bar-item::before {
  height: 6px;
  border: 0;
  background: #e9eef4;
  top: 21px;
}

.opc-progress-bar-item::after {
  background: #e4e4e4;
  border: 1px solid #ccc;
  top: 21px;
  transition: background .3s;
  content: '';
  right: 0;
  position: absolute;
  width: 50%;
  height: 6px;
  border: 0;
  background: #e9eef4;
}

.opc-progress-bar-item > span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  color: #649a02;
  padding-top: 58px;
}

.opc-progress-bar-item > span::after {
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  background: #e9eef4;
  border: 0;
  color: #fff;
}

.opc-progress-bar-item._active::before {
  background: #649a02;
  border-color: #649a02;
}

.opc-progress-bar-item._active > span::after {
  border-color: #649a02;
  background: #649a02;
  content: counter(i);
  color: #fff;
}

/*.cart-form{ display:none; }*/

.custom-cart-container .custom-cart-container-left .cart.actions {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.custom-cart-container .custom-cart-container-left{
  display:flex;
  flex-wrap:wrap;
}

.custom-cart-container .custom-cart-container-left .cart_next_top{
  order:1;
}

.custom-cart-container .custom-cart-container-left .form.form-cart{
  order:2;
  margin: 0 0 27px;
}

.custom-cart-container .custom-cart-container-left .block.discount.reparatieservice{
  order:3;
}

.custom-cart-container .custom-cart-container-left .coupon-form{
  order:4;
}

.custom-cart-container .custom-cart-container-left .cart-totals {
  order: 5;
  width: 35%;
  margin-left: auto;
}

.custom-cart-container .custom-cart-container-left .custom-cart-bottom-left {
  order: 6;
  width: 100%;
}

.custom-cart-bottom-left .cart_next_top .cart_prev_next {
  float: left;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  width: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #72b42c;
  box-shadow: none !important;
  text-align: left;
  background: #fff;
  border: 2px solid #72b42c;
  border-radius: 20px;
  font-weight: 700;
}

.custom-cart-bottom-left .cart_next_top .cart_prev_next:hover {
  background: #72b42c;
  color: #fff;
}

.custom-cart-bottom-left .cart_next_top .cart_prev_next::before {
  content: "\f104";
  font-family: 'Font Awesome 5 Free';
  float: left;
  margin: 0 17px 0 0;
}

.cart_next_top .cart_prev_next span {
  display: none;
}

.custom-cart-container .custom-cart-container-left .cart-totals  div{
  margin:0px;
  padding:0px;
}

.custom-cart-container .custom-cart-container-left .cart-totals > div > div {
  border: none;
  margin: 0;
  padding: 5px 0;
}

.custom-cart-container .custom-cart-container-left .cart-totals > div:nth-last-child(1) > div{
  color:#649a02
}

.custom-cart-container .custom-cart-container-left .cart-totals > div:nth-last-child(1) > div > div{
  padding: 0;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  color: #649a02;
  font-size: 18px;
}

.custom-cart-container .custom-cart-container-left .cart-totals > div:nth-last-child(1) > div > div + div{
  padding: 0;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  color: #649a02;
  font-size: 22px;
}

.custom-cart-container .custom-cart-container-left .cart.table-wrapper .table.items .cataloglabel{
  display:none;
}

.catalog-category-view .message {
  margin: 50px 0 0 0;
}

.product.actions.product-item-actions .stock_store .stock.dropship:after{
  content:"*";
  margin: 0 0 0 -5px;
}

.mst-quick-nav__filterList{
  display:none;
}

html body div#mirasvitSearchResults {
  width: 95%;
  max-width: 1200px;
  margin-top: .5em;
  background: #fafafa;
  font-family: Segoe UI, Helvetica Neue, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .1);
  color: #000;
  border-radius: 4px;
  box-sizing: border-box;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, 0);
  max-height: 83vh;
  overflow: auto;
}

.product-info-main p.title-font {
  display: block;
}

@media screen and (min-width:320px) and (max-width:767px) {
  #bss_ajaxcart_popup .pac-prinfo-wrap{
    flex-wrap:wrap;
  }

  #bss_ajaxcart_popup .pac-product-info{
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  #bss_ajaxcart_popup .pac-prinfo-wrap .pac-cart-total{
    min-width:100%;
  }

  #bss_ajaxcart_popup .products-ordered .item .product-item-info .product-item-photo {
    float: left;
    width: 43%;
  }

  #bss_ajaxcart_popup .products-ordered .item .product-item-info .product-item-details {
    float: left;
    width: 56%;
    margin: 0;
    padding-bottom: 10px;
  }

  .new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    float: left;
    margin: 20px 0 0 0;
    padding: 0;
  }

  .new_product_main_bg .products-grid .product-item .product-item-info .product-item-photo {
    width: 40%;
    padding: 0 10px 0 0
  }

  .new_product_main_bg .products-grid .product-item .product-item-info .product-item-details {
    width: 60%
  }

  .new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #79b41b !important
  }

  .new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-name {
    margin: 0 0 5px;
    height: auto
  }

  .new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .showDescription {
    margin: 0 0 5px
  }

  .new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .showDescription ul li {
    font-size: 12px
  }

  .new_product_main_bg .products-grid .product-item .product-item-info .product-item-details .product-item-actions .qty_stock .stock.available {
    font-size: 12px;
    margin: 0;
    padding-left: 22px;
    background-size: 14px auto;
    line-height: 22px
  }

  .new_product_main_bg .products-grid .product-item {
    width: 100%;
    margin: 0 0 10px;
  }

  .new_product_main_bg .products-grid .product-item .product-item-info {
    float: none;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    max-width: 308px;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
    max-width: 100%;
  }

  .new_product_main_bg .block-new-products .block-content .products-grid .product-item .product-item-info:hover, .newProduct .new_product_main_bg .block-new-products .block-content .products-grid .product-item .product-item-info.active{
    float: none;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    max-width: 308px;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
    max-width: 100%;
  }

  .allcategorys .all_cat .all_cat_main_bg .row .grid_category{
    width:50%;
  }

  .allcategorys .all_cat .all_cat_main_bg .row .grid_category .category{
    padding: 10px 0;
  }

  .allcategorys .all_cat .all_cat_main_bg .row .grid_category .category h2{
    padding:0 10px;
    margin-bottom:5px;
  }

  .allcategorys .all_cat .all_cat_main_bg .row .grid_category .category h2 a{
    font-size:13px;
  }

  .allcategorys .all_cat .all_cat_main_bg .row .grid_category .category .catdescription_bg{
    padding:0 10px;
    font-size:12px;
    height: auto;
  }

  .amsterdam_block_bg ul li {
    float: left;
    margin: 0 0 30px;
    padding: 0 15px;
    width: 100%
  }

  .amsterdam_block_bg ul li img {
    width: 100%;
    height: auto
  }

  .faq-article-index .column.main > h2{
    font-size: 30px !important;
  }

  .aw-faq-sidebar-collapsible > div{
    display:none;
  }

  .aw-faq-sidebar-collapsible .aw-faq-sidebar-collapsible-button {
    border: none;
    background: 0 0;
    font-weight: 400;
    font-size: 14px;
    color: #1c1c1c;
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 7px 15px;
  }

  .aw-faq-sidebar-collapsible .aw-faq-sidebar-collapsible-button::before {
    vertical-align:middle;
  }

  .faq-article-index .aw-page-container ul {
    padding-left: 20px;
  }

  .aw-faq-sidebar-collapsible{
    border-bottom: 1px solid #ccc;
  }

  .sectionproducts ul.progrid > li{
    width:100%;
  }

  #bss_ajaxcart_popup .products-ordered{
    display:none;
  }

  .faqleftsection{
    width:100%;
  }

  .faqrightsection{
    width:100%;
  }

  .faqleftsection .faq-question-from-container{
    width:100%;
  }

  .product_top_addtocart .producttopinfo .product-item-actions .actions-primary button.primary {
    padding: 7px 15px;
    line-height: 1;
  }

  .product_top_addtocart .producttopinfo .toproname .product_title {
    line-height: 1.3;
  }

  .alarmhelp .addtocartbtn .action.tocart{
    padding: 5px 10px;
    font-size: 13px;
    line-height: 22px;
  }

  .addtocartbtn .desc-wrapper .text-bold {
    width: 50%;
    font-size: 13px;
    line-height: 20px;
    padding-right: 30px;
  }

  .price-summary .cart-items table tr td{
    display:block;
    width: 100%;
    padding: 0px;
  }

  .price-summary .cart-items table tr td span{
    display:inline-block;
  }

  .price-summary .cart-items table tr td:nth-child(1){
    font-weight:bold;
  }

  .price-summary .cart-items table tr td:nth-child(2){
    margin-bottom:10px;
  }

  #customer-login-container{
    padding:0;
  }

  #user_forgotpassword .actions-toolbar{
    flex-wrap: wrap;
    justify-content: center;
  }

  #user_forgotpassword .actions-toolbar > div{
    padding:0 10px;
  }

  .customer-account-forgotpassword .page-main .columns{
    padding:0px;
  }

  #shipping-method-list li label{
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .customer-account-confirmation form .actions-toolbar{
    flex-wrap: wrap;
    justify-content: center;
  }

  .customer-account-confirmation form .actions-toolbar > div{
    padding:0 10px;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  .checkout-onepage .mobileinformation{
    display:none;
  }

  .block.block-dashboard-orders .block-content div[id*="order"]{
    flex-wrap: wrap;
    font-size: 12px;
  }

  .account.sales-order-history .card > div:not(#my-orders-table) > div {
    flex-wrap: wrap;
    font-size: 12px;
  }

  .opc-progress-bar {
    counter-reset: i;
    display: block;
    font-size: 0;
    margin: 0 0 5px;
  }

  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 20%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }

  .opc-progress-bar > li{
    margin: 0;
  }

  .opc-progress-bar-item::before {
    background: #e4e4e4;
    border: 1px solid #ccc;
    transition: background .3s;
    content: '';
    left: 0;
    position: absolute;
    width: 50%;
    height: 3px;
    border: 0;
    background: #d2d2d2;
    top: 16px;
  }

  .opc-progress-bar-item::after {
    background: #e4e4e4;
    border: 1px solid #ccc;
    transition: background .3s;
    content: '';
    right: 0;
    position: absolute;
    width: 50%;
    border: 0;
    background: #e9eef4;
    height: 3px;
    top: 16px;
    background: #d2d2d2;
  }

  .opc-progress-bar-item > span {
    color: #999;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding-top: 29px;
    width: 100%;
    word-wrap: break-word;
    line-height: normal;
  }

  .opc-progress-bar-item > span::after {
    background: #e4e4e4 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    transition: background .3s ease 0s;
    background: #d2d2d2;
    color: #fff;
    content: counter(i, decimal);
    counter-increment: i;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    margin-left: -13px;
    top: 6px;
    width: 20px;
    line-height: 17px;
    border-color: #d2d2d2;
  }

  .opc-progress-bar-item._active > span::after {
    border-color: #649a02;
    content: counter(i);
    line-height: 17px;
  }

  .opc-progress-bar-item._active > span {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    line-height: normal;
  }

  .custom-cart-container .custom-cart-container-left .cart_next_top{
    margin:0px;
  }

  .custom-cart-container .custom-cart-container-left .cart_next_top .cart_next {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .item .col.item {
    float:left;
    width:100%;
    padding-bottom:0
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-details {
    padding: 0 25px 0 0;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart > .item .item-actions > td > div{
    padding:0px;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-name a {
    font-size: 14px;
    line-height: normal;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-name{
    font-size: 14px;
    line-height: normal;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .table.items .col.qty {
    padding-top: 0;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart tbody td.col.subtotal {
    padding-top: 0;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.subtotal{
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .table.items .col.qty span, .custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.subtotal span {
    display: block;
    font-size: 13px;
    font-weight: 600;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .table.items .col.qty input {
    width: 81px;
    height: 40px;
    padding: 0 10px;
  }

  .custom-cart-bottom-left .cart_next_top .cart_prev_next{
    text-align:center;
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .table.items .cataloglabel{
    display:none;
  }

  .custom-cart-container .custom-cart-container-left .cart-totals {
    width: 100%;
    margin-left: 0;
  }

  .custom-cart-container .custom-cart-container-right{
    display:none;
  }

  .custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form .btn-primary {
    font-size: 13px;
    padding: 0px 10px;
    height: 43px;
    line-height: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .opc-progress-bar-item:nth-child(1)::before {
    display: none !important;
  }

  .opc-progress-bar-item:nth-last-child(1)::after {
    display: none !important;
  }

  .product-info-main .sidebarbanners .ambanners.ambanner-1 {
    margin: 0 0 -5px 0px;
  }

  .product-info-main p.title-font > strong {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .new_product_main_bg .products-grid .product-item{
    width: calc((100% - 8%)/3);
  }

  .new_product_main_bg .products-grid .product-item:nth-child(5n+1) {
    margin-left: 2%;
  }

  .new_product_main_bg .products-grid .product-item:nth-child(3n+1) {
    margin-left: 2%;
  }

  .allcategorys .all_cat .all_cat_main_bg .row .grid_category{
    width:33.33%;
  }

  .allcategorys .all_cat .all_cat_main_bg .row .grid_category .category h2 a{
    font-size:16px;
  }

  .allcategorys .all_cat .all_cat_main_bg .row .grid_category .category h2{
    margin-bottom:5px;
  }

  .sectionproducts ul.progrid > li{
    width:50%;
  }

  .faqleftsection{
    width:57%;
  }

  .faqrightsection{
    width:40%;
  }

  .faqleftsection .faq-question-from-container{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.block.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .item .col.item {
    float:left;
    width:100%;
    padding-bottom:0
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-details {
    padding: 0 25px 0 0;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart > .item .item-actions > td > div{
    padding:0px;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-name a {
    font-size: 14px;
    line-height: normal;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .product-item-name{
    font-size: 14px;
    line-height: normal;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .table.items .col.qty {
    padding-top: 0;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart tbody td.col.subtotal {
    padding-top: 0;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.subtotal{
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .table.items .col.qty span, .custom-cart-container .custom-cart-container-left .cart.table-wrapper .col.subtotal span {
    display: block;
    font-size: 13px;
    font-weight: 600;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .table.items .col.qty input {
    width: 81px;
    height: 40px;
    padding: 0 10px;
  }

  .custom-cart-container .custom-cart-container-left .cart-totals {
    width: 100%;
    margin-left: 0;
  }

  .custom-cart-container .custom-cart-container-left .coupon-form #discount-coupon-form .btn-primary {
    font-size: 13px;
    padding: 5px 10px;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart > .item .item-actions > td > div{
    padding:0px;
  }

  .catalog-category-view .section .info_box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .catalog-category-view .section .info_box .middle_box{
    padding: 27px 32px;
    min-height: 186px;
  }

  .catalog-category-view .section .info_box .right_box{
    min-height:159px;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
  .allcategorys .all_cat .all_cat_main_bg .row .grid_category .category h2 a{
    font-size:16px;
  }

  .allcategorys .all_cat .all_cat_main_bg .row .grid_category .category h2{
    margin-bottom:5px;
  }

  .sectionproducts ul.progrid > li{
    width:33.33%;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart > .item .item-actions > td > div{
    padding:0px;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .item .col.item {
    min-height: 75px;
    padding: 15px;
    position: relative;
    width: 450px;
    display: table-cell;
    vertical-align: middle;
  }

  .custom-cart-container .custom-cart-container-right{
    width: 27.1%;
  }

  .custom-cart-container .custom-cart-container-left{
    width: 71.5%;
  }

  .custom-cart-container .custom-cart-container-left .cart-totals{
    width:45%
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .catalog-category-view.page-layout-2columns-left .columns{
    display:block;
    width: 100%;
  }

  .catalog-category-view.page-layout-2columns-left .columns .sidebar{
    width:25%;
    float: left;
  }

  .catalog-category-view.page-layout-2columns-left .columns .column.main{
    width:75%;
    float: right;
    padding-left: 2%;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .cart > .item .item-actions > td > div{
    padding:0px;
  }

  .custom-cart-container .custom-cart-container-left .cart.table-wrapper .item .col.item {
    min-height: 75px;
    padding: 15px;
    position: relative;
    width: 450px;
    display: table-cell;
    vertical-align: middle;
  }

  .custom-cart-container .custom-cart-container-right{
    width: 27.1%;
  }

  .custom-cart-container .custom-cart-container-left{
    width: 71.5%;
  }

  .custom-cart-container .custom-cart-container-left .cart-totals{
    width:45%
  }

  .product.actions.product-item-actions .price-stock{
    margin: 0 15px 0 0;
  }
}

.catalog-product-view .product-page-title h1{
  text-align: left;
}

.catalog-category-view .main .mst-scroll__button::before {
  opacity: 1;
  display: block;
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23639a01'/%3E%3C/svg%3E%0A");
}

.catalog-category-view .main .mst-scroll__button:hover::before {
  opacity: 1;
  display: block;
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.custom-cart-container .custom-cart-container-left .sc-cartfees{
  float: left;
  margin: 0 0 10px 0;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px;
  order: 3;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .title button {
  float: left;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #919191;
  font-weight: normal;
  position: relative;
  line-height: 68px;
  text-align: left;
  display: block;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .title button::before {
  margin: 0px 10px 0 0px;
  padding: 0px;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .title button span svg{
  margin: 0;
  width: 25px;
  height: auto;
  stroke: #649a02;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .title button span {
  position: absolute;
  right: 0;
  top: 32%;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees > div{
  margin: 0;
  padding: 0;
  border: 0;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card{
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: none;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicebg {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px solid #d5dde9;
  padding: 20px 0 0 0;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicebg .servicedata{
  float: left;
  width: 32%;
  margin-right: 12px;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicebg .servicedata.compleet{
  margin-right: 0;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicebg .maintitle{
  color: #72b42c;
  font-size: 15px;
  font-weight: bold;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicedatabg {
  float: left;
  width: 100%;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicedatabg .contenttext{
  float: left;
  margin: 10px 0 0;
  min-height: 160px;
  width: 100%;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicedatabg .contenttext ul {
  float: left;
  margin: 0;
  padding: 0px;
  width: 100%;
  list-style: none;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicedatabg .contenttext ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicedatabg .contenttext ul li:before{
  content: "- ";
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card #mageworx-fee-container{
  float: left;
  width: 100%;
  display: none;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .content {
  float: left;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicebg .servicedatabg .control {
  float: left;
  width: 30%;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees #block-fee-summary .control .switch {
  display: inline-block;
  height: 17px;
  position: relative;
  width: 45px;
  margin: 2px 0 0 0;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees #block-fee-summary .control .switch input.serviceinput {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees #block-fee-summary .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees #block-fee-summary .slider::before {
  background-color: #fff;
  /* bottom: 4px; */
  content: "";
  height: 20px;
  /* left: 4px; */
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 20px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  top: -2px;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees #block-fee-summary input.serviceinput:checked + .slider {
  background-color: #72b42c;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees #block-fee-summary input.serviceinput:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees #block-fee-summary input.serviceinput:checked + .slider:before {
  transform: translateX(25px);
}

.custom-cart-container .custom-cart-container-left .sc-cartfees #block-fee-summary .slider.round {
  border-radius: 34px;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees #block-fee-summary .slider.round:before {
  border-radius: 50%;
}

.custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .pricebg.mobileonly {
  display: none;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicebg .servicedata{
    width: 100%;
    margin: 0 0 15px;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedata{
    width: 100%;
    margin: 0 0 5px;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicedatabg .contenttext{
    min-height: 140px;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .contenttext.mobileonly{
    display:inline-block;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .pricebg{
    display:none;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .pricebg.mobileonly{
    display:inline-block;
    width: auto;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .content-title .contenttext {
    min-height: 40px;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicedatabg .content {
    float: right;
    width: calc(100% - 60px);
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicedatabg .content-title{
    float:left;
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicedatabg .content-title .field{
    float:left;
    width:45px;
    margin: 5px 0 0 0;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .maintitle{
    font-size: 14px;
    float: left;
    margin: 0 10px 0 0;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .pricebg.mobileonly p{
    font-size: 14px;
    color:#919191;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .custom-cart-container .custom-cart-container-left .sc-cartfees .card .servicebg .servicedata{
    width: 100%;
    margin: 0 0 15px;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedata{
    width: 100%;
    margin: 0 0 5px;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicedatabg .contenttext{
    min-height: 140px;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .contenttext.mobileonly{
    display:inline-block;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .pricebg{
    display:none;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .pricebg.mobileonly{
    display:inline-block;
    width: auto;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .content-title .contenttext {
    min-height: 40px;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicedatabg .content{
    float:right;
    width:82%;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicedatabg .content-title{
    float:left;
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicedatabg .content-title .field{
    float:left;
    width:18%;
    margin: 5px 0 0 0;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .maintitle{
    font-size: 14px;
    float: left;
    margin: 0 10px 0 0;
  }

  .custom-cart-container .custom-cart-container-left .sc-cartfees .servicebg .servicedatabg .pricebg.mobileonly p{
    font-size: 14px;
    color:#919191;
  }
}

.account-nav ul li a, .account-nav ul li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

#cart-drawer .account-nav ul li a .price,#cart-drawer  .account-nav ul li strong .price{
  display:inline-block;
}

.account-nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.account-nav ul li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.actions-toolbar {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  padding-top: 1rem;
}

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

body > div > div.grecaptcha-badge {
  display: none;
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.order-links {
  display: block;
}

[data-content-type$='block'] .order-links p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount.active .title {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .title svg{
  stroke:#72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .title strong {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .title strong:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 33px;
  margin: 0
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapper.order-links.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left .order-links.discount.reparatieservice {
  margin: 30px 0 30px
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
    float: left;
    width: auto;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary{
    float:left;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:768px) {
  .catalogsearch-result-index .mobile_filter_button.order-links{
    display: none;
  }
}

.category-view .sidebar .order-links.filter {
}

.new_product_main_bg .order-links.widget .products-grid .product-items {
  margin: 0 -15px
}

.custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon .form-input{
  width:50%;
}

.custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon > div{
  flex-wrap:wrap;
}

.custom-cart-container .custom-cart-container-left .order-links.discount.reparatieservice{
  order:3;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  .order-links.block-dashboard-orders .block-content div[id*="order"]{
    flex-wrap: wrap;
    font-size: 12px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discount.order-links.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

.order-links {
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.order-links li {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}

.aw-pquestion__question-listing svg.order-links li {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  background: orange;
  border-radius: 100%;
  stroke: #ffffff;
  padding: 2px;
  top: 4px;
  z-index: 0;
}

.aw-pquestion__question-listing svg.order-links li[style="transform: rotate(180deg)"]{
  background: #72b42c;
}

.order-links li {
  white-space: nowrap;
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form .field, fieldset .field {
  margin-top: 0.25rem;
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved {
  margin-bottom: 1.75rem;
}

form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type {
  margin-bottom: -1.5rem;
  padding-bottom: 0.25rem;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form label, fieldset label {
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

[data-content-type$='block'] form label p:last-child,[data-content-type$='block']  fieldset label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount {
  float: left;
  margin: 0 0 27px;
  padding: 0 27px;
  width: 100%;
  border: 1px solid #d5dde9;
  border-radius: 10px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .title,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount.active .title,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount.active .title {
  border-bottom: 1px solid #d5dde9;
  margin-bottom: 15px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .title svg,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .title svg{
  stroke:#72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .title strong,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .title strong {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
  position: relative;
  line-height: 68px
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .title strong:before,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .title strong:before {
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 32px;
  background: url(../../frontend/Spywebshop/webshop/de_DE/images/reparatieservice_icon.png) no-repeat center;
  content: "";
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .content,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .content .fieldset.coupon,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .content .fieldset.coupon {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .content .fieldset.coupon .field,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .content .fieldset.coupon .field {
  float: left;
  margin: 0;
  padding: 0 200px 0 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .content .fieldset.coupon .field .control,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .content .fieldset.coupon .field .control {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .content .fieldset.coupon .field .control input,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .content .fieldset.coupon .field .control input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dde9
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .content .fieldset.coupon .actions-toolbar,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 33px;
  margin: 0
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
  float: right;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  background: #72b42c;
  text-align: center;
  border: 2px solid #72b42c
}

.custom-cart-container .custom-cart-container-left #block-fee-wrapperform label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover,.custom-cart-container .custom-cart-container-left #block-fee-wrapper fieldset label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover {
  background: #fff;
  color: #72b42c
}

.custom-cart-container .custom-cart-container-left form label.discount.reparatieservice,.custom-cart-container .custom-cart-container-left  fieldset label.discount.reparatieservice {
  margin: 30px 0 30px
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon .actions-toolbar,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary {
    float: left;
    width: auto;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon{
    width:100%;
  }

  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon .form-input{
    width:100%;
    text-align: left;
  }

  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon .actions-toolbar,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon .actions-toolbar{
    display:block;
  }

  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon .actions-toolbar .action.apply.primary{
    float:left;
  }
}

@media screen and (min-width:1280px) and (max-width:1570px) {
  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:768px) {
  .catalogsearch-result-index form.mobile_filter_button label,.catalogsearch-result-index  fieldset.mobile_filter_button label{
    display: none;
  }
}

.category-view .sidebar form label.filter,.category-view .sidebar  fieldset label.filter {
}

.new_product_main_bg form label.widget .products-grid .product-items,.new_product_main_bg  fieldset label.widget .products-grid .product-items {
  margin: 0 -15px
}

.custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon .form-input{
  width:50%;
}

.custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon > div,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon > div{
  flex-wrap:wrap;
}

.custom-cart-container .custom-cart-container-left form label.discount.reparatieservice,.custom-cart-container .custom-cart-container-left  fieldset label.discount.reparatieservice{
  order:3;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon .form-input{
    width:100%;
  }

  form label.block-dashboard-orders .block-content div[id*="order"], fieldset label.block-dashboard-orders .block-content div[id*="order"]{
    flex-wrap: wrap;
    font-size: 12px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .custom-cart-container .custom-cart-container-left #block-discountform label.discount .content .fieldset.coupon .form-input,.custom-cart-container .custom-cart-container-left #block-discount fieldset label.discount .content .fieldset.coupon .form-input{
    width:100%;
  }
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label {
  margin-bottom: 0px;
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
  max-width: -moz-fit-content;
  max-width: fit-content;
}

form legend, fieldset legend {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

form legend + br, fieldset legend + br {
  display: none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

.aw-pquestion__product-question .aw-pquestion__question-listing .product-group__name-summary {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.aw-pquestion__product-question .aw-pquestion__question-listing .product-sku .price, .aw-pquestion__product-question .aw-pquestion__question-listing [data-role='priceBox'] .price {
  font-weight: 700;
}

.aw-pquestion__product-question .aw-pquestion__question-listing .product-sku, .aw-pquestion__product-question .aw-pquestion__question-listing [data-role='priceBox'] {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.aw-pquestion__product-question .aw-pquestion__question-listing .product.attribute {
  display: flex;
}

.aw-pquestion__product-question .aw-pquestion__question-listing .product.sku .value {
  margin-left: 0.5rem;
}

@media (min-width: 640px) {
  .aw-pquestion__product-question {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

.question-content a, .answer-content a {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.question-details .product-details a {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.blog-content [data-content-type=row]>div {
  padding: 0px;
}

.blog-content [data-content-type=row][data-appearance=contained] {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .blog-content [data-content-type=image] .pagebuilder-mobile-hidden {
    display: inline-block
  }
}

.blog-content h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .blog-content h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.blog-content h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .blog-content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.blog-content h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .blog-content h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.blog-content h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .blog-content h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.blog-sidebar-cms .block-products-list .grid {
  display: block;
}

.blog-tag-item {
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  display: flex;
  height: 2rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1;
}

.aw-pquestion__question-listing svg.blog-tag-item {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  background: orange;
  border-radius: 100%;
  stroke: #ffffff;
  padding: 2px;
  top: 4px;
  z-index: 0;
}

.aw-pquestion__question-listing svg.blog-tag-item[style="transform: rotate(180deg)"]{
  background: #72b42c;
}

.blog-tag-item:hover {
  text-decoration-line: underline;
}

.blog-posts.grid-view {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.blog-sidebar-cms .block-products-list .blog-posts.grid-view {
  display: block;
}

@media (min-width: 640px) {
  .blog-posts.grid-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .blog-posts.grid-view {
    grid-template-columns: repeat(var(--aw-blog-grid-view-column-count), minmax(0,1fr))
  }
}

.blog-posts.grid-view .blog-post-content,
        .blog-posts.grid-view .blog-post-read-more {
  display: none;
}

.blog-posts.grid-view .blog-post-posted-in {
  margin-bottom: 2.5rem;
}

.blog-link {
  cursor: pointer;
}

.aw-pquestion__question-listing svg.blog-link {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  background: orange;
  border-radius: 100%;
  stroke: #ffffff;
  padding: 2px;
  top: 4px;
  z-index: 0;
}

.aw-pquestion__question-listing svg.blog-link[style="transform: rotate(180deg)"]{
  background: #72b42c;
}

.blog-author-arrow-right:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: '\2192';
  min-width: 20px;
}

.blog-author-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 16px;
  color: #000000;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: '\2193';
  min-width: 20px;
}

.blog-author-arrow-none:before {
  content: '';
  min-width: 15px;
  display: inline-block;
}

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-buttons {
  margin-top: 10%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mollie-buttons .button {
  display: inline-block;
  margin: 20px;
  max-width: 100%;
  padding: 0 16px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
  border-radius: 6px;
  background-color: #0095FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mollie-buttons {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.mollie-buttons .button:hover {
  background-color: #0077CB;
}

.mollie-loading .redirect-block {
  padding: 10%;
  text-align: center;
}

.checkout-payment-method #mollie_methods_ideal-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_ideal-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_kbc-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_kbc-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_giftcard-form .label {
  height: 40px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_giftcard-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.mollie-payment-icon {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.mollie-loading .loader {
  border: 16px solid #E3F0FA;
  border-top: 16px solid #31A8F0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment-method-content .card-container {
  max-width: 400px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

.mollie-applepay-button-hidden {
  display: none;
}

.mollie-applepay-minicart-button {
  height: 40px;
}

/* Apple Pay end */

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-component {
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.mollie-component.is-invalid {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.mollie-card-component {
  margin-bottom: 0.5rem;
}

.mollie-card-component__error {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btn.btn-primary.apple-pay-button {
  font-size: 0 !important;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

[wire\:loading],
[wire\:loading\.delay],
[wire\:loading\.inline-block],
[wire\:loading\.inline],
[wire\:loading\.block],
[wire\:loading\.flex],
[wire\:loading\.table],
[wire\:loading\.grid],
[wire\:loading\.inline-flex] {
  display: none;
}

[wire\:loading\.delay\.shortest],
[wire\:loading\.delay\.shorter],
[wire\:loading\.delay\.short],
[wire\:loading\.delay\.long],
[wire\:loading\.delay\.longer],
[wire\:loading\.delay\.longest] {
  display: none;
}

[wire\:offline] {
  display: none;
}

[wire\:dirty]:not(textarea):not(input):not(select) {
  display: none;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  animation-duration: 50000s;
  animation-name: livewireautofill;
}

@keyframes livewireautofill {
  from {
  }
}

#livewire-error iframe {
  background-color: rgb(255 255 255) !important;
  border-radius: 0.375rem !important;
  padding: 0.75rem 1rem !important;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-2::before {
  content: var(--tw-content);
  left: -0.5rem;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:m-auto::before {
  content: var(--tw-content);
  margin: auto;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-4::before {
  content: var(--tw-content);
  height: 1rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-4::before {
  content: var(--tw-content);
  width: 1rem;
}

.before\:shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  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));
}

.before\:rotate-45::before {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.before\:rounded::before {
  content: var(--tw-content);
  border-radius: 0.25rem;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:border::before {
  content: var(--tw-content);
  border-width: 1px;
}

.before\:border-container::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.before\:bg-container-lighter::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(114 180 44 / var(--tw-bg-opacity));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.before\:shadow-xl::before {
  content: var(--tw-content);
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.checked\:border:checked {
  border-width: 1px;
}

.checked\:border-gray-300:checked {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.checked\:bg-inherit:checked {
  background-color: inherit;
}

.checked\:bg-none:checked {
  background-image: none;
}

.checked\:before\:absolute:checked::before {
  content: var(--tw-content);
  position: absolute;
}

.checked\:before\:inline-block:checked::before {
  content: var(--tw-content);
  display: inline-block;
}

.checked\:before\:h-3:checked::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.checked\:before\:h-3\.5:checked::before {
  content: var(--tw-content);
  height: 0.875rem;
}

.checked\:before\:h-4:checked::before {
  content: var(--tw-content);
  height: 1rem;
}

.checked\:before\:w-3:checked::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.checked\:before\:w-3\.5:checked::before {
  content: var(--tw-content);
  width: 0.875rem;
}

.checked\:before\:w-4:checked::before {
  content: var(--tw-content);
  width: 1rem;
}

.invalid\:ring-2:invalid {
  --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);
}

.invalid\:ring-red-500:invalid {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus-within\:ring-1:focus-within {
  --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);
}

.focus-within\:ring-2:focus-within {
  --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);
}

.focus-within\:ring-4:focus-within {
  --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(4px + 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);
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6;
}

.hover\:z-20:hover {
  z-index: 20;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-\[\#639A01\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 154 1 / var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(114 180 44 / 0.1);
}

.hover\:text-\[\#639A01\]:hover {
  --tw-text-opacity: 1;
  color: rgb(99 154 1 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-themeColor:hover {
  --tw-text-opacity: 1;
  color: rgb(114 180 44 / var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:line-through:hover {
  text-decoration-line: line-through;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow-sm:hover {
  --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);
}

.hover\:outline:hover {
  outline-style: solid;
}

.hover\:outline-2:hover {
  outline-width: 2px;
}

.hover\:outline-gray-200:hover {
  outline-color: #e5e7eb;
}

.hover\:outline-gray-300:hover {
  outline-color: #d1d5db;
}

.checked\:hover\:border-gray-300:hover:checked {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.checked\:hover\:bg-inherit:hover:checked {
  background-color: inherit;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0: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(0px + 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);
}

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

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.checked\:focus\:border-gray-300:focus:checked {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.checked\:focus\:bg-inherit:focus:checked {
  background-color: inherit;
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:ring-0:active {
  --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(0px + 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);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.disabled\:opacity-10:disabled {
  opacity: 0.1;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.aria-expanded\:border-\[\#639A01\][aria-expanded="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(99 154 1 / var(--tw-border-opacity));
}

.aria-expanded\:text-\[\#639A01\][aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(99 154 1 / var(--tw-text-opacity));
}

.aria-\[current\=page\]\:border-\[\#639A01\][aria-current=page] {
  --tw-border-opacity: 1;
  border-color: rgb(99 154 1 / var(--tw-border-opacity));
}

.aria-\[current\=page\]\:underline[aria-current=page] {
  text-decoration-line: underline;
}

.aria-\[current\=page\]\:hover\:border-\[\#639A01\]:hover[aria-current=page] {
  --tw-border-opacity: 1;
  border-color: rgb(99 154 1 / var(--tw-border-opacity));
}

.group[aria-expanded="true"] .group-aria-expanded\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.group[aria-expanded="true"] .group-aria-expanded\:text-inherit {
  color: inherit;
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgb(114 180 44 / var(--tw-border-opacity));
}

.data-\[has-current\]\:border-\[\#639A01\][data-has-current] {
  --tw-border-opacity: 1;
  border-color: rgb(99 154 1 / var(--tw-border-opacity));
}

.data-\[has-current\]\:hover\:border-\[\#639A01\]:hover[data-has-current] {
  --tw-border-opacity: 1;
  border-color: rgb(99 154 1 / var(--tw-border-opacity));
}

.data-\[has-current\]\:aria-expanded\:border-\[\#639A01\][aria-expanded="true"][data-has-current] {
  --tw-border-opacity: 1;
  border-color: rgb(99 154 1 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:min-h-screen-75 {
    min-height: 75vh;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:-translate-x-\[50\%\] {
    --tw-translate-x: -50%;
    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));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-\[27\%\] {
    margin-left: 27%;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-\[50px\] {
    height: 50px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    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));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: min-content minmax(0, 1fr);
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-\[25px\] {
    gap: 25px;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-\[28px\] {
    padding: 28px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-\[22px\] {
    padding-left: 22px;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-\[22px\] {
    padding-right: 22px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:font-bold {
    font-weight: 700;
  }
}

@media (min-width: 1024px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-\[30px\] {
    margin-right: 30px;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-screen-50 {
    min-height: 50vh;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[53\%\] {
    width: 53%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    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));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:mr-\[106px\] {
    margin-right: 106px;
  }

  .xl\:mr-\[70px\] {
    margin-right: 70px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:grow {
    flex-grow: 1;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1571px) {
  .\32xl\:grid {
    display: grid;
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }
}
.aw_bold{font-weight:bold}.aw-no-display{display:none}.aw-container{display:flex;flex-wrap:wrap;margin-top:6rem;padding:0;text-align:center}.aw-container .aw-column{display:inline-block;flex-direction:column;width:100%;padding:0 15px;float:left;text-align:left;margin:0 auto}.aw-container.columns-to-center{justify-content:center}.aw-page-container{margin-top:6rem;text-align:justify}.aw-columns-1 .aw-column{width:50%;float:none !important}.aw-columns-2 .aw-column{width:45%;margin:0}.aw-columns-3 .aw-column{width:25%;margin:0 2%}.article-list{display:inline-block;margin-bottom:50px;text-align:left;width:100%}.article-list .arrow{border:solid black;border-width:0 2.5px 2.5px 0;display:inline-block;padding:3px;margin-top:2px;float:right}.article-list .arrow.down{margin-bottom:4px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.article-list .arrow.up{transform:rotate(225deg);-webkit-transform:rotate(225deg)}.article-list .aw-list-item-child{margin-left:4.5rem}.article-list .aw-subcategory{display:inline-block;width:87%}.article-list .aw-subcategory a{display:inline-block;overflow:hidden;text-overflow:ellipsis;max-width:95%;white-space:nowrap}.article-list .aw-subcategory-list{display:none}.article-list .aw-subcategory-list.add-margin{margin-left:4rem}.article-list .category-name .category-icon{width:2.5rem;height:2.5rem;position:absolute}.article-list .category-name a{line-height:2.5rem;padding-left:4rem;color:#333}.article-list ul{list-style:none;padding:0;margin-top:2rem;margin-bottom:0}.article-list ul li{margin-bottom:1.625rem;line-height:2rem}.article-list ul li a{color:#333}.article-list ul li a:hover{color:#497DCE}.article-list ul li.image-item{padding-left:4rem;background-repeat:no-repeat !important;background-size:2rem !important}.article-list ul.aw-list-style>li:before{display:inline-block;height:1rem;width:1rem;border-radius:100%;background:#8bc53f;margin-right:1rem;content:''}.article-list .more-articles-link{padding-left:4rem;color:#497DCE}.faq-question-from-container{margin-top:40px;width:33%}.faq-question-from-container .faq-question-form .legend{width:auto}.aw-faq-tags-container{display:inline-flex;margin-top:10px}.aw-faq-tags-container .aw-faq-tags-title{font-size:18px}.aw-faq-tags-container .aw-faq-tags-content{margin-top:5px}.aw-faq-tags-container .aw-faq-tags-content .aw-faq-tag{background:#aad4e9;border-radius:3px;color:#00699D;margin-left:6px;padding:2px 5px;text-decoration:none;white-space:nowrap}.aw-faq__article-page-helpfulness{margin-top:4rem}#aw__helpfulness-voting{padding:0 1rem}#aw__helpfulness-voting a{text-decoration:underline}#aw__helpfulness-voting a:hover{cursor:pointer}#aw__helpfulness-voting .like:after{content:'|';display:inline-block;margin:0 .4rem 0 .6rem}.aw-faq-search{display:flex;flex-wrap:wrap;justify-content:center}.aw-faq-search form{width:50%;display:inline-block}.aw-faq-search form #aw-faq-search-field{width:75%;float:left}.aw-faq-search form button[type="submit"]{margin-left:1%;max-width:24%}.search-results{display:flex;flex-wrap:wrap;justify-content:center}.search-results .results-list{text-align:left;width:50%}.search-results .results-list h3{font-weight:normal;color:#888}.search-results .results-list.article-list ul li{padding-left:0}.search-results .results-list.article-list ul li a{text-decoration:none}.search-results .results-list.article-list ul li a:hover{border-bottom:1px solid currentColor}.search-results .results-list.article-list ul li .icon{height:17px;position:relative;top:3px;right:.4rem}.search-results .results-list .message{margin-top:2rem}@media screen and (max-width:767px){.aw-columns-1 .aw-column,.aw-columns-2 .aw-column,.aw-columns-3 .aw-column{width:100%}.aw-faq-search form{display:inline-block;width:80%}.faq-question-from-container{width:66% !important}}@media screen and (max-width:576px){.aw-faq-search form #aw-faq-search-field{clear:both}.aw-faq-search form button[type="submit"]{padding-top:5px;padding-bottom:5px}.aw-faq-search form button[type="submit"]::after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:20px;content:'\e615';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.aw-faq-search form button[type="submit"]>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.faq-question-from-container{width:100% !important}}.aw-faq-sidebar-content{background:#F7F7F7 0 0 no-repeat padding-box;border-radius:2px;padding:20px 16px 20px 16px;margin-bottom:30px;position:relative;z-index:0}.aw-faq-sidebar-content.aw-faq-sidebar-content-mobile{display:none;z-index:1}.aw-faq-sidebar-content .aw-faq-sidebar-search{float:none;width:100%;padding:0 0 20px 0;border-bottom:1px solid #CECECE;margin-bottom:15px}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node{min-height:32px;margin-left:15px;position:relative}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node>.jstree-wholerow{height:100%}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node>.jstree-wholerow.jstree-wholerow-hovered{background:none}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node>.jstree-wholerow.jstree-wholerow-clicked{background:none}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node>.jstree-anchor{font:normal normal 600 14px/22px Open Sans;min-height:32px;color:#5D5D5D;white-space:break-spaces;height:auto !important}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node>.jstree-anchor.jstree-hovered{color:#363330}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node>.jstree-icon{background-image:none;width:12px}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node:not(.jstree-leaf)>.jstree-icon::before{line-height:31px;content:'\e608';font-family:'luma-icons';font-style:normal}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node:not(.jstree-leaf).jstree-open>.jstree-icon::before{content:'\e622'}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node.aw-faq-sidebar-tree-top-level{min-height:42px;padding-left:10px}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node.aw-faq-sidebar-tree-top-level>.jstree-wholerow{height:32px}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node.aw-faq-sidebar-tree-top-level>.jstree-icon{display:none}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node.aw-faq-sidebar-tree-top-level>.jstree-anchor{font:normal normal bold 16px/32px Open Sans;color:#363330;height:42px}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node.aw-faq-sidebar-tree-top-level>.jstree-children{margin-left:-15px}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node.aw-faq-sidebar-tree-active-node>.jstree-wholerow{background:#EAEAEA 0 0 no-repeat padding-box}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node.aw-faq-sidebar-tree-active-node>.jstree-anchor{color:#363330}.aw-faq-sidebar-content .aw-faq-sidebar-tree .jstree-node.aw-faq-sidebar-tree-active-node-ancestor>.jstree-anchor{color:#363330}.aw-faq-sidebar-collapsible{display:none;background:#f7f7f7 0 0 no-repeat padding-box;height:40px}.aw-faq-sidebar-collapsible .aw-faq-sidebar-collapsible-button{border:none;background:transparent;font-weight:normal;font-size:14px;color:#1C1C1C;height:100%;width:100%;text-align:left}.aw-faq-sidebar-collapsible .aw-faq-sidebar-collapsible-button:before{font-size:10px;line-height:16px;content:'\e608';font-family:'luma-icons';vertical-align:top;font-weight:bold;margin-right:10px}.aw-faq-sidebar-collapsible.active .aw-faq-sidebar-collapsible-button:before{content:'\e622'}.product-full-width-section .aw-faq-product-articles-container .aw-faq-product-articles-title{display:none}@media screen and (max-width:767px){.aw-faq-sidebar-content{padding:0 35px 20px 35px;margin-bottom:0}.aw-faq-sidebar-content.aw-faq-sidebar-content-desktop{display:none}.aw-faq-sidebar-content.aw-faq-sidebar-content-mobile{display:block}.aw-faq-sidebar-content .aw-faq-sidebar-search{margin-top:0;padding:0 0 5px 0}.aw-faq-sidebar-content .aw-faq-sidebar-search .aw-faq-sidebar-search-text-input{left:0;position:relative;height:42px;margin-top:10px}.aw-faq-sidebar-content .aw-faq-sidebar-search .aw-faq-sidebar-search-button{display:block;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;position:absolute;right:47px;top:16px;z-index:1}.aw-faq-sidebar-content .aw-faq-sidebar-search .aw-faq-sidebar-search-button:before{font-size:22px;line-height:30px;color:#757575;content:'\e615';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;text-align:center}.aw-faq-sidebar-collapsible{display:block}}.aw-faq-category-children .aw-faq-child-img-wrapper{width:20px;display:inline-block;margin:0 6px 0 18px}.aw-faq-category-children .aw-faq-child-img-wrapper .aw-faq-child-img{height:15px;max-width:100%}.aw-faq-category-children>.aw-faq-category-children-list{list-style-type:none;padding-left:0;margin-bottom:0}.aw-faq-category-children>.aw-faq-category-children-list .aw-faq-category-children-list{list-style-type:none;padding-left:20px}.aw-faq-category-children .aw-faq-category-child-item{margin-top:13px;margin-bottom:13px}.aw-faq-category-children .aw-faq-category-child-item .aw-faq-child-url{color:#333}.aw-faq-category-children .aw-faq-category-child-item.collapsible .arrow:before{content:'\e622';font-family:'luma-icons';cursor:pointer}.aw-faq-category-children .aw-faq-category-child-item.collapsible.active .arrow:before{content:'\e621'}.aw-faq-category-children .aw-faq-category-child-item:not(.collapsible){margin-left:20px}.aw-faq-product-articles-container .aw-faq-product-articles-title{display:inline-block;font-weight:300;line-height:1.1;font-size:2.6rem;margin-bottom:2rem}.aw-faq-product-articles-container .aw-faq-product-article{padding:16px 0;border-bottom:1px solid #c9c9c9}.aw-faq-product-articles-container .aw-faq-product-article .aw-faq-product-article-link{display:inline-block;line-height:1.1;font-size:1.8rem;margin-bottom:8px}.aw-faq-product-articles-container .aw-faq-product-article .aw-faq-product-article-info{display:flex;justify-content:space-between;align-items:flex-end}.aw-faq-product-articles-container .aw-faq-product-article .aw-faq-product-article-info .column{display:flex;flex-direction:column}.aw-faq-product-articles-container .aw-faq-product-article .aw-faq-product-article-info .aw-faq-product-article-helpfulness{color:#767676;white-space:nowrap;margin-left:10px}.aw-faq-product-articles-container .aw-faq-product-article:last-child{border-bottom:none;padding-bottom:0}@media screen and (max-width:767px){.aw-faq-product-articles-container .aw-faq-product-articles-title{margin-bottom:0}.aw-faq-product-articles-container .aw-faq-product-article .aw-faq-product-article-info{flex-direction:column;align-items:flex-start}.aw-faq-product-articles-container .aw-faq-product-article .aw-faq-product-article-info .aw-faq-product-article-voting{margin-top:15px}.aw-faq-product-articles-container .aw-faq-product-article .aw-faq-product-article-info .aw-faq-product-article-helpfulness{margin-left:0}}