/* purgecss start ignore */

/* ! tailwindcss v3.2.4 | 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.
*/

html {
  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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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'],[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, [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;
}

::-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] {
  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");
}

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

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

[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-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:  ;
}

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

.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: 1536px) {
  .container {
    max-width: 1536px;
  }
}

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

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

.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: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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);
}

.field.date .btn.shadow {
  background: #efefef;
  border: 4px solid #fff;
  border-radius: 0;
  padding: 18px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.field.date .btn.shadow > .mb-2 > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .btn.shadow > .mb-2 > div select {
  width: 47%;
}

.field.date .btn.shadow button.p-1.rounded {
  position: relative;
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date .btn.shadow button.p-1.rounded:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date .btn.shadow button.p-1.rounded.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

.field.date .btn.shadow button.datepicker-prev {
  order: 1;
}

.field.date .btn.shadow button.datepicker-next {
  order: 3;
}

.confirmation-modal > .btn.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .btn.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .btn.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.btn.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .btn {
  justify-content: space-between;
}

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

  .order-details-items > .card .order-title .btn {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
}

@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(43 43 43 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --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);
  color: #fff;
  background-color: #337ab7;
}

a.btn-primary:hover,
a.btn-primary:focus {
  background-color: #286090;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 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(37 99 235 / 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(30 64 175 / 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;
}

.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: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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);
}

.field.date .actions-toolbar .primary button.shadow {
  background: #efefef;
  border: 4px solid #fff;
  border-radius: 0;
  padding: 18px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.field.date .actions-toolbar .primary button.shadow > .mb-2 > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .actions-toolbar .primary button.shadow > .mb-2 > div select {
  width: 47%;
}

.field.date .actions-toolbar .primary button.shadow button.p-1.rounded {
  position: relative;
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date .actions-toolbar .primary button.shadow button.p-1.rounded:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date .actions-toolbar .primary button.shadow button.p-1.rounded.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

.field.date .actions-toolbar .primary button.shadow button.datepicker-prev {
  order: 1;
}

.field.date .actions-toolbar .primary button.shadow button.datepicker-next {
  order: 3;
}

.confirmation-modal > .actions-toolbar .primary button.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .actions-toolbar .primary button.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .actions-toolbar .primary button.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.actions-toolbar .primary button.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .actions-toolbar .primary button {
  justify-content: space-between;
}

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

  .order-details-items > .card .order-title .actions-toolbar .primary button {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
}

@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(43 43 43 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --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);
  color: #fff;
  background-color: #337ab7;
}

a.actions-toolbar .primary button:hover,
a.actions-toolbar .primary button:focus {
  background-color: #286090;
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 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);
}

.order-actions-toolbar .actions-toolbar .primary button {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
}

.order-actions-toolbar .actions-toolbar .primary button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.order-actions-toolbar .actions-toolbar .primary button svg {
  display: none;
}

.card-payment-lists > .p-2.order-actions-toolbar .actions-toolbar .primary button svg {
  display: block;
}

.order-actions-toolbar .actions-toolbar .primary button svg {
  display: none;
}

#mw-locator-filter-wrapper .actions-toolbar .primary button.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
}

#mw-locator-filter-wrapper .actions-toolbar .primary button.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 77 / var(--tw-bg-opacity));
}

#mw-locator-filter-wrapper .btn.actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
}

#mw-locator-filter-wrapper .btn.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 77 / var(--tw-bg-opacity));
}


.btn-group-lg > .actions-toolbar .primary button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}


.btn-group-sm > .actions-toolbar .primary button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}


.btn-group-xs > .actions-toolbar .primary button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group > .actions-toolbar .primary button,
.btn-group-vertical > .actions-toolbar .primary button {
  position: relative;
  float: left;
}

.btn-group > .actions-toolbar .primary button:hover,
.btn-group-vertical > .actions-toolbar .primary button:hover,
.btn-group > .actions-toolbar .primary button:focus,
.btn-group-vertical > .actions-toolbar .primary button:focus,
.btn-group > .actions-toolbar .primary button:active,
.btn-group-vertical > .actions-toolbar .primary button:active,
.btn-group > .actions-toolbar .primary button.active,
.btn-group-vertical > .actions-toolbar .primary button.active {
  z-index: 2;
}

.btn-group .actions-toolbar .primary button + .btn,
.btn-group .actions-toolbar .primary button + .btn-group,
.btn-group .btn-group + .actions-toolbar .primary button {
  margin-left: -1px;
}

.btn-toolbar .actions-toolbar .primary button {
  float: left;
}

.btn-toolbar > .actions-toolbar .primary button {
  margin-left: 5px;
}

.btn-group > .actions-toolbar .primary button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .actions-toolbar .primary button:first-child {
  margin-left: 0;
}

.btn-group > .actions-toolbar .primary button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .actions-toolbar .primary button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .actions-toolbar .primary button {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .actions-toolbar .primary button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .actions-toolbar .primary button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .actions-toolbar .primary button + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.actions-toolbar .primary button .caret {
  margin-left: 0;
}

.btn-group-vertical > .actions-toolbar .primary button,
.btn-group-vertical > .btn-group > .actions-toolbar .primary button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .actions-toolbar .primary button {
  float: none;
}

.btn-group-vertical > .actions-toolbar .primary button + .btn,
.btn-group-vertical > .actions-toolbar .primary button + .btn-group,
.btn-group-vertical > .btn-group + .actions-toolbar .primary button {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .actions-toolbar .primary button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .actions-toolbar .primary button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .actions-toolbar .primary button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .actions-toolbar .primary button {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .actions-toolbar .primary button:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .actions-toolbar .primary button:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified > .actions-toolbar .primary button {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .actions-toolbar .primary button {
  width: 100%;
}

[data-toggle="buttons"] > .actions-toolbar .primary button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .actions-toolbar .primary button input[type="radio"],
[data-toggle="buttons"] > .actions-toolbar .primary button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .actions-toolbar .primary button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}


.input-group-lg > .input-group-btn > .actions-toolbar .primary button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}


select.input-group-lg > .input-group-btn > .actions-toolbar .primary button {
  height: 46px;
  line-height: 46px;
}


textarea.input-group-lg > .input-group-btn > .actions-toolbar .primary button,
select[multiple].input-group-lg > .input-group-btn > .actions-toolbar .primary button {
  height: auto;
}


.input-group-sm > .input-group-btn > .actions-toolbar .primary button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}


select.input-group-sm > .input-group-btn > .actions-toolbar .primary button {
  height: 30px;
  line-height: 30px;
}


textarea.input-group-sm > .input-group-btn > .actions-toolbar .primary button,
select[multiple].input-group-sm > .input-group-btn > .actions-toolbar .primary button {
  height: auto;
}


.input-group-btn:first-child > .actions-toolbar .primary button,
.input-group-btn:first-child > .btn-group > .actions-toolbar .primary button,
.input-group-btn:last-child > .actions-toolbar .primary button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .actions-toolbar .primary button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.input-group-btn:last-child > .actions-toolbar .primary button,
.input-group-btn:last-child > .btn-group > .actions-toolbar .primary button,
.input-group-btn:first-child > .actions-toolbar .primary button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .actions-toolbar .primary button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn > .actions-toolbar .primary button {
  position: relative;
}

.input-group-btn > .actions-toolbar .primary button + .btn {
  margin-left: -1px;
}

.input-group-btn > .actions-toolbar .primary button:hover,
.input-group-btn > .actions-toolbar .primary button:focus,
.input-group-btn > .actions-toolbar .primary button:active {
  z-index: 2;
}

.input-group-btn:first-child > .actions-toolbar .primary button {
  margin-right: -1px;
}

.input-group-btn:last-child > .actions-toolbar .primary button {
  z-index: 2;
  margin-left: -1px;
}

.actions-toolbar .primary button .label {
  position: relative;
  top: -1px;
}

.actions-toolbar .primary button .badge {
  position: relative;
  top: -1px;
}


.btn-group-xs > .actions-toolbar .primary button .badge {
  top: 0;
  padding: 1px 5px;
}

.modal-footer .actions-toolbar .primary button + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .actions-toolbar .primary button + .btn {
  margin-left: -1px;
}

.carousel-caption .actions-toolbar .primary button {
  text-shadow: none;
}

.page-products .columns {
  position: relative;
  padding-top: 60px;
  z-index: 1;
}

.page-products .sorter {
  position: absolute;
  top: 0px;
  right: 0px;
}

form .field.date .customer-dob > .page-products .sorter, fieldset .field.date .customer-dob > .page-products .sorter {
  position: relative;
}

form .field.date .customer-dob > .page-products .sorter svg, fieldset .field.date .customer-dob > .page-products .sorter svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .page-products .sorter svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .page-products .sorter svg {
  display: block;
}

form .field.date .customer-dob > .page-products .sorter svg, fieldset .field.date .customer-dob > .page-products .sorter svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .page-products .sorter svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .page-products .sorter svg {
  display: block;
}

form .field.date .customer-dob > .page-products .sorter svg, fieldset .field.date .customer-dob > .page-products .sorter svg {
  display: none;
}

form .field.date .customer-dob > .page-products .sorter::after, fieldset .field.date .customer-dob > .page-products .sorter::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.page-products .sorter {
  z-index: 1;
}

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

.confirmation-modal > #category-view-container.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > #category-view-container.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > #category-view-container.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >#category-view-container.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar #category-view-container {
  justify-content: space-between;
}

.products.wrapper ~.toolbar {
  position: relative;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
}

.products.wrapper ~.toolbar .toolbar-amount {
  display: inline-block;
}

.products.wrapper ~.toolbar .pages {
  display: block;
}

.filter .products.wrapper ~.toolbar .pages {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .products.wrapper ~.toolbar .pages {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.products.wrapper ~.toolbar .pages {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .products.wrapper ~.toolbar .pages {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.products.wrapper ~.toolbar .pages .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.products.wrapper ~.toolbar .pages .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .products.wrapper ~.toolbar .pages.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .products.wrapper ~.toolbar .pages.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .products.wrapper ~.toolbar .pages.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .products.wrapper ~.toolbar .pages.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .products.wrapper ~.toolbar .pages {
  margin-bottom: 40px;
}

.category-view .sidebar .products.wrapper ~.toolbar .pages.filter {
}

.products.wrapper ~.toolbar .limiter, .products.wrapper ~.toolbar .sorter {
  display: none;
}

.card-payment-lists > .p-2.products.wrapper ~.toolbar .limiter,.card-payment-lists > .p-2 .products.wrapper ~.toolbar .sorter {
  display: block;
}

.products.wrapper ~.toolbar .limiter, .products.wrapper ~.toolbar .sorter {
  display: none;
}

.filter .block {
  margin-bottom: 0;
}

.filter-options {
  margin: 0px;
  display: none;
}

.card-payment-lists > .p-2.filter-options {
  display: block;
}

.filter-options {
  display: none;
}

.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 5px 40px 5px 0;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.filter-options-content {
  margin: 0;
  padding: 10px;
}

.filter-options-content a {
  line-height: 40px;
  margin: 10px 0;
  border-bottom: 1px solid #f4f4f4;
  color: #494949;
}

.filter-options-content a .count {
  color: #858585;
  padding-left: 5px;
}

.filter-options-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.filter-current .items {
  padding: 5px 10px;
}

.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}

.filter-current .item .filter-label {
  font-weight: 700;
}

.confirmation-modal > .filter-current .item .filter-label.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .filter-current .item .filter-label.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .filter-current .item .filter-label.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .filter-current .item .filter-label.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .filter-current .item .filter-label.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.filter-current .item .filter-label::after {
  content: ': ';
}

.filter-current .item .filter-value {
  color: #858585;
}

.filter-current .item .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}

.filter-current .item .action.remove span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.filter-current .item .action.remove::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.filter-current .filter-current-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px;
}

.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}

.page-products .products-grid .product-item {
  width: 100%;
  padding: 5px;
  border: 1px solid #eaeaea;
  margin-left: -1px;
  margin-top: -1px;
}

@media only screen and (min-width: 770px) {
  .filter-options {
    position: static;
    display: block;
  }

  .filter .filter-options {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .filter-options {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.filter-options {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .filter-options {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .filter-options .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .filter-options .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .filter-options.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .filter-options.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .filter-options.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter-options.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .filter-options {
    margin-bottom: 40px;
  }

  .category-view .sidebar .filter-options.filter {
  }

  .filter-options {
    background: transparent;
    clear: both;
    overflow: initial;
  }

  .filter-actions {
    margin-bottom: 30px;
  }

  .filter-content .filter-subtitle {
    display: none;
  }

  .card-payment-lists > .p-2.filter-content .filter-subtitle {
    display: block;
  }

  .filter-content .filter-subtitle {
    display: none;
  }

  .filter-content .filter-options-title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    padding-bottom: 10px;
  }

  .filter-content .filter-options-content {
    padding-left: 0;
    padding-right: 0;
  }

  .filter-content .filter-options-content a {
    margin: 0px;
  }

  .filter-current .filter-current-subtitle {
    border: none;
    display: block;
  }

  .filter .block {
    margin-bottom: 20px;
  }

  .page-products .columns {
    padding-top: 0;
  }

  .page-products .sorter {
    position: static;
  }

  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }

  .products.wrapper ~.toolbar .modes {
    display: none;
  }

  .card-payment-lists > .p-2.products.wrapper ~.toolbar .modes {
    display: block;
  }

  .products.wrapper ~.toolbar .modes {
    display: none;
  }

  .products.wrapper ~.toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 769px) {
  body.filter-active .page-header {
    display: none;
  }

  .card-payment-lists > body.p-2.filter-active .page-header {
    display: block;
  }

  body.filter-active .page-header {
    display: none;
  }

  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }

  body.filter-active .columns {
    z-index: 999;
  }

  .filter-options-title {
    padding: 10px 40px 10px 10px;
    border-bottom: 1px solid #ccc;
  }

  .filter-options-title::after {
    position: absolute;
    display: inline-block;
    --tw-text-opacity: 1;
    color: rgb(255 203 51 / var(--tw-text-opacity));
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    right: 13px;
    top: 10px;
  }

  .filter-options-title.active {
    border-bottom: none;
  }

  .filter-options-title.active + .filter-options-content {
    border-bottom: 1px solid #ccc;
  }

  .filter-options-content {
    padding-top: 0;
  }

  .filter-options-content a {
    margin: 0px;
    padding: 0px;
  }

  .filter.block {
    margin-bottom: 30px;
    padding: 0;
  }

  .filter .block-title.filter-title {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
  }

  form .field.date .customer-dob > .filter .block-title.filter-title, fieldset .field.date .customer-dob > .filter .block-title.filter-title {
    position: relative;
  }

  form .field.date .customer-dob > .filter .block-title.filter-title svg, fieldset .field.date .customer-dob > .filter .block-title.filter-title svg {
    display: none;
  }

  .card-payment-lists > form.p-2 .field.date .customer-dob > .filter .block-title.filter-title svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .filter .block-title.filter-title svg {
    display: block;
  }

  form .field.date .customer-dob > .filter .block-title.filter-title svg, fieldset .field.date .customer-dob > .filter .block-title.filter-title svg {
    display: none;
  }

  .card-payment-lists > form.p-2 .field.date .customer-dob > .filter .block-title.filter-title svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .filter .block-title.filter-title svg {
    display: block;
  }

  form .field.date .customer-dob > .filter .block-title.filter-title svg, fieldset .field.date .customer-dob > .filter .block-title.filter-title svg {
    display: none;
  }

  form .field.date .customer-dob > .filter .block-title.filter-title::after, fieldset .field.date .customer-dob > .filter .block-title.filter-title::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\e612';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .filter .block-title.filter-title {
    background: transparent;
  }

  .filter .block-title.filter-title span {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 10px;
  }

  .filter .block-title.filter-title strong {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 10px;
  }

  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 20px;
  }

  .filter.active {
    visibility: visible;
    position: relative;
    z-index: 99;
  }

  .filter.active .block-title.filter-title {
    position: fixed;
    right: 0px;
    text-align: right;
  }

  .product-gallery .fullscreen >.filter.active .block-title.filter-title {
    z-index: 999;
  }

  .filter.active .block-title.filter-title {
    text-align: right;
    border: 0 none;
    height: 48px;
    z-index: 2;
    display: block;
  }

  .filter.active .block-title.filter-title span {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 0;
    padding: 7px 10px;
  }

  .filter.active .filter-title span {
    position: relative;
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    text-decoration: none;
  }

  .filter.active .filter-title span::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .filter.active .filter-subtitle {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
  }

  .product-gallery .fullscreen >.filter.active .filter-subtitle {
    z-index: 999;
  }

  form .field.date .customer-dob > .filter.active .filter-subtitle, fieldset .field.date .customer-dob > .filter.active .filter-subtitle {
    position: relative;
  }

  form .field.date .customer-dob > .filter.active .filter-subtitle svg, fieldset .field.date .customer-dob > .filter.active .filter-subtitle svg {
    display: none;
  }

  .card-payment-lists > form.p-2 .field.date .customer-dob > .filter.active .filter-subtitle svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .filter.active .filter-subtitle svg {
    display: block;
  }

  form .field.date .customer-dob > .filter.active .filter-subtitle svg, fieldset .field.date .customer-dob > .filter.active .filter-subtitle svg {
    display: none;
  }

  .card-payment-lists > form.p-2 .field.date .customer-dob > .filter.active .filter-subtitle svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .filter.active .filter-subtitle svg {
    display: block;
  }

  form .field.date .customer-dob > .filter.active .filter-subtitle svg, fieldset .field.date .customer-dob > .filter.active .filter-subtitle svg {
    display: none;
  }

  form .field.date .customer-dob > .filter.active .filter-subtitle::after, fieldset .field.date .customer-dob > .filter.active .filter-subtitle::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\e612';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .filter.active .filter-subtitle {
    background: #eee;
    height: 50px;
    line-height: 32px;
    display: block;
    z-index: 1;
  }

  .filter.active .filter-options {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .product-gallery .fullscreen >.filter.active .filter-options {
    z-index: 999;
  }

  .filter.active .filter-options {
    display: block;
    overflow: scroll;
    top: 50px;
    z-index: 10;
  }

  .filter .filter-current {
    border: solid #ccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }

  .filter .filter-current-subtitle {
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
  }

  .filter .filter-current-subtitle::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .filter .filter-current-subtitle::after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }

  .page-products .sorter {
    top: -6px;
  }
}

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

.card-payment-lists > .p-2 .price-including-tax + .price-excluding-tax {
  font-size: 14px;
}

.order-details-items .order-items > .price-including-tax + .price-excluding-tax.text-secondary {
  display: grid;
  border-bottom: 1px solid #ddd;
}

.order-details-items .order-items > .price-including-tax + .price-excluding-tax.text-secondary .p-2 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.confirmation-modal > .order-details-items .order-items > .price-including-tax + .price-excluding-tax.text-secondary .p-2.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .price-including-tax + .price-excluding-tax.text-secondary .p-2.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .order-details-items .order-items > .price-including-tax + .price-excluding-tax.text-secondary .p-2.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .order-details-items .order-items > .price-including-tax + .price-excluding-tax.text-secondary .p-2.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .price-including-tax + .price-excluding-tax.text-secondary .p-2.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.order-details-items .order-items > .price-including-tax + .price-excluding-tax.text-secondary .p-2 {
  font-size: 14px;
}

.order-details-items .order-items .parent-item .item-options .price-including-tax + .price-excluding-tax {
  font-size: 14px;
}

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

.order-details-items .order-items .parent-item .p-2 .price-excluding-tax .price,.order-details-items .order-items .parent-item .p-2  .price-including-tax .price {
  font-size: 18px;
  margin: 0 0 10px;
}

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

.filter .price-excluding-tax {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .price-excluding-tax {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.price-excluding-tax {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .price-excluding-tax {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.price-excluding-tax .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.price-excluding-tax .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .price-excluding-tax.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .price-excluding-tax.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .price-excluding-tax.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .price-excluding-tax.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .price-excluding-tax {
  margin-bottom: 40px;
}

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

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

.confirmation-modal > .price-container.price-tier_price.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .price-container.price-tier_price.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .price-container.price-tier_price.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.price-container.price-tier_price.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .price-container.price-tier_price {
  justify-content: space-between;
}

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

.confirmation-modal > #customer-login-container.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .flex#customer-login-container {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > #customer-login-container.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.confirmation-modal > .flex#customer-login-container button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.confirmation-modal > #customer-login-container.justify-between button {
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .flex#customer-login-container button {
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > #customer-login-container.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.confirmation-modal > .flex#customer-login-container button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >#customer-login-container.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar #customer-login-container {
  justify-content: space-between;
}

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

  .actions-toolbar#customer-login-container {
    flex-direction: row;
  }
}

.registration-container.container {
  padding-left: 0;
  padding-right: 0;
}

.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}

.form-create-account > .grid-cols-2 {
  grid-template-columns: 1fr;
}

.form-create-account .card {
  border: none;
  padding: 0;
  box-shadow: none;
  margin-top: 30px;
}

.form-create-account .card legend.contents {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.filter .form-create-account .card legend.contents {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .form-create-account .card legend.contents {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.form-create-account .card legend.contents {
    margin-bottom: 30px;
    padding: 0;
  }
}

.block-dashboard-information > .form-create-account .card legend.contents, .block-dashboard-addresses > .form-create-account .card legend.contents {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .account.page-layout-2columns-left .columns .sidebar-main > .form-create-account .card legend.contents {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.form-create-account .card legend.contents .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.form-create-account .card legend.contents .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .form-create-account .card legend.contents.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .form-create-account .card legend.contents.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .form-create-account .card legend.contents.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .form-create-account .card legend.contents.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .form-create-account .card legend.contents {
  margin-bottom: 40px;
}

.category-view .sidebar .form-create-account .card legend.contents.filter {
}

.form-create-account .card legend.contents {
  margin: 0 0 20px;
  padding: 0 0 10px;
  line-height: 1.2;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.form-create-account .card:first-child {
  margin-top: 0;
}

.form-create-account .actions-toolbar {
  flex-direction: row;
}

.form-create-account .actions-toolbar > .secondary {
  display: none;
}

.card-payment-lists > .p-2.form-create-account .actions-toolbar > .secondary {
  display: block;
}

.form-create-account .actions-toolbar > .secondary {
  display: none;
}

#customer-login-container {
  padding-top: 0;
}

#customer-login-container > .card {
  padding: 0px;
  box-shadow: none;
  border: none;
  width: 48%;
}

#customer-login-container .block-title {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e6e6e6;
}

.login-container .fieldset::after {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.filter .login-container .fieldset::after {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .login-container .fieldset::after {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.login-container .fieldset::after {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .login-container .fieldset::after {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.login-container .fieldset::after .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.login-container .fieldset::after .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .login-container .fieldset.category.event::after {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .login-container .fieldset.category.event::after {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .login-container .fieldset.category.event::after {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .login-container .fieldset.category.event::after {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .login-container .fieldset::after {
  margin-bottom: 40px;
}

.category-view .sidebar .login-container .fieldset.filter::after {
}

.login-container .fieldset::after {
  margin: 35px 0 0;
  content: attr(data-hasrequired);
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 1.3rem;
}

.account-nav.card {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  box-shadow: none;
  border: none;
}

.account-nav .account-nav-content {
  background: #f5f5f5;
  padding: 15px 0;
}

.account-nav .nav > li a, .account-nav .nav > li strong {
  display: block;
}

.filter .account-nav .nav > li a,.filter  .account-nav .nav > li strong {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .account-nav .nav > li a,.filter  .account-nav .nav > li strong {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.account-nav .nav > li a,.filter .account-nav .nav > li strong {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .account-nav .nav > li a,.account.page-layout-2columns-left .columns .sidebar-main >  .account-nav .nav > li strong {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.account-nav .nav > li a .block-title, .account-nav .nav > li strong .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.account-nav .nav > li a .block-title.filter-title, .account-nav .nav > li strong .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .account-nav .nav > li a.category.event, .account-nav .nav > li strong.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .account-nav .nav > li a.category.event, .page-wrapper  .account-nav .nav > li strong.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .account-nav .nav > li a.category.event, .page-wrapper  .account-nav .nav > li strong.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .account-nav .nav > li a.category.event, .account-nav .nav > li strong.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .account-nav .nav > li a p:last-child,[data-content-type$='block']  .account-nav .nav > li strong p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .account-nav .nav > li a,.columns .sidebar-main >  .account-nav .nav > li strong {
  margin-bottom: 40px;
}

.category-view .sidebar .account-nav .nav > li a.filter,.category-view .sidebar  .account-nav .nav > li strong.filter {
}

.account-nav .nav > li a, .account-nav .nav > li strong {
  border-left: 3px solid transparent;
  color: #575757;
  padding: 5px 18px 5px 15px;
}

.account-nav .nav > li strong {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.order-details-items .order-items .parent-item .p-2 .account-nav .nav > li strong {
  font-size: 18px;
  margin: 0 0 10px;
}

.account-nav .nav > li strong {
  border-color: #ff5501;
  text-decoration: none;
}

.account-nav .nav > li a:hover {
  background: #e8e8e8;
  color: #575757;
}

.columns .sidebar-main > .account-nav .nav > li a, .columns .sidebar-main > .account-nav .nav > li strong {
  margin-bottom: 0;
}

.block-dashboard-addresses {
  margin-top: 40px;
}

.block-dashboard-addresses .block-title {
  justify-content: flex-start;
}

.block-dashboard-addresses .block-title .text-2xl {
  font-size: 22px;
}

.block-dashboard-addresses .block-title .action.edit {
  margin-left: 15px;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}

.block-dashboard-information h2, .block-dashboard-addresses h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

.block-dashboard-information p, .block-dashboard-information address, .block-dashboard-addresses p, .block-dashboard-addresses address {
  margin-bottom: 0;
}

.block-dashboard-information a, .block-dashboard-addresses a {
  margin-top: 0;
}

.block-dashboard-information a:hover, .block-dashboard-addresses a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.block-dashboard-information > .w-full, .block-dashboard-addresses > .w-full {
  padding-top: 0;
}

.form-address-edit .actions-toolbar {
  flex-direction: row;
}

.form-address-edit .actions-toolbar .action.primary {
  display: block;
  text-align: center;
}

.filter .form-address-edit .actions-toolbar .action.primary {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .form-address-edit .actions-toolbar .action.primary {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.form-address-edit .actions-toolbar .action.primary {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .form-address-edit .actions-toolbar .action.primary {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.form-address-edit .actions-toolbar .action.primary .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.form-address-edit .actions-toolbar .action.primary .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .form-address-edit .actions-toolbar .action.primary.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .form-address-edit .actions-toolbar .action.primary.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .form-address-edit .actions-toolbar .action.primary.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .form-address-edit .actions-toolbar .action.primary.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .form-address-edit .actions-toolbar .action.primary p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .form-address-edit .actions-toolbar .action.primary {
  margin-bottom: 40px;
}

.category-view .sidebar .form-address-edit .actions-toolbar .action.primary.filter {
}

.form-address-edit .actions-toolbar .action.primary {
  text-align: center;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}

.account .box-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.block-addresses-list {
  margin-top: 40px;
}

.customer-addresses-toolbar .limiter .label, .order-products-toolbar .limiter .label, .wishlist-toolbar .limiter .label, .products-reviews-toolbar .limiter .label {
  display: inline-block;
  font-size: 14px;
}

.customer-addresses-toolbar .limiter #limiter, .order-products-toolbar .limiter #limiter, .wishlist-toolbar .limiter #limiter, .products-reviews-toolbar .limiter #limiter {
  width: auto;
}

.customer-addresses-toolbar .pager, .order-products-toolbar .pager, .wishlist-toolbar .pager, .products-reviews-toolbar .pager {
  display: block;
}

.filter .customer-addresses-toolbar .pager,.filter  .order-products-toolbar .pager,.filter  .wishlist-toolbar .pager,.filter  .products-reviews-toolbar .pager {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .customer-addresses-toolbar .pager,.filter  .order-products-toolbar .pager,.filter  .wishlist-toolbar .pager,.filter  .products-reviews-toolbar .pager {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.customer-addresses-toolbar .pager,.filter .order-products-toolbar .pager,.filter .wishlist-toolbar .pager,.filter .products-reviews-toolbar .pager {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .customer-addresses-toolbar .pager,.account.page-layout-2columns-left .columns .sidebar-main >  .order-products-toolbar .pager,.account.page-layout-2columns-left .columns .sidebar-main >  .wishlist-toolbar .pager,.account.page-layout-2columns-left .columns .sidebar-main >  .products-reviews-toolbar .pager {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.customer-addresses-toolbar .pager .block-title, .order-products-toolbar .pager .block-title, .wishlist-toolbar .pager .block-title, .products-reviews-toolbar .pager .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.customer-addresses-toolbar .pager .block-title.filter-title, .order-products-toolbar .pager .block-title.filter-title, .wishlist-toolbar .pager .block-title.filter-title, .products-reviews-toolbar .pager .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .customer-addresses-toolbar .pager.category.event, .order-products-toolbar .pager.category.event, .wishlist-toolbar .pager.category.event, .products-reviews-toolbar .pager.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .customer-addresses-toolbar .pager.category.event, .page-wrapper  .order-products-toolbar .pager.category.event, .page-wrapper  .wishlist-toolbar .pager.category.event, .page-wrapper  .products-reviews-toolbar .pager.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .customer-addresses-toolbar .pager.category.event, .page-wrapper  .order-products-toolbar .pager.category.event, .page-wrapper  .wishlist-toolbar .pager.category.event, .page-wrapper  .products-reviews-toolbar .pager.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .customer-addresses-toolbar .pager.category.event, .order-products-toolbar .pager.category.event, .wishlist-toolbar .pager.category.event, .products-reviews-toolbar .pager.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .customer-addresses-toolbar .pager p:last-child,[data-content-type$='block']  .order-products-toolbar .pager p:last-child,[data-content-type$='block']  .wishlist-toolbar .pager p:last-child,[data-content-type$='block']  .products-reviews-toolbar .pager p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .customer-addresses-toolbar .pager,.columns .sidebar-main >  .order-products-toolbar .pager,.columns .sidebar-main >  .wishlist-toolbar .pager,.columns .sidebar-main >  .products-reviews-toolbar .pager {
  margin-bottom: 40px;
}

.category-view .sidebar .customer-addresses-toolbar .pager.filter,.category-view .sidebar  .order-products-toolbar .pager.filter,.category-view .sidebar  .wishlist-toolbar .pager.filter,.category-view .sidebar  .products-reviews-toolbar .pager.filter {
}

.form-edit-account .actions-toolbar, .form-wishlist-items .actions-toolbar, .form-newsletter-manage .actions-toolbar, .account-billing-agreements .actions-toolbar {
  flex-direction: row;
}

.actions-toolbar > .secondary .action.back {
  display: none;
}

.card-payment-lists > .p-2.actions-toolbar > .secondary .action.back {
  display: block;
}

.actions-toolbar > .secondary .action.back {
  display: none;
}

.form-wishlist-items .actions-toolbar button {
  text-transform: uppercase;
  font-size: 14px;
}

.form-wishlist-items .actions-toolbar button.tocart {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 1.3rem;
}

.form-wishlist-items .actions-toolbar button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 77 / var(--tw-bg-opacity));
}

.products-reviews-toolbar ~ .actions-toolbar {
  display: none;
}

.card-payment-lists > .p-2.products-reviews-toolbar ~ .actions-toolbar {
  display: block;
}

.products-reviews-toolbar ~ .actions-toolbar {
  display: none;
}

.form-newsletter-manage .fieldset > .text-2xl.mb-6 {
  position: relative;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-size: 18px;
  letter-spacing: 1px;
}

.form-new-agreement select {
  outline: none;
}

.form-new-agreement select:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
  border: none;
}

#freight-tracker-table {
  overflow-x: scroll;
  display: block;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  clear: both;
  padding-top: 30px;
}

#freight-tracker-table .fixed-left {
  width: 75px;
  left: 0;
  position: sticky;
  z-index: 9;
}

#freight-tracker-table .fixed-left.fixed-left-second {
  left: 75px;
  width: 65px;
}

#freight-tracker-table thead tr th {
  position: relative;
  background-color: #dde5f1;
  vertical-align: middle;
  padding: 10px;
}

#freight-tracker-table thead tr th .sort-icon {
  position: absolute;
  display: block;
}

.filter #freight-tracker-table thead tr th .sort-icon {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter #freight-tracker-table thead tr th .sort-icon {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter#freight-tracker-table thead tr th .sort-icon {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > #freight-tracker-table thead tr th .sort-icon {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

#freight-tracker-table thead tr th .sort-icon .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

#freight-tracker-table thead tr th .sort-icon .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  #freight-tracker-table thead tr th .sort-icon.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper #freight-tracker-table thead tr th .sort-icon.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper #freight-tracker-table thead tr th .sort-icon.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  #freight-tracker-table thead tr th .sort-icon.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] #freight-tracker-table thead tr th .sort-icon p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > #freight-tracker-table thead tr th .sort-icon {
  margin-bottom: 40px;
}

.category-view .sidebar #freight-tracker-table thead tr th .sort-icon.filter {
}

#freight-tracker-table thead tr th .sort-icon {
  opacity: .125;
  right: 10px;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  line-height: 1;
}

#freight-tracker-table thead tr th .sort-icon.sort-up {
  bottom: 50%;
}

#freight-tracker-table thead tr th .sort-icon.sort-down {
  top: 50%;
}

#freight-tracker-table thead tr th.sorting {
  padding-right: 26px;
}

#freight-tracker-table thead tr th .sort.sorting_desc .sort-down {
  opacity: 1;
}

#freight-tracker-table thead tr th .sort.sorting_asc .sort-up {
  opacity: 1;
}

#freight-tracker-table tbody tr.even td {
  background-color: #dde5f1;
}

#freight-tracker-table tbody tr.odd td {
  background-color: #b6cee4;
}

#freight-tracker-table tbody tr td {
  padding: 8px 10px;
}

#freight-tracker-table tbody tr td:nth-child(2) {
  background: #fff;
}

.freight-tracker-table_length {
  float: left;
}

.freight-tracker-table_length label {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.freight-tracker-table_length label select {
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: transparent;
  padding: 4px;
  min-width: 70px;
  font-weight: 500;
  margin: 0 5px;
}

.freight-tracker-table_filter {
  float: right;
  text-align: right;
}

.freight-tracker-table_filter label {
  font-weight: 600;
}

.order-details-items .order-items .parent-item .p-2 .freight-tracker-table_filter label {
  font-size: 18px;
  margin: 0 0 10px;
}

.freight-tracker-table_filter label input {
  font-weight: 500;
  max-width: 100%;
  width: 99%;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.freight-tracker-table_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.freight-tracker-table_pagination {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.freight-tracker-table_pagination button {
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
  text-align: center;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.freight-tracker-table_pagination button:focus {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.freight-tracker-table_pagination button.current {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.freight-tracker-table_pagination button.current:hover {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.freight-tracker-table_pagination button.disabled {
  cursor: default;
  color: #666;
  border: 1px solid transparent;
  box-shadow: none;
}

.freight-tracker-table_pagination button.disabled:hover {
  background-color: transparent;
}

.card-payment-lists > .p-2 {
  background: transparent;
  align-items: center;
}

.card-payment-lists > .p-2.hidden {
  display: block !important;
}

.card-payment-lists > .p-2.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
  font-weight: bold;
}

.card-payment-lists > .p-2 .text-sm {
  font-size: 14px;
}

.card-payment-lists > .p-2 form button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 14px;
}

.card-payment-lists > .p-2 form button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-edit-account .legend.change-password {
  margin-top: 40px;
}

.downloadable-customer-products .text-2xl.mb-6 {
  display: none;
}

.card-payment-lists > .p-2.downloadable-customer-products .text-2xl.mb-6 {
  display: block;
}

.downloadable-customer-products .text-2xl.mb-6 {
  display: none;
}

@media only screen and (min-width: 770px) {
  .form-create-account {
    min-width: 600px;
  }

  .form-create-account .card legend.contents {
    border-bottom: 1px solid #c5c5c5;
  }

  .form.password.forget {
    min-width: 600px;
    width: 50%;
  }

  .account-nav .account-nav-title {
    display: none;
  }

  .card-payment-lists > .p-2.account-nav .account-nav-title {
    display: block;
  }

  .account-nav .account-nav-title {
    display: none;
  }

  #freight-tracker-table tbody tr td, #freight-tracker-table tbody tr th, #freight-tracker-table thead tr td, #freight-tracker-table thead tr th {
    border: 1px solid #fff;
    border-collapse: collapse;
  }
}

@media only screen and (max-width: 769px) {
  #customer-login-container > .card {
    width: 100%;
  }

  .block-dashboard-information > #customer-login-container > .card, .block-dashboard-addresses > #customer-login-container > .card {
    padding-top: 0;
  }

  #customer-login-container .actions-toolbar {
    display: block;
  }

  .filter #customer-login-container .actions-toolbar {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter #customer-login-container .actions-toolbar {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter#customer-login-container .actions-toolbar {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > #customer-login-container .actions-toolbar {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  #customer-login-container .actions-toolbar .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  #customer-login-container .actions-toolbar .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    #customer-login-container .actions-toolbar.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper #customer-login-container .actions-toolbar.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper #customer-login-container .actions-toolbar.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    #customer-login-container .actions-toolbar.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > #customer-login-container .actions-toolbar {
    margin-bottom: 40px;
  }

  .category-view .sidebar #customer-login-container .actions-toolbar.filter {
  }

  #customer-login-container .actions-toolbar .action.primary {
    width: 100%;
    text-align: center;
  }

  .block-dashboard-information > #customer-login-container .actions-toolbar .action.primary, .block-dashboard-addresses > #customer-login-container .actions-toolbar .action.primary {
    padding-top: 0;
  }

  #customer-login-container .actions-toolbar .action.primary {
    text-align: center;
  }

  #customer-login-container .actions-toolbar .action.remind {
    margin-top: 10px;
    display: block;
    text-align: right;
  }

  .form-create-account .actions-toolbar, .form-edit-account .actions-toolbar {
    display: block;
  }

  .filter .form-create-account .actions-toolbar,.filter  .form-edit-account .actions-toolbar {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .form-create-account .actions-toolbar,.filter  .form-edit-account .actions-toolbar {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.form-create-account .actions-toolbar,.filter .form-edit-account .actions-toolbar {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .form-create-account .actions-toolbar,.account.page-layout-2columns-left .columns .sidebar-main >  .form-edit-account .actions-toolbar {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .form-create-account .actions-toolbar .block-title, .form-edit-account .actions-toolbar .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .form-create-account .actions-toolbar .block-title.filter-title, .form-edit-account .actions-toolbar .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .form-create-account .actions-toolbar.category.event, .form-edit-account .actions-toolbar.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .form-create-account .actions-toolbar.category.event, .page-wrapper  .form-edit-account .actions-toolbar.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .form-create-account .actions-toolbar.category.event, .page-wrapper  .form-edit-account .actions-toolbar.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .form-create-account .actions-toolbar.category.event, .form-edit-account .actions-toolbar.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  [data-content-type$='block'] .form-create-account .actions-toolbar p:last-child,[data-content-type$='block']  .form-edit-account .actions-toolbar p:last-child {
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .columns .sidebar-main > .form-create-account .actions-toolbar,.columns .sidebar-main >  .form-edit-account .actions-toolbar {
    margin-bottom: 40px;
  }

  .category-view .sidebar .form-create-account .actions-toolbar.filter,.category-view .sidebar  .form-edit-account .actions-toolbar.filter {
  }

  .form-create-account .actions-toolbar .action.primary, .form-edit-account .actions-toolbar .action.primary {
    width: 100%;
  }

  .block-dashboard-information > .form-create-account .actions-toolbar .action.primary, .block-dashboard-addresses > .form-create-account .actions-toolbar .action.primary,.block-dashboard-information >  .form-edit-account .actions-toolbar .action.primary, .block-dashboard-addresses >  .form-edit-account .actions-toolbar .action.primary {
    padding-top: 0;
  }

  .form-create-account .actions-toolbar .action.primary, .form-edit-account .actions-toolbar .action.primary {
    justify-content: center;
  }

  .account .toolbar .toolbar-amount {
    display: none;
  }

  .card-payment-lists > .p-2.account .toolbar .toolbar-amount {
    display: block;
  }

  .account .toolbar .toolbar-amount {
    display: none;
  }

  .account.page-layout-2columns-left .columns {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .account.page-layout-2columns-left .columns .column.main {
    order: 2;
  }

  .account.page-layout-2columns-left .columns .sidebar-main {
    order: 1;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .block {
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .account .actions-toolbar {
    display: block;
  }

  .account .products-reviews-toolbar ~ .actions-toolbar {
    display: none;
  }

  .card-payment-lists > .p-2.account .products-reviews-toolbar ~ .actions-toolbar {
    display: block;
  }

  .account .products-reviews-toolbar ~ .actions-toolbar {
    display: none;
  }

  .account-nav .account-nav-title {
    padding-top: 1rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .account-nav .account-nav-title.pb-0 {
    padding-bottom: 1rem;
  }

  .account-nav .account-nav-title .title {
    font-weight: 700;
  }

  .confirmation-modal > .account-nav .account-nav-title .title.text-xl {
    font-size: 14px;
    padding-bottom: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
    font-weight: 400;
    position: relative;
    margin-top: 0;
  }

  .confirmation-modal > .account-nav .account-nav-title .title.text-xl::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }

  .block-dashboard-information > .confirmation-modal > .account-nav .account-nav-title .title.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .account-nav .account-nav-title .title.text-xl::after {
    padding-top: 0;
  }

  .confirmation-modal > .account-nav .account-nav-title .title.text-xl::after {
    content: '';
    height: 1px;
    background: #e5e5e5;
  }

  .account-nav .account-nav-title .title {
    font-size: 14px;
  }

  .account-nav .account-nav-title .title ~ .border {
    border: none;
  }

  .account-nav .account-nav-title .title ~ .border svg {
    transform: rotate(360deg);
    width: 16px;
  }

  .account-nav .account-nav-title.border-b.pb-4 .title ~ .border svg {
    transform: rotate(180deg);
  }

  .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }

  .table:not(.cart):not(.totals):not(.table-comparison) thead > tr th {
    display: none;
  }

  .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }

  .table:not(.cart):not(.totals):not(.table-comparison) > tbody tr {
    display: block;
  }

  .table:not(.cart):not(.totals):not(.table-comparison) > tbody tr td {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
    border: none;
  }

  .table:not(.cart):not(.totals):not(.table-comparison) > tbody tr td:first-child {
    padding-top: 20px;
  }

  .table:not(.cart):not(.totals):not(.table-comparison) > tbody tr td[data-th]::before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111;
    font-weight: 700;
  }

  .table:not(.cart):not(.totals):not(.table-comparison) > tbody tr td.col.actions a {
    display: inline-block;
  }

  .freight-tracker-table_info,
    .freight-tracker-table_pagination {
    float: none;
  }

  .freight-tracker-table_pagination {
    padding-top: 20px;
  }

  .form-newsletter-manage .actions-toolbar .action.primary, .form-new-agreement .actions-toolbar .action.primary {
    display: block;
    width: 100%;
  }

  .filter .form-newsletter-manage .actions-toolbar .action.primary,.filter  .form-new-agreement .actions-toolbar .action.primary {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .form-newsletter-manage .actions-toolbar .action.primary,.filter  .form-new-agreement .actions-toolbar .action.primary {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.form-newsletter-manage .actions-toolbar .action.primary,.filter .form-new-agreement .actions-toolbar .action.primary {
      margin-bottom: 30px;
      padding: 0;
    }
  }

  .block-dashboard-information > .form-newsletter-manage .actions-toolbar .action.primary, .block-dashboard-addresses > .form-newsletter-manage .actions-toolbar .action.primary,.block-dashboard-information >  .form-new-agreement .actions-toolbar .action.primary, .block-dashboard-addresses >  .form-new-agreement .actions-toolbar .action.primary {
    padding-top: 0;
  }

  @media only screen and (max-width: 769px) {
    .account.page-layout-2columns-left .columns .sidebar-main > .form-newsletter-manage .actions-toolbar .action.primary,.account.page-layout-2columns-left .columns .sidebar-main >  .form-new-agreement .actions-toolbar .action.primary {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .form-newsletter-manage .actions-toolbar .action.primary .block-title, .form-new-agreement .actions-toolbar .action.primary .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .form-newsletter-manage .actions-toolbar .action.primary .block-title.filter-title, .form-new-agreement .actions-toolbar .action.primary .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .form-newsletter-manage .actions-toolbar .action.primary.category.event, .form-new-agreement .actions-toolbar .action.primary.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .form-newsletter-manage .actions-toolbar .action.primary.category.event, .page-wrapper  .form-new-agreement .actions-toolbar .action.primary.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .form-newsletter-manage .actions-toolbar .action.primary.category.event, .page-wrapper  .form-new-agreement .actions-toolbar .action.primary.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .form-newsletter-manage .actions-toolbar .action.primary.category.event, .form-new-agreement .actions-toolbar .action.primary.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  [data-content-type$='block'] .form-newsletter-manage .actions-toolbar .action.primary p:last-child,[data-content-type$='block']  .form-new-agreement .actions-toolbar .action.primary p:last-child {
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .columns .sidebar-main > .form-newsletter-manage .actions-toolbar .action.primary,.columns .sidebar-main >  .form-new-agreement .actions-toolbar .action.primary {
    margin-bottom: 40px;
  }

  .category-view .sidebar .form-newsletter-manage .actions-toolbar .action.primary.filter,.category-view .sidebar  .form-new-agreement .actions-toolbar .action.primary.filter {
  }
}

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

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --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);
}

.block-dashboard-information > .form-input, .block-dashboard-addresses > .form-input,.block-dashboard-information >
.form-email, .block-dashboard-addresses >
.form-email,.block-dashboard-information >
.form-select, .block-dashboard-addresses >
.form-select,.block-dashboard-information >
.form-multiselect, .block-dashboard-addresses >
.form-multiselect,.block-dashboard-information >
.form-textarea, .block-dashboard-addresses >
.form-textarea {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .account-nav .account-nav-title .title ~ .form-input,.account-nav .account-nav-title .title ~
.form-email,.account-nav .account-nav-title .title ~
.form-select,.account-nav .account-nav-title .title ~
.form-multiselect,.account-nav .account-nav-title .title ~
.form-textarea {
    border: none;
  }

  .account-nav .account-nav-title .title ~ .form-input svg,.account-nav .account-nav-title .title ~
.form-email svg,.account-nav .account-nav-title .title ~
.form-select svg,.account-nav .account-nav-title .title ~
.form-multiselect svg,.account-nav .account-nav-title .title ~
.form-textarea svg {
    transform: rotate(360deg);
    width: 16px;
  }

  .account-nav .account-nav-title.border-b.pb-4 .title ~ .form-input svg,.account-nav .account-nav-title.border-b.pb-4 .title ~
.form-email svg,.account-nav .account-nav-title.border-b.pb-4 .title ~
.form-select svg,.account-nav .account-nav-title.border-b.pb-4 .title ~
.form-multiselect svg,.account-nav .account-nav-title.border-b.pb-4 .title ~
.form-textarea svg {
    transform: rotate(180deg);
  }
}

.breadcrumbs.form-input,.breadcrumbs
.form-email,.breadcrumbs
.form-select,.breadcrumbs
.form-multiselect,.breadcrumbs
.form-textarea {
  background-color: transparent;
  box-shadow: none;
}

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  border-color: #ddd;
  font-size: 14px;
}

.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: 1536px) {
  .page.messages .messages
    section#messages {
    max-width: 1536px;
  }
}

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

.registration-container.page.messages .messages
    section#messages {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumbs .page.messages .messages
    section#messages {
  padding-left: 0px;
  padding-right: 0px;
}

.header-container-fixed .page.messages .messages
    section#messages {
  position: relative;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .header-container-fixed .page.messages .messages
    section#messages {
    max-width: 80%;
  }
}

.page.messages .messages
    section#messages {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.page.messages .messages
    section#messages > .navbar-header,.page.messages .messages
    section#messages > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .page.messages .messages
    section#messages > .navbar-header,.page.messages .messages
    section#messages > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar > .page.messages .messages
    section#messages .navbar-brand {
    margin-left: -15px;
  }
}

.page.messages .messages
    section#messages .jumbotron {
  border-radius: 6px;
}

.jumbotron .page.messages .messages
    section#messages {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .page.messages .messages
    section#messages .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.page.messages .messages
    section#messages:before,.page.messages .messages
    section#messages:after {
  display: table;
  content: " ";
}

.page.messages .messages
    section#messages:after {
  clear: both;
}

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

.block-dashboard-information > .message, .block-dashboard-addresses > .message {
  padding-top: 0;
}

.card-payment-lists > .message {
  background: transparent;
  align-items: center;
}

.card-payment-lists > .message.hidden {
  display: block;
}

.card-payment-lists > .message.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
  font-weight: bold;
}

.card-payment-lists > .message .text-sm {
  font-size: 14px;
}

.card-payment-lists > .message form button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 14px;
}

.card-payment-lists > .message form button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.field.date .rounded-lg.message {
  background: #efefef;
  border: 4px solid #fff;
  border-radius: 0;
  padding: 18px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.field.date .rounded-lg.message > .mb-2 > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .rounded-lg.shadow > .message > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .rounded-lg.message > .mb-2 > div select {
  width: 47%;
}

.field.date .rounded-lg.shadow > .message > div select {
  width: 47%;
}

.field.date .rounded-lg.message button.p-1.rounded {
  position: relative;
}

.field.date .rounded-lg.shadow button.p-1.message {
  position: relative;
}

.field.date .rounded-lg.message button.p-1.rounded {
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date .rounded-lg.shadow button.p-1.message {
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date .rounded-lg.message button.p-1.rounded:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date .rounded-lg.shadow button.p-1.message:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date .rounded-lg.message button.p-1.rounded.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

.field.date .rounded-lg.shadow button.p-1.message.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

.field.date .rounded-lg.message button.datepicker-prev {
  order: 1;
}

.field.date .rounded-lg.message button.datepicker-next {
  order: 3;
}

.confirmation-modal > .message.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .flex.message {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .message.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.confirmation-modal > .flex.message button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.confirmation-modal > .message.justify-between button {
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .flex.message button {
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .message.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.confirmation-modal > .flex.message button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.message.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-details-items .order-items > .text-sm.text-secondary .message {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.confirmation-modal > .order-details-items .order-items > .text-sm.text-secondary .message.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .text-sm.text-secondary .message.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .order-details-items .order-items > .text-sm.text-secondary .message.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .order-details-items .order-items > .text-sm.text-secondary .message.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .text-sm.text-secondary .message.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.order-details-items .order-items > .text-sm.text-secondary .message {
  font-size: 14px;
}

.order-details-items .order-items .parent-item .message .font-semibold {
  font-size: 18px;
  margin: 0 0 10px;
}

.order-actions-toolbar .message {
  justify-content: space-between;
}

.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-label {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 12px;
  left: 10px;
  line-height: 1;
  min-width: 40px;
  padding: 4px 10px;
  text-transform: uppercase;
  bottom: 5px;
  z-index: 100;
}

.product-label::before {
  position: absolute;
  top: 0px;
  height: 0px;
  width: 0px;
}

form .field.date .customer-dob > .product-label::before, fieldset .field.date .customer-dob > .product-label::before {
  position: relative;
}

form .field.date .customer-dob > .product-label::before svg, fieldset .field.date .customer-dob > .product-label::before svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .product-label::before svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .product-label::before svg {
  display: block;
}

form .field.date .customer-dob > .product-label::before svg, fieldset .field.date .customer-dob > .product-label::before svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .product-label::before svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .product-label::before svg {
  display: block;
}

form .field.date .customer-dob > .product-label::before svg, fieldset .field.date .customer-dob > .product-label::before svg {
  display: none;
}

form .field.date .customer-dob > .product-label::before::after, fieldset .field.date .customer-dob > .product-label::before::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.product-label::before {
  border-color: #ffcb33 rgba(0,0,0,0) rgba(0,0,0,0);
  border-style: solid;
  border-width: 20px 3px 0 13px;
  content: "";
  right: -3px;
}

.product-img-hover {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.product-item-photo .product-image-photo {
  width: 100%;
}

.block-dashboard-information > .product-item-photo .product-image-photo, .block-dashboard-addresses > .product-item-photo .product-image-photo {
  padding-top: 0;
}

.product-item-photo .product-image-photo.default_image {
  position: static;
}

.product-item-photo .product-image-photo.hover_image {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.card-payment-lists > .p-2.product-item-photo .product-image-photo.hover_image {
  display: block;
}

.product-item-photo .product-image-photo.hover_image {
  visibility: hidden;
  display: none;
  transition: all 0.3s ease 0s;
}

.product-item-details {
  position: relative;
  padding-top: 10px;
}

.product-item-name {
  display: block;
  text-transform: capitalize;
}

.filter .product-item-name {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-item-name {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-item-name {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-item-name {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-item-name .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-item-name .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-item-name.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-item-name.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-item-name.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-item-name.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-item-name {
  margin-bottom: 40px;
}

.category-view .sidebar .product-item-name.filter {
}

.product-item-name {
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.product-item-name a:hover, .product-item-name a:visited {
  color: #333;
  text-decoration: underline;
}

.rating-summary {
  display: none;
}

.card-payment-lists > .p-2.rating-summary {
  display: block;
}

.rating-summary {
  display: none;
  white-space: nowrap;
}

.rating-summary svg {
  margin-right: -5px;
}

.rating-summary .rating-result {
  position: relative;
  display: inline-block;
  width: 73px;
  vertical-align: middle;
  margin-left: 0;
}

.rating-summary .rating-result::before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 13px;
  height: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.filter .rating-summary .rating-result > span {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .rating-summary .rating-result > span {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.rating-summary .rating-result > span {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .rating-summary .rating-result > span {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.rating-summary .rating-result > span .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.rating-summary .rating-result > span .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .rating-summary .rating-result > span.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .rating-summary .rating-result > span.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .rating-summary .rating-result > span.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .rating-summary .rating-result > span.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .rating-summary .rating-result > span {
  margin-bottom: 40px;
}

.category-view .sidebar .rating-summary .rating-result > span.filter {
}

.rating-summary .rating-result > span::before {
  position: relative;
  display: block;
}

.filter .rating-summary .rating-result > span::before {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .rating-summary .rating-result > span::before {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.rating-summary .rating-result > span::before {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .rating-summary .rating-result > span::before {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.rating-summary .rating-result > span::before .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.rating-summary .rating-result > span::before .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .rating-summary .rating-result > span.category.event::before {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .rating-summary .rating-result > span.category.event::before {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .rating-summary .rating-result > span.category.event::before {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .rating-summary .rating-result > span.category.event::before {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .rating-summary .rating-result > span::before {
  margin-bottom: 40px;
}

.category-view .sidebar .rating-summary .rating-result > span.filter::before {
}

.rating-summary .rating-result > span::before {
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome';
  font-size: 13px;
  height: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.rating-summary .rating-result > span span {
  position: absolute;
  overflow: hidden;
  padding: 0px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  width: 1px;
}

.product-reviews-summary {
  display: none;
  margin: 5px 0;
}

.product-reviews-summary .rating-summary {
  position: relative;
  text-align: left;
  display: table-cell;
  left: -5px;
  vertical-align: middle;
  z-index: 0;
}

.product-reviews-summary .rating-summary .label, .table-reviews .rating-summary .label {
  position: absolute;
  padding: 0px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  width: 1px;
}

.abs-actions-addto,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.order-details-items .order-items .parent-item .p-2 .abs-actions-addto,.order-details-items .order-items .parent-item .p-2
.product-item-actions .actions-secondary > .action,.order-details-items .order-items .parent-item .p-2
.product-social-links .action.tocompare {
  font-size: 18px;
  margin: 0 0 10px;
}

.abs-actions-addto,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare {
  color: #999;
  letter-spacing: .05em;
  text-decoration: none;
}

.abs-actions-addto::before, .product-item-actions .actions-secondary > .action::before, .product-social-links .action.tocompare::before {
  display: inline-block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'FontAwesome';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  font-weight: normal;
  overflow: hidden;
  speak: none;
}

.product-item-actions {
  display: block;
}

.filter .product-item-actions {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-item-actions {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-item-actions {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-item-actions {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-item-actions .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-item-actions .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-item-actions.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-item-actions.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-item-actions.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-item-actions.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-item-actions {
  margin-bottom: 40px;
}

.category-view .sidebar .product-item-actions.filter {
}

.product-item-actions .actions-secondary .action {
  margin: 0px;
  text-transform: capitalize;
}

.product-item-actions .actions-secondary .action span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.product-item-actions .actions-secondary .action::before {
  margin-right: 0;
}

.product-item-actions .actions-secondary .action:hover {
  --tw-text-opacity: 1;
  color: rgb(60 154 218 / var(--tw-text-opacity));
}

.product-item-actions .actions-secondary .action.towishlist {
  float: right;
}

.product-item-actions .actions-primary {
  display: block;
}

.filter .product-item-actions .actions-primary {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-item-actions .actions-primary {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-item-actions .actions-primary {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-item-actions .actions-primary {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-item-actions .actions-primary .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-item-actions .actions-primary .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-item-actions .actions-primary.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-item-actions .actions-primary.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-item-actions .actions-primary.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-item-actions .actions-primary.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-item-actions .actions-primary {
  margin-bottom: 40px;
}

.category-view .sidebar .product-item-actions .actions-primary.filter {
}

.product-item-actions .actions-primary .tocart {
  width: 100%;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.block-dashboard-information > .product-item-actions .actions-primary .tocart, .block-dashboard-addresses > .product-item-actions .actions-primary .tocart {
  padding-top: 0;
}

.order-details-items .order-items .parent-item .p-2 .product-item-actions .actions-primary .tocart {
  font-size: 18px;
  margin: 0 0 10px;
}

.product-item-actions .actions-primary .tocart {
  text-align: center;
  font-size: 13px;
  height: auto;
  line-height: 34px;
  padding: 0 15px;
}

.product-item-actions .actions-primary +.actions-secondary {
  display: block;
}

.filter .product-item-actions .actions-primary +.actions-secondary {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-item-actions .actions-primary +.actions-secondary {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-item-actions .actions-primary +.actions-secondary {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-item-actions .actions-primary +.actions-secondary {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-item-actions .actions-primary +.actions-secondary .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-item-actions .actions-primary +.actions-secondary .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-item-actions .actions-primary +.actions-secondary.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-item-actions .actions-primary +.actions-secondary.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-item-actions .actions-primary +.actions-secondary.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-item-actions .actions-primary +.actions-secondary.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-item-actions .actions-primary +.actions-secondary {
  margin-bottom: 40px;
}

.category-view .sidebar .product-item-actions .actions-primary +.actions-secondary.filter {
}

.product-item-actions .actions-primary +.actions-secondary {
  padding-left: 0;
}

.product-item-actions .actions-primary +.actions-secondary >.action:last-child {
  margin-right: 0;
}

.product-item-actions .actions-primary .stock.unavailable {
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.products.list.items .action.towishlist::before, .table-comparison .action.towishlist::before {
  content: "\f08a";
  font-family: 'FontAwesome';
  font-size: 14px;
}

.product-item-info {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.block-dashboard-information > .product-item-info, .block-dashboard-addresses > .product-item-info {
  padding-top: 0;
}

.product-item-info {
  text-align: left;
}

.product-item-info .product-item-photo {
  display: block;
}

.filter .product-item-info .product-item-photo {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-item-info .product-item-photo {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-item-info .product-item-photo {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-item-info .product-item-photo {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-item-info .product-item-photo .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-item-info .product-item-photo .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-item-info .product-item-photo.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-item-info .product-item-photo.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-item-info .product-item-photo.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-item-info .product-item-photo.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-item-info .product-item-photo {
  margin-bottom: 40px;
}

.category-view .sidebar .product-item-info .product-item-photo.filter {
}

.product-item-info .product-item-photo::after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.filter .product-item-info .product-item-photo::after {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-item-info .product-item-photo::after {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-item-info .product-item-photo::after {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-item-info .product-item-photo::after {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-item-info .product-item-photo::after .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-item-info .product-item-photo::after .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-item-info .product-item-photo.category.event::after {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-item-info .product-item-photo.category.event::after {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-item-info .product-item-photo.category.event::after {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-item-info .product-item-photo.category.event::after {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-item-info .product-item-photo::after {
  margin-bottom: 40px;
}

.category-view .sidebar .product-item-info .product-item-photo.filter::after {
}

form .field.date .customer-dob > .product-item-info .product-item-photo::after, fieldset .field.date .customer-dob > .product-item-info .product-item-photo::after {
  position: relative;
}

form .field.date .customer-dob > .product-item-info .product-item-photo::after svg, fieldset .field.date .customer-dob > .product-item-info .product-item-photo::after svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .product-item-info .product-item-photo::after svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .product-item-info .product-item-photo::after svg {
  display: block;
}

form .field.date .customer-dob > .product-item-info .product-item-photo::after svg, fieldset .field.date .customer-dob > .product-item-info .product-item-photo::after svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .product-item-info .product-item-photo::after svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .product-item-info .product-item-photo::after svg {
  display: block;
}

form .field.date .customer-dob > .product-item-info .product-item-photo::after svg, fieldset .field.date .customer-dob > .product-item-info .product-item-photo::after svg {
  display: none;
}

form .field.date .customer-dob > .product-item-info .product-item-photo::after::after, fieldset .field.date .customer-dob > .product-item-info .product-item-photo::after::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.product-item-info .product-item-photo::after {
  background: rgba(255,255,255,0.3) none repeat scroll 0 0;
  content: "";
  opacity: 0;
  z-index: 1;
  transition: all .5s ease 0s;
}

.product-item-info .btn-quickview {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  visibility: hidden;
  top: 10px;
  right: -100px;
  line-height: 25px;
  padding: 0 10px;
  width: auto;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 10;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.product-item-info .product-item-details {
  padding: 5px 10px 20px;
}

.product-item-info:hover .product-item-photo::after {
  opacity: 1;
}

.product-item-info:hover .btn-quickview {
  visibility: visible;
  opacity: 1;
  right: 10px;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

.product-item-info:hover .btn-calculate-shipping-wrapper {
  display: block;
}

.filter .product-item-info:hover .btn-calculate-shipping-wrapper {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-item-info:hover .btn-calculate-shipping-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-item-info:hover .btn-calculate-shipping-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-item-info:hover .btn-calculate-shipping-wrapper {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-item-info:hover .btn-calculate-shipping-wrapper .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-item-info:hover .btn-calculate-shipping-wrapper .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-item-info:hover .btn-calculate-shipping-wrapper.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-item-info:hover .btn-calculate-shipping-wrapper.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-item-info:hover .btn-calculate-shipping-wrapper.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-item-info:hover .btn-calculate-shipping-wrapper.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .product-item-info:hover .btn-calculate-shipping-wrapper p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .product-item-info:hover .btn-calculate-shipping-wrapper {
  margin-bottom: 40px;
}

.category-view .sidebar .product-item-info:hover .btn-calculate-shipping-wrapper.filter {
}

.product-item-info .product-item-name {
  min-height: 60px;
}

.product-item-info .product-item-name a {
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.product-item-info .product-item-description {
  border-bottom: 1px solid #000;
  margin: 20px 0;
  padding-top: 10px;
  font-size: 13px;
}

.product-item-info .btn-calculate-shipping-wrapper {
  display: none;
  width: 100%;
}

.block-dashboard-information > .product-item-info .btn-calculate-shipping-wrapper, .block-dashboard-addresses > .product-item-info .btn-calculate-shipping-wrapper {
  padding-top: 0;
}

.card-payment-lists > .p-2.product-item-info .btn-calculate-shipping-wrapper {
  display: block;
}

.product-item-info .btn-calculate-shipping-wrapper {
  display: none;
  z-index: 9999;
}

.product-item-info .btn-calculate-shipping {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.filter .product-item-info .btn-calculate-shipping {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-item-info .btn-calculate-shipping {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-item-info .btn-calculate-shipping {
    margin-bottom: 30px;
    padding: 0;
  }
}

.block-dashboard-information > .product-item-info .btn-calculate-shipping, .block-dashboard-addresses > .product-item-info .btn-calculate-shipping {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .account.page-layout-2columns-left .columns .sidebar-main > .product-item-info .btn-calculate-shipping {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-item-info .btn-calculate-shipping .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-item-info .btn-calculate-shipping .block-title.filter-title {
  border-bottom: none;
}

.confirmation-modal > .product-item-info .btn-calculate-shipping.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .product-item-info .btn-calculate-shipping.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .product-item-info .btn-calculate-shipping.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .product-item-info .btn-calculate-shipping.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .product-item-info .btn-calculate-shipping.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

@media screen and (min-width: 770px) {
  .product-item-info .btn-calculate-shipping.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-item-info .btn-calculate-shipping.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-item-info .btn-calculate-shipping.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-item-info .btn-calculate-shipping.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-item-info .btn-calculate-shipping {
  margin-bottom: 40px;
}

.category-view .sidebar .product-item-info .btn-calculate-shipping.filter {
}

.product-item-info .btn-calculate-shipping {
  height:39px;
  background-color:#00BFFF;
  border:none;
  font-size:14px;
  text-overflow: ellipsis;
}

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

.filter .product-item .price-container {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-item .price-container {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-item .price-container {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-item .price-container {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-item .price-container .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-item .price-container .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-item .price-container.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-item .price-container.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-item .price-container.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-item .price-container.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-item .price-container {
  margin-bottom: 40px;
}

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

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

.order-details-items > .card .order-title .product-item .price-container .price {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.order-details-items .order-items .parent-item .p-2 .product-item .price-container .price {
  font-size: 18px;
  margin: 0 0 10px;
}

.product-item .price-container .price {
  font-size: 2.5rem;
}

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

.card-payment-lists > .p-2 .product-item .price-container .price-label {
  font-size: 14px;
}

.order-details-items .order-items > .product-item .price-container .price-label.text-secondary {
  display: grid;
  border-bottom: 1px solid #ddd;
}

.order-details-items .order-items > .product-item .price-container .price-label.text-secondary .p-2 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.confirmation-modal > .order-details-items .order-items > .product-item .price-container .price-label.text-secondary .p-2.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .product-item .price-container .price-label.text-secondary .p-2.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .order-details-items .order-items > .product-item .price-container .price-label.text-secondary .p-2.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .order-details-items .order-items > .product-item .price-container .price-label.text-secondary .p-2.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .product-item .price-container .price-label.text-secondary .p-2.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.order-details-items .order-items > .product-item .price-container .price-label.text-secondary .p-2 {
  font-size: 14px;
}

.order-details-items .order-items .parent-item .item-options .product-item .price-container .price-label {
  font-size: 14px;
}

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

.has-feedback label.product-item .special-price .price-container .price-label ~ .form-control-feedback {
  top: 0;
}

.product-item .old-price {
  margin: 5px 0;
  color: #7d7d7d;
  display: inline-block;
}

.product-item .old-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #999;
  font-size: 13px;
  text-decoration: line-through;
}

.product-item .price-box {
  margin: 5px 0;
}

.product-item .price-box .price-label {
  display: none;
}

.card-payment-lists > .p-2.product-item .price-box .price-label {
  display: block;
}

.product-item .price-box .price-label {
  display: none;
  font-size: 12px;
  color: #7d7d7d;
}

.product-item .price-box .special-price {
  display: inline-block;
}

.product-item .price-box .special-price .price {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.product-item .product-reviews-summary .rating-summary {
  margin: 0px;
  display: inline-block;
  left: 0;
}

.product-item .actions-secondary .tocompare::before {
  font-family: 'FontAwesome';
  content: "\f079";
  font-size: 14px;
}

.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}

.confirmation-modal > .products-grid .product-items.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .products-grid .product-items.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .products-grid .product-items.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.products-grid .product-items.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .products-grid .product-items {
  justify-content: space-between;
}

.products-grid .product-items {
  margin-bottom: 0;
}

.products-grid .product-details-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 1 auto;
}

.products-grid .product-item {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  display: flex;
}

.products-grid .product-item-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  z-index: 2;
  box-shadow: 0 10px 20px #00000029;
}

.products-grid .product-item-info:hover .group-btn-hover, .products-grid .product-item-info.active .group-btn-hover {
  visibility: visible;
  display: block;
  opacity: 1;
}

.filter .products-grid .product-item-info:hover .group-btn-hover,.filter  .products-grid .product-item-info.active .group-btn-hover {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .products-grid .product-item-info:hover .group-btn-hover,.filter  .products-grid .product-item-info.active .group-btn-hover {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.products-grid .product-item-info:hover .group-btn-hover,.filter .products-grid .product-item-info.active .group-btn-hover {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .products-grid .product-item-info:hover .group-btn-hover,.account.page-layout-2columns-left .columns .sidebar-main >  .products-grid .product-item-info.active .group-btn-hover {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.products-grid .product-item-info:hover .group-btn-hover .block-title, .products-grid .product-item-info.active .group-btn-hover .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.products-grid .product-item-info:hover .group-btn-hover .block-title.filter-title, .products-grid .product-item-info.active .group-btn-hover .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .products-grid .product-item-info:hover .group-btn-hover.category.event, .products-grid .product-item-info.active .group-btn-hover.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .products-grid .product-item-info:hover .group-btn-hover.category.event, .page-wrapper  .products-grid .product-item-info.active .group-btn-hover.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .products-grid .product-item-info:hover .group-btn-hover.category.event, .page-wrapper  .products-grid .product-item-info.active .group-btn-hover.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .products-grid .product-item-info:hover .group-btn-hover.category.event, .products-grid .product-item-info.active .group-btn-hover.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .products-grid .product-item-info:hover .group-btn-hover p:last-child,[data-content-type$='block']  .products-grid .product-item-info.active .group-btn-hover p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .products-grid .product-item-info:hover .group-btn-hover,.columns .sidebar-main >  .products-grid .product-item-info.active .group-btn-hover {
  margin-bottom: 40px;
}

.category-view .sidebar .products-grid .product-item-info:hover .group-btn-hover.filter,.category-view .sidebar  .products-grid .product-item-info.active .group-btn-hover.filter {
}

.products-grid .product-item-info:hover .group-btn-hover, .products-grid .product-item-info.active .group-btn-hover {
  bottom: -38px;
}

.products-grid .product-item-info .btn-calculate-shipping-wrapper {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0,-50%);
}

.products-grid .product-item-photo .product-image-photo {
  height: 100%;
  width: 100%;
}

.block-dashboard-information > .products-grid .product-item-photo .product-image-photo, .block-dashboard-addresses > .products-grid .product-item-photo .product-image-photo {
  padding-top: 0;
}

.products-grid .product-item-photo .product-image-photo {
  -o-object-fit: contain;
     object-fit: contain;
}

.products-grid .product-item-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.products-grid .product-item-name {
  flex: 1 1 auto;
  min-height: auto;
}

.products-grid .product-item-actions {
  margin: 0px;
}

.products-grid .product-item-inner {
  position: static;
  right: 0px;
  left: 0px;
  bottom: 0px;
  padding: 0px;
  margin: 15px 0 10px;
  z-index: 2;
}

.products-grid .product-item-inner.group-btn-hover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  clear: both;
  padding: 0 10px;
}

.products-grid .product-item-inner.group-btn-hover .actions-secondary,
            .products-grid .product-item-inner.group-btn-hover .actions-primary {
  display: inline-block;
}

.products-grid .product-item-inner.group-btn-hover .actions-secondary .action, .products-grid .product-item-inner.group-btn-hover .actions-primary .action {
  width: 38px;
  height: 38px;
}

.products-grid .product-item-inner.group-btn-hover .actions-secondary {
  display: inline-block;
}

.products-grid .product-item-inner.group-btn-hover .actions-secondary .action {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
  line-height: 38px;
}

.products-grid .product-item-inner.group-btn-hover .actions-secondary .action::before {
  margin: -5px 0 0 2px;
}

.products-grid .product-item-inner.group-btn-hover .actions-primary {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.products-grid .product-item-inner.group-btn-hover .actions-primary .tocart {
  padding: 0;
  text-align: center;
}

.products-grid .product-item-inner.group-btn-hover2 {
  margin-bottom: 5px;
}

.products-grid .product-item-inner.group-btn-hover2 .product-item-actions {
  display: flex;
}

.confirmation-modal > .products-grid .product-item-inner.group-btn-hover2 .product-item-actions.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .products-grid .product-item-inner.group-btn-hover2 .product-item-actions.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .products-grid .product-item-inner.group-btn-hover2 .product-item-actions.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.products-grid .product-item-inner.group-btn-hover2 .product-item-actions.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .products-grid .product-item-inner.group-btn-hover2 .product-item-actions {
  justify-content: space-between;
}

.products-grid .product-item-inner.group-btn-hover2 .actions-secondary .action {
  margin-right: 0;
}

.products-grid .product-item-inner.group-btn-hover2 .actions-primary {
  margin: 0 7px;
}

.products-grid .product-item-inner.group-btn-hover2 .actions-primary .tocart {
  padding: 0 15px;
  width: auto;
}

.products-grid .product-item-description {
  flex: 1 1 100%;
}

.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}

.products-grid.wishlist .product-item {
  width: 33.33%;
}

.products-grid.wishlist .product-item .field.qty input {
  width: 54px;
  height: 35px;
}

.products-grid.wishlist .product-item .field.comment-box > label {
  display: none;
}

.card-payment-lists > .p-2.products-grid.wishlist .product-item .field.comment-box > label {
  display: block;
}

.products-grid.wishlist .product-item .field.comment-box > label {
  display: none;
}

.products-grid.wishlist .product-item .box-tocart .action.tocart {
  padding: 0 10px;
}

.products-grid.wishlist .product-item .product-item-actions {
  margin: 10px 0 0;
}

.products-grid.wishlist .product-item .product-item-actions .action {
  box-shadow: none;
  border: none;
  font-size: 14px;
}

.products-grid.wishlist .product-item .product-item-actions .action svg {
  display: none;
}

.card-payment-lists > .p-2.products-grid.wishlist .product-item .product-item-actions .action svg {
  display: block;
}

.products-grid.wishlist .product-item .product-item-actions .action svg {
  display: none;
}

.products-grid.wishlist .product-item .product-item-actions .action span {
  position: relative;
  width: auto;
  height: auto;
}

.products-grid.wishlist .product-item .product-item-actions.mt-2 .action {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.products-grid.wishlist .product-item .product-item-actions.mt-2 .action:hover {
  --tw-text-opacity: 1;
  color: rgb(60 154 218 / var(--tw-text-opacity));
}

.products-grid.wishlist .product-item .product-item-name {
  font-size: 14px;
  text-align: left;
}

.products-grid.wishlist .product-item .product-item-info {
  padding: 0 2px;
  box-shadow: none;
}

.products-grid.products-custom {
  z-index: 99;
}

.products-grid.swiper-initialized:not(.swiper-grid) .product-items {
  flex-wrap: nowrap;
}

.products-list .product-item {
  display: table;
  width: 100%;
}

.block-dashboard-information > .products-list .product-item, .block-dashboard-addresses > .products-list .product-item {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .products-list .product-item:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }

  .products-list .product-item:not(.cart):not(.totals):not(.table-comparison) thead > tr th {
    display: none;
  }

  .products-list .product-item:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }

  .products-list .product-item:not(.cart):not(.totals):not(.table-comparison) > tbody tr {
    display: block;
  }

  .products-list .product-item:not(.cart):not(.totals):not(.table-comparison) > tbody tr td {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
    border: none;
  }

  .products-list .product-item:not(.cart):not(.totals):not(.table-comparison) > tbody tr td:first-child {
    padding-top: 20px;
  }

  .products-list .product-item:not(.cart):not(.totals):not(.table-comparison) > tbody tr td[data-th]::before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111;
    font-weight: 700;
  }

  .products-list .product-item:not(.cart):not(.totals):not(.table-comparison) > tbody tr td.col.actions a {
    display: inline-block;
  }
}

.products-list .product-item {
  width: 100%;
  max-width: 100%;
}

.block-dashboard-information > .products-list .product-item, .block-dashboard-addresses > .products-list .product-item {
  padding-top: 0;
}

.products-list .product-item {
  margin-bottom: 20px;
}

.products-list .product-item .table-caption {
  display: none;
}

.card-payment-lists > .p-2.products-list .product-item .table-caption {
  display: block;
}

.products-list .product-item .table-caption {
  display: none;
}

.products-list .product-item thead tr td,.products-list .product-item thead tr th,.products-list .product-item tbody tr td,.products-list .product-item tbody tr th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.products-list .product-item {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.products-list .product-item > thead > tr > th,.products-list .product-item > tbody > tr > th,.products-list .product-item > tfoot > tr > th,.products-list .product-item > thead > tr > td,.products-list .product-item > tbody > tr > td,.products-list .product-item > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.products-list .product-item > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.products-list .product-item > caption + thead > tr:first-child > th,.products-list .product-item > colgroup + thead > tr:first-child > th,.products-list .product-item > thead:first-child > tr:first-child > th,.products-list .product-item > caption + thead > tr:first-child > td,.products-list .product-item > colgroup + thead > tr:first-child > td,.products-list .product-item > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.products-list .product-item > tbody + tbody {
  border-top: 2px solid #ddd;
}

.products-list .product-item .table {
  background-color: #fff;
}

.products-list .product-item > thead > tr > td.active,.products-list .product-item > tbody > tr > td.active,.products-list .product-item > tfoot > tr > td.active,.products-list .product-item > thead > tr > th.active,.products-list .product-item > tbody > tr > th.active,.products-list .product-item > tfoot > tr > th.active,.products-list .product-item > thead > tr.active > td,.products-list .product-item > tbody > tr.active > td,.products-list .product-item > tfoot > tr.active > td,.products-list .product-item > thead > tr.active > th,.products-list .product-item > tbody > tr.active > th,.products-list .product-item > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.products-list .product-item > thead > tr > td.success,.products-list .product-item > tbody > tr > td.success,.products-list .product-item > tfoot > tr > td.success,.products-list .product-item > thead > tr > th.success,.products-list .product-item > tbody > tr > th.success,.products-list .product-item > tfoot > tr > th.success,.products-list .product-item > thead > tr.success > td,.products-list .product-item > tbody > tr.success > td,.products-list .product-item > tfoot > tr.success > td,.products-list .product-item > thead > tr.success > th,.products-list .product-item > tbody > tr.success > th,.products-list .product-item > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.products-list .product-item > thead > tr > td.info,.products-list .product-item > tbody > tr > td.info,.products-list .product-item > tfoot > tr > td.info,.products-list .product-item > thead > tr > th.info,.products-list .product-item > tbody > tr > th.info,.products-list .product-item > tfoot > tr > th.info,.products-list .product-item > thead > tr.info > td,.products-list .product-item > tbody > tr.info > td,.products-list .product-item > tfoot > tr.info > td,.products-list .product-item > thead > tr.info > th,.products-list .product-item > tbody > tr.info > th,.products-list .product-item > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.products-list .product-item > thead > tr > td.warning,.products-list .product-item > tbody > tr > td.warning,.products-list .product-item > tfoot > tr > td.warning,.products-list .product-item > thead > tr > th.warning,.products-list .product-item > tbody > tr > th.warning,.products-list .product-item > tfoot > tr > th.warning,.products-list .product-item > thead > tr.warning > td,.products-list .product-item > tbody > tr.warning > td,.products-list .product-item > tfoot > tr.warning > td,.products-list .product-item > thead > tr.warning > th,.products-list .product-item > tbody > tr.warning > th,.products-list .product-item > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.products-list .product-item > thead > tr > td.danger,.products-list .product-item > tbody > tr > td.danger,.products-list .product-item > tfoot > tr > td.danger,.products-list .product-item > thead > tr > th.danger,.products-list .product-item > tbody > tr > th.danger,.products-list .product-item > tfoot > tr > th.danger,.products-list .product-item > thead > tr.danger > td,.products-list .product-item > tbody > tr.danger > td,.products-list .product-item > tfoot > tr.danger > td,.products-list .product-item > thead > tr.danger > th,.products-list .product-item > tbody > tr.danger > th,.products-list .product-item > tfoot > tr.danger > th {
  background-color: #f2dede;
}

@media screen and (max-width: 767px) {
  .table-responsive > .products-list .product-item {
    margin-bottom: 0;
  }

  .table-responsive > .products-list .product-item > thead > tr > th,
  .table-responsive > .products-list .product-item > tbody > tr > th,
  .table-responsive > .products-list .product-item > tfoot > tr > th,
  .table-responsive > .products-list .product-item > thead > tr > td,
  .table-responsive > .products-list .product-item > tbody > tr > td,
  .table-responsive > .products-list .product-item > tfoot > tr > td {
    white-space: nowrap;
  }
}

.panel > .products-list .product-item,
.panel > .table-responsive > .products-list .product-item,
.panel > .panel-collapse > .products-list .product-item {
  margin-bottom: 0;
}

.panel > .products-list .product-item caption,
.panel > .table-responsive > .products-list .product-item caption,
.panel > .panel-collapse > .products-list .product-item caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .products-list .product-item:first-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .products-list .product-item:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child > thead:first-child > tr:first-child,
.panel > .products-list .product-item:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .products-list .product-item:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .products-list .product-item:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .products-list .product-item:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .products-list .product-item:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .products-list .product-item:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .products-list .product-item:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .products-list .product-item:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .products-list .product-item:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .products-list .product-item:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .products-list .product-item:last-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .products-list .product-item:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child > tbody:last-child > tr:last-child,
.panel > .products-list .product-item:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .products-list .product-item:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .products-list .product-item:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .products-list .product-item:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .products-list .product-item:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .products-list .product-item:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .products-list .product-item:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .products-list .product-item:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .products-list .product-item:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .products-list .product-item:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .products-list .product-item,
.panel > .products-list .product-item + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .products-list .product-item > tbody:first-child > tr:first-child th,
.panel > .products-list .product-item > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.products-list .product-item {
  border: 1px solid #eaeaea;
  margin-top: -1px;
  margin-bottom: 0;
}

.products-list .product-item .product-label {
  bottom: auto;
  top: 10px;
}

.products-list .product-item-details {
  display: block;
  float: left;
  padding-left: 25px;
  text-align: left;
  vertical-align: top;
  width: 75%;
}

.products-list .product-item-details .product-details-wrapper {
  float: left;
  width: 66.66%;
}

.products-list .product-item-details .product-info-list {
  float: left;
  width: 33.33%;
}

.products-list .product-item-details .product-info-list .stock {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
  font-size: 13px;
  margin-bottom: 15px;
}

.products-list .product-item-details .product-info-list .product-item-inner {
  margin-top: 20px;
}

.products-list .product-item-details .product-item-actions .actions-secondary .action {
  display: inline-block;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 10px;
}

.products-list .product-item-details .product-item-actions .actions-secondary .action:last-child {
  margin-right: 0;
}

.products-list .product-item-photo {
  display: block;
  padding: 0px;
}

.filter .products-list .product-item-photo {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .products-list .product-item-photo {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.products-list .product-item-photo {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .products-list .product-item-photo {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.products-list .product-item-photo .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.products-list .product-item-photo .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .products-list .product-item-photo.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .products-list .product-item-photo.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .products-list .product-item-photo.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .products-list .product-item-photo.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .products-list .product-item-photo {
  margin-bottom: 40px;
}

.category-view .sidebar .products-list .product-item-photo.filter {
}

.products-list .product-item-photo {
  vertical-align: top;
}

.products-list .product-item-info {
  display: block;
  width: 100%;
}

.filter .products-list .product-item-info {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .products-list .product-item-info {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.products-list .product-item-info {
    margin-bottom: 30px;
    padding: 0;
  }
}

.block-dashboard-information > .products-list .product-item-info, .block-dashboard-addresses > .products-list .product-item-info {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .account.page-layout-2columns-left .columns .sidebar-main > .products-list .product-item-info {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.products-list .product-item-info .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.products-list .product-item-info .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .products-list .product-item-info.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .products-list .product-item-info.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .products-list .product-item-info.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .products-list .product-item-info.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .products-list .product-item-info {
  margin-bottom: 40px;
}

.category-view .sidebar .products-list .product-item-info.filter {
}

.products-list .product-item-info {
  padding-bottom: 0;
  overflow: hidden;
}

.products-list .product-item-info .product-img-hover {
  float: left;
  width: 25%;
}

.products-list .product-item-info .product-item-details {
  padding: 10px 15px;
}

.products-list .product-item-info .product-item-details .product-item-name {
  min-height: inherit;
}

.products-list .product-item-info .product-item-details .product-info-list .price {
  font-size: 20px;
}

.products-list .product-item-info .product-item-description {
  border-top: 0 none;
  margin: 10px 0;
  padding-top: 0;
}

.products-list .product-item-info .btn-calculate-shipping-wrapper {
  position: inherit;
}

.products-list .product-item-info .product-item-photo:hover {
  text-decoration: none;
}

.products {
  margin: 30px 0;
}

.products.products-grid {
  margin-top: 0;
}

.products-custom.products-grid .product-item .product-item-info {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: 1px solid #eaeaea;
  width: 100%;
  border-right: 0;
  margin-top: -1px;
}

.products-grid-style2.products-grid .product-item {
  height: auto;
  z-index: 10;
}

.products-grid-style2.products-grid .product-item.item-hover {
  z-index: 20;
}

.products-grid-style2.products-grid .product-item-info:hover {
  margin-bottom: -55px;
  padding-bottom: 55px;
  position: relative;
  border-radius: 0 4px 4px;
}

.action.print {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.action.print:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.old-price, .old.price {
  color: #7d7d7d;
}

.old-price .price, .old.price .price {
  text-decoration: line-through;
}

.price-container .price-label {
  display: none;
}

.card-payment-lists > .p-2.price-container .price-label {
  display: block;
}

.price-container .price-label {
  display: none;
}

.price-container .price {
  font-size: 25px;
}

.table-comparison {
  table-layout: fixed;
}

.table-comparison td:last-child {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table-comparison .cell {
  width: 180px;
  padding: 15px;
  border-top: none;
}

.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
  border-bottom-width: 1px;
}

.table-comparison .cell.remove span:not(.close) {
  position: absolute;
  padding: 0px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  width: 1px;
}

.table-comparison .cell.product.label,
            .table-comparison .cell.product.info {
  border-bottom: 1px solid #ccc;
}

.table-comparison .cell.product.label span {
  display: none;
}

.card-payment-lists > .p-2.table-comparison .cell.product.label span {
  display: block;
}

.table-comparison .cell.product.label span {
  display: none;
}

.table-comparison .cell.label {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table-comparison .cell iframe {
  max-width: 100%;
}

.table-comparison .action {
  border: 1px solid #ddd;
}

.table-comparison .action.tocart {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.filter .table-comparison .action.tocart {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .table-comparison .action.tocart {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.table-comparison .action.tocart {
    margin-bottom: 30px;
    padding: 0;
  }
}

.block-dashboard-information > .table-comparison .action.tocart, .block-dashboard-addresses > .table-comparison .action.tocart {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .account.page-layout-2columns-left .columns .sidebar-main > .table-comparison .action.tocart {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.table-comparison .action.tocart .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.table-comparison .action.tocart .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .table-comparison .action.tocart.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .table-comparison .action.tocart.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .table-comparison .action.tocart.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .table-comparison .action.tocart.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .table-comparison .action.tocart {
  margin-bottom: 40px;
}

.category-view .sidebar .table-comparison .action.tocart.filter {
}

.order-details-items .order-items .parent-item .p-2 .table-comparison .action.tocart {
  font-size: 18px;
  margin: 0 0 10px;
}

.table-comparison .action.tocart {
  text-align: center;
  font-size: 13px;
  height: auto;
  line-height: 34px;
  padding: 0 15px;
}

.table-comparison .action.tocart:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table-comparison .action.towishlist {
  float: right;
  text-transform: capitalize;
  text-align: right;
  color: #999;
  font-size: 13px;
}

.table-comparison .action.towishlist:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.widget-product-carousel .item {
  border: 1px solid #e7e7e7;
  padding: 10px;
}

.widget-product-carousel .item .action.towishlist {
  font-size: 19px;
}

.widget-product-carousel .item .action.towishlist.in-whishlist {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.widget-product-carousel .item .action.towishlist.in-whishlist i::before {
  content: "\f004";
}

.widget-product-carousel .item .action.tocart {
  display: block;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(60 154 218 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(60 154 218 / var(--tw-bg-opacity));
}

.filter .widget-product-carousel .item .action.tocart {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .widget-product-carousel .item .action.tocart {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.widget-product-carousel .item .action.tocart {
    margin-bottom: 30px;
    padding: 0;
  }
}

.block-dashboard-information > .widget-product-carousel .item .action.tocart, .block-dashboard-addresses > .widget-product-carousel .item .action.tocart {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .account.page-layout-2columns-left .columns .sidebar-main > .widget-product-carousel .item .action.tocart {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.widget-product-carousel .item .action.tocart .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.widget-product-carousel .item .action.tocart .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .widget-product-carousel .item .action.tocart.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .widget-product-carousel .item .action.tocart.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .widget-product-carousel .item .action.tocart.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .widget-product-carousel .item .action.tocart.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .widget-product-carousel .item .action.tocart {
  margin-bottom: 40px;
}

.category-view .sidebar .widget-product-carousel .item .action.tocart.filter {
}

.widget-product-carousel .item .action.tocart:hover {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 223 / var(--tw-bg-opacity));
}

.widget-product-carousel .item .price-container .price {
  font-weight: 600;
}

.order-details-items .order-items .parent-item .p-2 .widget-product-carousel .item .price-container .price {
  font-size: 18px;
  margin: 0 0 10px;
}

.widget-product-carousel .carousel-nav {
  margin-bottom: 0.5rem;
  justify-content: space-between;
  padding: 0px;
}

.field.date .rounded-lg.shadow > .widget-product-carousel .carousel-nav > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .rounded-lg.shadow > .widget-product-carousel .carousel-nav > div select {
  width: 47%;
}

.confirmation-modal > .flex.widget-product-carousel .carousel-nav {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .flex.widget-product-carousel .carousel-nav button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .flex.widget-product-carousel .carousel-nav button:hover {
  background-color: #333333;
  border-color: #333333;
}

.widget-product-carousel .carousel-nav button {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

@media only screen and (min-width: 640px) {
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .product-details-tab .estimaste-body {
    width: 25%;
    float: right;
  }

  .product-details-tab .product.info.detailed {
    width: 70%;
    clear:none;
  }
}

@media only screen and (min-width: 992px) {
  .products-grid.products-custom {
    padding-bottom: 55px;
    padding-right: 1px;
  }

  .products-grid.products-custom .swiper-pagination {
    bottom: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }

  .wishlist-index-index .products-grid .product-item:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .products-grid .product-item-inner.group-btn-hover2 .actions-primary .tocart {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 770px) {
  .products-grid .product-item-inner.group-btn-hover2 .actions-primary .tocart {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 992px) {
  .products-list .product-item-details .product-details-wrapper,
            .products-list .product-item-details .product-info-list {
    width: 100%;
  }

  .products-grid-style2.products-grid .product-item-info:hover {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 769px) {
  .products-grid.wishlist {
    margin-bottom: 90px;
  }

  .products-grid.wishlist .product-item {
    display: block;
    width: 100%;
  }

  .filter .products-grid.wishlist .product-item {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .products-grid.wishlist .product-item {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.products-grid.wishlist .product-item {
      margin-bottom: 30px;
      padding: 0;
    }
  }

  .block-dashboard-information > .products-grid.wishlist .product-item, .block-dashboard-addresses > .products-grid.wishlist .product-item {
    padding-top: 0;
  }

  @media only screen and (max-width: 769px) {
    .account.page-layout-2columns-left .columns .sidebar-main > .products-grid.wishlist .product-item {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .products-grid.wishlist .product-item .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .products-grid.wishlist .product-item .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .products-grid.wishlist .product-item.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .products-grid.wishlist .product-item.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .products-grid.wishlist .product-item.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .products-grid.wishlist .product-item.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .products-grid.wishlist .product-item {
    margin-bottom: 40px;
  }

  .category-view .sidebar .products-grid.wishlist .product-item.filter {
  }

  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }

  .products-grid.wishlist .product-item .box-tocart .action.tocart {
    padding: 0 25px;
    margin-top: 0;
  }

  .products-grid.wishlist .product-item .giftregisty-dropdown,
            .products-grid.wishlist .product-item .field.qty {
    display: none;
  }

  .products-grid.wishlist .product-item-actions .action {
    margin-top: 15px;
  }

  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }

  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }

  .form-wishlist-items .actions-toolbar > .gap-2 {
    flex-direction: column;
    gap: 10px;
  }

  .form-wishlist-items .actions-toolbar button {
    display: block;
  }

  .filter .form-wishlist-items .actions-toolbar button {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .form-wishlist-items .actions-toolbar button {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.form-wishlist-items .actions-toolbar button {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .form-wishlist-items .actions-toolbar button {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .form-wishlist-items .actions-toolbar button .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .form-wishlist-items .actions-toolbar button .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .form-wishlist-items .actions-toolbar button.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .form-wishlist-items .actions-toolbar button.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .form-wishlist-items .actions-toolbar button.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .form-wishlist-items .actions-toolbar button.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .form-wishlist-items .actions-toolbar button {
    margin-bottom: 40px;
  }

  .category-view .sidebar .form-wishlist-items .actions-toolbar button.filter {
  }

  .products-list .product-item:not(.cart):not(.totals):not(.table-comparison) {
    border: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 480px) {
  .products-list .product-item-info .product-img-hover {
    width: 100%;
  }

  .products-list .product-item-details {
    width: 100%;
  }

  .products-grid .product-item-inner.group-btn-hover2 .actions-primary .tocart {
    font-size: 0;
  }

  .products-grid .product-item-inner.group-btn-hover2 .actions-primary .tocart::before {
    font-family: 'FontAwesome';
    content: "\f290";
    font-size: 15px;
  }

  .products-grid .product-item {
    width: 50%;
  }
}

.video-thumb-icon::after {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: url(../images/gallery-sprite.png) bottom left;
  content: '';
  height: 40px;
  margin: auto;
  top: 10px;
  width: 49px;
}

.video-unplayed::after {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: url(../images/gallery-sprite.png) bottom right;
  content: '';
  height: 100px;
  margin: auto;
  top: 12px;
  width: 100px;
}

.video-unplayed ~ #youtube-player,
    .video-unplayed ~ #vimeo-player {
  display: none;
}

.card-payment-lists > .p-2.video-unplayed ~ #youtube-player,.card-payment-lists > .p-2
    .video-unplayed ~ #vimeo-player {
  display: block;
}

.video-unplayed ~ #youtube-player,
    .video-unplayed ~ #vimeo-player {
  display: none;
}

.product-video--loaded {
  display: none;
}

.card-payment-lists > .p-2.product-video--loaded {
  display: block;
}

.product-video--loaded {
  display: none;
}

.product-gallery .fullscreen >.fixed {
  z-index: 999;
}

.product-gallery .fullscreen .images .item img {
  width: 100%;
}

.product-gallery .gallery-arr {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 10;
  background-color: rgba(255,255,255,0.3);
  transition: background-color .3s ease-in-out;
  transition-duration: .3s;
  transition-property: opacity;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.product-gallery .gallery-arr:hover {
  background-color: rgba(255,255,255,0.5);
}

.product-gallery .gallery-arr .gallery-arr-icon {
  width: 100%;
}

.block-dashboard-information > .product-gallery .gallery-arr .gallery-arr-icon, .block-dashboard-addresses > .product-gallery .gallery-arr .gallery-arr-icon {
  padding-top: 0;
}

.product-gallery .gallery-arr .gallery-arr-icon {
  height: 80px;
  font-size: 0;
  background-image: url(../images/gallery.png);
  background-repeat: no-repeat;
}

.product-gallery .gallery-arr.gallery-arr--prev {
  left: 0px;
}

.product-gallery .gallery-arr.gallery-arr--prev .gallery-arr-icon {
  background-position: -100px -80px;
}

.product-gallery .gallery-arr.gallery-arr--next {
  right: 0px;
}

.product-gallery .gallery-arr.gallery-arr--next .gallery-arr-icon {
  background-position: -175px -80px;
}

.product-gallery .images .gallery-arr {
  opacity: 0;
}

.product-gallery .images:hover .gallery-arr {
  opacity: 1;
}

.product-gallery .images .item .caption {
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transform: none;
}

.product-gallery .images .item .caption .caption-inner {
  background-color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.product-gallery .images ul li {
  display: flex;
  overflow: hidden;
}

.confirmation-modal > .product-gallery .images ul li.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .product-gallery .images ul li.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .product-gallery .images ul li.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.product-gallery .images ul li.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .product-gallery .images ul li {
  justify-content: space-between;
}

.product-gallery .images ul li {
  flex-direction: column;
  height: auto;
}

.product-gallery .images ul li .img-wrapper {
  display: flex;
}

.confirmation-modal > .product-gallery .images ul li .img-wrapper.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .product-gallery .images ul li .img-wrapper.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .product-gallery .images ul li .img-wrapper.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.product-gallery .images ul li .img-wrapper.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .product-gallery .images ul li .img-wrapper {
  justify-content: space-between;
}

.product-gallery .images ul li .img-wrapper {
  flex-direction: column;
  justify-content: space-between;
}

.product-gallery .images ul li .img-wrapper img {
  margin: 0 auto;
  width: auto;
}

.product-gallery .images ul li .img-wrapper.product-video--loaded {
  height: auto;
  order: 2;
}

.product-gallery .images ul li .img-wrapper.product-video--loaded img {
  display: none;
}

.card-payment-lists > .p-2.product-gallery .images ul li .img-wrapper.product-video--loaded img {
  display: block;
}

.product-gallery .images ul li .img-wrapper.product-video--loaded img {
  display: none;
}

.product-gallery .images ul li #youtube-player {
  order: 1;
}

.product-gallery .thumbs .gallery-arr {
  width: 30px;
  font-size: 28px;
}

.product-gallery .thumbs .gallery-arr.gallery-arr--prev .gallery-arr-icon {
  background-position: -25px -270px;
}

.product-gallery .thumbs .gallery-arr.gallery-arr--next .gallery-arr-icon {
  background-position: -25px -350px;
}

.product-gallery .thumbs .gallery-arr .gallery-arr-icon {
  padding-bottom: 20px;
  height: auto;
}

.product-gallery .thumbs .swiper-slide {
  border: 2px solid transparent;
  height: 72px;
}

.product-gallery .thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #f00;
}

.product-gallery .thumbs .swiper-slide a {
  display: block;
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-gallery .thumbs .swiper-slide a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-gallery ul {
  margin-bottom: 0;
}

.images .swiper-pagination {
  display: none;
}

.card-payment-lists > .p-2.images .swiper-pagination {
  display: block;
}

.images .swiper-pagination {
  display: none;
}

.product-gallery-zoom .gallery-arr {
  position: absolute;
  cursor: pointer;
  background-image: url(../images/gallery.png);
  background-repeat: no-repeat;
  font-size: 0;
  height: 80px;
  overflow: hidden;
  width: 80px;
  z-index: 2;
}

.product-gallery-zoom .gallery-zoom-in {
  background-position: 0 5px;
  top: 0;
}

.product-gallery-zoom .gallery-zoom-out {
  background-position: 0 -80px;
  top: 80px;
}

.product-gallery-wrapper.fullscreen {
  z-index: 999;
}

.product-gallery-wrapper.fullscreen .btn-close {
  opacity: 0;
  z-index: 1;
}

.product-gallery-wrapper.fullscreen .images li {
  position: relative;
  padding-bottom: calc(100vh - 70px);
  height: 100%;
}

.product-gallery-wrapper.fullscreen .images li #youtube-player, .product-gallery-wrapper.fullscreen .images li a, .product-gallery-wrapper.fullscreen .images li #vimeo-player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.product-gallery-wrapper.fullscreen .images li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery-wrapper.fullscreen .images li a.img-scale {
  height: auto;
}

.product-gallery-wrapper.fullscreen .images li .img-wrapper {
  width: 100%;
}

.product-gallery-wrapper.fullscreen .thumbs {
  max-width: 100%;
  position: relative;
}

.product-gallery-wrapper.fullscreen .thumbs ul {
  transform: translateZ(0)!important;
}

.product-gallery-wrapper.fullscreen .thumbs li {
  width: 70px !important;
  height: 70px;
}

.product-gallery-wrapper.fullscreen:hover .btn-close {
  opacity: 1;
}

.box-tocart .fieldset {
  margin: 0 0 10px;
}

.box-tocart .field.qty {
  display: block;
  vertical-align: middle;
}

.filter .box-tocart .field.qty {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .box-tocart .field.qty {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.box-tocart .field.qty {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .box-tocart .field.qty {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.box-tocart .field.qty .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.box-tocart .field.qty .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .box-tocart .field.qty.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .box-tocart .field.qty.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .box-tocart .field.qty.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .box-tocart .field.qty.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .box-tocart .field.qty {
  margin-bottom: 40px;
}

.category-view .sidebar .box-tocart .field.qty.filter {
}

.box-tocart .field.qty {
  margin: 0 0 30px;
}

.box-tocart .field.qty .label {
  display: block;
  text-transform: capitalize;
}

.filter .box-tocart .field.qty .label {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .box-tocart .field.qty .label {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.box-tocart .field.qty .label {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .box-tocart .field.qty .label {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.box-tocart .field.qty .label .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.box-tocart .field.qty .label .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .box-tocart .field.qty .label.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .box-tocart .field.qty .label.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .box-tocart .field.qty .label.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .box-tocart .field.qty .label.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .box-tocart .field.qty .label {
  margin-bottom: 40px;
}

.category-view .sidebar .box-tocart .field.qty .label.filter {
}

.box-tocart .field.qty .label {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 8px;
}

.box-tocart .field.qty .control {
  position: relative;
  display: inline-block;
}

.box-tocart .field.qty .control .field-success {
  margin-bottom: 0;
}

.box-tocart .field.qty .control .messages {
  position: absolute;
  top: 80%;
  width: 250%;
  max-width: 250%;
}

.box-tocart .field.qty .input-text.qty {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 38px;
  padding: 0 25px;
  text-align: left;
  width: 140px;
  -moz-appearance: textfield;
}

.box-tocart .field.qty .input-text.qty::-webkit-outer-spin-button,
            .box-tocart .field.qty .input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.box-tocart .field.qty .items {
  position: absolute;
  padding: 0px;
  text-align: center;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  color: #666666;
  font-size: 14px;
  font-weight: 100;
  height: 25px;
  right: 15px;
  top: 7px;
  width: 25px;
  line-height: 25px;
  z-index: 10;
}

.box-tocart .field.qty .items.increase {
  right: 50px;
}

.box-tocart .field.qty .items:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-tocart .action.tocart {
  position: relative;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  height: 46px;
  padding: 0 50px;
  vertical-align: top;
  font-weight: 600;
}

.product-addto-links {
  display: block;
  margin: 5px 0 0;
}

.product-addto-links .action {
  display: inline-block;
  padding: 0px;
  vertical-align: middle;
  text-align: left;
  background: transparent;
  font-size: 13px;
  line-height: 35px;
  margin-right: 15px;
  text-transform: none;
}

.product-addto-links .action:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.product-addto-links .action i {
  margin: 0 12px 0 0;
  vertical-align: middle;
}

.product-add-form {
  margin-top: 10px;
}

.product-add-form .box-tocart {
  margin: 25px 0;
}

.product-details-tab .tab-title {
  width: 100%;
  margin: 0;
}

.product-details-tab .tab-title h3 {
  position: relative;
  margin: 0px;
  text-align: left;
  font-weight: 600;
}

.order-details-items .order-items .parent-item .p-2 .product-details-tab .tab-title h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.product-details-tab .tab-title h3 {
  text-align: left;
  height: 42px;
  padding: 1px 10px 1px 10px;
  line-height: 40px;
  font-size: 1.4rem;
  color: #666;
  text-decoration: none;
  background-color: #eeeeee;
}

.product-details-tab .tab-title h3::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 1px;
}

.product-details-tab .tab-title.active h3 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-details-tab .tab-title.active h3::after {
  content: '\f106';
}

.product-details-tab .tab-content {
  margin: 0px;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.card-payment-lists > .p-2.product-details-tab .tab-content {
  display: block;
}

.product-details-tab .tab-content {
  display: none;
  padding: 10px 10px 30px;
}

.product-details-tab .tab-content.active {
  display: block;
}

.filter .product-details-tab .tab-content.active {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-details-tab .tab-content.active {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-details-tab .tab-content.active {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-details-tab .tab-content.active {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-details-tab .tab-content.active .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-details-tab .tab-content.active .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-details-tab .tab-content.active.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-details-tab .tab-content.active.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-details-tab .tab-content.active.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-details-tab .tab-content.active.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-details-tab .tab-content.active {
  margin-bottom: 40px;
}

.category-view .sidebar .product-details-tab .tab-content.active.filter {
}

.product-details-tab .tab-content .prose {
  font-size: 14px;
}

.product-info-details-wrapper {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
}

.product-details-tab {
  order: 2;
}

.product-details-tab .additional-attributes {
  width: auto;
}

.product-details-tab .additional-attributes tbody > tr > th {
  padding: 5.5px 30px 10px 0;
}

.product-details-tab .additional-attributes tbody > tr > td {
  --tw-text-opacity: 1;
  color: rgb(19 200 209 / var(--tw-text-opacity));
  padding: 5.5px 5px 10px 5px;
}

.product-slider {
  clear: both;
}

.review-list .block-title {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.review-list .block-title h4 {
  font-size: 14px;
  font-weight: 700;
}

.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}

.review-item .review-title {
  font-weight: 600;
  text-transform: capitalize;
}

.order-details-items .order-items .parent-item .p-2 .review-item .review-title {
  font-size: 18px;
  margin: 0 0 10px;
}

.review-item .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin: 0 0 20px;
}

.review-item .review-content {
  margin-bottom: 20px;
}

.review-fieldset .review-legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
}

.review-fieldset .review-legend span {
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 1.8rem;
}

.review-fieldset .review-field-ratings {
  margin: 0 0 20px;
}

.review-toolbar .limiter {
  display: none;
}

.card-payment-lists > .p-2.review-toolbar .limiter {
  display: block;
}

.review-toolbar .limiter {
  display: none;
}

.product-info-main .rating-summary svg {
  margin-right: -2px;
}

.product-info-main .reviews-actions {
  margin-left: 0;
}

.product-info-main .reviews-actions .action.add {
  margin-right: 5px;
}

.product-info-main #product-details {
  margin-top: 20px;
  padding-top: 25px;
}

.product-info-main .stock {
  display: block;
}

.filter .product-info-main .stock {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-info-main .stock {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-info-main .stock {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-info-main .stock {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-info-main .stock .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-info-main .stock .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-info-main .stock.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-info-main .stock.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-info-main .stock.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-info-main .stock.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-info-main .stock {
  margin-bottom: 40px;
}

.category-view .sidebar .product-info-main .stock.filter {
}

.product-info-main .stock {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.product-info-main .stock::before {
  content: ""attr(title)": ";
}

.product-info-main .stock span {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.product-info-main .stock span:first-child {
  display: none;
}

.card-payment-lists > .p-2.product-info-main .stock span:first-child {
  display: block;
}

.product-info-main .stock span:first-child {
  display: none;
}

.product-info-main .product-info-right > div {
  display: block;
  text-align: left;
}

.filter .product-info-main .product-info-right > div {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .product-info-main .product-info-right > div {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.product-info-main .product-info-right > div {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .product-info-main .product-info-right > div {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-info-main .product-info-right > div .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.product-info-main .product-info-right > div .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .product-info-main .product-info-right > div.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .product-info-main .product-info-right > div.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .product-info-main .product-info-right > div.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .product-info-main .product-info-right > div.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .product-info-main .product-info-right > div {
  margin-bottom: 40px;
}

.category-view .sidebar .product-info-main .product-info-right > div.filter {
}

.product-info-main .product-info-right > div {
  text-align: left;
}

.product-info-main .product-info-right .price-box .price-container {
  display: flex;
  flex-direction: column;
}

.product-info-main .product-info-right .price-box .price-container .price-label {
  display: none;
}

.card-payment-lists > .p-2.product-info-main .product-info-right .price-box .price-container .price-label {
  display: block;
}

.product-info-main .product-info-right .price-box .price-container .price-label {
  display: none;
}

.product-info-main .product-info-right .price-box .price-container .price {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.confirmation-modal > .product-info-main .product-info-right .price-box .price-container .price.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .product-info-main .product-info-right .price-box .price-container .price.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .product-info-main .product-info-right .price-box .price-container .price.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .product-info-main .product-info-right .price-box .price-container .price.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .product-info-main .product-info-right .price-box .price-container .price.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.product-info-main .product-info-right .price-box .price-container .price {
  font-size: 20px;
}

.product-info-main .product-info-right .price-box .price-container .old-price {
  order: 2;
  margin-top: 10px;
}

.product-info-main .product-info-right .price-box .price-container .old-price .price-wrapper {
  text-decoration-line: initial;
}

.product-info-main .product-info-right .price-box .price-container .old-price .price-wrapper .price {
  text-decoration: line-through;
}

.product-info-main .product-info-right .price-box .price-container .final-price {
  order: 1;
}

.product-info-main .product-info-right .price-box .price-container .final-price .price {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
  font-size: 34px;
}

.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}

.product-info-main .sub-heading {
  order: 20;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

.mp-attachment-tab__item a {
  --tw-text-opacity: 1;
  color: rgb(19 200 209 / var(--tw-text-opacity));
}

.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}

.product-addit .so-social-share {
  float: left;
  margin-right: 10px;
}

.estimaste-body {
  padding-bottom: 25px;
  order: 1;
}

#freegift-products {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 25px;
}

.freegift-msg {
  padding-top: 10px;
}

.fgp-content {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  width: 20%;
}

.frgview-link {
  opacity: 0;
  padding-bottom: 10px;
}

.freegift-price {
  text-decoration: line-through;
  padding-top: 5px;
}

.freegift-with-purchase {
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.freegift-with-purchase.selected {
  background: url(../Mageants_FreeGift/images/check-mark-verify.png) no-repeat;
  background-position: right 5px top 10px;
  background-size: 12px;
}

.freegift-with-purchase.selected .frgview-link {
  opacity: 1;
}

.detail-form-fields ul {
  margin-top: 15px;
  padding-left: 0;
}

.related {
  overflow: hidden;
}

.related .swiper-backface-hidden .swiper-slide {
  transform: none;
}

.related .action.select {
  text-transform: uppercase;
  color: #333;
  background: transparent;
  padding-left: 0;
}

.related .action.select:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
  text-decoration: underline;
}

.related .product-item-details {
  position: relative;
  z-index: 1;
}

.related .related-available .product-item-name {
  margin-left: 20px;
}

.related .field.choice {
  position: absolute;
  top: 12px;
  left: 0;
}

.related .field.choice .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.related .products-grid .product-item {
  width: 33.33%;
}

.related .products-grid .product-item-actions {
  display: flex;
  align-items: center;
}

.catalog-product-view .page-main > h1.page-title {
  display: none;
}

.card-payment-lists > .p-2.catalog-product-view .page-main > h1.page-title {
  display: block;
}

.catalog-product-view .page-main > h1.page-title {
  display: none;
}

#shipping-input-form ul li:not(:last-child) {
  margin-bottom: 7px;
}

#shipping-input-form ul li select {
  border: 1px solid #aaa;
  height: 42px;
  border-radius: 4px;
  padding: 0 9px;
}

#shipping-input-form ul li select:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}

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

.filter .page-product-bundle .price-final_price .price-from .price-container,.filter  .page-product-bundle .price-final_price .price-to .price-container {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .page-product-bundle .price-final_price .price-from .price-container,.filter  .page-product-bundle .price-final_price .price-to .price-container {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.page-product-bundle .price-final_price .price-from .price-container,.filter .page-product-bundle .price-final_price .price-to .price-container {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .page-product-bundle .price-final_price .price-from .price-container,.account.page-layout-2columns-left .columns .sidebar-main >  .page-product-bundle .price-final_price .price-to .price-container {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.page-product-bundle .price-final_price .price-from .price-container .block-title, .page-product-bundle .price-final_price .price-to .price-container .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.page-product-bundle .price-final_price .price-from .price-container .block-title.filter-title, .page-product-bundle .price-final_price .price-to .price-container .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .page-product-bundle .price-final_price .price-from .price-container.category.event, .page-product-bundle .price-final_price .price-to .price-container.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .page-product-bundle .price-final_price .price-from .price-container.category.event, .page-wrapper  .page-product-bundle .price-final_price .price-to .price-container.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .page-product-bundle .price-final_price .price-from .price-container.category.event, .page-wrapper  .page-product-bundle .price-final_price .price-to .price-container.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .page-product-bundle .price-final_price .price-from .price-container.category.event, .page-product-bundle .price-final_price .price-to .price-container.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .page-product-bundle .price-final_price .price-from .price-container,.columns .sidebar-main >  .page-product-bundle .price-final_price .price-to .price-container {
  margin-bottom: 40px;
}

.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 {
}

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

.filter .page-product-bundle .price-final_price .price-from .price-container .price-label,.filter  .page-product-bundle .price-final_price .price-to .price-container .price-label {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .page-product-bundle .price-final_price .price-from .price-container .price-label,.filter  .page-product-bundle .price-final_price .price-to .price-container .price-label {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.page-product-bundle .price-final_price .price-from .price-container .price-label,.filter .page-product-bundle .price-final_price .price-to .price-container .price-label {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .page-product-bundle .price-final_price .price-from .price-container .price-label,.account.page-layout-2columns-left .columns .sidebar-main >  .page-product-bundle .price-final_price .price-to .price-container .price-label {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.page-product-bundle .price-final_price .price-from .price-container .price-label .block-title, .page-product-bundle .price-final_price .price-to .price-container .price-label .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.page-product-bundle .price-final_price .price-from .price-container .price-label .block-title.filter-title, .page-product-bundle .price-final_price .price-to .price-container .price-label .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .page-product-bundle .price-final_price .price-from .price-container .price-label.category.event, .page-product-bundle .price-final_price .price-to .price-container .price-label.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .page-product-bundle .price-final_price .price-from .price-container .price-label.category.event, .page-wrapper  .page-product-bundle .price-final_price .price-to .price-container .price-label.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .page-product-bundle .price-final_price .price-from .price-container .price-label.category.event, .page-wrapper  .page-product-bundle .price-final_price .price-to .price-container .price-label.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .page-product-bundle .price-final_price .price-from .price-container .price-label.category.event, .page-product-bundle .price-final_price .price-to .price-container .price-label.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .page-product-bundle .price-final_price .price-from .price-container .price-label,.columns .sidebar-main >  .page-product-bundle .price-final_price .price-to .price-container .price-label {
  margin-bottom: 40px;
}

.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 {
}

.order-details-items > .card .order-title .page-product-bundle .price-final_price .price-from .price-container .price-label,.order-details-items > .card .order-title  .page-product-bundle .price-final_price .price-to .price-container .price-label {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

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

.block-dashboard-addresses .block-title .page-product-bundle .price-final_price .price-from .price-container .price,.block-dashboard-addresses .block-title  .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 22px;
}

.form-newsletter-manage .fieldset > .page-product-bundle .price-final_price .price-from .price-container .price.mb-6,.form-newsletter-manage .fieldset >  .page-product-bundle .price-final_price .price-to .price-container .price.mb-6 {
  position: relative;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-size: 18px;
  letter-spacing: 1px;
}

.downloadable-customer-products .page-product-bundle .price-final_price .price-from .price-container .price.mb-6,.downloadable-customer-products  .page-product-bundle .price-final_price .price-to .price-container .price.mb-6 {
  display: none;
}

.card-payment-lists > .p-2.downloadable-customer-products .page-product-bundle .price-final_price .price-from .price-container .price.mb-6,.card-payment-lists > .p-2.downloadable-customer-products  .page-product-bundle .price-final_price .price-to .price-container .price.mb-6 {
  display: block;
}

.downloadable-customer-products .page-product-bundle .price-final_price .price-from .price-container .price.mb-6,.downloadable-customer-products  .page-product-bundle .price-final_price .price-to .price-container .price.mb-6 {
  display: none;
}

.order-details-items .order-items .parent-item .p-2 .page-product-bundle .price-final_price .price-from .price-container .price,.order-details-items .order-items .parent-item .p-2  .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 18px;
  margin: 0 0 10px;
}

.order-detail-top .order-number .page-product-bundle .price-final_price .price-from .price-container .price,.order-detail-top .order-number  .page-product-bundle .price-final_price .price-to .price-container .price {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

@media (min-width: 768px) and (max-width: 1100px) {
  .box-tocart .field.qty .control .field-error {
    margin-bottom: 10px;
  }

  .box-tocart .field.qty .control .messages {
    width: 150%;
    max-width: 150%;
  }
}

@media only screen and (min-width: 769px) {
  .product-info-details-wrapper {
    display: block;
  }

  .estimaste-body {
    width: 25%;
    float: right;
  }

  .product-details-tab {
    width: 70%;
    clear:none;
  }

  .product-info-main .product-details-tab .product.info.detailed {
    width: 100%;
  }

  #estshippingcost_content_option_product .estimaste-body {
    width: 100%;
    float: none;
  }
}

@media only screen and (min-width: 640px) {
  .review-item {
    padding: 30px 0;
  }

  .review-item .review-title {
    margin: 0 0 30px;
  }

  .review-item .review-ratings {
    float: left;
    margin-bottom: 0px;
    max-width: 240px;
  }

  .review-fieldset .review-legend {
    margin-bottom: 30px;
    border-bottom: 1px solid #c5c5c5;
  }

  .review-form {
    max-width: 500px;
  }

  .catalog-product-view .columns {
    max-width: 100%;
  }
}

@media only screen and (min-width: 770px) {
  .product-social-links {
    text-align: left;
  }

  .product-details-tab .tab-title {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
  }

  .product-details-tab .tab-title h3 {
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
    padding: 1px 35px 1px 35px;
    text-align: center;
  }

  .product-details-tab .tab-title h3::after {
    display: none;
  }

  .card-payment-lists > .p-2.product-details-tab .tab-title h3::after {
    display: block;
  }

  .product-details-tab .tab-title h3::after {
    display: none;
  }

  .product-details-tab .tab-title h3:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 203 51 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .product-details-tab .tab-content {
    float: right;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .block-dashboard-information > .product-details-tab .tab-content, .block-dashboard-addresses > .product-details-tab .tab-content {
    padding-top: 0;
  }

  .product-details-tab .tab-content {
    margin-top: 42px;
    padding: 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-left: -100%;
  }

  .product-info-main h1.page-title {
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    margin-bottom: 10px;
    font-size: 28px;
    letter-spacing: 0;
    margin-top: 0;
  }

  .product-info-main .stock {
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 25px;
  }

  .product-info-main .stock span {
    color: #04bb04;
    font-weight: 800;
  }

  .product-info-main .product-add-form {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .box-tocart .action.tocart {
    padding: 0 25px;
  }

  .product-addto-links .action {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .product-gallery .images {
    padding-bottom: 15px;
  }

  .product-gallery .images .swiper-pagination {
    display: block;
  }

  .filter .product-gallery .images .swiper-pagination {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .product-gallery .images .swiper-pagination {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.product-gallery .images .swiper-pagination {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .product-gallery .images .swiper-pagination {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .product-gallery .images .swiper-pagination .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .product-gallery .images .swiper-pagination .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .product-gallery .images .swiper-pagination.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .product-gallery .images .swiper-pagination.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .product-gallery .images .swiper-pagination.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .product-gallery .images .swiper-pagination.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .product-gallery .images .swiper-pagination {
    margin-bottom: 40px;
  }

  .category-view .sidebar .product-gallery .images .swiper-pagination.filter {
  }

  .product-gallery .images .swiper-pagination {
    bottom: 0;
  }

  .product-gallery .images .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border: 1px solid #858585;
    background: #fff;
  }

  .product-gallery .images .swiper-pagination .swiper-pagination-bullet:hover, .product-gallery .images .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #ff0100;
  }

  .product-gallery .images li .caption {
    position: absolute;
    bottom: 39px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  .product-gallery .images li .img-wrapper.product-video--loaded .caption {
    display: none;
  }

  .card-payment-lists > .p-2.product-gallery .images li .img-wrapper.product-video--loaded .caption {
    display: block;
  }

  .product-gallery .images li .img-wrapper.product-video--loaded .caption {
    display: none;
  }

  .product-gallery-wrapper.fullscreen .images li a {
    width: 85%;
  }

  .product-gallery-wrapper.fullscreen .images li .caption {
    width: 100%;
  }

  .block-dashboard-information > .product-gallery-wrapper.fullscreen .images li .caption, .block-dashboard-addresses > .product-gallery-wrapper.fullscreen .images li .caption {
    padding-top: 0;
  }

  .product-gallery-wrapper.fullscreen .images li .caption {
    transform: none;
    left: 0;
    right: auto;
  }

  .product-info-main .product-add-form {
    padding-top: 0;
  }

  .related .products-grid .product-item {
    width: 50%;
  }
}

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

.has-feedback label.wishlist-widget .price-box .price-label ~ .form-control-feedback {
  top: 0;
}

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

.has-feedback label.wishlist-widget .price-box .old-price ~ .form-control-feedback {
  top: 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;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

.product-gallery .fullscreen >.backdrop {
  z-index: 999;
}

.confirmation-modal > .backdrop.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .backdrop.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .backdrop.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.backdrop.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .backdrop {
  justify-content: space-between;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-container {
  display: none;
}

.card-payment-lists > .p-2.fancybox-container {
  display: block;
}

.fancybox-container {
  display: none;
}

.fancybox-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.block-dashboard-information > .fancybox-overlay, .block-dashboard-addresses > .fancybox-overlay {
  padding-top: 0;
}

.card-payment-lists > .p-2.fancybox-overlay {
  display: block;
}

.product-gallery .fullscreen >.fancybox-overlay {
  z-index: 999;
}

form .field.date .customer-dob > .fancybox-overlay, fieldset .field.date .customer-dob > .fancybox-overlay {
  position: relative;
}

form .field.date .customer-dob > .fancybox-overlay svg, fieldset .field.date .customer-dob > .fancybox-overlay svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .fancybox-overlay svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .fancybox-overlay svg {
  display: block;
}

form .field.date .customer-dob > .fancybox-overlay svg, fieldset .field.date .customer-dob > .fancybox-overlay svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .fancybox-overlay svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .fancybox-overlay svg {
  display: block;
}

form .field.date .customer-dob > .fancybox-overlay svg, fieldset .field.date .customer-dob > .fancybox-overlay svg {
  display: none;
}

form .field.date .customer-dob > .fancybox-overlay::after, fieldset .field.date .customer-dob > .fancybox-overlay::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.fancybox-overlay {
  display: none;
  z-index: 8010;
  background: rgba(0,0,0,0.5);
}

.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#fancybox-loading {
  background: url(../images/fancybox_overlay.png);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
}

form .field.date .customer-dob > .fancybox-wrap, fieldset .field.date .customer-dob > .fancybox-wrap {
  position: relative;
}

form .field.date .customer-dob > .fancybox-wrap svg, fieldset .field.date .customer-dob > .fancybox-wrap svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .fancybox-wrap svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .fancybox-wrap svg {
  display: block;
}

form .field.date .customer-dob > .fancybox-wrap svg, fieldset .field.date .customer-dob > .fancybox-wrap svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .fancybox-wrap svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .fancybox-wrap svg {
  display: block;
}

form .field.date .customer-dob > .fancybox-wrap svg, fieldset .field.date .customer-dob > .fancybox-wrap svg {
  display: none;
}

form .field.date .customer-dob > .fancybox-wrap::after, fieldset .field.date .customer-dob > .fancybox-wrap::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.fancybox-wrap {
  z-index: 8020;
}

.fancybox-wrap.fancybox-opened {
  position: fixed;
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}

.product-gallery .fullscreen >.fancybox-wrap.fancybox-opened {
  z-index: 999;
}

.fancybox-wrap.fancybox-opened {
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  top: 50%;
  left: 50%;
}

.fancybox-wrap.fancybox-opened .fancybox-overlay {
  display: block;
}

.filter .fancybox-wrap.fancybox-opened .fancybox-overlay {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .fancybox-wrap.fancybox-opened .fancybox-overlay {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.fancybox-wrap.fancybox-opened .fancybox-overlay {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .fancybox-wrap.fancybox-opened .fancybox-overlay {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.fancybox-wrap.fancybox-opened .fancybox-overlay .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.fancybox-wrap.fancybox-opened .fancybox-overlay .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .fancybox-wrap.fancybox-opened .fancybox-overlay.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .fancybox-wrap.fancybox-opened .fancybox-overlay.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .fancybox-wrap.fancybox-opened .fancybox-overlay.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .fancybox-wrap.fancybox-opened .fancybox-overlay.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .fancybox-wrap.fancybox-opened .fancybox-overlay {
  margin-bottom: 40px;
}

.category-view .sidebar .fancybox-wrap.fancybox-opened .fancybox-overlay.filter {
}

.fancybox-wrap.fancybox-opened .fancybox-close {
  display: flex;
}

.confirmation-modal > .fancybox-wrap.fancybox-opened .fancybox-close.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .fancybox-wrap.fancybox-opened .fancybox-close.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .fancybox-wrap.fancybox-opened .fancybox-close.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.fancybox-wrap.fancybox-opened .fancybox-close.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .fancybox-wrap.fancybox-opened .fancybox-close {
  justify-content: space-between;
}

.fancybox-wrap .fancybox-inner{
  position: relative;
  z-index: 8010;
}

body.modal-open .fancybox-overlay {
  display: block;
}

.filter body.modal-open .fancybox-overlay {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter body.modal-open .fancybox-overlay {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  body.filter.modal-open .fancybox-overlay {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > body.modal-open .fancybox-overlay {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

body.modal-open .fancybox-overlay .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

body.modal-open .fancybox-overlay .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  body.modal-open .fancybox-overlay.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper body.modal-open .fancybox-overlay.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper body.modal-open .fancybox-overlay.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  body.modal-open .fancybox-overlay.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > body.modal-open .fancybox-overlay {
  margin-bottom: 40px;
}

.category-view .sidebar body.modal-open .fancybox-overlay.filter {
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-close {
  position: absolute;
  display: none;
}

.card-payment-lists > .p-2.fancybox-close {
  display: block;
}

.fancybox-close {
  display: none;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #231f20;
  border-radius: 50%;
  border: 2px solid #fff;
}

.fancybox-close i {
  margin-top: -2px;
}

.fancybox-close:hover {
  color: #fff;
}

#newsletter-popup, #cms-popup {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ddd;
}

#newsletter-popup .block-popup-subscribe .newsletter-popup-content, #cms-popup .block-popup-subscribe .newsletter-popup-content {
  position: absolute;
  width: 100%;
  text-align: left;
}

.block-dashboard-information > #newsletter-popup .block-popup-subscribe .newsletter-popup-content, .block-dashboard-addresses > #newsletter-popup .block-popup-subscribe .newsletter-popup-content,.block-dashboard-information >  #cms-popup .block-popup-subscribe .newsletter-popup-content, .block-dashboard-addresses >  #cms-popup .block-popup-subscribe .newsletter-popup-content {
  padding-top: 0;
}

#newsletter-popup .block-popup-subscribe .newsletter-popup-content, #cms-popup .block-popup-subscribe .newsletter-popup-content {
  text-align: left;
  height: auto;
  max-width: 420px;
  padding: 25px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe, #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe {
  position: relative;
}

#newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions, #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions {
  position: absolute;
  right: 0px;
  top: 0px;
}

form .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions, fieldset .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions,form .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions, fieldset .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions {
  position: relative;
}

form .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg, fieldset .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg,form .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg, fieldset .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg,.card-payment-lists > form.p-2 .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg {
  display: block;
}

form .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg, fieldset .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg,form .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg, fieldset .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg,.card-payment-lists > form.p-2 .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg {
  display: block;
}

form .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg, fieldset .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg,form .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg, fieldset .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions svg {
  display: none;
}

form .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions::after, fieldset .field.date .customer-dob > #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions::after,form .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions::after, fieldset .field.date .customer-dob >  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

#newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions, #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions {
  z-index: 99;
}

#newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions button, #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions button {
  font-weight: 600;
}

.order-details-items .order-items .parent-item .p-2 #newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions button,.order-details-items .order-items .parent-item .p-2  #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions button {
  font-size: 18px;
  margin: 0 0 10px;
}

#newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions button, #cms-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions button {
  height: 50px;
}

#newsletter-popup input, #cms-popup input {
  border-color: #e6e6e6;
  max-width: 100%;
  border-radius: 0;
  height: 50px;
}

#newsletter-popup .subscribe-bottom, #cms-popup .subscribe-bottom {
  bottom: 10px;
  position: absolute;
  left: 45px;
}

#newsletter-popup .subscribe-bottom input, #cms-popup .subscribe-bottom input {
  margin-top: 0px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

#newsletter-popup input {
  color: #333333;
  background-color: #ffffff;
  border-color: #e6e6e6;
}

@media only screen and  (max-width: 920px) {
  .fancybox-wrap.fancybox-opened {
    max-width: 95%;
  }
}

@media only screen and  (max-width: 767px) {
  #newsletter-popup .block-popup-subscribe .newsletter-popup-content, #cms-popup .block-popup-subscribe .newsletter-popup-content {
    left: 0px;
    padding: 15px;
  }

  .fancybox-wrap.fancybox-opened {
    max-width: 90%;
    z-index: 8030;
  }
}

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

.confirmation-modal > .flex-columns-wrapper.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .flex-columns-wrapper.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .flex-columns-wrapper.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.flex-columns-wrapper.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .flex-columns-wrapper {
  justify-content: space-between;
}

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

  .actions-toolbar.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: 1536px) {
  .columns {
    max-width: 1536px;
  }
}

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

.registration-container.columns {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumbs .columns {
  padding-left: 0px;
  padding-right: 0px;
}

.header-container-fixed .columns {
  position: relative;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .header-container-fixed .columns {
    max-width: 80%;
  }
}

.columns {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.columns > .navbar-header,.columns > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .columns > .navbar-header,.columns > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar > .columns .navbar-brand {
    margin-left: -15px;
  }
}

.columns .jumbotron {
  border-radius: 6px;
}

.jumbotron .columns {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .columns .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.columns:before,.columns:after {
  display: table;
  content: " ";
}

.columns:after {
  clear: both;
}

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

  .form-create-account > .page-layout-2columns-left .columns,.form-create-account >  .page-layout-2columns-right .columns,.form-create-account >  .page-layout-3columns .columns {
    grid-template-columns: 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;
}

.actions-toolbar.swatch-attribute .swatch-attribute-options {
  flex-direction: row;
}

.confirmation-modal > .swatch-attribute .swatch-attribute-options.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .swatch-attribute .swatch-attribute-options.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .swatch-attribute .swatch-attribute-options.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.swatch-attribute .swatch-attribute-options.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .swatch-attribute .swatch-attribute-options {
  justify-content: space-between;
}

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

@media only screen and (max-width: 769px) {
  .account-nav .account-nav-title .title ~ .swatch-attribute .swatch-attribute-options .swatch-option {
    border: none;
  }

  .account-nav .account-nav-title .title ~ .swatch-attribute .swatch-attribute-options .swatch-option svg {
    transform: rotate(360deg);
    width: 16px;
  }

  .account-nav .account-nav-title.border-b.pb-4 .title ~ .swatch-attribute .swatch-attribute-options .swatch-option svg {
    transform: rotate(180deg);
  }
}

.confirmation-modal > .swatch-attribute .swatch-attribute-options .swatch-option.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .swatch-attribute .swatch-attribute-options .swatch-option.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .swatch-attribute .swatch-attribute-options .swatch-option.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.swatch-attribute .swatch-attribute-options .swatch-option.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .swatch-attribute .swatch-attribute-options .swatch-option {
  justify-content: space-between;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
  min-width: 40px;
}

html, body {
  height: 100%;
}

html {
  overflow: hidden;
}

body {
  background-color: transparent;
}

#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 only screen and (max-width: 769px) {
  .account-nav .account-nav-title .title ~ .input {
    border: none;
  }

  .account-nav .account-nav-title .title ~ .input svg {
    transform: rotate(360deg);
    width: 16px;
  }

  .account-nav .account-nav-title.border-b.pb-4 .title ~ .input svg {
    transform: rotate(180deg);
  }
}

.field.date .rounded-lg.shadow button.p-1.input {
  position: relative;
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date .rounded-lg.shadow button.p-1.input:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date .rounded-lg.shadow button.p-1.input.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

@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(29 78 216 / 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);
}

.field.date .rounded-lg.card {
  background: #efefef;
  border: 4px solid #fff;
  border-radius: 0;
  padding: 18px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.field.date .rounded-lg.card > .mb-2 > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .rounded-lg.card > .mb-2 > div select {
  width: 47%;
}

.field.date .rounded-lg.card button.p-1.rounded {
  position: relative;
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date .rounded-lg.card button.p-1.rounded:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date .rounded-lg.card button.p-1.rounded.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

.field.date .rounded-lg.card button.datepicker-prev {
  order: 1;
}

.field.date .rounded-lg.card button.datepicker-next {
  order: 3;
}

a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration: none;
}

.action.primary {
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 203 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  vertical-align: middle;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media only screen and (max-width: 769px) {
  .account-nav .account-nav-title .title ~ .action.primary {
    border: none;
  }

  .account-nav .account-nav-title .title ~ .action.primary svg {
    transform: rotate(360deg);
    width: 16px;
  }

  .account-nav .account-nav-title.border-b.pb-4 .title ~ .action.primary svg {
    transform: rotate(180deg);
  }
}

.action.primary {
  border-radius: 3px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 1.3rem;
}

.action.primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(43 43 43 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity));
}

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

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: baseline;
}

.block-dashboard-information > input[type="text"], .block-dashboard-addresses > input[type="text"],.block-dashboard-information >
input[type="password"], .block-dashboard-addresses >
input[type="password"],.block-dashboard-information >
input[type="url"], .block-dashboard-addresses >
input[type="url"],.block-dashboard-information >
input[type="tel"], .block-dashboard-addresses >
input[type="tel"],.block-dashboard-information >
input[type="search"], .block-dashboard-addresses >
input[type="search"],.block-dashboard-information >
input[type="number"], .block-dashboard-addresses >
input[type="number"],.block-dashboard-information >
input[type*="date"], .block-dashboard-addresses >
input[type*="date"],.block-dashboard-information >
input[type="email"], .block-dashboard-addresses >
input[type="email"] {
  padding-top: 0;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-size: 14px;
  height: 42px;
  padding: 0 9px;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, input[type="tel"]:disabled, input[type="search"]:disabled, input[type="number"]:disabled, input[type*="date"]:disabled, input[type="email"]:disabled {
  opacity: 0.5;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type*="date"]:focus, input[type="email"]:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
  border: #ddd;
}

input[type="radio"], input[type="checkbox"] {
  width: 13px;
  height: 13px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
}

input[checked="checked"], input[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");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input[checked="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");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

select {
  width: 100%;
}

.block-dashboard-information > select, .block-dashboard-addresses > select {
  padding-top: 0;
}

select {
  border: 1px solid #ccc;
  height: 32px;
}

textarea {
  margin: 0px;
  box-sizing: border-box;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: baseline;
}

.block-dashboard-information > textarea, .block-dashboard-addresses > textarea {
  padding-top: 0;
}

textarea {
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  height: auto;
  line-height: 1.42857143;
  padding: 10px;
  resize: vertical;
}

[type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

button {
  border-radius: 3px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: rgba(0,0,0,0.3) none repeat scroll 0 0;
  border: 0 none;
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
  content: '';
}

.swiper .swiper-button-next .fa, .swiper .swiper-button-prev .fa {
  font-size: 25px;
  line-height: 60px;
  color: #555;
}

.swiper .swiper-pagination {
  bottom: 25px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #dbdbdb;
  opacity: 1;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper .swiper-pagination .swiper-pagination-bullet:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
}

img {
  display: inline-block;
}

.page-bottom {
  clear: both;
}

.title-page {
  position: relative;
  display: block;
  text-align: left;
}

.filter .title-page {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .title-page {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.title-page {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .title-page {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.title-page .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.title-page .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .title-page.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .title-page.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .title-page.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .title-page.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .title-page {
  margin-bottom: 40px;
}

.category-view .sidebar .title-page.filter {
}

.title-page {
  text-align: left;
  margin: 30px 0 15px;
}

.title-page .subtitle {
  position: relative;
  margin: 0px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.order-details-items .order-items .parent-item .p-2 .title-page .subtitle {
  font-size: 18px;
  margin: 0 0 10px;
}

.title-page .subtitle {
  font-size: 18px;
}

.ajax_loading {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  text-align: center;
}

.block-dashboard-information > .ajax_loading, .block-dashboard-addresses > .ajax_loading {
  padding-top: 0;
}

form .field.date .customer-dob > .ajax_loading, fieldset .field.date .customer-dob > .ajax_loading {
  position: relative;
}

form .field.date .customer-dob > .ajax_loading svg, fieldset .field.date .customer-dob > .ajax_loading svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .ajax_loading svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .ajax_loading svg {
  display: block;
}

form .field.date .customer-dob > .ajax_loading svg, fieldset .field.date .customer-dob > .ajax_loading svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .ajax_loading svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .ajax_loading svg {
  display: block;
}

form .field.date .customer-dob > .ajax_loading svg, fieldset .field.date .customer-dob > .ajax_loading svg {
  display: none;
}

form .field.date .customer-dob > .ajax_loading::after, fieldset .field.date .customer-dob > .ajax_loading::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.ajax_loading {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0;
  z-index: 100;
  font-size: 40px;
}

.block .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.block .block-title.filter-title {
  border-bottom: none;
}

.columns {
  padding-left: 0px;
  padding-right: 0px;
}

.breadcrumbs {
  padding: 0px;
  margin: 10px 0;
}

.breadcrumbs.shadow-sm {
  background-color: transparent;
  box-shadow: none;
}

.breadcrumbs .container {
  padding-left: 0px;
  padding-right: 0px;
}

.breadcrumbs .items {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 15px;
  padding-bottom: 0;
}

.breadcrumbs .items >  li {
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs .items >  li .separator {
  display: none;
}

.card-payment-lists > .p-2.breadcrumbs .items >  li .separator {
  display: block;
}

.breadcrumbs .items >  li .separator {
  display: none;
}

.breadcrumbs .item:not(:last-child)::after {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  content: '\f105';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  speak: none;
  color: #9b9b9b;
}

.breadcrumbs .item a {
  color: #9b9b9b;
}

.pages .items {
  margin: 0px;
  display: inline-block;
  padding: 0px;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  list-style: outside none none;
  white-space: nowrap;
  /*margin-left: -5px;*/
}

.pages .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 30px;
  margin: 0 10px 0 0;
}

.pages .item strong {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #f00 none repeat scroll 0 0;
  border: 1px solid #f00;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 40px;
  padding: 0 5px;
  width: 40px;
}

.pages .item strong.previous, .pages .item strong.next {
  display: none;
}

.card-payment-lists > .p-2.pages .item strong.previous,.card-payment-lists > .p-2 .pages .item strong.next {
  display: block;
}

.pages .item strong.previous, .pages .item strong.next {
  display: none;
}

.pages .item a.page {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  text-decoration: none;
  width: 40px;
  line-height: 40px;
}

.pages .item .action {
  display: block;
}

.filter .pages .item .action {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .pages .item .action {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.pages .item .action {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .pages .item .action {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.pages .item .action .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.pages .item .action .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .pages .item .action.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .pages .item .action.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .pages .item .action.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .pages .item .action.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .pages .item .action {
  margin-bottom: 40px;
}

.category-view .sidebar .pages .item .action.filter {
}

.pages .item .action {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  border: 1px solid #ddd;
  line-height: 40px;
  padding: 0 15px;
  width: auto;
  border-radius: 3px;
  font-size: 14px;
}

.pages .item.current a {
  --tw-border-opacity: 1;
  border-color: rgb(60 154 218 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(60 154 218 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h1.page-title {
  font-weight: 700;
  text-transform: uppercase;
}

.confirmation-modal > h1.page-title.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > h1.page-title.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > h1.page-title.text-xl::after, .block-dashboard-addresses > .confirmation-modal > h1.page-title.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > h1.page-title.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

h1.page-title {
  color: #222;
  font-size: 18px;
  margin: 20px 0;
}

.required label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

.field label {
  text-transform: capitalize;
  margin: 0 0 8px;
}

.field.captcha .captcha-image {
  position: relative;
  float: left;
  width: 201px;
  overflow: hidden;
  vertical-align: middle;
}

.field.captcha .captcha-image img {
  border: 1px solid #ccc;
}

.field.captcha .captcha-image .captcha-reload {
  background: url(../images/icon-sprite.png) -75px -213px no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-indent: -10000px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}

.field.date .rounded-lg.shadow {
  background: #efefef;
  border: 4px solid #fff;
  border-radius: 0;
  padding: 18px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.field.date .rounded-lg.shadow > .mb-2 > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .rounded-lg.shadow > .mb-2 > div select {
  width: 47%;
}

.field.date .rounded-lg.shadow button.p-1.rounded {
  position: relative;
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date .rounded-lg.shadow button.p-1.rounded:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date .rounded-lg.shadow button.p-1.rounded.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

.field.date .rounded-lg.shadow button.datepicker-prev {
  order: 1;
}

.field.date .rounded-lg.shadow button.datepicker-next {
  order: 3;
}

.field.date .calendar {
  margin-top: 10px;
}

.field.date .calendar .p-1 {
  border: #cfcfcf 1px solid;
  background: #fff;
  font-size: 12.6px;
  padding: 4px;
}

.field.date .calendar .p-1.today {
  background: #f9eae7;
}

.field.date .calendar .p-1.selected {
  background: #ffdf66;
}

.field.date .calendar .p-1.disabled {
  background: #f9f9f9;
}

.field.date .calendar .p-1.day-name {
  background: #efefef;
}

.field.date .calendar .p-1.day-number:not(.disabled):hover {
  background: #f9eae7;
}

.fieldset {
  margin: 0 0 40px;
}

.fieldset .field,
    .fieldset .fields {
  margin: 0 0 20px;
}

.fieldset .field:last-child, .fieldset .fields:last-child {
  margin-bottom: 0;
}

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

.fieldset >.legend {
  float: left;
  box-sizing: border-box;
  width: 100%;
  text-transform: uppercase;
}

.block-dashboard-information > .fieldset >.legend, .block-dashboard-addresses > .fieldset >.legend {
  padding-top: 0;
}

.fieldset >.legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  line-height: 1.2;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 5px;
}

.page.messages .messages {
  padding: 0px;
}

.message {
  position: relative;
  display: block;
}

.filter .message {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .message {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.message {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .message {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.message .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.message .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .message.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .message.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .message.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .message.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .message {
  margin-bottom: 40px;
}

.category-view .sidebar .message.filter {
}

.message {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  font-size: 1.3rem;
  padding-left: 45px;
}

.message a {
  text-decoration: none;
}

.message::before {
  position: absolute;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  font-family: 'luma-icons';
  margin: -12px 0 0;
  font-weight: normal;
  speak: none;
  top: 22px;
  width: 45px;
}

.message.error {
  background: #fae5e5;
  color: #e02b27;
  box-shadow: none;
  border-radius: 0;
}

.message.error::before {
  color: #b30000;
  content: '\e61f';
}

.message.notice {
  background: #fdf0d5;
  color: #6f4400;
}

.message.notice::before {
  color: #c07600;
  content: '\e602';
}

.message.info {
  background: #fdf0d5;
  color: #6f4400;
}

.message.info::before {
  color: #c07600;
  content: '\e602';
}

.message.success {
  background: #e5efe5;
  color: #006400;
}

.message.success::before {
  content: '\e60e';
}

.actions-toolbar {
  border: none;
}

.actions-toolbar .action.primary, .actions-toolbar .btn-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 1.3rem;
}

.actions-toolbar.flex-row {
  flex-direction: row;
}

.actions-toolbar a.action {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
  text-decoration: none;
}

.actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
}

.actions-toolbar .primary button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 209 77 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.actions-toolbar button:focus {
  box-shadow: none;
}

.column.main .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-size: 22px;
}

.table {
  width: 100%;
  max-width: 100%;
}

.block-dashboard-information > .table, .block-dashboard-addresses > .table {
  padding-top: 0;
}

.table {
  margin-bottom: 20px;
}

.table .table-caption {
  display: none;
}

.card-payment-lists > .p-2.table .table-caption {
  display: block;
}

.table .table-caption {
  display: none;
}

.table thead tr td, .table thead tr th, .table tbody tr td, .table tbody tr th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.confirmation-modal {
  position: relative;
  max-width: 50rem;
  border: none;
  padding-bottom: 1.2rem;
  padding-top: 4rem;
}

.confirmation-modal .action.close {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 1;
}

form .field.date .customer-dob > .confirmation-modal .action.close, fieldset .field.date .customer-dob > .confirmation-modal .action.close {
  position: relative;
}

form .field.date .customer-dob > .confirmation-modal .action.close svg, fieldset .field.date .customer-dob > .confirmation-modal .action.close svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .confirmation-modal .action.close svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .confirmation-modal .action.close svg {
  display: block;
}

form .field.date .customer-dob > .confirmation-modal .action.close svg, fieldset .field.date .customer-dob > .confirmation-modal .action.close svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .confirmation-modal .action.close svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .confirmation-modal .action.close svg {
  display: block;
}

form .field.date .customer-dob > .confirmation-modal .action.close svg, fieldset .field.date .customer-dob > .confirmation-modal .action.close svg {
  display: none;
}

form .field.date .customer-dob > .confirmation-modal .action.close::after, fieldset .field.date .customer-dob > .confirmation-modal .action.close::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.confirmation-modal .action.close {
  width: auto;
  height: auto;
  padding: 10px;
  border: none;
}

.confirmation-modal .action.close::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.confirmation-modal > .font-bold.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .font-bold.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .font-bold.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .font-bold.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .font-bold.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.confirmation-modal > .flex.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .flex.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .flex.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

@media print {
  .sections .vicomage-megamenu li.level0.dropdown .submenu {
    display: none;
  }

  .page-header {
    display: none;
  }

  .card-payment-lists > .p-2.page-header {
    display: block;
  }

  .page-header {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    display: none;
  }

  .card-payment-lists > .p-2.swiper .swiper-button-next,.card-payment-lists > .p-2 .swiper .swiper-button-prev {
    display: block;
  }

  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    display: none;
  }

  .swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev {
    display: flex;
  }

  .confirmation-modal > .swiper:hover .swiper-button-next.justify-between,.confirmation-modal >  .swiper:hover .swiper-button-prev.justify-between {
    justify-content: flex-end;
    padding: 3rem;
  }

  .confirmation-modal > .swiper:hover .swiper-button-next.justify-between button,.confirmation-modal >  .swiper:hover .swiper-button-prev.justify-between button {
    --tw-bg-opacity: 1;
    background-color: rgb(255 203 51 / var(--tw-bg-opacity));
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-color: #ff0100;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: inherit;
  }

  .confirmation-modal > .swiper:hover .swiper-button-next.justify-between button:hover,.confirmation-modal >  .swiper:hover .swiper-button-prev.justify-between button:hover {
    background-color: #333333;
    border-color: #333333;
  }

  .order-details-items > .card >.swiper:hover .swiper-button-next.justify-end,.order-details-items > .card > .swiper:hover .swiper-button-prev.justify-end {
    background: #f5f5f5;
    margin: 25px;
    margin-top: 0;
    border-top: none;
  }

  .order-actions-toolbar .swiper:hover .swiper-button-next,.order-actions-toolbar  .swiper:hover .swiper-button-prev {
    justify-content: space-between;
  }
}

@media screen and (min-width: 770px) {
  .navigation, .breadcrumbs, .page-header .header.panel, .header.content,
    .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .product-main-full-width {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }

  .page-wrapper {
    position: relative;
    display: flex;
  }

  .confirmation-modal > .page-wrapper.justify-between {
    justify-content: flex-end;
    padding: 3rem;
  }

  .confirmation-modal > .page-wrapper.justify-between button {
    --tw-bg-opacity: 1;
    background-color: rgb(255 203 51 / var(--tw-bg-opacity));
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-color: #ff0100;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: inherit;
  }

  .confirmation-modal > .page-wrapper.justify-between button:hover {
    background-color: #333333;
    border-color: #333333;
  }

  .order-details-items > .card >.page-wrapper.justify-end {
    background: #f5f5f5;
    margin: 25px;
    margin-top: 0;
    border-top: none;
  }

  .order-actions-toolbar .page-wrapper {
    justify-content: space-between;
  }

  .page-wrapper {
    flex-direction: column;
    min-height: 100%;
  }

  .page-wrapper > .breadcrumbs, .page-wrapper > .top-container, .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }

  .block-dashboard-information > .page-wrapper > .breadcrumbs, .block-dashboard-addresses > .page-wrapper > .breadcrumbs,.block-dashboard-information >  .page-wrapper > .top-container, .block-dashboard-addresses >  .page-wrapper > .top-container,.block-dashboard-information >  .page-wrapper > .widget, .block-dashboard-addresses >  .page-wrapper > .widget {
    padding-top: 0;
  }

  .page-wrapper #maincontent {
    height: 100%;
    width: 100%;
  }

  .block-dashboard-information > .page-wrapper #maincontent, .block-dashboard-addresses > .page-wrapper #maincontent {
    padding-top: 0;
  }

  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
}

@media (max-width: 1200px) {
  .page-wrapper .navigation, .page-wrapper .breadcrumbs, body .page-wrapper > .widget,
    body .page-wrapper > .page-bottom, .page-wrapper .block.category.event, .page-wrapper .top-container, .page-wrapper .page-main, .page-wrapper .product-main-full-width {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
  .page-wrapper .navigation, .page-wrapper .breadcrumbs, body .page-wrapper > .widget,
    body .page-wrapper > .page-bottom, .page-wrapper .block.category.event, .page-wrapper .top-container, .page-wrapper .page-main, .page-wrapper .product-main-full-width {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .navigation, .breadcrumbs, .page-header .header.panel, .header.content,
    .page-main, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-wrapper .product-main-full-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .breadcrumbs .items {
    margin-top: 0;
  }

  .confirmation-modal {
    max-width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .vicomage-slider .swiper-button-next, .vicomage-slider .swiper-button-prev {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}

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

@font-face {
  font-family: 'luma-icons';

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: url('../fonts/Luma-Icons.woff2') format('woff2'),
    url('../fonts/Luma-Icons.woff') format('woff'),
    url('../fonts/Luma-Icons.eot'),
    url('../fonts/Luma-Icons.ttf') format('truetype'),
    url('../fonts/Luma-Icons.svg') format('svg');
}

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

body {
  overflow-x: hidden;
  line-height: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: 1.4rem;
  color: #333;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

/**
 * 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: 1536px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1536px;
  }
}

.registration-container[data-content-type='row'][data-appearance='contained'] {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumbs [data-content-type='row'][data-appearance='contained'] {
  padding-left: 0px;
  padding-right: 0px;
}

.header-container-fixed [data-content-type='row'][data-appearance='contained'] {
  position: relative;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .header-container-fixed [data-content-type='row'][data-appearance='contained'] {
    max-width: 80%;
  }
}

[data-content-type='row'][data-appearance='contained'] {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

[data-content-type='row'][data-appearance='contained'] > .navbar-header,[data-content-type='row'][data-appearance='contained'] > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] > .navbar-header,[data-content-type='row'][data-appearance='contained'] > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar > [data-content-type='row'][data-appearance='contained'] .navbar-brand {
    margin-left: -15px;
  }
}

[data-content-type='row'][data-appearance='contained'] .jumbotron {
  border-radius: 6px;
}

.jumbotron [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}

[data-content-type='row'][data-appearance='contained']:before,[data-content-type='row'][data-appearance='contained']:after {
  display: table;
  content: " ";
}

[data-content-type='row'][data-appearance='contained']:after {
  clear: both;
}

[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: 1536px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1536px;
  }
}

.registration-container[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumbs [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header-container-fixed [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  position: relative;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .header-container-fixed [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 80%;
  }
}

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

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

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

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

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .navbar-header,[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .navbar-header,[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .navbar-brand {
    margin-left: -15px;
  }
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .jumbotron {
  border-radius: 6px;
}

.jumbotron [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner:before,[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner:after {
  display: table;
  content: " ";
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner:after {
  clear: both;
}

/* 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%;
}

.block-dashboard-information > [data-content-type='column'], .block-dashboard-addresses > [data-content-type='column'] {
  padding-top: 0;
}

[data-content-type='column'] {
  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);
}

.filter [data-content-type='tabs'] .tabs-navigation {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter [data-content-type='tabs'] .tabs-navigation {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter[data-content-type='tabs'] .tabs-navigation {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > [data-content-type='tabs'] .tabs-navigation {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

[data-content-type='tabs'] .tabs-navigation .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

[data-content-type='tabs'] .tabs-navigation .block-title.filter-title {
  border-bottom: none;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-navigation {
  background: #efefef;
  border: 4px solid #fff;
  border-radius: 0;
  padding: 18px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-navigation > .mb-2 > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-navigation > .mb-2 > div select {
  width: 47%;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-navigation button.p-1.rounded {
  position: relative;
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-navigation button.p-1.rounded:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-navigation button.p-1.rounded.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-navigation button.datepicker-prev {
  order: 1;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-navigation button.datepicker-next {
  order: 3;
}

@media screen and (min-width: 770px) {
  [data-content-type='tabs'] .tabs-navigation.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper [data-content-type='tabs'] .tabs-navigation.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper [data-content-type='tabs'] .tabs-navigation.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  [data-content-type='tabs'] .tabs-navigation.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > [data-content-type='tabs'] .tabs-navigation {
  margin-bottom: 40px;
}

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

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

@media only screen and (max-width: 769px) {
  .account-nav .account-nav-title .title ~ [data-content-type='tabs'] .tabs-navigation li.tab-header {
    border: none;
  }

  .account-nav .account-nav-title .title ~ [data-content-type='tabs'] .tabs-navigation li.tab-header svg {
    transform: rotate(360deg);
    width: 16px;
  }

  .account-nav .account-nav-title.border-b.pb-4 .title ~ [data-content-type='tabs'] .tabs-navigation li.tab-header svg {
    transform: rotate(180deg);
  }
}

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

.filter [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    margin-bottom: 30px;
    padding: 0;
  }
}

.card-payment-lists > .p-2 [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  font-size: 14px;
}

@media only screen and (max-width: 769px) {
  .account.page-layout-2columns-left .columns .sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  margin-bottom: 40px;
}

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

.order-details-items .order-items > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.text-secondary {
  display: grid;
  border-bottom: 1px solid #ddd;
}

.order-details-items .order-items > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.text-secondary .p-2 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.confirmation-modal > .order-details-items .order-items > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.text-secondary .p-2.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .order-details-items .order-items > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.text-secondary .p-2.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .order-details-items .order-items > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.text-secondary .p-2.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .order-details-items .order-items > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.text-secondary .p-2.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .order-details-items .order-items > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.text-secondary .p-2.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.order-details-items .order-items > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.text-secondary .p-2 {
  font-size: 14px;
}

.order-details-items .order-items .parent-item .item-options [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  font-size: 14px;
}

.order-details-items .order-items .parent-item .p-2 [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  font-size: 18px;
  margin: 0 0 10px;
}

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

.order-details-items .order-items .parent-item .p-2 [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-size: 18px;
  margin: 0 0 10px;
}

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

@media only screen and (max-width: 769px) {
  .account-nav .account-nav-title .title ~ [data-content-type='tabs'] .tabs-content {
    border: none;
  }

  .account-nav .account-nav-title .title ~ [data-content-type='tabs'] .tabs-content svg {
    transform: rotate(360deg);
    width: 16px;
  }

  .account-nav .account-nav-title.border-b.pb-4 .title ~ [data-content-type='tabs'] .tabs-content svg {
    transform: rotate(180deg);
  }
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-content {
  background: #efefef;
  border: 4px solid #fff;
  border-radius: 0;
  padding: 18px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-content > .mb-2 > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-content > .mb-2 > div select {
  width: 47%;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-content button.p-1.rounded {
  position: relative;
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-content button.p-1.rounded:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-content button.p-1.rounded.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-content button.datepicker-prev {
  order: 1;
}

.field.date .rounded-lg[data-content-type='tabs'] .tabs-content button.datepicker-next {
  order: 3;
}

[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%;
}

.field.date .rounded-lg.shadow > [data-content-type='buttons'] [data-content-type='button-item'] > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .rounded-lg.shadow > [data-content-type='buttons'] [data-content-type='button-item'] > div select {
  width: 47%;
}

[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: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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);
}

.field.date a.pagebuilder-button-primary.shadow,.field.date  button.pagebuilder-button-primary.shadow,.field.date  div.pagebuilder-button-primary.shadow {
  background: #efefef;
  border: 4px solid #fff;
  border-radius: 0;
  padding: 18px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.field.date a.pagebuilder-button-primary.shadow > .mb-2 > div,.field.date  button.pagebuilder-button-primary.shadow > .mb-2 > div,.field.date  div.pagebuilder-button-primary.shadow > .mb-2 > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date a.pagebuilder-button-primary.shadow > .mb-2 > div select,.field.date  button.pagebuilder-button-primary.shadow > .mb-2 > div select,.field.date  div.pagebuilder-button-primary.shadow > .mb-2 > div select {
  width: 47%;
}

.field.date a.pagebuilder-button-primary.shadow button.p-1.rounded,.field.date  button.pagebuilder-button-primary.shadow button.p-1.rounded,.field.date  div.pagebuilder-button-primary.shadow button.p-1.rounded {
  position: relative;
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date a.pagebuilder-button-primary.shadow button.p-1.rounded:before,.field.date  button.pagebuilder-button-primary.shadow button.p-1.rounded:before,.field.date  div.pagebuilder-button-primary.shadow button.p-1.rounded:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date a.pagebuilder-button-primary.shadow button.p-1.rounded.datepicker-next::before,.field.date  button.pagebuilder-button-primary.shadow button.p-1.rounded.datepicker-next::before,.field.date  div.pagebuilder-button-primary.shadow button.p-1.rounded.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

.field.date a.pagebuilder-button-primary.shadow button.datepicker-prev,.field.date  button.pagebuilder-button-primary.shadow button.datepicker-prev,.field.date  div.pagebuilder-button-primary.shadow button.datepicker-prev {
  order: 1;
}

.field.date a.pagebuilder-button-primary.shadow button.datepicker-next,.field.date  button.pagebuilder-button-primary.shadow button.datepicker-next,.field.date  div.pagebuilder-button-primary.shadow button.datepicker-next {
  order: 3;
}

.confirmation-modal > a.pagebuilder-button-primary.justify-between,.confirmation-modal >  button.pagebuilder-button-primary.justify-between,.confirmation-modal >  div.pagebuilder-button-primary.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > a.pagebuilder-button-primary.justify-between button,.confirmation-modal >  button.pagebuilder-button-primary.justify-between button,.confirmation-modal >  div.pagebuilder-button-primary.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > a.pagebuilder-button-primary.justify-between button:hover,.confirmation-modal >  button.pagebuilder-button-primary.justify-between button:hover,.confirmation-modal >  div.pagebuilder-button-primary.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >a.pagebuilder-button-primary.justify-end,.order-details-items > .card > button.pagebuilder-button-primary.justify-end,.order-details-items > .card > div.pagebuilder-button-primary.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar a.pagebuilder-button-primary,.order-actions-toolbar  button.pagebuilder-button-primary,.order-actions-toolbar  div.pagebuilder-button-primary {
  justify-content: space-between;
}

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

  .order-details-items > .card .order-title a.pagebuilder-button-primary,.order-details-items > .card .order-title  button.pagebuilder-button-primary,.order-details-items > .card .order-title  div.pagebuilder-button-primary {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
}

@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(43 43 43 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --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);
  color: #fff;
  background-color: #337ab7;
}

aa.pagebuilder-button-primary:hover,
aa.pagebuilder-button-primary:focus,a button.pagebuilder-button-primary:hover,
a button.pagebuilder-button-primary:focus,a div.pagebuilder-button-primary:hover,
a div.pagebuilder-button-primary:focus {
  background-color: #286090;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 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);
}

.order-actions-toolbar a.pagebuilder-button-primary,.order-actions-toolbar  button.pagebuilder-button-primary,.order-actions-toolbar  div.pagebuilder-button-primary {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
}

.order-actions-toolbar a.pagebuilder-button-primary:hover,.order-actions-toolbar  button.pagebuilder-button-primary:hover,.order-actions-toolbar  div.pagebuilder-button-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.order-actions-toolbar a.pagebuilder-button-primary svg,.order-actions-toolbar  button.pagebuilder-button-primary svg,.order-actions-toolbar  div.pagebuilder-button-primary svg {
  display: none;
}

.card-payment-lists > .p-2.order-actions-toolbar a.pagebuilder-button-primary svg,.card-payment-lists > .p-2.order-actions-toolbar  button.pagebuilder-button-primary svg,.card-payment-lists > .p-2.order-actions-toolbar  div.pagebuilder-button-primary svg {
  display: block;
}

.order-actions-toolbar a.pagebuilder-button-primary svg,.order-actions-toolbar  button.pagebuilder-button-primary svg,.order-actions-toolbar  div.pagebuilder-button-primary svg {
  display: none;
}

#mw-locator-filter-wrapper a.pagebuilder-button-primary.btn-primary,#mw-locator-filter-wrapper  button.pagebuilder-button-primary.btn-primary,#mw-locator-filter-wrapper  div.pagebuilder-button-primary.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
}

#mw-locator-filter-wrapper a.pagebuilder-button-primary.btn-primary:hover,#mw-locator-filter-wrapper  button.pagebuilder-button-primary.btn-primary:hover,#mw-locator-filter-wrapper  div.pagebuilder-button-primary.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 77 / var(--tw-bg-opacity));
}

#mw-locator-filter-wrapper a.btn.pagebuilder-button-primary,#mw-locator-filter-wrapper  button.btn.pagebuilder-button-primary,#mw-locator-filter-wrapper  div.btn.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
}

#mw-locator-filter-wrapper a.btn.pagebuilder-button-primary:hover,#mw-locator-filter-wrapper  button.btn.pagebuilder-button-primary:hover,#mw-locator-filter-wrapper  div.btn.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 77 / var(--tw-bg-opacity));
}


.btn-group-lg > a.pagebuilder-button-primary,
.btn-group-lg >  button.pagebuilder-button-primary,
.btn-group-lg >  div.pagebuilder-button-primary {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}


.btn-group-sm > a.pagebuilder-button-primary,
.btn-group-sm >  button.pagebuilder-button-primary,
.btn-group-sm >  div.pagebuilder-button-primary {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}


.btn-group-xs > a.pagebuilder-button-primary,
.btn-group-xs >  button.pagebuilder-button-primary,
.btn-group-xs >  div.pagebuilder-button-primary {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group > a.pagebuilder-button-primary,
.btn-group-vertical > a.pagebuilder-button-primary,.btn-group >  button.pagebuilder-button-primary,
.btn-group-vertical >  button.pagebuilder-button-primary,.btn-group >  div.pagebuilder-button-primary,
.btn-group-vertical >  div.pagebuilder-button-primary {
  position: relative;
  float: left;
}

.btn-group > a.pagebuilder-button-primary:hover,
.btn-group-vertical > a.pagebuilder-button-primary:hover,
.btn-group > a.pagebuilder-button-primary:focus,
.btn-group-vertical > a.pagebuilder-button-primary:focus,
.btn-group > a.pagebuilder-button-primary:active,
.btn-group-vertical > a.pagebuilder-button-primary:active,
.btn-group > a.pagebuilder-button-primary.active,
.btn-group-vertical > a.pagebuilder-button-primary.active,.btn-group >  button.pagebuilder-button-primary:hover,
.btn-group-vertical >  button.pagebuilder-button-primary:hover,
.btn-group >  button.pagebuilder-button-primary:focus,
.btn-group-vertical >  button.pagebuilder-button-primary:focus,
.btn-group >  button.pagebuilder-button-primary:active,
.btn-group-vertical >  button.pagebuilder-button-primary:active,
.btn-group >  button.pagebuilder-button-primary.active,
.btn-group-vertical >  button.pagebuilder-button-primary.active,.btn-group >  div.pagebuilder-button-primary:hover,
.btn-group-vertical >  div.pagebuilder-button-primary:hover,
.btn-group >  div.pagebuilder-button-primary:focus,
.btn-group-vertical >  div.pagebuilder-button-primary:focus,
.btn-group >  div.pagebuilder-button-primary:active,
.btn-group-vertical >  div.pagebuilder-button-primary:active,
.btn-group >  div.pagebuilder-button-primary.active,
.btn-group-vertical >  div.pagebuilder-button-primary.active {
  z-index: 2;
}

.btn-group a.pagebuilder-button-primary + .btn,
.btn-group a.pagebuilder-button-primary + .btn-group,
.btn-group .btn-group + a.pagebuilder-button-primary,.btn-group  button.pagebuilder-button-primary + .btn,
.btn-group  button.pagebuilder-button-primary + .btn-group,
.btn-group .btn-group +  button.pagebuilder-button-primary,.btn-group  div.pagebuilder-button-primary + .btn,
.btn-group  div.pagebuilder-button-primary + .btn-group,
.btn-group .btn-group +  div.pagebuilder-button-primary {
  margin-left: -1px;
}

.btn-toolbar a.pagebuilder-button-primary,.btn-toolbar  button.pagebuilder-button-primary,.btn-toolbar  div.pagebuilder-button-primary {
  float: left;
}

.btn-toolbar > a.pagebuilder-button-primary,.btn-toolbar >  button.pagebuilder-button-primary,.btn-toolbar >  div.pagebuilder-button-primary {
  margin-left: 5px;
}

.btn-group > a.pagebuilder-button-primary:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group >  button.pagebuilder-button-primary:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group >  div.pagebuilder-button-primary:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > a.pagebuilder-button-primary:first-child,.btn-group >  button.pagebuilder-button-primary:first-child,.btn-group >  div.pagebuilder-button-primary:first-child {
  margin-left: 0;
}

.btn-group > a.pagebuilder-button-primary:first-child:not(:last-child):not(.dropdown-toggle),.btn-group >  button.pagebuilder-button-primary:first-child:not(:last-child):not(.dropdown-toggle),.btn-group >  div.pagebuilder-button-primary:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > a.pagebuilder-button-primary:last-child:not(:first-child),.btn-group >  button.pagebuilder-button-primary:last-child:not(:first-child),.btn-group >  div.pagebuilder-button-primary:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > a.pagebuilder-button-primary,.btn-group > .btn-group:not(:first-child):not(:last-child) >  button.pagebuilder-button-primary,.btn-group > .btn-group:not(:first-child):not(:last-child) >  div.pagebuilder-button-primary {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > a.pagebuilder-button-primary:last-child,.btn-group > .btn-group:first-child:not(:last-child) >  button.pagebuilder-button-primary:last-child,.btn-group > .btn-group:first-child:not(:last-child) >  div.pagebuilder-button-primary:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > a.pagebuilder-button-primary:first-child,.btn-group > .btn-group:last-child:not(:first-child) >  button.pagebuilder-button-primary:first-child,.btn-group > .btn-group:last-child:not(:first-child) >  div.pagebuilder-button-primary:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > a.pagebuilder-button-primary + .dropdown-toggle,.btn-group >  button.pagebuilder-button-primary + .dropdown-toggle,.btn-group >  div.pagebuilder-button-primary + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

a.pagebuilder-button-primary .caret, button.pagebuilder-button-primary .caret, div.pagebuilder-button-primary .caret {
  margin-left: 0;
}

.btn-group-vertical > a.pagebuilder-button-primary,
.btn-group-vertical > .btn-group > a.pagebuilder-button-primary,.btn-group-vertical >  button.pagebuilder-button-primary,
.btn-group-vertical > .btn-group >  button.pagebuilder-button-primary,.btn-group-vertical >  div.pagebuilder-button-primary,
.btn-group-vertical > .btn-group >  div.pagebuilder-button-primary {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > a.pagebuilder-button-primary,.btn-group-vertical > .btn-group >  button.pagebuilder-button-primary,.btn-group-vertical > .btn-group >  div.pagebuilder-button-primary {
  float: none;
}

.btn-group-vertical > a.pagebuilder-button-primary + .btn,
.btn-group-vertical > a.pagebuilder-button-primary + .btn-group,
.btn-group-vertical > .btn-group + a.pagebuilder-button-primary,.btn-group-vertical >  button.pagebuilder-button-primary + .btn,
.btn-group-vertical >  button.pagebuilder-button-primary + .btn-group,
.btn-group-vertical > .btn-group +  button.pagebuilder-button-primary,.btn-group-vertical >  div.pagebuilder-button-primary + .btn,
.btn-group-vertical >  div.pagebuilder-button-primary + .btn-group,
.btn-group-vertical > .btn-group +  div.pagebuilder-button-primary {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > a.pagebuilder-button-primary:not(:first-child):not(:last-child),.btn-group-vertical >  button.pagebuilder-button-primary:not(:first-child):not(:last-child),.btn-group-vertical >  div.pagebuilder-button-primary:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > a.pagebuilder-button-primary:first-child:not(:last-child),.btn-group-vertical >  button.pagebuilder-button-primary:first-child:not(:last-child),.btn-group-vertical >  div.pagebuilder-button-primary:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > a.pagebuilder-button-primary:last-child:not(:first-child),.btn-group-vertical >  button.pagebuilder-button-primary:last-child:not(:first-child),.btn-group-vertical >  div.pagebuilder-button-primary:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.pagebuilder-button-primary,.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) >  button.pagebuilder-button-primary,.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) >  div.pagebuilder-button-primary {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > a.pagebuilder-button-primary:last-child,.btn-group-vertical > .btn-group:first-child:not(:last-child) >  button.pagebuilder-button-primary:last-child,.btn-group-vertical > .btn-group:first-child:not(:last-child) >  div.pagebuilder-button-primary:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > a.pagebuilder-button-primary:first-child,.btn-group-vertical > .btn-group:last-child:not(:first-child) >  button.pagebuilder-button-primary:first-child,.btn-group-vertical > .btn-group:last-child:not(:first-child) >  div.pagebuilder-button-primary:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified > a.pagebuilder-button-primary,.btn-group-justified >  button.pagebuilder-button-primary,.btn-group-justified >  div.pagebuilder-button-primary {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group a.pagebuilder-button-primary,.btn-group-justified > .btn-group  button.pagebuilder-button-primary,.btn-group-justified > .btn-group  div.pagebuilder-button-primary {
  width: 100%;
}

[data-toggle="buttons"] > a.pagebuilder-button-primary input[type="radio"],
[data-toggle="buttons"] > .btn-group > a.pagebuilder-button-primary input[type="radio"],
[data-toggle="buttons"] > a.pagebuilder-button-primary input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > a.pagebuilder-button-primary input[type="checkbox"],[data-toggle="buttons"] >  button.pagebuilder-button-primary input[type="radio"],
[data-toggle="buttons"] > .btn-group >  button.pagebuilder-button-primary input[type="radio"],
[data-toggle="buttons"] >  button.pagebuilder-button-primary input[type="checkbox"],
[data-toggle="buttons"] > .btn-group >  button.pagebuilder-button-primary input[type="checkbox"],[data-toggle="buttons"] >  div.pagebuilder-button-primary input[type="radio"],
[data-toggle="buttons"] > .btn-group >  div.pagebuilder-button-primary input[type="radio"],
[data-toggle="buttons"] >  div.pagebuilder-button-primary input[type="checkbox"],
[data-toggle="buttons"] > .btn-group >  div.pagebuilder-button-primary input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}


.input-group-lg > .input-group-btn > a.pagebuilder-button-primary,
.input-group-lg > .input-group-btn >  button.pagebuilder-button-primary,
.input-group-lg > .input-group-btn >  div.pagebuilder-button-primary {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}


select.input-group-lg > .input-group-btn > a.pagebuilder-button-primary,
select.input-group-lg > .input-group-btn >  button.pagebuilder-button-primary,
select.input-group-lg > .input-group-btn >  div.pagebuilder-button-primary {
  height: 46px;
  line-height: 46px;
}


textarea.input-group-lg > .input-group-btn > a.pagebuilder-button-primary,
select[multiple].input-group-lg > .input-group-btn > a.pagebuilder-button-primary,
textarea.input-group-lg > .input-group-btn >  button.pagebuilder-button-primary,
select[multiple].input-group-lg > .input-group-btn >  button.pagebuilder-button-primary,
textarea.input-group-lg > .input-group-btn >  div.pagebuilder-button-primary,
select[multiple].input-group-lg > .input-group-btn >  div.pagebuilder-button-primary {
  height: auto;
}


.input-group-sm > .input-group-btn > a.pagebuilder-button-primary,
.input-group-sm > .input-group-btn >  button.pagebuilder-button-primary,
.input-group-sm > .input-group-btn >  div.pagebuilder-button-primary {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}


select.input-group-sm > .input-group-btn > a.pagebuilder-button-primary,
select.input-group-sm > .input-group-btn >  button.pagebuilder-button-primary,
select.input-group-sm > .input-group-btn >  div.pagebuilder-button-primary {
  height: 30px;
  line-height: 30px;
}


textarea.input-group-sm > .input-group-btn > a.pagebuilder-button-primary,
select[multiple].input-group-sm > .input-group-btn > a.pagebuilder-button-primary,
textarea.input-group-sm > .input-group-btn >  button.pagebuilder-button-primary,
select[multiple].input-group-sm > .input-group-btn >  button.pagebuilder-button-primary,
textarea.input-group-sm > .input-group-btn >  div.pagebuilder-button-primary,
select[multiple].input-group-sm > .input-group-btn >  div.pagebuilder-button-primary {
  height: auto;
}


.input-group-btn:first-child > a.pagebuilder-button-primary,
.input-group-btn:first-child > .btn-group > a.pagebuilder-button-primary,
.input-group-btn:last-child > a.pagebuilder-button-primary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > a.pagebuilder-button-primary,
.input-group-btn:first-child >  button.pagebuilder-button-primary,
.input-group-btn:first-child > .btn-group >  button.pagebuilder-button-primary,
.input-group-btn:last-child >  button.pagebuilder-button-primary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) >  button.pagebuilder-button-primary,
.input-group-btn:first-child >  div.pagebuilder-button-primary,
.input-group-btn:first-child > .btn-group >  div.pagebuilder-button-primary,
.input-group-btn:last-child >  div.pagebuilder-button-primary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) >  div.pagebuilder-button-primary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.input-group-btn:last-child > a.pagebuilder-button-primary,
.input-group-btn:last-child > .btn-group > a.pagebuilder-button-primary,
.input-group-btn:first-child > a.pagebuilder-button-primary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > a.pagebuilder-button-primary,
.input-group-btn:last-child >  button.pagebuilder-button-primary,
.input-group-btn:last-child > .btn-group >  button.pagebuilder-button-primary,
.input-group-btn:first-child >  button.pagebuilder-button-primary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) >  button.pagebuilder-button-primary,
.input-group-btn:last-child >  div.pagebuilder-button-primary,
.input-group-btn:last-child > .btn-group >  div.pagebuilder-button-primary,
.input-group-btn:first-child >  div.pagebuilder-button-primary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) >  div.pagebuilder-button-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn > a.pagebuilder-button-primary,.input-group-btn >  button.pagebuilder-button-primary,.input-group-btn >  div.pagebuilder-button-primary {
  position: relative;
}

.input-group-btn > a.pagebuilder-button-primary + .btn,.input-group-btn >  button.pagebuilder-button-primary + .btn,.input-group-btn >  div.pagebuilder-button-primary + .btn {
  margin-left: -1px;
}

.input-group-btn > a.pagebuilder-button-primary:hover,
.input-group-btn > a.pagebuilder-button-primary:focus,
.input-group-btn > a.pagebuilder-button-primary:active,.input-group-btn >  button.pagebuilder-button-primary:hover,
.input-group-btn >  button.pagebuilder-button-primary:focus,
.input-group-btn >  button.pagebuilder-button-primary:active,.input-group-btn >  div.pagebuilder-button-primary:hover,
.input-group-btn >  div.pagebuilder-button-primary:focus,
.input-group-btn >  div.pagebuilder-button-primary:active {
  z-index: 2;
}

.input-group-btn:first-child > a.pagebuilder-button-primary,.input-group-btn:first-child >  button.pagebuilder-button-primary,.input-group-btn:first-child >  div.pagebuilder-button-primary {
  margin-right: -1px;
}

.input-group-btn:last-child > a.pagebuilder-button-primary,.input-group-btn:last-child >  button.pagebuilder-button-primary,.input-group-btn:last-child >  div.pagebuilder-button-primary {
  z-index: 2;
  margin-left: -1px;
}

a.pagebuilder-button-primary .label, button.pagebuilder-button-primary .label, div.pagebuilder-button-primary .label {
  position: relative;
  top: -1px;
}

a.pagebuilder-button-primary .badge, button.pagebuilder-button-primary .badge, div.pagebuilder-button-primary .badge {
  position: relative;
  top: -1px;
}


.btn-group-xs > a.pagebuilder-button-primary .badge,
.btn-group-xs >  button.pagebuilder-button-primary .badge,
.btn-group-xs >  div.pagebuilder-button-primary .badge {
  top: 0;
  padding: 1px 5px;
}

.modal-footer a.pagebuilder-button-primary + .btn,.modal-footer  button.pagebuilder-button-primary + .btn,.modal-footer  div.pagebuilder-button-primary + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group a.pagebuilder-button-primary + .btn,.modal-footer .btn-group  button.pagebuilder-button-primary + .btn,.modal-footer .btn-group  div.pagebuilder-button-primary + .btn {
  margin-left: -1px;
}

.carousel-caption a.pagebuilder-button-primary,.carousel-caption  button.pagebuilder-button-primary,.carousel-caption  div.pagebuilder-button-primary {
  text-shadow: none;
}

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: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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);
}

.field.date a.pagebuilder-button-secondary.shadow,.field.date  button.pagebuilder-button-secondary.shadow,.field.date  div.pagebuilder-button-secondary.shadow {
  background: #efefef;
  border: 4px solid #fff;
  border-radius: 0;
  padding: 18px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.field.date a.pagebuilder-button-secondary.shadow > .mb-2 > div,.field.date  button.pagebuilder-button-secondary.shadow > .mb-2 > div,.field.date  div.pagebuilder-button-secondary.shadow > .mb-2 > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date a.pagebuilder-button-secondary.shadow > .mb-2 > div select,.field.date  button.pagebuilder-button-secondary.shadow > .mb-2 > div select,.field.date  div.pagebuilder-button-secondary.shadow > .mb-2 > div select {
  width: 47%;
}

.field.date a.pagebuilder-button-secondary.shadow button.p-1.rounded,.field.date  button.pagebuilder-button-secondary.shadow button.p-1.rounded,.field.date  div.pagebuilder-button-secondary.shadow button.p-1.rounded {
  position: relative;
  color: #ff9635;
  width: 10px;
  height: 10px;
  box-shadow: none;
  outline: none;
  border: none;
}

.field.date a.pagebuilder-button-secondary.shadow button.p-1.rounded:before,.field.date  button.pagebuilder-button-secondary.shadow button.p-1.rounded:before,.field.date  div.pagebuilder-button-secondary.shadow button.p-1.rounded:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}

.field.date a.pagebuilder-button-secondary.shadow button.p-1.rounded.datepicker-next::before,.field.date  button.pagebuilder-button-secondary.shadow button.p-1.rounded.datepicker-next::before,.field.date  div.pagebuilder-button-secondary.shadow button.p-1.rounded.datepicker-next::before {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635;
}

.field.date a.pagebuilder-button-secondary.shadow button.datepicker-prev,.field.date  button.pagebuilder-button-secondary.shadow button.datepicker-prev,.field.date  div.pagebuilder-button-secondary.shadow button.datepicker-prev {
  order: 1;
}

.field.date a.pagebuilder-button-secondary.shadow button.datepicker-next,.field.date  button.pagebuilder-button-secondary.shadow button.datepicker-next,.field.date  div.pagebuilder-button-secondary.shadow button.datepicker-next {
  order: 3;
}

.confirmation-modal > a.pagebuilder-button-secondary.justify-between,.confirmation-modal >  button.pagebuilder-button-secondary.justify-between,.confirmation-modal >  div.pagebuilder-button-secondary.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > a.pagebuilder-button-secondary.justify-between button,.confirmation-modal >  button.pagebuilder-button-secondary.justify-between button,.confirmation-modal >  div.pagebuilder-button-secondary.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > a.pagebuilder-button-secondary.justify-between button:hover,.confirmation-modal >  button.pagebuilder-button-secondary.justify-between button:hover,.confirmation-modal >  div.pagebuilder-button-secondary.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >a.pagebuilder-button-secondary.justify-end,.order-details-items > .card > button.pagebuilder-button-secondary.justify-end,.order-details-items > .card > div.pagebuilder-button-secondary.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar a.pagebuilder-button-secondary,.order-actions-toolbar  button.pagebuilder-button-secondary,.order-actions-toolbar  div.pagebuilder-button-secondary {
  justify-content: space-between;
}

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

  .order-details-items > .card .order-title a.pagebuilder-button-secondary,.order-details-items > .card .order-title  button.pagebuilder-button-secondary,.order-details-items > .card .order-title  div.pagebuilder-button-secondary {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
}

@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(43 43 43 / 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(37 99 235 / 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(30 64 175 / 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;
}

 .actions-toolbar a.pagebuilder-button-secondary, .actions-toolbar  button.pagebuilder-button-secondary, .actions-toolbar  div.pagebuilder-button-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 1.3rem;
}

.order-actions-toolbar a.pagebuilder-button-secondary,.order-actions-toolbar  button.pagebuilder-button-secondary,.order-actions-toolbar  div.pagebuilder-button-secondary {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
}

.order-actions-toolbar a.pagebuilder-button-secondary:hover,.order-actions-toolbar  button.pagebuilder-button-secondary:hover,.order-actions-toolbar  div.pagebuilder-button-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.order-actions-toolbar a.pagebuilder-button-secondary svg,.order-actions-toolbar  button.pagebuilder-button-secondary svg,.order-actions-toolbar  div.pagebuilder-button-secondary svg {
  display: none;
}

.card-payment-lists > .p-2.order-actions-toolbar a.pagebuilder-button-secondary svg,.card-payment-lists > .p-2.order-actions-toolbar  button.pagebuilder-button-secondary svg,.card-payment-lists > .p-2.order-actions-toolbar  div.pagebuilder-button-secondary svg {
  display: block;
}

.order-actions-toolbar a.pagebuilder-button-secondary svg,.order-actions-toolbar  button.pagebuilder-button-secondary svg,.order-actions-toolbar  div.pagebuilder-button-secondary svg {
  display: none;
}

#mw-locator-filter-wrapper a.pagebuilder-button-secondary.btn-primary,#mw-locator-filter-wrapper  button.pagebuilder-button-secondary.btn-primary,#mw-locator-filter-wrapper  div.pagebuilder-button-secondary.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
}

#mw-locator-filter-wrapper a.pagebuilder-button-secondary.btn-primary:hover,#mw-locator-filter-wrapper  button.pagebuilder-button-secondary.btn-primary:hover,#mw-locator-filter-wrapper  div.pagebuilder-button-secondary.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 77 / var(--tw-bg-opacity));
}


.btn-group-lg > a.pagebuilder-button-secondary,
.btn-group-lg >  button.pagebuilder-button-secondary,
.btn-group-lg >  div.pagebuilder-button-secondary {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}


.btn-group-sm > a.pagebuilder-button-secondary,
.btn-group-sm >  button.pagebuilder-button-secondary,
.btn-group-sm >  div.pagebuilder-button-secondary {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}


.btn-group-xs > a.pagebuilder-button-secondary,
.btn-group-xs >  button.pagebuilder-button-secondary,
.btn-group-xs >  div.pagebuilder-button-secondary {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group > a.pagebuilder-button-secondary,
.btn-group-vertical > a.pagebuilder-button-secondary,.btn-group >  button.pagebuilder-button-secondary,
.btn-group-vertical >  button.pagebuilder-button-secondary,.btn-group >  div.pagebuilder-button-secondary,
.btn-group-vertical >  div.pagebuilder-button-secondary {
  position: relative;
  float: left;
}

.btn-group > a.pagebuilder-button-secondary:hover,
.btn-group-vertical > a.pagebuilder-button-secondary:hover,
.btn-group > a.pagebuilder-button-secondary:focus,
.btn-group-vertical > a.pagebuilder-button-secondary:focus,
.btn-group > a.pagebuilder-button-secondary:active,
.btn-group-vertical > a.pagebuilder-button-secondary:active,
.btn-group > a.pagebuilder-button-secondary.active,
.btn-group-vertical > a.pagebuilder-button-secondary.active,.btn-group >  button.pagebuilder-button-secondary:hover,
.btn-group-vertical >  button.pagebuilder-button-secondary:hover,
.btn-group >  button.pagebuilder-button-secondary:focus,
.btn-group-vertical >  button.pagebuilder-button-secondary:focus,
.btn-group >  button.pagebuilder-button-secondary:active,
.btn-group-vertical >  button.pagebuilder-button-secondary:active,
.btn-group >  button.pagebuilder-button-secondary.active,
.btn-group-vertical >  button.pagebuilder-button-secondary.active,.btn-group >  div.pagebuilder-button-secondary:hover,
.btn-group-vertical >  div.pagebuilder-button-secondary:hover,
.btn-group >  div.pagebuilder-button-secondary:focus,
.btn-group-vertical >  div.pagebuilder-button-secondary:focus,
.btn-group >  div.pagebuilder-button-secondary:active,
.btn-group-vertical >  div.pagebuilder-button-secondary:active,
.btn-group >  div.pagebuilder-button-secondary.active,
.btn-group-vertical >  div.pagebuilder-button-secondary.active {
  z-index: 2;
}

.btn-group a.pagebuilder-button-secondary + .btn,
.btn-group a.pagebuilder-button-secondary + .btn-group,
.btn-group .btn-group + a.pagebuilder-button-secondary,.btn-group  button.pagebuilder-button-secondary + .btn,
.btn-group  button.pagebuilder-button-secondary + .btn-group,
.btn-group .btn-group +  button.pagebuilder-button-secondary,.btn-group  div.pagebuilder-button-secondary + .btn,
.btn-group  div.pagebuilder-button-secondary + .btn-group,
.btn-group .btn-group +  div.pagebuilder-button-secondary {
  margin-left: -1px;
}

.btn-toolbar a.pagebuilder-button-secondary,.btn-toolbar  button.pagebuilder-button-secondary,.btn-toolbar  div.pagebuilder-button-secondary {
  float: left;
}

.btn-toolbar > a.pagebuilder-button-secondary,.btn-toolbar >  button.pagebuilder-button-secondary,.btn-toolbar >  div.pagebuilder-button-secondary {
  margin-left: 5px;
}

.btn-group > a.pagebuilder-button-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group >  button.pagebuilder-button-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group >  div.pagebuilder-button-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > a.pagebuilder-button-secondary:first-child,.btn-group >  button.pagebuilder-button-secondary:first-child,.btn-group >  div.pagebuilder-button-secondary:first-child {
  margin-left: 0;
}

.btn-group > a.pagebuilder-button-secondary:first-child:not(:last-child):not(.dropdown-toggle),.btn-group >  button.pagebuilder-button-secondary:first-child:not(:last-child):not(.dropdown-toggle),.btn-group >  div.pagebuilder-button-secondary:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > a.pagebuilder-button-secondary:last-child:not(:first-child),.btn-group >  button.pagebuilder-button-secondary:last-child:not(:first-child),.btn-group >  div.pagebuilder-button-secondary:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > a.pagebuilder-button-secondary,.btn-group > .btn-group:not(:first-child):not(:last-child) >  button.pagebuilder-button-secondary,.btn-group > .btn-group:not(:first-child):not(:last-child) >  div.pagebuilder-button-secondary {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > a.pagebuilder-button-secondary:last-child,.btn-group > .btn-group:first-child:not(:last-child) >  button.pagebuilder-button-secondary:last-child,.btn-group > .btn-group:first-child:not(:last-child) >  div.pagebuilder-button-secondary:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > a.pagebuilder-button-secondary:first-child,.btn-group > .btn-group:last-child:not(:first-child) >  button.pagebuilder-button-secondary:first-child,.btn-group > .btn-group:last-child:not(:first-child) >  div.pagebuilder-button-secondary:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > a.pagebuilder-button-secondary + .dropdown-toggle,.btn-group >  button.pagebuilder-button-secondary + .dropdown-toggle,.btn-group >  div.pagebuilder-button-secondary + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

a.pagebuilder-button-secondary .caret, button.pagebuilder-button-secondary .caret, div.pagebuilder-button-secondary .caret {
  margin-left: 0;
}

.btn-group-vertical > a.pagebuilder-button-secondary,
.btn-group-vertical > .btn-group > a.pagebuilder-button-secondary,.btn-group-vertical >  button.pagebuilder-button-secondary,
.btn-group-vertical > .btn-group >  button.pagebuilder-button-secondary,.btn-group-vertical >  div.pagebuilder-button-secondary,
.btn-group-vertical > .btn-group >  div.pagebuilder-button-secondary {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > a.pagebuilder-button-secondary,.btn-group-vertical > .btn-group >  button.pagebuilder-button-secondary,.btn-group-vertical > .btn-group >  div.pagebuilder-button-secondary {
  float: none;
}

.btn-group-vertical > a.pagebuilder-button-secondary + .btn,
.btn-group-vertical > a.pagebuilder-button-secondary + .btn-group,
.btn-group-vertical > .btn-group + a.pagebuilder-button-secondary,.btn-group-vertical >  button.pagebuilder-button-secondary + .btn,
.btn-group-vertical >  button.pagebuilder-button-secondary + .btn-group,
.btn-group-vertical > .btn-group +  button.pagebuilder-button-secondary,.btn-group-vertical >  div.pagebuilder-button-secondary + .btn,
.btn-group-vertical >  div.pagebuilder-button-secondary + .btn-group,
.btn-group-vertical > .btn-group +  div.pagebuilder-button-secondary {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > a.pagebuilder-button-secondary:not(:first-child):not(:last-child),.btn-group-vertical >  button.pagebuilder-button-secondary:not(:first-child):not(:last-child),.btn-group-vertical >  div.pagebuilder-button-secondary:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > a.pagebuilder-button-secondary:first-child:not(:last-child),.btn-group-vertical >  button.pagebuilder-button-secondary:first-child:not(:last-child),.btn-group-vertical >  div.pagebuilder-button-secondary:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > a.pagebuilder-button-secondary:last-child:not(:first-child),.btn-group-vertical >  button.pagebuilder-button-secondary:last-child:not(:first-child),.btn-group-vertical >  div.pagebuilder-button-secondary:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.pagebuilder-button-secondary,.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) >  button.pagebuilder-button-secondary,.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) >  div.pagebuilder-button-secondary {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > a.pagebuilder-button-secondary:last-child,.btn-group-vertical > .btn-group:first-child:not(:last-child) >  button.pagebuilder-button-secondary:last-child,.btn-group-vertical > .btn-group:first-child:not(:last-child) >  div.pagebuilder-button-secondary:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > a.pagebuilder-button-secondary:first-child,.btn-group-vertical > .btn-group:last-child:not(:first-child) >  button.pagebuilder-button-secondary:first-child,.btn-group-vertical > .btn-group:last-child:not(:first-child) >  div.pagebuilder-button-secondary:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified > a.pagebuilder-button-secondary,.btn-group-justified >  button.pagebuilder-button-secondary,.btn-group-justified >  div.pagebuilder-button-secondary {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group a.pagebuilder-button-secondary,.btn-group-justified > .btn-group  button.pagebuilder-button-secondary,.btn-group-justified > .btn-group  div.pagebuilder-button-secondary {
  width: 100%;
}

[data-toggle="buttons"] > a.pagebuilder-button-secondary input[type="radio"],
[data-toggle="buttons"] > .btn-group > a.pagebuilder-button-secondary input[type="radio"],
[data-toggle="buttons"] > a.pagebuilder-button-secondary input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > a.pagebuilder-button-secondary input[type="checkbox"],[data-toggle="buttons"] >  button.pagebuilder-button-secondary input[type="radio"],
[data-toggle="buttons"] > .btn-group >  button.pagebuilder-button-secondary input[type="radio"],
[data-toggle="buttons"] >  button.pagebuilder-button-secondary input[type="checkbox"],
[data-toggle="buttons"] > .btn-group >  button.pagebuilder-button-secondary input[type="checkbox"],[data-toggle="buttons"] >  div.pagebuilder-button-secondary input[type="radio"],
[data-toggle="buttons"] > .btn-group >  div.pagebuilder-button-secondary input[type="radio"],
[data-toggle="buttons"] >  div.pagebuilder-button-secondary input[type="checkbox"],
[data-toggle="buttons"] > .btn-group >  div.pagebuilder-button-secondary input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}


.input-group-lg > .input-group-btn > a.pagebuilder-button-secondary,
.input-group-lg > .input-group-btn >  button.pagebuilder-button-secondary,
.input-group-lg > .input-group-btn >  div.pagebuilder-button-secondary {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}


select.input-group-lg > .input-group-btn > a.pagebuilder-button-secondary,
select.input-group-lg > .input-group-btn >  button.pagebuilder-button-secondary,
select.input-group-lg > .input-group-btn >  div.pagebuilder-button-secondary {
  height: 46px;
  line-height: 46px;
}


textarea.input-group-lg > .input-group-btn > a.pagebuilder-button-secondary,
select[multiple].input-group-lg > .input-group-btn > a.pagebuilder-button-secondary,
textarea.input-group-lg > .input-group-btn >  button.pagebuilder-button-secondary,
select[multiple].input-group-lg > .input-group-btn >  button.pagebuilder-button-secondary,
textarea.input-group-lg > .input-group-btn >  div.pagebuilder-button-secondary,
select[multiple].input-group-lg > .input-group-btn >  div.pagebuilder-button-secondary {
  height: auto;
}


.input-group-sm > .input-group-btn > a.pagebuilder-button-secondary,
.input-group-sm > .input-group-btn >  button.pagebuilder-button-secondary,
.input-group-sm > .input-group-btn >  div.pagebuilder-button-secondary {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}


select.input-group-sm > .input-group-btn > a.pagebuilder-button-secondary,
select.input-group-sm > .input-group-btn >  button.pagebuilder-button-secondary,
select.input-group-sm > .input-group-btn >  div.pagebuilder-button-secondary {
  height: 30px;
  line-height: 30px;
}


textarea.input-group-sm > .input-group-btn > a.pagebuilder-button-secondary,
select[multiple].input-group-sm > .input-group-btn > a.pagebuilder-button-secondary,
textarea.input-group-sm > .input-group-btn >  button.pagebuilder-button-secondary,
select[multiple].input-group-sm > .input-group-btn >  button.pagebuilder-button-secondary,
textarea.input-group-sm > .input-group-btn >  div.pagebuilder-button-secondary,
select[multiple].input-group-sm > .input-group-btn >  div.pagebuilder-button-secondary {
  height: auto;
}


.input-group-btn:first-child > a.pagebuilder-button-secondary,
.input-group-btn:first-child > .btn-group > a.pagebuilder-button-secondary,
.input-group-btn:last-child > a.pagebuilder-button-secondary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > a.pagebuilder-button-secondary,
.input-group-btn:first-child >  button.pagebuilder-button-secondary,
.input-group-btn:first-child > .btn-group >  button.pagebuilder-button-secondary,
.input-group-btn:last-child >  button.pagebuilder-button-secondary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) >  button.pagebuilder-button-secondary,
.input-group-btn:first-child >  div.pagebuilder-button-secondary,
.input-group-btn:first-child > .btn-group >  div.pagebuilder-button-secondary,
.input-group-btn:last-child >  div.pagebuilder-button-secondary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) >  div.pagebuilder-button-secondary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.input-group-btn:last-child > a.pagebuilder-button-secondary,
.input-group-btn:last-child > .btn-group > a.pagebuilder-button-secondary,
.input-group-btn:first-child > a.pagebuilder-button-secondary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > a.pagebuilder-button-secondary,
.input-group-btn:last-child >  button.pagebuilder-button-secondary,
.input-group-btn:last-child > .btn-group >  button.pagebuilder-button-secondary,
.input-group-btn:first-child >  button.pagebuilder-button-secondary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) >  button.pagebuilder-button-secondary,
.input-group-btn:last-child >  div.pagebuilder-button-secondary,
.input-group-btn:last-child > .btn-group >  div.pagebuilder-button-secondary,
.input-group-btn:first-child >  div.pagebuilder-button-secondary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) >  div.pagebuilder-button-secondary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn > a.pagebuilder-button-secondary,.input-group-btn >  button.pagebuilder-button-secondary,.input-group-btn >  div.pagebuilder-button-secondary {
  position: relative;
}

.input-group-btn > a.pagebuilder-button-secondary + .btn,.input-group-btn >  button.pagebuilder-button-secondary + .btn,.input-group-btn >  div.pagebuilder-button-secondary + .btn {
  margin-left: -1px;
}

.input-group-btn > a.pagebuilder-button-secondary:hover,
.input-group-btn > a.pagebuilder-button-secondary:focus,
.input-group-btn > a.pagebuilder-button-secondary:active,.input-group-btn >  button.pagebuilder-button-secondary:hover,
.input-group-btn >  button.pagebuilder-button-secondary:focus,
.input-group-btn >  button.pagebuilder-button-secondary:active,.input-group-btn >  div.pagebuilder-button-secondary:hover,
.input-group-btn >  div.pagebuilder-button-secondary:focus,
.input-group-btn >  div.pagebuilder-button-secondary:active {
  z-index: 2;
}

.input-group-btn:first-child > a.pagebuilder-button-secondary,.input-group-btn:first-child >  button.pagebuilder-button-secondary,.input-group-btn:first-child >  div.pagebuilder-button-secondary {
  margin-right: -1px;
}

.input-group-btn:last-child > a.pagebuilder-button-secondary,.input-group-btn:last-child >  button.pagebuilder-button-secondary,.input-group-btn:last-child >  div.pagebuilder-button-secondary {
  z-index: 2;
  margin-left: -1px;
}

a.pagebuilder-button-secondary .label, button.pagebuilder-button-secondary .label, div.pagebuilder-button-secondary .label {
  position: relative;
  top: -1px;
}

a.pagebuilder-button-secondary .badge, button.pagebuilder-button-secondary .badge, div.pagebuilder-button-secondary .badge {
  position: relative;
  top: -1px;
}


.btn-group-xs > a.pagebuilder-button-secondary .badge,
.btn-group-xs >  button.pagebuilder-button-secondary .badge,
.btn-group-xs >  div.pagebuilder-button-secondary .badge {
  top: 0;
  padding: 1px 5px;
}

.modal-footer a.pagebuilder-button-secondary + .btn,.modal-footer  button.pagebuilder-button-secondary + .btn,.modal-footer  div.pagebuilder-button-secondary + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group a.pagebuilder-button-secondary + .btn,.modal-footer .btn-group  button.pagebuilder-button-secondary + .btn,.modal-footer .btn-group  div.pagebuilder-button-secondary + .btn {
  margin-left: -1px;
}

.carousel-caption a.pagebuilder-button-secondary,.carousel-caption  button.pagebuilder-button-secondary,.carousel-caption  div.pagebuilder-button-secondary {
  text-shadow: none;
}

/* 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;
}

.card-payment-lists > .p-2[data-content-type='image'] .pagebuilder-mobile-hidden {
  display: block;
}

[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%;
}

.block-dashboard-information > [data-content-type='video'] .pagebuilder-video-inner, .block-dashboard-addresses > [data-content-type='video'] .pagebuilder-video-inner {
  padding-top: 0;
}

[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%;
}

.block-dashboard-information > [data-content-type='video'] iframe, .block-dashboard-addresses > [data-content-type='video'] iframe,.block-dashboard-information >
    [data-content-type='video'] video, .block-dashboard-addresses >
    [data-content-type='video'] video {
  padding-top: 0;
}

form .field.date .customer-dob > [data-content-type='video'] iframe, fieldset .field.date .customer-dob > [data-content-type='video'] iframe,form .field.date .customer-dob >
    [data-content-type='video'] video, fieldset .field.date .customer-dob >
    [data-content-type='video'] video {
  position: relative;
}

form .field.date .customer-dob > [data-content-type='video'] iframe svg, fieldset .field.date .customer-dob > [data-content-type='video'] iframe svg,form .field.date .customer-dob >
    [data-content-type='video'] video svg, fieldset .field.date .customer-dob >
    [data-content-type='video'] video svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > [data-content-type='video'] iframe svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > [data-content-type='video'] iframe svg,.card-payment-lists > form.p-2 .field.date .customer-dob >
    [data-content-type='video'] video svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob >
    [data-content-type='video'] video svg {
  display: block;
}

form .field.date .customer-dob > [data-content-type='video'] iframe svg, fieldset .field.date .customer-dob > [data-content-type='video'] iframe svg,form .field.date .customer-dob >
    [data-content-type='video'] video svg, fieldset .field.date .customer-dob >
    [data-content-type='video'] video svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > [data-content-type='video'] iframe svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > [data-content-type='video'] iframe svg,.card-payment-lists > form.p-2 .field.date .customer-dob >
    [data-content-type='video'] video svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob >
    [data-content-type='video'] video svg {
  display: block;
}

form .field.date .customer-dob > [data-content-type='video'] iframe svg, fieldset .field.date .customer-dob > [data-content-type='video'] iframe svg,form .field.date .customer-dob >
    [data-content-type='video'] video svg, fieldset .field.date .customer-dob >
    [data-content-type='video'] video svg {
  display: none;
}

form .field.date .customer-dob > [data-content-type='video'] iframe::after, fieldset .field.date .customer-dob > [data-content-type='video'] iframe::after,form .field.date .customer-dob >
    [data-content-type='video'] video::after, fieldset .field.date .customer-dob >
    [data-content-type='video'] video::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

/* 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;
}

.confirmation-modal > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: space-between;
}

[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%;
}

.block-dashboard-information > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content, .block-dashboard-addresses > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  padding-top: 0;
}

[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'] {
  position: relative;
  visibility: hidden;
}

[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 {
  margin-bottom: 0.5rem;
  justify-content: space-between;
  padding: 0px;
}

.field.date .rounded-lg.shadow > [data-content-type='slider'] .carousel-nav > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .rounded-lg.shadow > [data-content-type='slider'] .carousel-nav > div select {
  width: 47%;
}

.confirmation-modal > .flex[data-content-type='slider'] .carousel-nav {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .flex[data-content-type='slider'] .carousel-nav button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .flex[data-content-type='slider'] .carousel-nav button:hover {
  background-color: #333333;
  border-color: #333333;
}

[data-content-type='slider'] .carousel-nav button {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

/* 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;
}

form .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element, fieldset .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  position: relative;
}

form .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg, fieldset .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg {
  display: block;
}

form .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg, fieldset .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg {
  display: block;
}

form .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg, fieldset .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg {
  display: none;
}

form .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element::after, fieldset .field.date .customer-dob > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  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;
}

.confirmation-modal > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: space-between;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  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%;
}

.block-dashboard-information > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content, .block-dashboard-addresses > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  padding-top: 0;
}

[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%;
}

.block-dashboard-information > .glider-contain, .block-dashboard-addresses > .glider-contain {
  padding-top: 0;
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: 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;
}

.block-dashboard-information > .glider .glider-track, .block-dashboard-addresses > .glider .glider-track {
  padding-top: 0;
}

.confirmation-modal > .glider .glider-track.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .glider .glider-track.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .glider .glider-track.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.glider .glider-track.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .glider .glider-track {
  justify-content: space-between;
}

.glider-slide {
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
}

.block-dashboard-information > .glider-slide, .block-dashboard-addresses > .glider-slide {
  padding-top: 0;
}

.glider-slide {
  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 {
  display: block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0px;
}

.filter .glider-dot {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .glider-dot {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.glider-dot {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .glider-dot {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.glider-dot .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.glider-dot .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .glider-dot.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .glider-dot.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .glider-dot.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .glider-dot.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .glider-dot {
  margin-bottom: 40px;
}

.category-view .sidebar .glider-dot.filter {
}

.glider-dot {
  height: 4px;
  width: 40px;
  background: #dbdbdb;
  margin: 5px;
}

.glider-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  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;
}

.card-payment-lists > .p-2[data-show-arrows='false'] .glider-prev,.card-payment-lists > .p-2
    [data-show-arrows='false'] .glider-next {
  display: block;
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next {
  display: none;
}

[data-show-dots='false'] .glider-dots {
  display: none;
}

.card-payment-lists > .p-2[data-show-dots='false'] .glider-dots {
  display: block;
}

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

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.top-1 {
  top: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.top-full {
  top: 100%;
}

.left-4 {
  left: 1rem;
}

.bottom-4 {
  bottom: 1rem;
}

.z-10 {
  z-index: 10;
}

.z-0 {
  z-index: 0;
}

.z-50 {
  z-index: 50;
}

.order-3 {
  order: 3;
}

.order-1 {
  order: 1;
}

.order-first {
  order: -9999;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.-m-4 {
  margin: -1rem;
}

.m-2 {
  margin: 0.5rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.-ml-px {
  margin-left: -1px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.h-8 {
  height: 2rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-4 {
  height: 1rem;
}

.h-28 {
  height: 7rem;
}

.h-72 {
  height: 18rem;
}

.h-5 {
  height: 1.25rem;
}

.h-32 {
  height: 8rem;
}

.h-12 {
  height: 3rem;
}

.max-h-screen-75 {
  max-height: 75vh;
}

.max-h-screen {
  max-height: 100vh;
}

.w-8 {
  width: 2rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-9 {
  width: 2.25rem;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-36 {
  width: 9rem;
}

.w-28 {
  width: 7rem;
}

.w-64 {
  width: 16rem;
}

.w-5 {
  width: 1.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-12 {
  width: 3rem;
}

.w-80 {
  width: 20rem;
}

.max-w-prose {
  max-width: 65ch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

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

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.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-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

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

.border-0 {
  border-width: 0px;
}

.border {
  border-width: 1px;
}

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

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-redPrimary {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 51 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-container-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-cover {
  background-size: cover;
}

.fill-current {
  fill: currentColor;
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-8 {
  padding: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

.pl-1 {
  padding-left: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-4 {
  line-height: 1rem;
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-redPrimary {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 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-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-100 {
  opacity: 1;
}

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

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

.\!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;
}

.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 {
  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;
}

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

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

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

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

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

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.page-footer{
  clear: both;
  margin-top: 25px;
}

.footer-newletter-content {
  margin: 0 auto;
  padding: 18px 0;
  background: #413f40;
}

.footer-newletter-content .newsletter-title {
  margin-top: 14px;
}

.footer-newletter-content .input-newleter {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.block-dashboard-information > .footer-newletter-content .input-newleter, .block-dashboard-addresses > .footer-newletter-content .input-newleter {
  padding-top: 0;
}

.footer-newletter-content .input-newleter {
  margin: 0 auto;
}

.footer-newletter-content .input-newleter::before {
  position: absolute;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 20px;
  left: 12px;
  top: 10px;
}

.footer-newletter-content .input-newleter input {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background: #fff none repeat scroll 0 0;
  border-color: #e6e6e6;
  border-radius: 3px;
  height: 50px;
  padding-left: 40px;
  box-shadow: none;
  outline: none;
}

.footer-newletter-content .input-newleter .actions {
  position: absolute;
  margin: 0px;
  padding: 0px;
  right: 0;
  top: 0;
  z-index: 10;
}

.footer-newletter-content .input-newleter .actions button {
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  font-size: 13px;
  height: 50px;
  letter-spacing: 0;
  line-height: 45px;
  padding: 0 20px;
}

.footer-newletter-content .input-newleter .field-error .messages {
  max-width: 100%;
  text-align: left;
}

.social-list .list-inline {
  margin: 4px 0 0;
}

.social-list .list-inline li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: middle;
  margin: 3px 0 0 20px;
}

.social-list .list-inline li .social-link {
  float: left;
  display: block;
  text-align: center;
}

.filter .social-list .list-inline li .social-link {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .social-list .list-inline li .social-link {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.social-list .list-inline li .social-link {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .social-list .list-inline li .social-link {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.social-list .list-inline li .social-link .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.social-list .list-inline li .social-link .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .social-list .list-inline li .social-link.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .social-list .list-inline li .social-link.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .social-list .list-inline li .social-link.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .social-list .list-inline li .social-link.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .social-list .list-inline li .social-link {
  margin-bottom: 40px;
}

.category-view .sidebar .social-list .list-inline li .social-link.filter {
}

.social-list .list-inline li .social-link {
  text-align: center;
  color: #d1d1d1;
  border: 1px solid #413f40;
  border-radius: 50%;
  font-size: 30px;
  height: 35px;
  line-height: 35px;
  width: 35px;
}

.social-list .list-inline li .social-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.social-list .list-inline li .social-link.facebook {
  color: #413f40;
  line-height: 42px;
  font-size: 29px;
  background: #d1d1d1 none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
}

.social-list .list-inline li .social-link.facebook:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
}

.footer-middle {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 35px 0 25px;
}

.footer-middle .heading {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0 25px;
  text-transform: uppercase;
}

.footer-middle .block-content-statick h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer-middle .block-content-statick ul li {
  list-style: outside none none;
  margin: 0 0 5px;
}

.footer-middle .block-content-statick ul li a {
  position: relative;
  display: block;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.filter .footer-middle .block-content-statick ul li a {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .footer-middle .block-content-statick ul li a {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.footer-middle .block-content-statick ul li a {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .footer-middle .block-content-statick ul li a {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.footer-middle .block-content-statick ul li a .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.footer-middle .block-content-statick ul li a .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .footer-middle .block-content-statick ul li a.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .footer-middle .block-content-statick ul li a.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .footer-middle .block-content-statick ul li a.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .footer-middle .block-content-statick ul li a.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .footer-middle .block-content-statick ul li a {
  margin-bottom: 40px;
}

.category-view .sidebar .footer-middle .block-content-statick ul li a.filter {
}

.footer-middle .block-content-statick ul li a {
  line-height: 27px;
  transition: margin 0.5s ease 0s;
}

.footer-middle .block-content-statick ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
  margin-left: 5px;
}

.footer-bottom {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 13px 0;
}

#backtotop {
  position: fixed;
  display: block;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.filter #backtotop {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter #backtotop {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter#backtotop {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > #backtotop {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.product-gallery .fullscreen >#backtotop {
  z-index: 999;
}

#backtotop .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

#backtotop .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  #backtotop.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper #backtotop.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper #backtotop.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  #backtotop.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > #backtotop {
  margin-bottom: 40px;
}

.category-view .sidebar #backtotop.filter {
}

#backtotop {
  text-align: center;
  bottom: 5px;
  font-size: 25px;
  height: 45px;
  line-height: 45px;
  right: 5px;
  text-decoration: none;
  width: 45px;
  z-index: 100;
}

.poweredby p {
  margin-bottom: 0;
}

.poweredby img {
  filter: brightness(0) invert(1);
  width: 130px;
  margin: 0 7px;
}

@media only screen and (min-width: 770px) {
  .page-footer {
    margin-top: auto;
  }

  .footer-bottom .row {
    display: flex;
    align-items: center;
  }

  .confirmation-modal > .footer-bottom .row.justify-between {
    justify-content: flex-end;
    padding: 3rem;
  }

  .confirmation-modal > .footer-bottom .row.justify-between button {
    --tw-bg-opacity: 1;
    background-color: rgb(255 203 51 / var(--tw-bg-opacity));
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-color: #ff0100;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: inherit;
  }

  .confirmation-modal > .footer-bottom .row.justify-between button:hover {
    background-color: #333333;
    border-color: #333333;
  }

  .order-details-items > .card >.footer-bottom .row.justify-end {
    background: #f5f5f5;
    margin: 25px;
    margin-top: 0;
    border-top: none;
  }

  .order-actions-toolbar .footer-bottom .row {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 992px) {
  .footer-newletter-content {
    text-align: center;
  }

  .footer-newletter-content .newsletter-title {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .footer-newletter-content .newsletter-title img {
    margin: 0 auto;
  }

  .footer-newletter-content .input-newleter .field-error .messages {
    text-align: center;
  }

  .social-list .list-inline {
    text-align: center;
    margin: 15px 0 0 0;
  }

  .social-list .list-inline li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom .copyright {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .confirmation-modal > .footer-bottom .copyright.justify-between {
    justify-content: flex-end;
    padding: 3rem;
  }

  .confirmation-modal > .footer-bottom .copyright.justify-between button {
    --tw-bg-opacity: 1;
    background-color: rgb(255 203 51 / var(--tw-bg-opacity));
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-color: #ff0100;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: inherit;
  }

  .confirmation-modal > .footer-bottom .copyright.justify-between button:hover {
    background-color: #333333;
    border-color: #333333;
  }

  .order-details-items > .card >.footer-bottom .copyright.justify-end {
    background: #f5f5f5;
    margin: 25px;
    margin-top: 0;
    border-top: none;
  }

  .order-actions-toolbar .footer-bottom .copyright {
    justify-content: space-between;
  }

  .footer-bottom .copyright {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-bottom .footer-payment {
    text-align: center;
  }

  .footer-bottom .footer-payment img {
    margin-left: auto;
    margin-right: auto;
  }
}

/*Common Style*/

.page-header {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  left: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 200;
}

.page-header .panel.wrapper {
  color: red;
  font-size: 13px;
}

.page-header .panel.wrapper .line-padding {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.page-header p {
  margin: 0px;
}

.page-header .header-top-left span {
  --tw-text-opacity: 1 !important;
  color: rgb(43 43 43 / var(--tw-text-opacity)) !important;
}

.page-header .header-top-right {
  text-align: right;
}

.page-header .switcher {
  order: 1;
  float: right;
}

.page-header .switcher strong {
  font-weight: 400;
}

.page-header .switcher .links-header-trigger {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.page-header .switcher .links-header-trigger .fa {
  margin-left: 5px;
}

.page-header .switcher ul.dropdown {
  position: absolute;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
}

.card-payment-lists > .p-2.page-header .switcher ul.dropdown {
  display: block;
}

.page-header .switcher ul.dropdown {
  text-align: left;
  display: none;
  border: 1px solid #dddddd;
  margin-top: 4px;
  z-index: 100;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
  right: 0;
  top: 22px;
  font-size: 13px;
  min-width: 210px;
  font-weight: 300;
  text-transform: capitalize;
}

.page-header .switcher ul.dropdown li a {
  display: block;
  padding: 5px 15px;
}

.page-header .switcher ul.dropdown li:hover {
  background: #e8e8e8;
}

.page-header .switcher .links-header-dropdown.active ul.dropdown {
  display: block;
}

.filter .page-header .switcher .links-header-dropdown.active ul.dropdown {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .page-header .switcher .links-header-dropdown.active ul.dropdown {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.page-header .switcher .links-header-dropdown.active ul.dropdown {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .page-header .switcher .links-header-dropdown.active ul.dropdown {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.page-header .switcher .links-header-dropdown.active ul.dropdown .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.page-header .switcher .links-header-dropdown.active ul.dropdown .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .page-header .switcher .links-header-dropdown.active ul.dropdown.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .page-header .switcher .links-header-dropdown.active ul.dropdown.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .page-header .switcher .links-header-dropdown.active ul.dropdown.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .page-header .switcher .links-header-dropdown.active ul.dropdown.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .page-header .switcher .links-header-dropdown.active ul.dropdown p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .page-header .switcher .links-header-dropdown.active ul.dropdown {
  margin-bottom: 40px;
}

.category-view .sidebar .page-header .switcher .links-header-dropdown.active ul.dropdown.filter {
}

.page-header .header-top .switcher {
  float: none;
}

.page-header .header-top .switcher .fa {
  margin-right: 8px;
}

.header-top .switcher {
  padding: 0 20px;
  position: relative;
}

.header-top .switcher.top-links-header {
  padding-right: 0;
}

.top-links-header {
  float: right;
}

.panel.header .links, .panel.header .switcher {
  display: none;
}

.card-payment-lists > .p-2.panel.header .links,.card-payment-lists > .p-2 .panel.header .switcher {
  display: block;
}

.panel.header .links, .panel.header .switcher {
  display: none;
}

.header-content {
  position: relative;
}

.header-content .header-right {
  float: left;
  padding-left: 0px;
}

.header-content-right {
  position: relative;
  text-align: right;
  margin-top: 5px;
}

.header-content .header-menu {
  position: relative;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.confirmation-modal > .header-content .header-menu.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .header-content .header-menu.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .header-content .header-menu.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.header-content .header-menu.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .header-content .header-menu {
  justify-content: space-between;
}

.header-content .header-menu {
  text-align: left;
}

.header-container-fixed {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  animation-duration: 450ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
  -o-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  height: 56px;
}

.header-container-fixed .container {
  position: relative;
  max-width: 100%;
}

.header-container-fixed .header-logo .logo {
  margin: 0px;
}

.header-container-fixed .header-logo img {
  height: auto;
  max-width: 130px;
}

.header-container-fixed .header-content-type {
  margin: 0px;
}

.header-container-fixed .header-center {
  display: none;
}

.card-payment-lists > .p-2.header-container-fixed .header-center {
  display: block;
}

.header-container-fixed .header-center {
  display: none;
}

.header-container-fixed .header-content-left, .header-container-fixed .header-right {
  position: static;
}

.header-container-fixed .header-content-right {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 99;
}

.header-container-fixed .header-logo {
  position: absolute;
  left: 15px;
  top: 19px;
  z-index: 99;
}

.header-container-fixed .header-menu .navigation li.level0>.level-top {
  line-height: 50px;
  padding: 0 15px;
}

.header-content-type {
  margin: 0;
}

.header-menu {
  vertical-align: middle;
}

.nav-toggle {
  position: absolute;
  display: block;
  cursor: pointer;
}

.filter .nav-toggle {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .nav-toggle {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.nav-toggle {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .nav-toggle {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.nav-toggle .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.nav-toggle .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .nav-toggle.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .nav-toggle.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .nav-toggle.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .nav-toggle.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .nav-toggle {
  margin-bottom: 40px;
}

.category-view .sidebar .nav-toggle.filter {
}

.nav-toggle {
  font-size: 21px;
  left: 5px;
  text-decoration: none;
  top: 21px;
  z-index: 14;
}

.header-logo .logo {
  max-width: 100%;
  margin: 4px 0;
}

.logo img {
  display: block;
}

.filter .logo img {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .logo img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.logo img {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .logo img {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.logo img .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.logo img .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .logo img.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .logo img.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .logo img.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .logo img.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .logo img {
  margin-bottom: 40px;
}

.category-view .sidebar .logo img.filter {
}

.header-search {
  display: inline-block;
  vertical-align: middle;
}

.header-search .search-switcher {
  position: relative;
}

.header-search .search-switcher .dropdown-switcher {
  position: absolute;
  right: 0px;
  top: 100%;
  display: none;
  text-align: left;
}

.card-payment-lists > .p-2.header-search .search-switcher .dropdown-switcher {
  display: block;
}

.header-search .search-switcher .dropdown-switcher {
  text-align: left;
  display: none;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 20px rgb(0 0 0 / 18%);
  padding: 15px;
  margin-top: 10px;
  transition: all 300ms ease-in-out 0s;
  z-index: 35;
}

.header-search .search-switcher:hover .dropdown-switcher, .header-search .search-switcher:focus .dropdown-switcher {
  display: block;
}

.filter .header-search .search-switcher:hover .dropdown-switcher,.filter  .header-search .search-switcher:focus .dropdown-switcher {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .header-search .search-switcher:hover .dropdown-switcher,.filter  .header-search .search-switcher:focus .dropdown-switcher {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.header-search .search-switcher:hover .dropdown-switcher,.filter .header-search .search-switcher:focus .dropdown-switcher {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .header-search .search-switcher:hover .dropdown-switcher,.account.page-layout-2columns-left .columns .sidebar-main >  .header-search .search-switcher:focus .dropdown-switcher {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.header-search .search-switcher:hover .dropdown-switcher .block-title, .header-search .search-switcher:focus .dropdown-switcher .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.header-search .search-switcher:hover .dropdown-switcher .block-title.filter-title, .header-search .search-switcher:focus .dropdown-switcher .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .header-search .search-switcher:hover .dropdown-switcher.category.event, .header-search .search-switcher:focus .dropdown-switcher.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .header-search .search-switcher:hover .dropdown-switcher.category.event, .page-wrapper  .header-search .search-switcher:focus .dropdown-switcher.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .header-search .search-switcher:hover .dropdown-switcher.category.event, .page-wrapper  .header-search .search-switcher:focus .dropdown-switcher.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .header-search .search-switcher:hover .dropdown-switcher.category.event, .header-search .search-switcher:focus .dropdown-switcher.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .header-search .search-switcher:hover .dropdown-switcher p:last-child,[data-content-type$='block']  .header-search .search-switcher:focus .dropdown-switcher p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .header-search .search-switcher:hover .dropdown-switcher,.columns .sidebar-main >  .header-search .search-switcher:focus .dropdown-switcher {
  margin-bottom: 40px;
}

.category-view .sidebar .header-search .search-switcher:hover .dropdown-switcher.filter,.category-view .sidebar  .header-search .search-switcher:focus .dropdown-switcher.filter {
}

.header-search .search-switcher:hover .dropdown-switcher, .header-search .search-switcher:focus .dropdown-switcher {
  margin-top: 0;
  visibility: visible;
}

.header-search .icon-search {
  font-size: 18px;
}

.block-search {
  position: relative;
  float: right;
  margin-bottom: 0px;
  max-width: 100%;
  padding-left: 0px;
  width: 320px;
  z-index: 4;
}

.block-search .control {
  border-top: 0;
  margin: 0;
  padding: 0;
}

.block-search .action.search span {
  position: static;
  margin: 0px;
  display: inline-block;
  height: auto;
  width: auto;
  vertical-align: middle;
  font-weight: 400;
  font-size: 18px;
}

.block-search input {
  position: static;
  margin: 0px;
  padding-right: 35px;
  height: 42px;
  border-radius: 3px;
}

.block-search .action.search {
  position: absolute;
  margin: 0px;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  height: 44px;
  width: auto;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 13px;
  padding: 0 20px;
  border-radius: 0 3px 3px 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}

.block-search .action.search[disabled], .block-search .action.search .disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}

.block-search .form.minisearch .search-result-list {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: 1px solid #c2c2c2;
  border-top: 0;
  top: 100%;
}

.block-search .form.minisearch .search-result-list .qs-option {
  border-top: 1px solid #e5e5e5;
}

.block-search .form.minisearch .search-result-list .qs-option:hover {
  background: #e8e8e8;
}

.block-search .form.minisearch .search-result-list .qs-option:focus {
  outline: none;
  background: #e8e8e8;
}

.block-search .form.minisearch .search-result-list .qs-option .search-title {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.block-search .form.minisearch .search-result-list .qs-option .amount {
  color: #999;
}

.vico-searchbox .minisearch {
  border-radius: 4px;
}

.wishlist-header {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}

.minicart-wrapper {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  z-index: 15;
}

.minicart-wrapper #minicart-content-wrapper .confirmation-modal {
  padding-bottom: 0;
}

.minicart-wrapper #minicart-content-wrapper .confirmation-modal .mt-10.gap-2 {
  margin-top: 0;
}

.minicart-wrapper .action.showcart {
  white-space: nowrap;
}

.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  white-space: normal;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12px;
  min-width: 20px;
  top: -5px;
  left: 12px;
}

.minicart-wrapper .action.showcart:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.minicart-wrapper .icons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.minicart-wrapper .icons.cart-icon .text {
  position: static;
  margin: 0px;
  display: inline-block;
  height: auto;
  width: auto;
  overflow: hidden;
  padding: 0px;
  font-size: 22px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.minicart-wrapper .icons.cart-icon .text-cart {
  display: inline-block;
  font-size: 13px;
  margin-left: 15px;
}

.minicart-wrapper .icons.cart-icon .text-cart span {
  display: block;
  text-align: left;
}

.filter .minicart-wrapper .icons.cart-icon .text-cart span {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .minicart-wrapper .icons.cart-icon .text-cart span {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.minicart-wrapper .icons.cart-icon .text-cart span {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .minicart-wrapper .icons.cart-icon .text-cart span {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.minicart-wrapper .icons.cart-icon .text-cart span .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.minicart-wrapper .icons.cart-icon .text-cart span .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .minicart-wrapper .icons.cart-icon .text-cart span.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .minicart-wrapper .icons.cart-icon .text-cart span.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .minicart-wrapper .icons.cart-icon .text-cart span.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .minicart-wrapper .icons.cart-icon .text-cart span.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .minicart-wrapper .icons.cart-icon .text-cart span p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .minicart-wrapper .icons.cart-icon .text-cart span {
  margin-bottom: 40px;
}

.category-view .sidebar .minicart-wrapper .icons.cart-icon .text-cart span.filter {
}

.minicart-wrapper .icons.cart-icon .text-cart span {
  text-align: left;
}

.minicart-wrapper .icons.cart-icon .text-cart .total-price {
  font-weight: 700;
}

.confirmation-modal > .minicart-wrapper .icons.cart-icon .text-cart .total-price.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .minicart-wrapper .icons.cart-icon .text-cart .total-price.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .minicart-wrapper .icons.cart-icon .text-cart .total-price.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .minicart-wrapper .icons.cart-icon .text-cart .total-price.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .minicart-wrapper .icons.cart-icon .text-cart .total-price.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.minicart-wrapper .icons.cart-icon .text-cart .total-price {
  font-size: 16px;
}

.minicart-wrapper .block-minicart {
  position: absolute;
  top: 100%;
  margin: 0px;
  box-sizing: border-box;
  display: none;
  min-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.card-payment-lists > .p-2.minicart-wrapper .block-minicart {
  display: block;
}

.minicart-wrapper .block-minicart {
  display: none;
  list-style: none none;
  border: 1px solid #333;
  margin-top: 4px;
  z-index: 100;
  box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
  padding: 25px 20px;
  right: 0;
  width: 320px;
}

.minicart-wrapper .block-minicart.active {
  display: block;
}

.filter .minicart-wrapper .block-minicart.active {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .minicart-wrapper .block-minicart.active {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.minicart-wrapper .block-minicart.active {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .minicart-wrapper .block-minicart.active {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.minicart-wrapper .block-minicart.active .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.minicart-wrapper .block-minicart.active .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .minicart-wrapper .block-minicart.active.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .minicart-wrapper .block-minicart.active.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .minicart-wrapper .block-minicart.active.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .minicart-wrapper .block-minicart.active.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .minicart-wrapper .block-minicart.active {
  margin-bottom: 40px;
}

.category-view .sidebar .minicart-wrapper .block-minicart.active.filter {
}

.minicart-wrapper .block-minicart::before, .minicart-wrapper .block-minicart::after {
  position: absolute;
  display: block;
}

.filter .minicart-wrapper .block-minicart::before,.filter  .minicart-wrapper .block-minicart::after {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .minicart-wrapper .block-minicart::before,.filter  .minicart-wrapper .block-minicart::after {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.minicart-wrapper .block-minicart::before,.filter .minicart-wrapper .block-minicart::after {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .minicart-wrapper .block-minicart::before,.account.page-layout-2columns-left .columns .sidebar-main >  .minicart-wrapper .block-minicart::after {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.minicart-wrapper .block-minicart::before .block-title, .minicart-wrapper .block-minicart::after .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.minicart-wrapper .block-minicart::before .block-title.filter-title, .minicart-wrapper .block-minicart::after .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .minicart-wrapper .block-minicart.category.event::before, .minicart-wrapper .block-minicart.category.event::after {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .minicart-wrapper .block-minicart.category.event::before, .page-wrapper  .minicart-wrapper .block-minicart.category.event::after {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .minicart-wrapper .block-minicart.category.event::before, .page-wrapper  .minicart-wrapper .block-minicart.category.event::after {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .minicart-wrapper .block-minicart.category.event::before, .minicart-wrapper .block-minicart.category.event::after {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .minicart-wrapper .block-minicart::before,.columns .sidebar-main >  .minicart-wrapper .block-minicart::after {
  margin-bottom: 40px;
}

.category-view .sidebar .minicart-wrapper .block-minicart.filter::before,.category-view .sidebar  .minicart-wrapper .block-minicart.filter::after {
}

.minicart-wrapper .block-minicart::before, .minicart-wrapper .block-minicart::after {
  border-bottom-style: solid;
  content: '';
  height: 0;
  width: 0;
}

.minicart-wrapper .block-minicart::before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  top: -12px;
  right: 19px;
}

.minicart-wrapper .block-minicart::after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
  top: -14px;
  left: auto;
  right: 18px;
}

.block-minicart .items-total {
  float: left;
  margin: 0px;
}

.block-minicart .subtotal {
  margin: 0px;
  text-align: right;
}

.block-minicart .subtotal .price {
  font-size: 18px;
}

.block-minicart .block-content > div > .actions {
  margin-top: 15px;
}

.block-minicart .block-content > div > .actions .action.primary {
  display: block;
  width: 100%;
}

.filter .block-minicart .block-content > div > .actions .action.primary {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .block-minicart .block-content > div > .actions .action.primary {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.block-minicart .block-content > div > .actions .action.primary {
    margin-bottom: 30px;
    padding: 0;
  }
}

.block-dashboard-information > .block-minicart .block-content > div > .actions .action.primary, .block-dashboard-addresses > .block-minicart .block-content > div > .actions .action.primary {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .account.page-layout-2columns-left .columns .sidebar-main > .block-minicart .block-content > div > .actions .action.primary {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.block-minicart .block-content > div > .actions .action.primary .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.block-minicart .block-content > div > .actions .action.primary .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .block-minicart .block-content > div > .actions .action.primary.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .block-minicart .block-content > div > .actions .action.primary.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .block-minicart .block-content > div > .actions .action.primary.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .block-minicart .block-content > div > .actions .action.primary.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .block-minicart .block-content > div > .actions .action.primary {
  margin-bottom: 40px;
}

.category-view .sidebar .block-minicart .block-content > div > .actions .action.primary.filter {
}

.block-minicart .block-content > div > .actions .action.primary {
  font-size: 15px;
  padding: 8px 0;
  text-transform: uppercase;
}

.block-minicart .block-content > div > .actions .action.primary:hover {
  background-color: #333;
  border-color: #333;
}

.block-minicart .block-content > div > .actions .viewcart {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.filter .block-minicart .block-content > div > .actions .viewcart {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .block-minicart .block-content > div > .actions .viewcart {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.block-minicart .block-content > div > .actions .viewcart {
    margin-bottom: 30px;
    padding: 0;
  }
}

.block-dashboard-information > .block-minicart .block-content > div > .actions .viewcart, .block-dashboard-addresses > .block-minicart .block-content > div > .actions .viewcart {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .account.page-layout-2columns-left .columns .sidebar-main > .block-minicart .block-content > div > .actions .viewcart {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.block-minicart .block-content > div > .actions .viewcart .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.block-minicart .block-content > div > .actions .viewcart .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .block-minicart .block-content > div > .actions .viewcart.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .block-minicart .block-content > div > .actions .viewcart.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .block-minicart .block-content > div > .actions .viewcart.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .block-minicart .block-content > div > .actions .viewcart.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .block-minicart .block-content > div > .actions .viewcart {
  margin-bottom: 40px;
}

.category-view .sidebar .block-minicart .block-content > div > .actions .viewcart.filter {
}

.block-minicart .block-content > div > .actions .viewcart {
  border: 1px solid #333333;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.block-minicart .block-content > div > .actions .viewcart:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.minicart-items-wrapper {
  margin: 0px;
  text-align: left;
  border: 1px solid #dddddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  max-height: 300px;
  overflow-x: auto;
  padding: 15px 0;
}

.minicart-items .product-item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.minicart-items .product-item.first {
  padding-top: 0;
}

.minicart-items .product-item .product-item-photo {
  float: left;
  width: 40px;
  margin-right: 5px;
}

.minicart-items .product-item .product-item-details {
  padding-left: 10px;
  padding-top: 0;
}

.minicart-items .product-item .product-item-details .details-qty {
  margin-top: 10px;
}

.minicart-items .product-item .product-item-name {
  display: block;
  text-transform: capitalize;
}

.filter .minicart-items .product-item .product-item-name {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .minicart-items .product-item .product-item-name {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.minicart-items .product-item .product-item-name {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .minicart-items .product-item .product-item-name {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.minicart-items .product-item .product-item-name .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.minicart-items .product-item .product-item-name .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .minicart-items .product-item .product-item-name.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .minicart-items .product-item .product-item-name.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .minicart-items .product-item .product-item-name.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .minicart-items .product-item .product-item-name.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .minicart-items .product-item .product-item-name {
  margin-bottom: 40px;
}

.category-view .sidebar .minicart-items .product-item .product-item-name.filter {
}

.minicart-items .product-item .product-item-name {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 0 5px;
}

.minicart-items .item-qty {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0 3px;
}

.minicart-items .update-cart-item {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.card-payment-lists > .p-2.minicart-items .update-cart-item {
  display: block;
}

.minicart-items .update-cart-item {
  display: none;
  font-size: 1.1rem;
  vertical-align: top;
  padding: 6px 10px;
}

.minicart-items .actions {
  float: right;
  margin: -27px 0 0;
}

.minicart-items .action.edit, .minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  background: transparent;
  color: #8f8f8f;
}

.vico-searchbox {
  margin: 0px;
}

.vico-searchbox .vico-searchbox-content {
  display: inline-block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.block-dashboard-information > .vico-searchbox .vico-searchbox-content, .block-dashboard-addresses > .vico-searchbox .vico-searchbox-content {
  padding-top: 0;
}

.vico-searchbox .vico-searchbox-content {
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}

.vico-searchbox .vico-searchbox-content .searchbox, .vico-searchbox .vico-searchbox-content .actions {
  float: left;
}

.vico-searchbox .vico-searchbox-content .searchbox {
  width: calc(100% - 145px);
  margin-top: 0;
}

.vico-searchbox .vico-searchbox-content .searchbox .input-searchbox {
  width: 100%;
}

.block-dashboard-information > .vico-searchbox .vico-searchbox-content .searchbox .input-searchbox, .block-dashboard-addresses > .vico-searchbox .vico-searchbox-content .searchbox .input-searchbox {
  padding-top: 0;
}

.vico-searchbox .vico-searchbox-content .searchbox .input-searchbox {
  font-size: 13px;
  border: 0 none;
  outline: none;
  box-shadow: none;
}

.vico-searchbox .vico-searchbox-content .searchbox .input-searchbox::-moz-placeholder {
  /* Chrome/Opera/Safari */
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.vico-searchbox .vico-searchbox-content .searchbox .input-searchbox:-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.vico-searchbox .vico-searchbox-content .searchbox .input-searchbox:-ms-input-placeholder {
}

.vico-searchbox .vico-searchbox-content .searchbox .input-searchbox::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.vico-searchbox .form-search {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.vico-searchbox .categories-search {
  position: relative;
  float: left;
  display: none;
}

.card-payment-lists > .p-2.vico-searchbox .categories-search {
  display: block;
}

.vico-searchbox .categories-search {
  display: none;
  width: 145px;
  font-size: 13px;
}

.vico-searchbox .categories-search select {
  border: 0 none;
  height: 42px;
}

.header-center .block-search {
  width: 100%;
}

.block-dashboard-information > .header-center .block-search, .block-dashboard-addresses > .header-center .block-search {
  padding-top: 0;
}

.header-menu .navigation li.level0 .submenu a {
  color: #333;
}

.header-menu .navigation li.level0 .level-top:hover {
  background: transparent;
}

.header-menu .navigation li .submenu .row {
  margin: 0;
}

.header-menu .navigation li.current a {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.accordion .navigation .level0 {
  display: block;
}

.filter .accordion .navigation .level0 {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .accordion .navigation .level0 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.accordion .navigation .level0 {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .accordion .navigation .level0 {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.accordion .navigation .level0 .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.accordion .navigation .level0 .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .accordion .navigation .level0.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .accordion .navigation .level0.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .accordion .navigation .level0.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .accordion .navigation .level0.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .accordion .navigation .level0 {
  margin-bottom: 40px;
}

.category-view .sidebar .accordion .navigation .level0.filter {
}

.accordion .navigation .level0 > .level-top {
  padding: 0px;
}

.accordion li a {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.accordion li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.accordion li.current > a.level-top {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

/*Style for desktop*/

@media screen and (min-width: 1024px) {
  .header-container-fixed .header-menu .navigation li.level0:last-child > .level-top {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .header-container-fixed .container {
    max-width: 80%;
  }

  .header-container-fixed .header-logo {
    top: 13px;
  }

  .header-container-fixed .header-logo img {
    max-width: 200px;
  }
}

@media screen and (min-width: 770px) {
  .header-search {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .filter .header-search {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .header-search {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.header-search {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .header-search {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .header-search .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .header-search .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .header-search.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .header-search.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .header-search.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .header-search.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .header-search {
    margin-bottom: 40px;
  }

  .category-view .sidebar .header-search.filter {
  }

  .header-search {
    max-width: 660px;
  }

  .header-search .dropdown-toggle {
    display: none;
  }

  .card-payment-lists > .p-2.header-search .dropdown-toggle {
    display: block;
  }

  .header-search .dropdown-toggle {
    display: none;
  }

  .header-search .search-switcher .dropdown-switcher {
    visibility: visible;
    position: static;
    margin: 0px;
    display: block;
    padding: 0px;
  }

  .filter .header-search .search-switcher .dropdown-switcher {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .header-search .search-switcher .dropdown-switcher {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.header-search .search-switcher .dropdown-switcher {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .header-search .search-switcher .dropdown-switcher {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .header-search .search-switcher .dropdown-switcher .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .header-search .search-switcher .dropdown-switcher .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .header-search .search-switcher .dropdown-switcher.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .header-search .search-switcher .dropdown-switcher.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .header-search .search-switcher .dropdown-switcher.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .header-search .search-switcher .dropdown-switcher.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .header-search .search-switcher .dropdown-switcher {
    margin-bottom: 40px;
  }

  .category-view .sidebar .header-search .search-switcher .dropdown-switcher.filter {
  }

  .header-search .search-switcher .dropdown-switcher {
    transform: inherit;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
  }

  .page-header .header.panel {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .panel.header .links, .panel.header .switcher {
    display: inline-block;
  }

  .nav-toggle {
    display: none;
  }

  .card-payment-lists > .p-2.nav-toggle {
    display: block;
  }

  .nav-toggle {
    display: none;
  }

  .logo img {
    max-height: inherit;
  }

  .minicart-wrapper {
    margin-left: 35px;
  }

  .minicart-wrapper .block-minicart {
    width: 340px;
  }

  .header-menu .navigation li.level0:first-child > .level-top {
    padding-left: 0;
  }

  .header-menu .navigation li.level0:last-child > .level-top {
    padding-right: 40px;
  }

  .navigation .navigation-content {
    display: flex;
    flex-wrap: wrap;
  }

  .navigation {
    position: relative;
    width: 100%;
    padding: 0px;
    font-weight: 700;
  }

  .block-dashboard-information > .navigation, .block-dashboard-addresses > .navigation {
    padding-top: 0;
  }

  .confirmation-modal > .navigation.text-xl {
    font-size: 14px;
    padding-bottom: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
    font-weight: 400;
    position: relative;
    margin-top: 0;
  }

  .confirmation-modal > .navigation.text-xl::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }

  .block-dashboard-information > .confirmation-modal > .navigation.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .navigation.text-xl::after {
    padding-top: 0;
  }

  .confirmation-modal > .navigation.text-xl::after {
    content: '';
    height: 1px;
    background: #e5e5e5;
  }

  .navigation {
    background: #f0f0f0;
    height: inherit;
    left: auto;
    overflow: inherit;
    top: 0;
    z-index: 3;
  }

  .navigation ul {
    position: relative;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigation .level0 {
    position: relative;
    margin: 0px;
    display: inline-block;
    border-top: none;
  }

  .navigation .level0 .submenu {
    position: absolute;
    margin: 0px;
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0px;
    font-weight: 400;
  }

  .card-payment-lists > .p-2.navigation .level0 .submenu {
    display: block;
  }

  .navigation .level0 .submenu {
    display: none;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 19%);
    min-width: 230px;
    left: 0;
    z-index: 1;
  }

  .navigation .level0 .submenu a {
    display: block;
  }

  .filter .navigation .level0 .submenu a {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .navigation .level0 .submenu a {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.navigation .level0 .submenu a {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .navigation .level0 .submenu a {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .navigation .level0 .submenu a .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .navigation .level0 .submenu a .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .navigation .level0 .submenu a.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .navigation .level0 .submenu a.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .navigation .level0 .submenu a.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .navigation .level0 .submenu a.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .navigation .level0 .submenu a {
    margin-bottom: 40px;
  }

  .category-view .sidebar .navigation .level0 .submenu a.filter {
  }

  .navigation .level0 .submenu a {
    line-height: inherit;
    color: #333333;
    padding: 8px 20px;
  }

  .nav-sections {
    flex-shrink: 0;
    flex-basis: auto;
  }

  .nav-sections-item-title {
    display: none;
  }

  .card-payment-lists > .p-2.nav-sections-item-title {
    display: block;
  }

  .nav-sections-item-title {
    display: none;
  }

  .nav-sections-item-content {
    display: block;
  }

  .filter .nav-sections-item-content {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .nav-sections-item-content {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.nav-sections-item-content {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .nav-sections-item-content {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .nav-sections-item-content .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .nav-sections-item-content .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .nav-sections-item-content.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .nav-sections-item-content.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .nav-sections-item-content.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .nav-sections-item-content.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .nav-sections-item-content {
    margin-bottom: 40px;
  }

  .category-view .sidebar .nav-sections-item-content.filter {
  }

  .nav-sections-item-content > .navigation {
    display: block;
  }

  .filter .nav-sections-item-content > .navigation {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .nav-sections-item-content > .navigation {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.nav-sections-item-content > .navigation {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .nav-sections-item-content > .navigation {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .nav-sections-item-content > .navigation .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .nav-sections-item-content > .navigation .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .nav-sections-item-content > .navigation.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .nav-sections-item-content > .navigation.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .nav-sections-item-content > .navigation.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .nav-sections-item-content > .navigation.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .nav-sections-item-content > .navigation {
    margin-bottom: 40px;
  }

  .category-view .sidebar .nav-sections-item-content > .navigation.filter {
  }

  .nav-sections-item-content > * {
    display: none;
  }

  .card-payment-lists > .p-2.nav-sections-item-content > * {
    display: block;
  }

  .nav-sections-item-content > * {
    display: none;
  }

  .header-menu .navigation {
    position: static;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  }

  .header-menu .navigation .nav-main {
    position: static;
  }

  .header-menu .navigation li.level0 > .level-top {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
  }

  .confirmation-modal > .header-menu .navigation li.level0 > .level-top.text-xl {
    font-size: 14px;
    padding-bottom: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
    font-weight: 400;
    position: relative;
    margin-top: 0;
  }

  .confirmation-modal > .header-menu .navigation li.level0 > .level-top.text-xl::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }

  .block-dashboard-information > .confirmation-modal > .header-menu .navigation li.level0 > .level-top.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .header-menu .navigation li.level0 > .level-top.text-xl::after {
    padding-top: 0;
  }

  .confirmation-modal > .header-menu .navigation li.level0 > .level-top.text-xl::after {
    content: '';
    height: 1px;
    background: #e5e5e5;
  }

  .header-menu .navigation li.level0 > .level-top {
    font-size: 13px;
    padding: 0 20px;
    border: 0 none;
    line-height: 40px;
  }

  .header-menu .navigation li.level0 > .level-top:hover {
    --tw-text-opacity: 1;
    color: rgb(255 203 51 / var(--tw-text-opacity));
  }

  .header-menu .navigation li.level0.parent > a::after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: 5px;
  }

  .header-menu .navigation li.level0 .submenu {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .header-menu .navigation li.level0 .submenu li:hover > .subchildmenu {
    display: block;
  }

  .header-menu .navigation li.level0 .submenu a {
    padding-bottom: 3px;
    padding-top: 3px;
  }

  .header-menu .navigation li.level0 .submenu a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 203 51 / var(--tw-text-opacity));
  }

  .header-menu .navigation li.level0 .submenu {
    visibility: hidden;
    display: block;
    text-align: left;
    font-weight: 300;
    opacity: 0;
  }

  .filter .header-menu .navigation li.level0 .submenu {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .header-menu .navigation li.level0 .submenu {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.header-menu .navigation li.level0 .submenu {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .header-menu .navigation li.level0 .submenu {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .header-menu .navigation li.level0 .submenu .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .header-menu .navigation li.level0 .submenu .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .header-menu .navigation li.level0 .submenu.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .header-menu .navigation li.level0 .submenu.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .header-menu .navigation li.level0 .submenu.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .header-menu .navigation li.level0 .submenu.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .header-menu .navigation li.level0 .submenu {
    margin-bottom: 40px;
  }

  .category-view .sidebar .header-menu .navigation li.level0 .submenu.filter {
  }

  .header-menu .navigation li.level0 .submenu {
    text-align: left;
    visibility: hidden;
    border-bottom: 0;
    top: 60px;
    transition: all 300ms ease-in-out 0s;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    z-index: 100;
  }

  .header-menu .navigation li.level0 .submenu li {
    position: relative;
    margin-bottom: 0;
  }

  .header-menu .navigation li.level0 .submenu li .subchildmenu {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    padding: 0px;
  }

  .card-payment-lists > .p-2.header-menu .navigation li.level0 .submenu li .subchildmenu {
    display: block;
  }

  form .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu, fieldset .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu {
    position: relative;
  }

  form .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu svg, fieldset .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu svg {
    display: none;
  }

  .card-payment-lists > form.p-2 .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu svg {
    display: block;
  }

  form .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu svg, fieldset .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu svg {
    display: none;
  }

  .card-payment-lists > form.p-2 .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu svg {
    display: block;
  }

  form .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu svg, fieldset .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu svg {
    display: none;
  }

  form .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu::after, fieldset .field.date .customer-dob > .header-menu .navigation li.level0 .submenu li .subchildmenu::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\e612';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .header-menu .navigation li.level0 .submenu li .subchildmenu {
    display: none;
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid #ffcb33;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    min-width: 230px;
    z-index: 10;
  }

  .header-menu .navigation li.level0 .submenu li.parent {
    position: relative;
  }

  .header-menu .navigation li.level0 .submenu li.parent > a::after {
    position: absolute;
    float: right;
    display: inline-block;
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 15px;
    margin-top: 7px;
    top: 5px;
    right: 10px;
  }

  .header-menu .navigation li.level0 .submenu a {
    line-height: 30px;
    transition: all 0.4s ease 0s;
  }

  .header-menu .navigation li.level0:hover .submenu {
    visibility: visible;
    top: 100%;
    display: block;
    opacity: 1;
  }

  .filter .header-menu .navigation li.level0:hover .submenu {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .header-menu .navigation li.level0:hover .submenu {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.header-menu .navigation li.level0:hover .submenu {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .header-menu .navigation li.level0:hover .submenu {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .header-menu .navigation li.level0:hover .submenu .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .header-menu .navigation li.level0:hover .submenu .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .header-menu .navigation li.level0:hover .submenu.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .header-menu .navigation li.level0:hover .submenu.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .header-menu .navigation li.level0:hover .submenu.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .header-menu .navigation li.level0:hover .submenu.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  [data-content-type$='block'] .header-menu .navigation li.level0:hover .submenu p:last-child {
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .columns .sidebar-main > .header-menu .navigation li.level0:hover .submenu {
    margin-bottom: 40px;
  }

  .category-view .sidebar .header-menu .navigation li.level0:hover .submenu.filter {
  }
}

@media screen and (min-width: 991px) {
  .header-sticker .header-content-left {
    height: 5px;
    top: 10px;
  }
}

/*Mobile*/

@media only screen and (max-width: 1200px) {
  .page-header .minicart-wrapper {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .header-container-fixed {
    position: static;
  }

  .header-content .header-right {
    padding: 0px;
  }

  .header-content .minicart-wrapper {
    margin-left: 10px;
  }

  .header-content-menu .header-menu {
    margin-left: 0px;
  }

  .navigation .level0 {
    margin: 0px;
  }

  .header-menu .nav-sections .navigation li.level0 > .level-top {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 769px) {
  .page-header {
    position: static;
    padding: 0 15px;
  }

  .page-header .panel.wrapper {
    display: none;
  }

  .card-payment-lists > .p-2.page-header .panel.wrapper {
    display: block;
  }

  .page-header .panel.wrapper {
    display: none;
  }

  .page-header .header-center {
    position: static;
  }

  .page-header .header-search {
    position: absolute;
    left: 40px;
    top: 25px;
  }

  .page-header .header-search .search-switcher .dropdown-switcher {
    left: 0;
    right: inherit;
    width: 320px;
    padding: 10px;
  }

  .page-header .header-content-menu .header-menu {
    text-align: left;
  }

  .page-header .header-content-left {
    position: static;
    width: 100%;
    text-align: center;
  }

  .block-dashboard-information > .page-header .header-content-left, .block-dashboard-addresses > .page-header .header-content-left {
    padding-top: 0;
  }

  .page-header .header-content-left {
    text-align: center;
  }

  .page-header .header-logo .logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
    max-width: 250px;
    margin: 20px 0;
  }

  .page-header .header-search {
    position: absolute;
    z-index: 10;
    left: 60px;
    top: 27px;
  }

  .page-header .header-search .dropdown-switcher {
    left: 0px;
    padding: 0 15px;
    width: 270px;
    right: auto;
  }

  .page-header .header-content .header-right {
    position: absolute;
    right: 0px;
    top: 15px;
  }

  .page-header .header-content-menu .header-menu {
    text-align: left;
  }

  .page-header .line-padding {
    display: none;
  }

  .card-payment-lists > .p-2.page-header .line-padding {
    display: block;
  }

  .page-header .line-padding {
    display: none;
  }

  .minicart-wrapper {
    max-width: 35px;
  }

  .nav-sections {
    position: fixed;
    top: 0px;
    height: 100%;
    overflow: auto;
  }

  .product-gallery .fullscreen >.nav-sections {
    z-index: 999;
  }

  form .field.date .customer-dob > .nav-sections, fieldset .field.date .customer-dob > .nav-sections {
    position: relative;
  }

  form .field.date .customer-dob > .nav-sections svg, fieldset .field.date .customer-dob > .nav-sections svg {
    display: none;
  }

  .card-payment-lists > form.p-2 .field.date .customer-dob > .nav-sections svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .nav-sections svg {
    display: block;
  }

  form .field.date .customer-dob > .nav-sections svg, fieldset .field.date .customer-dob > .nav-sections svg {
    display: none;
  }

  .card-payment-lists > form.p-2 .field.date .customer-dob > .nav-sections svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .nav-sections svg {
    display: block;
  }

  form .field.date .customer-dob > .nav-sections svg, fieldset .field.date .customer-dob > .nav-sections svg {
    display: none;
  }

  form .field.date .customer-dob > .nav-sections::after, fieldset .field.date .customer-dob > .nav-sections::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\e612';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .nav-sections {
    -webkit-overflow-scrolling: touch;
    transition: left 0.3s;
    left: calc(-1 * (100% - 54px));
    width: calc(100% - 54px);
  }

  .nav-sections-items {
    position: relative;
    z-index: 1;
  }

  .nav-sections-item-title {
    float: left;
    box-sizing: border-box;
    text-align: center;
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    height: 71px;
    padding-top: 24px;
    width: 33.33%;
  }

  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }

  .nav-sections-item-title.active a {
    --tw-text-opacity: 1;
    color: rgb(255 203 51 / var(--tw-text-opacity));
  }

  .nav-sections-item-content {
    float: right;
    box-sizing: border-box;
    display: none;
    width: 100%;
  }

  .block-dashboard-information > .nav-sections-item-content, .block-dashboard-addresses > .nav-sections-item-content {
    padding-top: 0;
  }

  .card-payment-lists > .p-2.nav-sections-item-content {
    display: block;
  }

  .nav-sections-item-content {
    display: none;
    margin-left: -100%;
    margin-top: 71px;
  }

  .nav-sections-item-content.active {
    display: block;
  }

  .filter .nav-sections-item-content.active {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .nav-sections-item-content.active {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.nav-sections-item-content.active {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .nav-sections-item-content.active {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .nav-sections-item-content.active .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .nav-sections-item-content.active .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .nav-sections-item-content.active.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .nav-sections-item-content.active.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .nav-sections-item-content.active.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .nav-sections-item-content.active.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .nav-sections-item-content.active {
    margin-bottom: 40px;
  }

  .category-view .sidebar .nav-sections-item-content.active.filter {
  }

  .navigation {
    box-sizing: border-box;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0px;
  }

  .navigation ul {
    margin: 0px;
    padding: 0px;
  }

  .navigation a {
    display: block;
  }

  .filter .navigation a {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .navigation a {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.navigation a {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .navigation a {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .navigation a .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .navigation a .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .navigation a.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .navigation a.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .navigation a.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .navigation a.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .navigation a {
    margin-bottom: 40px;
  }

  .category-view .sidebar .navigation a.filter {
  }

  .navigation a {
    padding: 10px 0 10px 15px;
  }

  .navigation .level0 {
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
  }

  .navigation .level0 > .level-top {
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 40px 8px 15px;
    word-wrap: break-word;
  }

  .navigation .parent > .level-top {
    position: relative;
    display: block;
  }

  .filter .navigation .parent > .level-top {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .navigation .parent > .level-top {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.navigation .parent > .level-top {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .navigation .parent > .level-top {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .navigation .parent > .level-top .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .navigation .parent > .level-top .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .navigation .parent > .level-top.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .navigation .parent > .level-top.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .navigation .parent > .level-top.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .navigation .parent > .level-top.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .navigation .parent > .level-top {
    margin-bottom: 40px;
  }

  .category-view .sidebar .navigation .parent > .level-top.filter {
  }

  .navigation .parent > .level-top::after {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: normal;
    speak: none;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .navigation .parent.active > .level-top::after {
    content: "\f106";
  }

  .navigation .submenu:not(:first-child) {
    padding: 0px;
    font-weight: 400;
    line-height: 1.3;
    transition: left 0.3s ease-out;
  }

  .accordion .navigation .level0 {
    border-bottom: none;
  }

  .accordion .navigation .level0 > .level-top {
    padding: 0;
  }

  .accordion .navigation .parent > .level-top::after {
    display: none;
  }

  .card-payment-lists > .p-2.accordion .navigation .parent > .level-top::after {
    display: block;
  }

  .accordion .navigation .parent > .level-top::after {
    display: none;
  }

  .nav-sections .header.links {
    margin: 0px;
    padding: 0px;
    list-style: none none;
  }

  .nav-sections .header.links a, .nav-sections .header.links a:hover {
    display: block;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(43 43 43 / var(--tw-text-opacity));
  }

  .filter .nav-sections .header.links a,.filter  .nav-sections .header.links a:hover {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .nav-sections .header.links a,.filter  .nav-sections .header.links a:hover {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.nav-sections .header.links a,.filter .nav-sections .header.links a:hover {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .nav-sections .header.links a,.account.page-layout-2columns-left .columns .sidebar-main >  .nav-sections .header.links a:hover {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .nav-sections .header.links a .block-title, .nav-sections .header.links a:hover .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .nav-sections .header.links a .block-title.filter-title, .nav-sections .header.links a:hover .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .nav-sections .header.links a.category.event, .nav-sections .header.links a:hover.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .nav-sections .header.links a.category.event, .page-wrapper  .nav-sections .header.links a:hover.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .nav-sections .header.links a.category.event, .page-wrapper  .nav-sections .header.links a:hover.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .nav-sections .header.links a.category.event, .nav-sections .header.links a:hover.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  [data-content-type$='block'] .nav-sections .header.links a p:last-child,[data-content-type$='block']  .nav-sections .header.links a:hover p:last-child {
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .columns .sidebar-main > .nav-sections .header.links a,.columns .sidebar-main >  .nav-sections .header.links a:hover {
    margin-bottom: 40px;
  }

  .category-view .sidebar .nav-sections .header.links a.filter,.category-view .sidebar  .nav-sections .header.links a:hover.filter {
  }

  .nav-sections .header.links a, .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    padding: 0.8rem 20px;
    font-size: 14px;
  }

  .nav-open .page-wrapper {
    position: relative;
    left: 0px;
    height: 100%;
    overflow: hidden;
    transition: left .3s;
  }

  .nav-open .nav-sections {
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
    left: 0;
  }

  .nav-before-open {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  .block-dashboard-information > .nav-before-open, .block-dashboard-addresses > .nav-before-open {
    padding-top: 0;
  }

  .nav-before-open .page-wrapper {
    left: calc(100% - 54px);
  }

  .header-menu .navigation li.ui-menu-item {
    position: relative;
  }

  .header-menu .navigation li.ui-menu-item .open-children-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    cursor: pointer;
  }

  .filter .header-menu .navigation li.ui-menu-item .open-children-toggle {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .header-menu .navigation li.ui-menu-item .open-children-toggle {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.header-menu .navigation li.ui-menu-item .open-children-toggle {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .header-menu .navigation li.ui-menu-item .open-children-toggle {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .header-menu .navigation li.ui-menu-item .open-children-toggle .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .header-menu .navigation li.ui-menu-item .open-children-toggle .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .header-menu .navigation li.ui-menu-item .open-children-toggle.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .header-menu .navigation li.ui-menu-item .open-children-toggle.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .header-menu .navigation li.ui-menu-item .open-children-toggle.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .header-menu .navigation li.ui-menu-item .open-children-toggle.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  [data-content-type$='block'] .header-menu .navigation li.ui-menu-item .open-children-toggle p:last-child {
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .columns .sidebar-main > .header-menu .navigation li.ui-menu-item .open-children-toggle {
    margin-bottom: 40px;
  }

  .category-view .sidebar .header-menu .navigation li.ui-menu-item .open-children-toggle.filter {
  }

  form .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle, fieldset .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle {
    position: relative;
  }

  form .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle svg, fieldset .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle svg {
    display: none;
  }

  .card-payment-lists > form.p-2 .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle svg {
    display: block;
  }

  form .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle svg, fieldset .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle svg {
    display: none;
  }

  .card-payment-lists > form.p-2 .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle svg {
    display: block;
  }

  form .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle svg, fieldset .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle svg {
    display: none;
  }

  form .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle::after, fieldset .field.date .customer-dob > .header-menu .navigation li.ui-menu-item .open-children-toggle::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\e612';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .header-menu .navigation li.ui-menu-item .open-children-toggle {
    width: 42px;
    height: 42px;
    z-index: 1;
  }

  .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu {
    display: block;
  }

  .filter .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  [data-content-type$='block'] .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu p:last-child {
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .columns .sidebar-main > .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu {
    margin-bottom: 40px;
  }

  .category-view .sidebar .header-menu .navigation li.ui-menu-item .open-children-toggle.accordion-active ~ .submenu.filter {
  }

  .header-menu .navigation .submenu {
    display: none;
  }

  .card-payment-lists > .p-2.header-menu .navigation .submenu {
    display: block;
  }

  .header-menu .navigation .submenu {
    display: none;
    border: 0 none;
    padding-left: 15px;
  }

  .header-menu .navigation .submenu.opened {
    display: block;
  }

  .filter .header-menu .navigation .submenu.opened {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 770px) {
    .filter .header-menu .navigation .submenu.opened {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 769px) {
    .filter.header-menu .navigation .submenu.opened {
      margin-bottom: 30px;
      padding: 0;
    }

    .account.page-layout-2columns-left .columns .sidebar-main > .header-menu .navigation .submenu.opened {
      margin-bottom: 0px;
      padding-right: 0px;
    }
  }

  .header-menu .navigation .submenu.opened .block-title {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }

  .header-menu .navigation .submenu.opened .block-title.filter-title {
    border-bottom: none;
  }

  @media screen and (min-width: 770px) {
    .header-menu .navigation .submenu.opened.category.event {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
    }
  }

  @media (max-width: 1200px) {
     .page-wrapper .header-menu .navigation .submenu.opened.category.event {
      max-width: 980px;
    }
  }

  @media (max-width: 992px) {
     .page-wrapper .header-menu .navigation .submenu.opened.category.event {
      max-width: 760px;
    }
  }

  @media only screen and (max-width: 769px) {
    .header-menu .navigation .submenu.opened.category.event {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

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

  .columns .sidebar-main > .header-menu .navigation .submenu.opened {
    margin-bottom: 40px;
  }

  .category-view .sidebar .header-menu .navigation .submenu.opened.filter {
  }

  .header-menu .navigation .submenu > li {
    word-wrap: break-word;
  }

  .header-menu .navigation .submenu li a {
    font-weight: 400;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: uppercase;
  }

  .header-menu .navigation li.level0 > .level-top {
    --tw-text-opacity: 1;
    color: rgb(43 43 43 / var(--tw-text-opacity));
  }

  .block-search .action.search {
    padding-left: 8px;
    padding-right: 8px;
  }

  .vico-searchbox .vico-searchbox-content .searchbox {
    width: calc(100% - 56px);
  }

  .block-search {
    margin-top: 0px;
  }

  .minicart-wrapper {
    padding-right: 10px;
  }

  .minicart-wrapper .icons.cart-icon .text-cart {
    display: none;
  }

  .card-payment-lists > .p-2.minicart-wrapper .icons.cart-icon .text-cart {
    display: block;
  }

  .minicart-wrapper .icons.cart-icon .text-cart {
    display: none;
  }

  .header-menu .nav-sections {
    background: #ffffff none repeat scroll 0 0;
  }

  .header-content-type .row {
    margin: 0;
  }
}

@media only screen and (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 0px;
  }

  .wishlist-header {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .page-header .header-logo .logo {
    max-width: 165px;
    position: relative;
    z-index: 10;
    margin: 25px 0;
  }

  .minicart-wrapper {
    padding: 0 10px 0 0;
  }

  .minicart-wrapper .block-minicart {
    width: 290px;
  }

  .wishlist-header .counter.qty {
    font-size: 0;
  }

  .wishlist-header .counter.qty:before {
    content: attr(data-count);
    font-size: 11px;
    position: absolute;
    top: -4px;
    width: 20px;
    right: -5px;
    height: 20px;
    background-color: rgb(255 203 51);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 400px) {
  .page-header .header-search .search-switcher .dropdown-switcher {
    left: -55px;
  }
}

.accordion .navigation {
  background: transparent;
}

.accordion .navigation ul li .submenu {
  position: relative;
  min-width: 100%;
  border: none;
  box-shadow: none;
}

.accordion .navigation ul li .submenu li a {
  padding-left: 0;
}

.accordion .nav-main, .accordion .cms-menu {
  margin: 0px;
  padding: 0px;
}

.accordion .nav-main li, .accordion .cms-menu li {
  position: relative;
  margin: 0px;
  display: block;
}

.filter .accordion .nav-main li,.filter  .accordion .cms-menu li {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .accordion .nav-main li,.filter  .accordion .cms-menu li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.accordion .nav-main li,.filter .accordion .cms-menu li {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .accordion .nav-main li,.account.page-layout-2columns-left .columns .sidebar-main >  .accordion .cms-menu li {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.accordion .nav-main li .block-title, .accordion .cms-menu li .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.accordion .nav-main li .block-title.filter-title, .accordion .cms-menu li .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .accordion .nav-main li.category.event, .accordion .cms-menu li.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .accordion .nav-main li.category.event, .page-wrapper  .accordion .cms-menu li.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .accordion .nav-main li.category.event, .page-wrapper  .accordion .cms-menu li.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .accordion .nav-main li.category.event, .accordion .cms-menu li.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .accordion .nav-main li p:last-child,[data-content-type$='block']  .accordion .cms-menu li p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .accordion .nav-main li,.columns .sidebar-main >  .accordion .cms-menu li {
  margin-bottom: 40px;
}

.category-view .sidebar .accordion .nav-main li.filter,.category-view .sidebar  .accordion .cms-menu li.filter {
}

.accordion .nav-main li a, .accordion .cms-menu li a {
  display: block;
}

.filter .accordion .nav-main li a,.filter  .accordion .cms-menu li a {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .accordion .nav-main li a,.filter  .accordion .cms-menu li a {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.accordion .nav-main li a,.filter .accordion .cms-menu li a {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .accordion .nav-main li a,.account.page-layout-2columns-left .columns .sidebar-main >  .accordion .cms-menu li a {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.accordion .nav-main li a .block-title, .accordion .cms-menu li a .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.accordion .nav-main li a .block-title.filter-title, .accordion .cms-menu li a .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .accordion .nav-main li a.category.event, .accordion .cms-menu li a.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .accordion .nav-main li a.category.event, .page-wrapper  .accordion .cms-menu li a.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .accordion .nav-main li a.category.event, .page-wrapper  .accordion .cms-menu li a.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .accordion .nav-main li a.category.event, .accordion .cms-menu li a.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .accordion .nav-main li a p:last-child,[data-content-type$='block']  .accordion .cms-menu li a p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .accordion .nav-main li a,.columns .sidebar-main >  .accordion .cms-menu li a {
  margin-bottom: 40px;
}

.category-view .sidebar .accordion .nav-main li a.filter,.category-view .sidebar  .accordion .cms-menu li a.filter {
}

.accordion .nav-main li a, .accordion .cms-menu li a {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
}

.accordion .nav-main li a:hover, .accordion .cms-menu li a:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.accordion .nav-main li.current > a.level-top, .accordion .cms-menu li.current > a.level-top {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
  margin-right: 20%;
}

.accordion .nav-main li .open-children-toggle, .accordion .cms-menu li .open-children-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  cursor: pointer;
}

.confirmation-modal > .accordion .nav-main li .open-children-toggle.justify-between,.confirmation-modal >  .accordion .cms-menu li .open-children-toggle.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .accordion .nav-main li .open-children-toggle.justify-between button,.confirmation-modal >  .accordion .cms-menu li .open-children-toggle.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .accordion .nav-main li .open-children-toggle.justify-between button:hover,.confirmation-modal >  .accordion .cms-menu li .open-children-toggle.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.accordion .nav-main li .open-children-toggle.justify-end,.order-details-items > .card > .accordion .cms-menu li .open-children-toggle.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .accordion .nav-main li .open-children-toggle,.order-actions-toolbar  .accordion .cms-menu li .open-children-toggle {
  justify-content: space-between;
}

form .field.date .customer-dob > .accordion .nav-main li .open-children-toggle, fieldset .field.date .customer-dob > .accordion .nav-main li .open-children-toggle,form .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle, fieldset .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle {
  position: relative;
}

form .field.date .customer-dob > .accordion .nav-main li .open-children-toggle svg, fieldset .field.date .customer-dob > .accordion .nav-main li .open-children-toggle svg,form .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle svg, fieldset .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .accordion .nav-main li .open-children-toggle svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .accordion .nav-main li .open-children-toggle svg,.card-payment-lists > form.p-2 .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle svg {
  display: block;
}

form .field.date .customer-dob > .accordion .nav-main li .open-children-toggle svg, fieldset .field.date .customer-dob > .accordion .nav-main li .open-children-toggle svg,form .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle svg, fieldset .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .accordion .nav-main li .open-children-toggle svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .accordion .nav-main li .open-children-toggle svg,.card-payment-lists > form.p-2 .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle svg {
  display: block;
}

form .field.date .customer-dob > .accordion .nav-main li .open-children-toggle svg, fieldset .field.date .customer-dob > .accordion .nav-main li .open-children-toggle svg,form .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle svg, fieldset .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle svg {
  display: none;
}

form .field.date .customer-dob > .accordion .nav-main li .open-children-toggle::after, fieldset .field.date .customer-dob > .accordion .nav-main li .open-children-toggle::after,form .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle::after, fieldset .field.date .customer-dob >  .accordion .cms-menu li .open-children-toggle::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.accordion .nav-main li .open-children-toggle, .accordion .cms-menu li .open-children-toggle {
  align-items: center;
  justify-content: end;
  font-size: 15px;
  padding: 0 0 0 10px;
  width: 45px;
  height: 40px;
}

.accordion .nav-main li .open-children-toggle::before, .accordion .cms-menu li .open-children-toggle::before {
  cursor: pointer;
  content: "\f106";
  display: inline-block;
  font-family: "FontAwesome";
}

.accordion .nav-main li .open-children-toggle.accordion-active::before, .accordion .cms-menu li .open-children-toggle.accordion-active::before {
  content: "\f107";
}

.accordion .nav-main li ul, .accordion .cms-menu li ul {
  display: none;
  padding: 0px;
}

.card-payment-lists > .p-2.accordion .nav-main li ul,.card-payment-lists > .p-2 .accordion .cms-menu li ul {
  display: block;
}

.accordion .nav-main li ul, .accordion .cms-menu li ul {
  display: none;
}

.accordion .nav-main li.active > .submenu, .accordion .cms-menu li.active > .submenu {
  display: block;
}

.filter .accordion .nav-main li.active > .submenu,.filter  .accordion .cms-menu li.active > .submenu {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .accordion .nav-main li.active > .submenu,.filter  .accordion .cms-menu li.active > .submenu {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.accordion .nav-main li.active > .submenu,.filter .accordion .cms-menu li.active > .submenu {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .accordion .nav-main li.active > .submenu,.account.page-layout-2columns-left .columns .sidebar-main >  .accordion .cms-menu li.active > .submenu {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.accordion .nav-main li.active > .submenu .block-title, .accordion .cms-menu li.active > .submenu .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.accordion .nav-main li.active > .submenu .block-title.filter-title, .accordion .cms-menu li.active > .submenu .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .accordion .nav-main li.active > .submenu.category.event, .accordion .cms-menu li.active > .submenu.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .accordion .nav-main li.active > .submenu.category.event, .page-wrapper  .accordion .cms-menu li.active > .submenu.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .accordion .nav-main li.active > .submenu.category.event, .page-wrapper  .accordion .cms-menu li.active > .submenu.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .accordion .nav-main li.active > .submenu.category.event, .accordion .cms-menu li.active > .submenu.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .accordion .nav-main li.active > .submenu p:last-child,[data-content-type$='block']  .accordion .cms-menu li.active > .submenu p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .accordion .nav-main li.active > .submenu,.columns .sidebar-main >  .accordion .cms-menu li.active > .submenu {
  margin-bottom: 40px;
}

.category-view .sidebar .accordion .nav-main li.active > .submenu.filter,.category-view .sidebar  .accordion .cms-menu li.active > .submenu.filter {
}

.accordion .nav-main li.active > .submenu, .accordion .cms-menu li.active > .submenu {
  padding-left: 15px;
}

.columns .column.main {
  width: 100%;
  flex-grow: 1;
}

.block-dashboard-information > .columns .column.main, .block-dashboard-addresses > .columns .column.main {
  padding-top: 0;
}

.columns .column.main {
  padding-bottom: 40px;
  flex-basis: auto;
  order: 1;
  width: 100%;
}

.columns .sidebar-main {
  flex-grow: 1;
  flex-basis: 100%;
  order: 1;
}

.columns .sidebar-main > .block {
  margin-bottom: 40px;
}

.columns .sidebar-additional {
  flex-grow: 1;
  flex-basis: 100%;
  order: 2;
}

.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}

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

/*Home Page*/

.vigoproduct .title-page {
  margin: 0px;
  display: inline-block;
}

.vigoproduct .block-title-tabs {
  float: right;
  display: none;
}

.card-payment-lists > .p-2.vigoproduct .block-title-tabs {
  display: block;
}

.vigoproduct .block-title-tabs {
  display: none;
}

.pagebuilder-video-wrapper,
.page-iframe-video {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

.pagebuilder-video-wrapper iframe, .page-iframe-video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.block-dashboard-information > .pagebuilder-video-wrapper iframe, .block-dashboard-addresses > .pagebuilder-video-wrapper iframe,.block-dashboard-information >  .page-iframe-video iframe, .block-dashboard-addresses >  .page-iframe-video iframe {
  padding-top: 0;
}

form .field.date .customer-dob > .pagebuilder-video-wrapper iframe, fieldset .field.date .customer-dob > .pagebuilder-video-wrapper iframe,form .field.date .customer-dob >  .page-iframe-video iframe, fieldset .field.date .customer-dob >  .page-iframe-video iframe {
  position: relative;
}

form .field.date .customer-dob > .pagebuilder-video-wrapper iframe svg, fieldset .field.date .customer-dob > .pagebuilder-video-wrapper iframe svg,form .field.date .customer-dob >  .page-iframe-video iframe svg, fieldset .field.date .customer-dob >  .page-iframe-video iframe svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .pagebuilder-video-wrapper iframe svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .pagebuilder-video-wrapper iframe svg,.card-payment-lists > form.p-2 .field.date .customer-dob >  .page-iframe-video iframe svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob >  .page-iframe-video iframe svg {
  display: block;
}

form .field.date .customer-dob > .pagebuilder-video-wrapper iframe svg, fieldset .field.date .customer-dob > .pagebuilder-video-wrapper iframe svg,form .field.date .customer-dob >  .page-iframe-video iframe svg, fieldset .field.date .customer-dob >  .page-iframe-video iframe svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .pagebuilder-video-wrapper iframe svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .pagebuilder-video-wrapper iframe svg,.card-payment-lists > form.p-2 .field.date .customer-dob >  .page-iframe-video iframe svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob >  .page-iframe-video iframe svg {
  display: block;
}

form .field.date .customer-dob > .pagebuilder-video-wrapper iframe svg, fieldset .field.date .customer-dob > .pagebuilder-video-wrapper iframe svg,form .field.date .customer-dob >  .page-iframe-video iframe svg, fieldset .field.date .customer-dob >  .page-iframe-video iframe svg {
  display: none;
}

form .field.date .customer-dob > .pagebuilder-video-wrapper iframe::after, fieldset .field.date .customer-dob > .pagebuilder-video-wrapper iframe::after,form .field.date .customer-dob >  .page-iframe-video iframe::after, fieldset .field.date .customer-dob >  .page-iframe-video iframe::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.group-product-tabs {
  text-align: center;
}

.group-product-tabs .product-tab {
  position: relative;
  display: inline-block;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
  list-style: outside none none;
  padding: 0 15px;
}

.group-product-tabs .product-tab.active, .group-product-tabs .product-tab:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.group-product-tabs .product-tab::after {
  border-color: #dddddd;
}

.group-product-tabs .product-tab .title {
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}

.order-details-items .order-items .parent-item .p-2 .group-product-tabs .product-tab .title {
  font-size: 18px;
  margin: 0 0 10px;
}

.group-product-tabs .product-tab .title {
  font-size: 14px;
  letter-spacing: 0;
}

.group-product-tabs .product-tab .title::after {
  position: absolute;
  left: 0px;
  right: 0px;
  display: none;
  width: 100%;
}

.block-dashboard-information > .group-product-tabs .product-tab .title::after, .block-dashboard-addresses > .group-product-tabs .product-tab .title::after {
  padding-top: 0;
}

.card-payment-lists > .p-2.group-product-tabs .product-tab .title::after {
  display: block;
}

.group-product-tabs .product-tab .title::after {
  display: none;
  border-top: 1px solid;
  bottom: -13px;
  content: "";
  height: 1px;
  z-index: 100;
}

.group-product-tabs .product-tab.active .title::after {
  display: block;
}

.filter .group-product-tabs .product-tab.active .title::after {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .group-product-tabs .product-tab.active .title::after {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.group-product-tabs .product-tab.active .title::after {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .group-product-tabs .product-tab.active .title::after {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.group-product-tabs .product-tab.active .title::after .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.group-product-tabs .product-tab.active .title::after .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .group-product-tabs .product-tab.active .title.category.event::after {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .group-product-tabs .product-tab.active .title.category.event::after {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .group-product-tabs .product-tab.active .title.category.event::after {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .group-product-tabs .product-tab.active .title.category.event::after {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .group-product-tabs .product-tab.active .title::after p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .group-product-tabs .product-tab.active .title::after {
  margin-bottom: 40px;
}

.category-view .sidebar .group-product-tabs .product-tab.active .title.filter::after {
}

.etour-home-banner .HeroSlide-heading {
  text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.video-lists .pagebuilder-column-line {
  gap: 0 20px;
}

.video-lists .pagebuilder-column h2, .video-lists .pagebuilder-column h3, .video-lists .pagebuilder-column h4 {
  font-weight: bold;
}

.limiter {
  float: left;
  display: inline-block;
  margin: 0 10px;
}

.limiter .label, .limiter .limiter-text {
  display: none;
}

.card-payment-lists > .p-2.limiter .label,.card-payment-lists > .p-2 .limiter .limiter-text {
  display: block;
}

.limiter .label, .limiter .limiter-text {
  display: none;
}

.limiter .control {
  display: inline-block;
}

.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}

.sorter {
  float: left;
}

.sorter .sorter-label {
  display: none;
}

.card-payment-lists > .p-2.sorter .sorter-label {
  display: block;
}

.sorter .sorter-label {
  display: none;
}

.sorter-action {
  color: #8f8f8f;
  content: "\f176";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.toolbar {
  text-align: center;
}

.toolbar .modes {
  float: right;
  display: none;
}

.card-payment-lists > .p-2.toolbar .modes {
  display: block;
}

.toolbar .modes {
  display: none;
  margin-left: 20px;
}

.toolbar .modes-label {
  display: none;
}

.card-payment-lists > .p-2.toolbar .modes-label {
  display: block;
}

.toolbar .modes-label {
  display: none;
}

.toolbar .modes-mode {
  font-weight: 400;
}

.toolbar .pages {
  margin-bottom: 25px;
}

.toolbar select {
  border-color: #ddd;
  color: #666;
  font-size: 13px;
  padding: 0 25px 0 10px;
  border-radius: 2px;
}

.toolbar-products {
  background-color: #f8f8f8;
  padding: 8px 5px;
  overflow: hidden;
}

.toolbar-products .pages {
  display: none;
}

.card-payment-lists > .p-2.toolbar-products .pages {
  display: block;
}

.toolbar-products .pages {
  display: none;
}

.toolbar-amount {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  text-align: left;
  vertical-align: middle;
}

form .field.date .customer-dob > .toolbar-amount, fieldset .field.date .customer-dob > .toolbar-amount {
  position: relative;
}

form .field.date .customer-dob > .toolbar-amount svg, fieldset .field.date .customer-dob > .toolbar-amount svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .toolbar-amount svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .toolbar-amount svg {
  display: block;
}

form .field.date .customer-dob > .toolbar-amount svg, fieldset .field.date .customer-dob > .toolbar-amount svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .toolbar-amount svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .toolbar-amount svg {
  display: block;
}

form .field.date .customer-dob > .toolbar-amount svg, fieldset .field.date .customer-dob > .toolbar-amount svg {
  display: none;
}

form .field.date .customer-dob > .toolbar-amount::after, fieldset .field.date .customer-dob > .toolbar-amount::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.toolbar-amount {
  text-align: left;
  line-height: 18px;
  padding: 7px 0;
}

.content-products {
  position: relative;
  clear: both;
}

.content-products .product-type-group {
  visibility: hidden;
  display: none;
  height: 0px;
  opacity: 0;
}

.card-payment-lists > .p-2.content-products .product-type-group {
  display: block;
}

.content-products .product-type-group {
  visibility: hidden;
  display: none;
}

.content-products .product-type-group.active {
  visibility: visible;
  display: block;
  opacity: 1;
}

.filter .content-products .product-type-group.active {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .content-products .product-type-group.active {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.content-products .product-type-group.active {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .content-products .product-type-group.active {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.content-products .product-type-group.active .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.content-products .product-type-group.active .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .content-products .product-type-group.active.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .content-products .product-type-group.active.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .content-products .product-type-group.active.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .content-products .product-type-group.active.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .content-products .product-type-group.active {
  margin-bottom: 40px;
}

.category-view .sidebar .content-products .product-type-group.active.filter {
}

.content-products .product-type-group.active {
  height: auto;
}

.content-products .product-type-group .products-grid .product-items {
  flex-wrap: nowrap;
}

.products-custom .products-grid {
  position: relative;
  margin: 0px;
  border-right: 1px solid #e6e6e6;
  z-index: 10;
}

.products-custom .products-grid .product-item .product-item-info {
  border: 1px solid #eaeaea;
  width: 100%;
  border-right: 0;
  margin-top: -1px;
  background-color: #fff;
}

.products-custom .products {
  margin-bottom: 0;
  margin-top: 15px;
}

.page-with-filter .toolbar-amount, .page-products .toolbar-amount {
  position: static;
}

/*Blog*/

.blog-index-index .page-title,
.blog-post-view .page-title {
  display: none;
}

.card-payment-lists > .p-2.blog-index-index .page-title,.card-payment-lists > .p-2
.blog-post-view .page-title {
  display: block;
}

.blog-index-index .page-title,
.blog-post-view .page-title {
  display: none;
}

.sidebar .blog-search .action.search:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity));
}

.cms-page-view .cms-content {
  width: 60%;
  margin: 0 auto;
}

.cms-page-view h1, .cms-page-view h2, .cms-page-view h3, .cms-page-view h4, .cms-page-view h5, .cms-page-view h6 {
  font-weight: 700;
}

.confirmation-modal > .cms-page-view h1.text-xl,.confirmation-modal >  .cms-page-view h2.text-xl,.confirmation-modal >  .cms-page-view h3.text-xl,.confirmation-modal >  .cms-page-view h4.text-xl,.confirmation-modal >  .cms-page-view h5.text-xl,.confirmation-modal >  .cms-page-view h6.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .cms-page-view h1.text-xl::after,.confirmation-modal >  .cms-page-view h2.text-xl::after,.confirmation-modal >  .cms-page-view h3.text-xl::after,.confirmation-modal >  .cms-page-view h4.text-xl::after,.confirmation-modal >  .cms-page-view h5.text-xl::after,.confirmation-modal >  .cms-page-view h6.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .cms-page-view h1.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .cms-page-view h1.text-xl::after,.block-dashboard-information > .confirmation-modal >  .cms-page-view h2.text-xl::after, .block-dashboard-addresses > .confirmation-modal >  .cms-page-view h2.text-xl::after,.block-dashboard-information > .confirmation-modal >  .cms-page-view h3.text-xl::after, .block-dashboard-addresses > .confirmation-modal >  .cms-page-view h3.text-xl::after,.block-dashboard-information > .confirmation-modal >  .cms-page-view h4.text-xl::after, .block-dashboard-addresses > .confirmation-modal >  .cms-page-view h4.text-xl::after,.block-dashboard-information > .confirmation-modal >  .cms-page-view h5.text-xl::after, .block-dashboard-addresses > .confirmation-modal >  .cms-page-view h5.text-xl::after,.block-dashboard-information > .confirmation-modal >  .cms-page-view h6.text-xl::after, .block-dashboard-addresses > .confirmation-modal >  .cms-page-view h6.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .cms-page-view h1.text-xl::after,.confirmation-modal >  .cms-page-view h2.text-xl::after,.confirmation-modal >  .cms-page-view h3.text-xl::after,.confirmation-modal >  .cms-page-view h4.text-xl::after,.confirmation-modal >  .cms-page-view h5.text-xl::after,.confirmation-modal >  .cms-page-view h6.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.cms-page-view [data-content-type="text"] a {
  --tw-text-opacity: 1;
  color: rgb(19 200 209 / var(--tw-text-opacity));
}

.cms-page-view [data-content-type="image"] img {
  margin: 0 auto;
}

@media only screen and (min-width: 770px) {
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }

  .toolbar .modes {
    display: inline-block;
  }

  .modes-mode {
    float: left;
    text-align: center;
    line-height: 1;
    padding: 10px 10px 6px;
  }

  .modes-mode.active {
    --tw-text-opacity: 1;
    color: rgb(60 154 218 / var(--tw-text-opacity));
  }

  .modes-mode::before {
    content: "\f00a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }

  .modes-mode span {
    display: inline-block;
    font-size: 13px;
  }

  .modes-mode.mode-list::before {
    content: "\f00b";
  }

  .toolbar-amount {
    position: static;
    float: right;
    display: none;
  }

  .card-payment-lists > .p-2.toolbar-amount {
    display: block;
  }

  .toolbar-amount {
    display: none;
    padding: 7px 0 0;
  }

  .page-layout-2columns-left .columns {
    display: block !important;
  }

  .page-layout-2columns-left .column.main {
    float: right;
    width: 75%;
    order: 2;
    padding-left: 2%;
  }

  .page-layout-2columns-left .sidebar-main {
    float: left;
    width: 25%;
    order: 1;
    padding-right: 2%;
  }

  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    order: 2;
    clear: left;
    float: left;
    padding-left: 0;
  }
}

@media only screen and (max-width: 769px) {
  .toolbar .toolbar-amount {
    float: left;
  }

  .products.wrapper ~ .toolbar .toolbar-amount {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .etour-video-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .etour-video-list .pagebuilder-column {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.category-view .sidebar .block.filter {
}

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

.card-payment-lists > .p-2.account-nav ul li a,.card-payment-lists > .p-2 .account-nav ul li strong {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
  font-weight: bold;
}

.confirmation-modal > .account-nav ul li a.justify-between,.confirmation-modal >  .account-nav ul li strong.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .flex.account-nav ul li a,.confirmation-modal > .flex .account-nav ul li strong {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .account-nav ul li a.justify-between button,.confirmation-modal >  .account-nav ul li strong.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.confirmation-modal > .flex.account-nav ul li a button,.confirmation-modal > .flex .account-nav ul li strong button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.confirmation-modal > .account-nav ul li a.justify-between button,.confirmation-modal >  .account-nav ul li strong.justify-between button {
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .flex.account-nav ul li a button,.confirmation-modal > .flex .account-nav ul li strong button {
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .account-nav ul li a.justify-between button:hover,.confirmation-modal >  .account-nav ul li strong.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.confirmation-modal > .flex.account-nav ul li a button:hover,.confirmation-modal > .flex .account-nav ul li strong button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.account-nav ul li a.justify-end,.order-details-items > .card > .account-nav ul li strong.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-details-items .order-items > .text-sm.account-nav ul li a,.order-details-items .order-items > .text-sm .account-nav ul li strong {
  display: grid;
  border-bottom: 1px solid #ddd;
}

.order-details-items .order-items > .text-sm.account-nav ul li a .p-2,.order-details-items .order-items > .text-sm .account-nav ul li strong .p-2 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.confirmation-modal > .order-details-items .order-items > .text-sm.account-nav ul li a .p-2.text-xl,.confirmation-modal > .order-details-items .order-items > .text-sm .account-nav ul li strong .p-2.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .text-sm.account-nav ul li a .p-2.text-xl::after,.confirmation-modal > .order-details-items .order-items > .text-sm .account-nav ul li strong .p-2.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .order-details-items .order-items > .text-sm.account-nav ul li a .p-2.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .order-details-items .order-items > .text-sm.account-nav ul li a .p-2.text-xl::after,.block-dashboard-information > .confirmation-modal > .order-details-items .order-items > .text-sm .account-nav ul li strong .p-2.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .order-details-items .order-items > .text-sm .account-nav ul li strong .p-2.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .text-sm.account-nav ul li a .p-2.text-xl::after,.confirmation-modal > .order-details-items .order-items > .text-sm .account-nav ul li strong .p-2.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.order-details-items .order-items > .text-sm.account-nav ul li a .p-2,.order-details-items .order-items > .text-sm .account-nav ul li strong .p-2 {
  font-size: 14px;
}

.order-actions-toolbar .account-nav ul li a,.order-actions-toolbar  .account-nav ul li strong {
  justify-content: space-between;
}

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

.confirmation-modal > .actions-toolbar.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .flex.actions-toolbar {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > .actions-toolbar.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.confirmation-modal > .flex.actions-toolbar button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.confirmation-modal > .actions-toolbar.justify-between button {
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .flex.actions-toolbar button {
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > .actions-toolbar.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.confirmation-modal > .flex.actions-toolbar button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >.actions-toolbar.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar .actions-toolbar {
  justify-content: space-between;
}

.column.main .block-reviews-dashboard .block-title strong {
  font-weight: 500;
}

.block-reviews-dashboard {
  margin-top: 40px;
}

.block-reviews-dashboard .block-title .action.view {
  text-transform: none;
  font-size: 14px;
  margin-left: 15px;
}

.block-reviews-dashboard .block-content .items .item {
  margin-bottom: 20px;
}

.block-reviews-dashboard .block-content .items .item:last-child {
  margin-bottom: 0;
}

.order-details-items > .card {
  padding: 0px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
  border-top: none;
}

.order-details-items > .card .order-title {
  display: inline-block;
  border: 1px solid #ccc;
  border-left: none;
  border-bottom: 0;
  margin-bottom: -1px;
  padding: 10px 35px;
}

.order-details-items > .card .order-title .text-lg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.order-details-items > .card .actions-toolbar {
  display: none;
}

.card-payment-lists > .p-2.order-details-items > .card .actions-toolbar {
  display: block;
}

.order-details-items > .card .actions-toolbar {
  display: none;
}

.order-details-items > .card >.flex.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-details-items > .card .order-items {
  padding: 25px;
  padding-bottom: 0;
}

.order-details-items .order-items {
  border-top: 1px solid #ccc;
}

.order-details-items .order-items > .text-sm.text-secondary {
  display: grid !important;
  border-bottom: 1px solid #ddd;
}

.order-details-items .order-items > .text-sm.text-secondary .p-2 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.confirmation-modal > .order-details-items .order-items > .text-sm.text-secondary .p-2.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .text-sm.text-secondary .p-2.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .order-details-items .order-items > .text-sm.text-secondary .p-2.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .order-details-items .order-items > .text-sm.text-secondary .p-2.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .text-sm.text-secondary .p-2.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.order-details-items .order-items > .text-sm.text-secondary .p-2 {
  font-size: 14px;
}

.order-details-items .order-items > div:nth-child(even) {
  background: transparent;
}

.order-details-items .order-items .parent-item {
  border-bottom: 1px solid #ddd;
}

.order-details-items .order-items .parent-item:last-child {
  margin-bottom: 0;
}

.order-details-items .order-items .parent-item .item-options .text-sm {
  font-size: 14px;
}

.order-details-items .order-items .parent-item .p-2 .font-semibold {
  font-size: 18px;
  margin: 0 0 10px;
}

.order-details-items .order-items .parent-item .price {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.order-detail-top .order-number {
  margin-bottom: 25px;
}

.order-detail-top .order-number .text-2xl {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.order-detail-top .order-number .order-date {
  font-size: 14px;
}

.order-actions-toolbar {
  margin-bottom: 25px;
  margin-top: 25px;
}

.order-actions-toolbar .flex {
  justify-content: space-between;
}

.order-actions-toolbar .btn {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
}

.order-actions-toolbar .btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.order-actions-toolbar .btn svg {
  display: none;
}

.card-payment-lists > .p-2.order-actions-toolbar .btn svg {
  display: block;
}

.order-actions-toolbar .btn svg {
  display: none;
}

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

.card-payment-lists > body.p-2 > div > div.grecaptcha-badge {
  display: block;
}

body > div > div.grecaptcha-badge {
  display: none;
}

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.order-links {
  display: block;
}

.filter .order-links {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .order-links {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.order-links {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .order-links {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.order-links .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.order-links .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .order-links.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .order-links.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .order-links.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .order-links.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .order-links {
  margin-bottom: 40px;
}

.category-view .sidebar .order-links.filter {
}

.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;
  white-space: nowrap;
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  color: #337ab7;
}

a.order-links li.current:hover,
a.order-links li.current:focus {
  color: #286090;
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.card-payment-lists > .p-2 .order-date {
  font-size: 14px;
}

.order-details-items .order-items > .order-date.text-secondary {
  display: grid;
  border-bottom: 1px solid #ddd;
}

.order-details-items .order-items > .order-date.text-secondary .p-2 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.confirmation-modal > .order-details-items .order-items > .order-date.text-secondary .p-2.text-xl {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .order-date.text-secondary .p-2.text-xl::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > .order-details-items .order-items > .order-date.text-secondary .p-2.text-xl::after, .block-dashboard-addresses > .confirmation-modal > .order-details-items .order-items > .order-date.text-secondary .p-2.text-xl::after {
  padding-top: 0;
}

.confirmation-modal > .order-details-items .order-items > .order-date.text-secondary .p-2.text-xl::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

.order-details-items .order-items > .order-date.text-secondary .p-2 {
  font-size: 14px;
}

.order-details-items .order-items .parent-item .item-options .order-date {
  font-size: 14px;
}

form .field, fieldset .field {
  margin-top: 0.25rem;
}

form .field.date .customer-dob, fieldset .field.date .customer-dob {
  display: flex;
}

.confirmation-modal > form .field.date .customer-dob.justify-between,.confirmation-modal >  fieldset .field.date .customer-dob.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > form .field.date .customer-dob.justify-between button,.confirmation-modal >  fieldset .field.date .customer-dob.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > form .field.date .customer-dob.justify-between button:hover,.confirmation-modal >  fieldset .field.date .customer-dob.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >form .field.date .customer-dob.justify-end,.order-details-items > .card > fieldset .field.date .customer-dob.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar form .field.date .customer-dob,.order-actions-toolbar  fieldset .field.date .customer-dob {
  justify-content: space-between;
}

form .field.date .customer-dob > .top-0, fieldset .field.date .customer-dob > .top-0 {
  position: relative;
}

form .field.date .customer-dob > .top-0 svg, fieldset .field.date .customer-dob > .top-0 svg {
  display: none;
}

.card-payment-lists > form.p-2 .field.date .customer-dob > .top-0 svg,.card-payment-lists >  fieldset.p-2 .field.date .customer-dob > .top-0 svg {
  display: block;
}

form .field.date .customer-dob > .top-0 svg, fieldset .field.date .customer-dob > .top-0 svg {
  display: none;
}

form .field.date .customer-dob > .top-0::after, fieldset .field.date .customer-dob > .top-0::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

/* 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 {
  padding-bottom: 0.25rem;
}

form label, fieldset label {
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.filter form label,.filter  fieldset label {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter form label,.filter  fieldset label {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  form.filter label, fieldset.filter label {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > form label,.account.page-layout-2columns-left .columns .sidebar-main >  fieldset label {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

form label .block-title, fieldset label .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

form label .block-title.filter-title, fieldset label .block-title.filter-title {
  border-bottom: none;
}

.field.date .rounded-lg.shadow > form label > div,.field.date .rounded-lg.shadow >  fieldset label > div {
  order: 2;
  display: flex;
  gap: 10px;
  margin: 0 15px;
}

.field.date .rounded-lg.shadow > form label > div select,.field.date .rounded-lg.shadow >  fieldset label > div select {
  width: 47%;
}

@media screen and (min-width: 770px) {
  form label.category.event, fieldset label.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper form label.category.event, .page-wrapper  fieldset label.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper form label.category.event, .page-wrapper  fieldset label.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  form label.category.event, fieldset label.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > form label,.columns .sidebar-main >  fieldset label {
  margin-bottom: 40px;
}

.category-view .sidebar form label.filter,.category-view .sidebar  fieldset label.filter {
}

form .field.choice, fieldset .field.choice {
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
}

.confirmation-modal > form .field.choice.justify-between,.confirmation-modal >  fieldset .field.choice.justify-between {
  justify-content: flex-end;
  padding: 3rem;
}

.confirmation-modal > form .field.choice.justify-between button,.confirmation-modal >  fieldset .field.choice.justify-between button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: inherit;
}

.confirmation-modal > form .field.choice.justify-between button:hover,.confirmation-modal >  fieldset .field.choice.justify-between button:hover {
  background-color: #333333;
  border-color: #333333;
}

.order-details-items > .card >form .field.choice.justify-end,.order-details-items > .card > fieldset .field.choice.justify-end {
  background: #f5f5f5;
  margin: 25px;
  margin-top: 0;
  border-top: none;
}

.order-actions-toolbar form .field.choice,.order-actions-toolbar  fieldset .field.choice {
  justify-content: space-between;
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 1rem;
  outline: none;
  box-shadow: none;
}

form .field.choice label, fieldset .field.choice label {
  margin-bottom: 0px;
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  color: #e02b27;
  font-size: 13px;
  margin-top: 5px;
  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));
}

.confirmation-modal > form.font-bold legend,.confirmation-modal >  fieldset.font-bold legend {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}

.confirmation-modal > form.font-bold legend::after,.confirmation-modal >  fieldset.font-bold legend::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.block-dashboard-information > .confirmation-modal > form.font-bold legend::after, .block-dashboard-addresses > .confirmation-modal > form.font-bold legend::after,.block-dashboard-information > .confirmation-modal >  fieldset.font-bold legend::after, .block-dashboard-addresses > .confirmation-modal >  fieldset.font-bold legend::after {
  padding-top: 0;
}

.confirmation-modal > form.font-bold legend::after,.confirmation-modal >  fieldset.font-bold legend::after {
  content: '';
  height: 1px;
  background: #e5e5e5;
}

form legend, fieldset legend {
  color: #337ab7;
}

aform legend:hover,
aform legend:focus,a fieldset legend:hover,
a fieldset legend:focus {
  color: #286090;
}

form legend + br, fieldset legend + br {
  display: none;
}

.card-payment-lists > form.p-2 legend + br,.card-payment-lists >  fieldset.p-2 legend + br {
  display: block;
}

form legend + br, fieldset legend + br {
  display: none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

/*Contact Us*/

.contact-content {
  padding: 30px 0 0;
}

.contact-content .block-title {
  position: relative;
  padding: 0px;
  text-align: left;
  line-height: normal;
  margin: 0 0 20px;
}

.contact-content .block-title strong {
  font-weight: 600;
  text-transform: uppercase;
}

.order-details-items .order-items .parent-item .p-2 .contact-content .block-title strong {
  font-size: 18px;
  margin: 0 0 10px;
}

.contact-content .block-title strong {
  font-size: 18px;
}

.contact-map iframe {
  width: 100%;
}

.block-dashboard-information > .contact-map iframe, .block-dashboard-addresses > .contact-map iframe {
  padding-top: 0;
}

.vicomage-slider-wrapper .vicomage-slider .item {
  height: auto;
}

.vicomage-slider-wrapper .vicomage-slider .item img {
  width: 100%;
  height: auto;
}

.contact-index-index .page-main .contact-info p {
  color: #888888;
  font-size: 13px;
  line-height: 18px;
}

.contact-index-index .page-main .contact-info .contact-info-item {
  margin-bottom: 15px;
  overflow: hidden;
}

.contact-index-index .page-main .contact-info .contact-icon {
  float: left;
  margin-right: 15px;
}

.contact-index-index .page-main .contact-info .contact-icon i {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  width: 55px;
}

.contact-index-index .page-main .contact-info h3 {
  margin: 0px;
  font-weight: 600;
}

.order-details-items .order-items .parent-item .p-2 .contact-index-index .page-main .contact-info h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.contact-index-index .page-main .contact-info h3 {
  font-size: 14px;
  padding-top: 10px;
}

.cms-page-view .page-title {
  display: none;
}

.card-payment-lists > .p-2.cms-page-view .page-title {
  display: block;
}

.cms-page-view .page-title {
  display: none;
}

.cms-page-view .columns {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 90%;
}

.cms-content .about-text {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  padding-bottom: 30px;
  text-align: center;
}

.cms-about-us .page-main {
  margin-bottom: 0px;
  padding: 0px;
}

.cms-about-us .columns .column.main {
  padding-bottom: 0px;
}

@media only screen and (max-width: 769px) {
  .account-nav .account-nav-title.cms-about-us .columns .column.main {
    padding-bottom: 1rem;
  }
}

.catalogsearch-advanced-index .actions-toolbar {
  display: block;
}

.filter .catalogsearch-advanced-index .actions-toolbar {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .catalogsearch-advanced-index .actions-toolbar {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.catalogsearch-advanced-index .actions-toolbar {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .catalogsearch-advanced-index .actions-toolbar {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.catalogsearch-advanced-index .actions-toolbar .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.catalogsearch-advanced-index .actions-toolbar .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .catalogsearch-advanced-index .actions-toolbar.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .catalogsearch-advanced-index .actions-toolbar.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .catalogsearch-advanced-index .actions-toolbar.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .catalogsearch-advanced-index .actions-toolbar.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .catalogsearch-advanced-index .actions-toolbar {
  margin-bottom: 40px;
}

.category-view .sidebar .catalogsearch-advanced-index .actions-toolbar.filter {
}

.catalogsearch-advanced-index .actions-toolbar .action.primary {
  display: block;
  width: 100%;
  text-align: center;
}

.filter .catalogsearch-advanced-index .actions-toolbar .action.primary {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .catalogsearch-advanced-index .actions-toolbar .action.primary {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.catalogsearch-advanced-index .actions-toolbar .action.primary {
    margin-bottom: 30px;
    padding: 0;
  }
}

.block-dashboard-information > .catalogsearch-advanced-index .actions-toolbar .action.primary, .block-dashboard-addresses > .catalogsearch-advanced-index .actions-toolbar .action.primary {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .account.page-layout-2columns-left .columns .sidebar-main > .catalogsearch-advanced-index .actions-toolbar .action.primary {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.catalogsearch-advanced-index .actions-toolbar .action.primary .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.catalogsearch-advanced-index .actions-toolbar .action.primary .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .catalogsearch-advanced-index .actions-toolbar .action.primary.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .catalogsearch-advanced-index .actions-toolbar .action.primary.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .catalogsearch-advanced-index .actions-toolbar .action.primary.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .catalogsearch-advanced-index .actions-toolbar .action.primary.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-content-type$='block'] .catalogsearch-advanced-index .actions-toolbar .action.primary p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns .sidebar-main > .catalogsearch-advanced-index .actions-toolbar .action.primary {
  margin-bottom: 40px;
}

.category-view .sidebar .catalogsearch-advanced-index .actions-toolbar .action.primary.filter {
}

.catalogsearch-advanced-index .actions-toolbar .action.primary {
  text-align: center;
}

.cms-ambassadors hr {
  margin-left: auto;
  margin-right: auto;
}

/*Blog page*/

.post-image img {
  width: 100%;
}

.block-dashboard-information > .post-image img, .block-dashboard-addresses > .post-image img {
  padding-top: 0;
}

.post-list {
  list-style: outside none none;
  padding: 0;
}

.post-list .post-image {
  position: relative;
}

.post-list .post-image .post-date {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.order-details-items .order-items .parent-item .p-2 .post-list .post-image .post-date {
  font-size: 18px;
  margin: 0 0 10px;
}

.post-list .post-image .post-date {
  left: 10px;
  line-height: 1.2;
  padding: 15px;
  font-size: 16px;
  top: 10px;
  z-index: 10;
}

.post-list .post-image .date-home-day {
  display: block;
  text-align: center;
}

.filter .post-list .post-image .date-home-day {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .filter .post-list .post-image .date-home-day {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .filter.post-list .post-image .date-home-day {
    margin-bottom: 30px;
    padding: 0;
  }

  .account.page-layout-2columns-left .columns .sidebar-main > .post-list .post-image .date-home-day {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.post-list .post-image .date-home-day .block-title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.post-list .post-image .date-home-day .block-title.filter-title {
  border-bottom: none;
}

@media screen and (min-width: 770px) {
  .post-list .post-image .date-home-day.category.event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media (max-width: 1200px) {
   .page-wrapper .post-list .post-image .date-home-day.category.event {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
   .page-wrapper .post-list .post-image .date-home-day.category.event {
    max-width: 760px;
  }
}

@media only screen and (max-width: 769px) {
  .post-list .post-image .date-home-day.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.columns .sidebar-main > .post-list .post-image .date-home-day {
  margin-bottom: 40px;
}

.category-view .sidebar .post-list .post-image .date-home-day.filter {
}

.post-list .post-image .date-home-day {
  text-align: center;
}

.post-list .post-image .date-home-month {
  text-transform: uppercase;
}

.post-holder {
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 40px;
}

.post-holder .post-title {
  font-weight: 600;
  text-transform: uppercase;
}

.order-details-items .order-items .parent-item .p-2 .post-holder .post-title {
  font-size: 18px;
  margin: 0 0 10px;
}

.post-holder .post-title {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  margin: 20px 0;
}

.post-holder .addthis_toolbox {
  display: inline-block;
}

.post-holder .post-text-hld {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
}

.post-holder .post-read-more {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.order-details-items .order-items .parent-item .p-2 .post-holder .post-read-more {
  font-size: 18px;
  margin: 0 0 10px;
}

.post-holder .post-read-more {
  font-size: 14px;
  border-radius: 4px;
  line-height: 1;
  margin: 15px 0 0;
  padding: 12px 25px 11px;
  text-decoration: none;
}

.post-holder .post-read-more:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 77 / var(--tw-bg-opacity));
}

.post-content {
  line-height: 24px;
}

.post-description {
  text-align: left;
}

.post-info {
  margin-top: 0;
}

.post-info div {
  display: inline-block;
}

.blog-search .search {
  margin-bottom: 10px;
}

.blog-search .action.search {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 10px;
  border-color: #ff0100;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 1.3rem;
}

.block-categories .accordion {
  list-style: outside none none;
  padding: 0;
}

.block-recent-posts .item, .block-archive .item {
  margin: 0px;
  border-bottom: 1px solid #f4f4f4;
  line-height: 25px;
  padding: 6px 0;
}

.freighttracker-freighttracker-index .actions-group {
  display: flex;
  align-items: center;
}

.freighttracker-freighttracker-index .actions-group .coast-po {
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
}

.freighttracker-freighttracker-index .actions-group > button {
  margin-left: 10px;
  border-radius: 3px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.freighttracker-freighttracker-index .actions-group > button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 77 / var(--tw-bg-opacity));
}

.freighttracker-freighttracker-index .top-back-button, .freighttracker-freighttracker-index .bttom-back-button {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.freighttracker-freighttracker-index .top-back-button a, .freighttracker-freighttracker-index .bttom-back-button a {
  display: inline-block;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-image: url(../Webqem_FreightTracker/images/Back-button.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.cms-page-view .column.main ul, .cms-page-view .column.main ol {
  list-style-type: revert;
  padding-left: 20px;
}

@media only screen and  (min-width: 770px) {
  .catalogsearch-advanced-index .actions-toolbar .action.primary {
    width: auto;
  }
}

@media only screen and  (max-width: 767px) {
  .contact-content {
    padding: 0;
  }

  .contact-content .contact-info {
    margin-top: 30px;
  }

  .contact-content .action.primary {
    width: 100%;
  }
}

#mw-locator-filter-wrapper {
  width: 100% !important;
  max-width: 300px !important;
  height: 100%;
}

#mw-locator-filter-wrapper .btn.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
}

#mw-locator-filter-wrapper .btn.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 77 / var(--tw-bg-opacity));
}

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

#mw-store-locator-locations {
  font-size: 14px;
}

#mw-store-locator-locations svg {
  width: 20px !important;
  height: 20px !important;
}

#use_location {
  align-items: center;
  font-size: 14px;
  padding: 10px 0;
}

.mw-sl__search__footer > button {
  padding: 15px 0;
  font-size: 14px;
}

#mw-sl-map,
#mw-map-block {
  height: 700px !important;
}

.mw-left-block {
  height: 100% !important;
}

.cms-page-view .column.main #mw-all-stores ul, .cms-page-view .column.main #mw-sl__stores__list_block ul {
  list-style-type: none;
  padding-left: 0;
}

#mw-sl__stores__list_block ul li > div {
  justify-content: space-between;
}

#data-locations span {
  line-height: 1.4;
}

#data-locations > div svg + span {
  text-align: center;
}

@font-face{
  font-family:swiper-icons;

  src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color:#007aff
}

.swiper,swiper-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1;
  display:block
}

.swiper-vertical>.swiper-wrapper{
  flex-direction:column
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing:content-box
}

.swiper-android .swiper-slide,.swiper-wrapper{
  transform:translate3d(0px,0,0)
}

.swiper-horizontal{
  touch-action:pan-y
}

.swiper-vertical{
  touch-action:pan-x
}

.swiper-slide,swiper-slide{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform;
  display:block
}

.swiper-slide-invisible-blank{
  visibility:hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide{
  height:auto
}

.swiper-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform,height
}

.swiper-backface-hidden .swiper-slide{
  transform:translateZ(0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper{
  perspective:1200px
}

.swiper-3d .swiper-wrapper{
  transform-style:preserve-3d
}

.swiper-3d{
  perspective:1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{
  transform-style:preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.swiper-3d .swiper-slide-shadow{
  background:rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper{
  scroll-snap-type:x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper{
  scroll-snap-type:y mandatory
}

.swiper-centered>.swiper-wrapper::before{
  content:'';
  flex-shrink:0;
  order:9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:center center;
  scroll-snap-stop:always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
  -webkit-margin-start:var(--swiper-centered-offset-before);
          margin-inline-start:var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before{
  height:100%;
  min-height:1px;
  width:var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{
  -webkit-margin-before:var(--swiper-centered-offset-before);
          margin-block-start:var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before{
  width:100%;
  min-width:1px;
  height:var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader{
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  transform-origin:50%;
  box-sizing:border-box;
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top-color:transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{
  animation:swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white{
  --swiper-preloader-color:#fff
}

.swiper-lazy-preloader-black{
  --swiper-preloader-color:#000
}

@keyframes swiper-preloader-spin{
  0%{
    transform:rotate(0deg)
  }

  100%{
    transform:rotate(360deg)
  }
}

.swiper-virtual .swiper-slide{
  -webkit-backface-visibility:hidden;
  transform:translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  pointer-events:none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{
  height:1px;
  width:var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{
  width:1px;
  height:var(--swiper-virtual-size)
}

:root{
  --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:var(--swiper-navigation-top-offset,50%);
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:var(--swiper-navigation-size);
  margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{
  opacity:0;
  cursor:auto;
  pointer-events:none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{
  display:none!important
}

.swiper-button-next:after,.swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  font-variant:initial;
  line-height:1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next{
  left:var(--swiper-navigation-sides-offset,10px);
  right:auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{
  content:'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev{
  right:var(--swiper-navigation-sides-offset,10px);
  left:auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{
  content:'next'
}

.swiper-button-lock{
  display:none
}

.swiper-pagination{
  position:absolute;
  text-align:center;
  transition:.3s opacity;
  transform:translate3d(0,0,0);
  z-index:10
}

.swiper-pagination.swiper-pagination-hidden{
  opacity:0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{
  display:none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:var(--swiper-pagination-bottom,8px);
  top:var(--swiper-pagination-top,auto);
  left:0;
  width:100%
}

.swiper-pagination-bullets-dynamic{
  overflow:hidden;
  font-size:0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform:scale(.33);
  position:relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
  transform:scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  transform:scale(.33)
}

.swiper-pagination-bullet{
  width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display:inline-block;
  border-radius:50%;
  background:var(--swiper-pagination-bullet-inactive-color,#000);
  opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
       appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer
}

.swiper-pagination-bullet:only-child{
  display:none!important
}

.swiper-pagination-bullet-active{
  opacity:var(--swiper-pagination-bullet-opacity, 1);
  background:var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{
  right:var(--swiper-pagination-right,8px);
  left:var(--swiper-pagination-left,auto);
  top:50%;
  transform:translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display:block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  top:50%;
  transform:translateY(-50%);
  width:8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  display:inline-block;
  transition:.2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s right
}

.swiper-pagination-fraction{
  color:var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar{
  background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position:absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transform:scale(0);
  transform-origin:left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transform-origin:right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width:100%;
  height:var(--swiper-pagination-progressbar-size,4px);
  left:0;
  top:0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{
  width:var(--swiper-pagination-progressbar-size,4px);
  height:100%;
  left:0;
  top:0
}

.swiper-pagination-lock{
  display:none
}

.swiper-scrollbar{
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  position:relative;
  -ms-touch-action:none;
  background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{
  display:none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{
  position:absolute;
  left:var(--swiper-scrollbar-sides-offset,1%);
  bottom:var(--swiper-scrollbar-bottom,4px);
  top:var(--swiper-scrollbar-top,auto);
  z-index:50;
  height:var(--swiper-scrollbar-size,4px);
  width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{
  position:absolute;
  left:var(--swiper-scrollbar-left,auto);
  right:var(--swiper-scrollbar-right,4px);
  top:var(--swiper-scrollbar-sides-offset,1%);
  z-index:50;
  width:var(--swiper-scrollbar-size,4px);
  height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  left:0;
  top:0
}

.swiper-scrollbar-cursor-drag{
  cursor:move
}

.swiper-scrollbar-lock{
  display:none
}

.swiper-zoom-container{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
  max-width:100%;
  max-height:100%;
  -o-object-fit:contain;
     object-fit:contain
}

.swiper-slide-zoomed{
  cursor:move;
  touch-action:none
}

.swiper .swiper-notification,swiper-container .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}

.swiper-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto
}

.swiper-grid>.swiper-wrapper{
  flex-wrap:wrap
}

.swiper-grid-column>.swiper-wrapper{
  flex-wrap:wrap;
  flex-direction:column
}

.swiper-fade.swiper-free-mode .swiper-slide{
  transition-timing-function:ease-out
}

.swiper-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity
}

.swiper-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-cube{
  overflow:visible
}

.swiper-cube .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  transform-origin:0 0;
  width:100%;
  height:100%
}

.swiper-cube .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-cube.swiper-rtl .swiper-slide{
  transform-origin:100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.swiper-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:100%;
  opacity:.6;
  z-index:0
}

.swiper-cube .swiper-cube-shadow:before{
  content:'';
  background:#000;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  filter:blur(50px)
}

.swiper-flip{
  overflow:visible
}

.swiper-flip .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1
}

.swiper-flip .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.swiper-creative .swiper-slide{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
  transition-property:transform,opacity,height
}

.swiper-cards{
  overflow:visible
}

.swiper-cards .swiper-slide{
  transform-origin:center bottom;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }

  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

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

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition:         transform .3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition:         transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

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

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

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

.hover\:border-redPrimary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 51 / var(--tw-border-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-redPrimary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 51 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:text-primary-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.hover\:text-redPrimary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 203 51 / var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-redPrimary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 51 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

@media (min-width: 640px) {
  .sm\:order-2 {
    order: 2;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .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\:pt-4 {
    padding-top: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .lg\:order-2 {
    order: 2;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
