/* purgecss start ignore */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: Segoe UI, Helvetica Neue, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::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]:where(:not([hidden="until-found"])) {
  display: none;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-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;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([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::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

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

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

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

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

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-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;
          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;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .\!container {
    max-width: 480px !important;
  }

  .container {
    max-width: 480px;
  }
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-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::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

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

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

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

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

.form-checkbox,.form-radio {
  -webkit-appearance: none;
          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;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

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

.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-account-component .order-title.swatch-attribute-options {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li .swatch-attribute-options {
  align-items: start;
}

.content-search-fastorder ul li .swatch-attribute-options .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .swatch-attribute-options .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points .swatch-attribute-options {
  justify-content: start;
  align-items: start;
}

.pearly-points .swatch-attribute-options h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .swatch-attribute-options h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.swatch-attribute-options.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .swatch-attribute-options.items-center.justify-center {
  justify-content: start;
}

body.account main.page-main>.container.swatch-attribute-options {
  padding-top: 2rem;
  margin-top: 0;
}

.swatch-attribute-options.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.swatch-attribute-options.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .swatch-attribute-options.transition-transform {
  flex-wrap: nowrap;
}

.items.am-filter .amshopby-remove-item span.swatch-attribute-options {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.swatch-attribute-options+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.swatch-attribute-options+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .swatch-attribute-options.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .swatch-attribute-options.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .swatch-attribute-options.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .swatch-attribute-options.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+.swatch-attribute-options {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points .swatch-attribute-options h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .swatch-attribute-options {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .swatch-attribute-options ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .swatch-attribute-options {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .swatch-attribute-options button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .swatch-attribute-options button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full.swatch-attribute-options .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full.swatch-attribute-options {
  max-width: 100%;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full.swatch-attribute-options {
    justify-content: space-between;
  }

  .form.mini-search .swatch-attribute-options > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .swatch-attribute-options.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .swatch-attribute-options.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section .swatch-attribute-options .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .swatch-attribute-options .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .swatch-attribute-options.flex-wrap.gap-2 {
    display: none;
  }

  .new_product_section .product .product-info .product-atc-btn + .flex.swatch-attribute-options.gap-2 {
    display: none;
  }
}

.new_product_section .swatch-attribute-options .w-full:first-child {
  width: 20.5%;
}

.new_product_section .swatch-attribute-options .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div.swatch-attribute-options, .popularcategory .relative > div.swatch-attribute-options {
  margin: 0 -7.5px;
}

.new_product_section .container > div.swatch-attribute-options .product-item, .popularcategory .relative > div.swatch-attribute-options .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section .swatch-attribute-options .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .swatch-attribute-options .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .swatch-attribute-options .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .swatch-attribute-options .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .swatch-attribute-options > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .swatch-attribute-options.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .swatch-attribute-options {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .swatch-attribute-options {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .swatch-attribute-options svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .swatch-attribute-options {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container .swatch-attribute-options.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .swatch-attribute-options.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .swatch-attribute-options.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > .swatch-attribute-options {
    align-items: center;
  }

  .android-mobile .city-section .container > .swatch-attribute-options > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .swatch-attribute-options > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative .swatch-attribute-options.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .swatch-attribute-options.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.swatch-attribute-options.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.swatch-attribute-options.flex-col, .customer-account-create .page-main > .container.swatch-attribute-options.flex-col, .customer-account-forgotpassword .page-main > .container.swatch-attribute-options.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section .swatch-attribute-options.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed .swatch-attribute-options.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index .container.swatch-attribute-options.flex-col {
    display: none;
  }

  .city-section .container > .swatch-attribute-options > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .swatch-attribute-options > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.swatch-attribute-options {
    margin-top: 10px;
  }

  .new_product_section .relative.container > .swatch-attribute-options > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .swatch-attribute-options > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.swatch-attribute-options {
    margin: 0;
  }

  .new_product_section .container > div.swatch-attribute-options .product-item {
    width: 305px;
    align-items: center;
  }
}

.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;
  flex-wrap: wrap;
}

.my-account-component .order-title.swatch-option {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li .swatch-option {
  align-items: start;
}

.content-search-fastorder ul li .swatch-option .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .swatch-option .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.sidebar-topnav .filter-content .filter-option span.swatch-option {
  padding: 0;
  border: 0;
  height: auto;
  display: flex;
}

.sidebar-topnav .filter-content .filter-option span.swatch-option svg {
  width: 18px;
  height: 18px;
}

.pearly-points .swatch-option {
  justify-content: start;
  align-items: start;
}

.pearly-points .swatch-option h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .swatch-option h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.swatch-option.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .swatch-option.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item .flex.items-center.swatch-option {
  justify-content: start;
}

body.account main.page-main>.container.swatch-option {
  padding-top: 2rem;
  margin-top: 0;
}

.swatch-option.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.amwishlist-toolbar ul.swatch-option {
  justify-content: start;
}

.swatch-option.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.swatch-option.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .swatch-option.transition-transform {
  flex-wrap: nowrap;
}


.wishListtable_top_main .amwishlist-search-items input.swatch-option {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input.swatch-option:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.am-filter-state.filter-options-content span.swatch-option.px-1.rounded.border {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.swatch-option {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.swatch-option.px-1.rounded.border svg {
  position: relative;
  top: 3px;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.swatch-option svg {
  position: relative;
  top: 3px;
}

.items.am-filter .amshopby-remove-item span.swatch-option {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.swatch-option+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.swatch-option+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .swatch-option.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .swatch-option.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .swatch-option.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .swatch-option.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > .items-center .items-center.swatch-option.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.swatch-option.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.swatch-option.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+.swatch-option {
    display: none;
  }
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.swatch-option.px-1.rounded.border svg {
    top: 0;
  }

  .am-filter-state.filter-options-content span.py-1.px-1.rounded.swatch-option svg {
    top: 0;
  }

  .pearly-points .swatch-option h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .swatch-option {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:767px) {
  .my-account-nav-title span.swatch-option {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .swatch-option ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .swatch-option {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .swatch-option button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .swatch-option button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full.swatch-option .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full.swatch-option {
  max-width: 100%;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .swatch-option > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .swatch-option > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full.swatch-option {
    justify-content: space-between;
  }

  .form.mini-search .swatch-option > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .swatch-option.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .swatch-option.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section .swatch-option .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .swatch-option .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .swatch-option.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section .swatch-option .w-full:first-child {
  width: 20.5%;
}

.new_product_section .swatch-option .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div.swatch-option, .popularcategory .relative > div.swatch-option {
  margin: 0 -7.5px;
}

.new_product_section .container > div.swatch-option .product-item, .popularcategory .relative > div.swatch-option .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section .swatch-option .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .swatch-option .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .swatch-option .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .swatch-option .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .swatch-option > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .swatch-option.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .swatch-option {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .swatch-option {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .swatch-option svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .swatch-option {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .swatch-option {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .swatch-option button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .swatch-option button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .swatch-option .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .swatch-option button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq .swatch-option button span svg {
    width: 16px;
    height: 16px;
  }

  .android-mobile .product-details-slider-container .swatch-option.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .flex.swatch-option {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .swatch-option.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .flex.swatch-option button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .swatch-option.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .product-details-slider-container .flex.swatch-option button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > .swatch-option {
    align-items: center;
  }

  .android-mobile .city-section .container > .swatch-option > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .swatch-option > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative .swatch-option.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .swatch-option.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.swatch-option.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.swatch-option.flex-col, .customer-account-create .page-main > .container.swatch-option.flex-col, .customer-account-forgotpassword .page-main > .container.swatch-option.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section .swatch-option.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed .swatch-option.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed .flex.swatch-option.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index .container.swatch-option.flex-col {
    display: none;
  }

  .city-section .container > .swatch-option > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .swatch-option > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.swatch-option {
    margin-top: 10px;
  }

  .new_product_section .relative.container > .swatch-option > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .swatch-option > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.swatch-option {
    margin: 0;
  }

  .new_product_section .container > div.swatch-option .product-item {
    width: 305px;
    align-items: center;
  }
}

.swatch-option {
  min-width: 40px;
}

.btn {
  --btn-stroke: transparent;
  --btn-bg: #6b7280;
  --btn-color: #fff;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(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);
  flex-wrap: wrap;
}

.coupon-form button.btn {
  width: 100%;
  padding-right: 20px;
  font-size: var(--font-18);
}

.coupon-form button.btn svg {
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.my-account-component .order-title.btn {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li .btn {
  align-items: start;
}

.content-search-fastorder ul li .btn .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .btn .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points .btn {
  justify-content: start;
  align-items: start;
}

.pearly-points .btn h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .btn h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.btn.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .btn.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item .flex.items-center.btn {
  justify-content: start;
}

.ampromo-carousel-product form.product-item .flex.btn.justify-center {
  justify-content: start;
}

body.account main.page-main>.container.btn {
  padding-top: 2rem;
  margin-top: 0;
}

.btn.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.amwishlist-toolbar ul.btn {
  justify-content: start;
}

.btn.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.btn.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.justify-center.btn.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .btn.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-content-tab .mt-4.grid.btn,
.wishlist-toolbar .mt-4.grid.btn {
  display: flex;
}

.items.am-filter .amshopby-remove-item span.btn {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.btn+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.btn+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .btn.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .btn.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .btn.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .btn.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > .btn {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > .btn input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > .btn .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .btn .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .btn .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+.btn {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points .btn h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .btn {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .btn ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .btn {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .btn button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .btn button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full.btn .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.relative.btn.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

#search_mini_form > .w-full.btn {
  max-width: 100%;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .btn {
  margin: 0;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .btn .product-item-link {
  line-height: normal;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .btn > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .btn .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .btn .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .btn .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .btn .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .btn > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .btn > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full.btn {
    justify-content: space-between;
  }

  .form.mini-search .btn > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .btn.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .btn.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section .btn .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .btn .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .btn.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section .btn .w-full:first-child {
  width: 20.5%;
}

.new_product_section .btn .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div.btn, .popularcategory .relative > div.btn {
  margin: 0 -7.5px;
}

.new_product_section .container > div.btn .product-item, .popularcategory .relative > div.btn .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section .btn .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .btn .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .btn .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .btn .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .btn > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .btn .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .btn.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .btn {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .btn {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .btn svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .btn {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .btn.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .android-mobile .product-details-slider-container .btn.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .flex.btn {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .btn.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .flex.btn button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .btn.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .product-details-slider-container .flex.btn button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > .btn {
    align-items: center;
  }

  .android-mobile .city-section .container > .btn > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .btn > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative .btn.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .btn.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.btn.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.btn.flex-col, .customer-account-create .page-main > .container.btn.flex-col, .customer-account-forgotpassword .page-main > .container.btn.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section .btn.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed .btn.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed .flex.btn.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index .container.btn.flex-col {
    display: none;
  }

  .city-section .container > .btn > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .btn > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.btn {
    margin-top: 10px;
  }

  .new_product_section .relative.container > .btn > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .btn > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.btn {
    margin: 0;
  }

  .new_product_section .container > div.btn .product-item {
    width: 305px;
    align-items: center;
  }
}

.btn[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.btn[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.btn[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.btn[disabled] {
    display: block;
  }
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.btn {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.btn {
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

.btn:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

.btn:focus-visible {
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: rgba(30, 64, 175, 0.5);
}

.btn:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  --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);
}

.btn:disabled:hover {
  --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);
}

.btn:disabled {
  border-color: var(--btn-disabled-stroke, #e5e7eb);
  background-color: var(--btn-disabled-bg, #fff);
  color: var(--btn-disabled-color, #4b5563);
}

.btn-primary {
  --btn-bg: #1d4ed8;
  --btn-color: #fff;
  --btn-hover-bg: #2563eb;
  --btn-active-bg: #1e40af;
}

.btn-primary:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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);
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.btn-primary:hover.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.btn-secondary {
  --btn-stroke: #2563eb;
  --btn-bg: #fff;
  --btn-color: #000;
  --btn-hover-stroke: #1e40af;
}

.btn-secondary:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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);
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.btn-secondary:hover.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

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

.actions-toolbar .primary button {
  --btn-stroke: transparent;
  --btn-bg: #6b7280;
  --btn-color: #fff;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(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);
  flex-wrap: wrap;
}

.coupon-form button.actions-toolbar .primary button {
  width: 100%;
  padding-right: 20px;
  font-size: var(--font-18);
}

.coupon-form button.actions-toolbar .primary button svg {
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.my-account-component .order-title.actions-toolbar .primary button {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li .actions-toolbar .primary button {
  align-items: start;
}

.content-search-fastorder ul li .actions-toolbar .primary button .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .actions-toolbar .primary button .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points .actions-toolbar .primary button {
  justify-content: start;
  align-items: start;
}

.pearly-points .actions-toolbar .primary button h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .actions-toolbar .primary button h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.actions-toolbar .primary button.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .actions-toolbar .primary button.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item .flex.items-center.actions-toolbar .primary button {
  justify-content: start;
}

.ampromo-carousel-product form.product-item .flex.actions-toolbar .primary button.justify-center {
  justify-content: start;
}

body.account main.page-main>.container.actions-toolbar .primary button {
  padding-top: 2rem;
  margin-top: 0;
}

.actions-toolbar .primary button.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.amwishlist-toolbar ul.actions-toolbar .primary button {
  justify-content: start;
}

.actions-toolbar .primary button.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.actions-toolbar .primary button.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.justify-center.actions-toolbar .primary button.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .actions-toolbar .primary button.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-content-tab .mt-4.grid.actions-toolbar .primary button,
.wishlist-toolbar .mt-4.grid.actions-toolbar .primary button {
  display: flex;
}

.items.am-filter .amshopby-remove-item span.actions-toolbar .primary button {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.actions-toolbar .primary button+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.actions-toolbar .primary button+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .actions-toolbar .primary button.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .actions-toolbar .primary button.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .actions-toolbar .primary button.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .actions-toolbar .primary button.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > .actions-toolbar .primary button {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > .actions-toolbar .primary button input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > .actions-toolbar .primary button .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .actions-toolbar .primary button .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .actions-toolbar .primary button .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+.actions-toolbar .primary button {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points .actions-toolbar .primary button h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .actions-toolbar .primary button {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .actions-toolbar .primary button ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .actions-toolbar .primary button {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .actions-toolbar .primary button button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .actions-toolbar .primary button button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full.actions-toolbar .primary button .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.relative.actions-toolbar .primary button.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

#search_mini_form > .w-full.actions-toolbar .primary button {
  max-width: 100%;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .primary button {
  margin: 0;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .primary button .product-item-link {
  line-height: normal;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .primary button .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .primary button .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .primary button .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .primary button .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full.actions-toolbar .primary button {
    justify-content: space-between;
  }

  .form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .actions-toolbar .primary button.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .actions-toolbar .primary button.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section .actions-toolbar .primary button .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .actions-toolbar .primary button .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .actions-toolbar .primary button.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section .actions-toolbar .primary button .w-full:first-child {
  width: 20.5%;
}

.new_product_section .actions-toolbar .primary button .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div.actions-toolbar .primary button, .popularcategory .relative > div.actions-toolbar .primary button {
  margin: 0 -7.5px;
}

.new_product_section .container > div.actions-toolbar .primary button .product-item, .popularcategory .relative > div.actions-toolbar .primary button .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section .actions-toolbar .primary button .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .actions-toolbar .primary button .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .actions-toolbar .primary button .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .actions-toolbar .primary button .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .actions-toolbar .primary button > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .primary button .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .actions-toolbar .primary button.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .actions-toolbar .primary button {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .actions-toolbar .primary button {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .actions-toolbar .primary button svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .actions-toolbar .primary button {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .actions-toolbar .primary button.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .android-mobile .product-details-slider-container .actions-toolbar .primary button.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .flex.actions-toolbar .primary button {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .actions-toolbar .primary button.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .flex.actions-toolbar .primary button button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .actions-toolbar .primary button.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .product-details-slider-container .flex.actions-toolbar .primary button button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > .actions-toolbar .primary button {
    align-items: center;
  }

  .android-mobile .city-section .container > .actions-toolbar .primary button > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .actions-toolbar .primary button > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative .actions-toolbar .primary button.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .actions-toolbar .primary button.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.actions-toolbar .primary button.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.actions-toolbar .primary button.flex-col, .customer-account-create .page-main > .container.actions-toolbar .primary button.flex-col, .customer-account-forgotpassword .page-main > .container.actions-toolbar .primary button.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section .actions-toolbar .primary button.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed .actions-toolbar .primary button.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed .flex.actions-toolbar .primary button.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index .container.actions-toolbar .primary button.flex-col {
    display: none;
  }

  .city-section .container > .actions-toolbar .primary button > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .actions-toolbar .primary button > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.actions-toolbar .primary button {
    margin-top: 10px;
  }

  .new_product_section .relative.container > .actions-toolbar .primary button > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .actions-toolbar .primary button > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.actions-toolbar .primary button {
    margin: 0;
  }

  .new_product_section .container > div.actions-toolbar .primary button .product-item {
    width: 305px;
    align-items: center;
  }
}

.actions-toolbar .primary button[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.actions-toolbar .primary button[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.actions-toolbar .primary button[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.actions-toolbar .primary button[disabled] {
    display: block;
  }
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.actions-toolbar .primary button {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.actions-toolbar .primary button {
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

.actions-toolbar .primary button:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

.actions-toolbar .primary button:focus-visible {
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: rgba(30, 64, 175, 0.5);
}

.actions-toolbar .primary button:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

.actions-toolbar .primary button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  --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);
}

.actions-toolbar .primary button:disabled:hover {
  --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);
}

.actions-toolbar .primary button:disabled {
  border-color: var(--btn-disabled-stroke, #e5e7eb);
  background-color: var(--btn-disabled-bg, #fff);
  color: var(--btn-disabled-color, #4b5563);
}

.actions-toolbar .primary button {
  --btn-bg: #1d4ed8;
  --btn-color: #fff;
  --btn-hover-bg: #2563eb;
  --btn-active-bg: #1e40af;
}

.actions-toolbar .primary button:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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);
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.actions-toolbar .primary button:hover.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.actions-toolbar .primary button {
  text-align: center;
  color: var(--btn-color);
  background: var(--btn-bg);
  border: 1px solid var(--btn-border);
  padding: 0 30px;
  height: var(--btn-height);
  border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 200px;
  font-size: var(--font-14);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.actions-toolbar .primary button:not(button):not(input) {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.actions-toolbar .primary button svg:first-child {
  margin-right: 20px;
}

.actions-toolbar .primary button.btn-secondary svg:first-child {
  margin-right: 0;
}

.actions-toolbar .primary button svg:last-child {
  margin-right: 20px;
  margin-left: 20px;
}

.actions-toolbar .primary button {
  --btn-color: #fff;
  --btn-hover-color: var(--dark-color);
  --btn-bg: var(--primary-color);
  --btn-hover-bg: var(--secondary-color);
  --btn-border: var(--primary-color);
  --btn-hover-border: var(--secondary-color);
}

.banner-product .actions-toolbar .primary button {
  z-index: 2;
  position: relative;
  margin: 10px 0 0 0;
}

.category-section .actions-toolbar .primary button {
  margin-top: 33px;
}

.special-deal .actions-toolbar .primary button {
  margin: 20px 0 0 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  height: var(--small-btn-height);
  line-height: var(--small-btn-height);
}

.reward-content .actions-toolbar .primary button {
  margin-top: 42px;
}


.cms-content+.actions-toolbar .primary button,
.cms-content~.actions-toolbar .primary button {
  margin-top: 30px;
}

.product-offer .actions-toolbar .primary button {
  margin-top: 20px;
}

.dashboard-btn .actions-toolbar .primary button {
  margin-top: 28px;
  padding: 0 24px;
  min-width: inherit;
}

.dashboard-btn .actions-toolbar .primary button+.btn {
  margin-left: 16px;
}

.contact-info .dashboard-btn .actions-toolbar .primary button {
  margin-top: 20px;
}

.priceqtychckmain .actions-toolbar .primary button:disabled {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--dark-color);
}

.priceqtychckmain .actions-toolbar .primary button:disabled:hover {
  border-color: var(--btn-hover-bg);
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}

.why-register-container .section-btn .actions-toolbar .primary button {
  min-width: 230px;
}


.account .actions-toolbar .primary button {
  text-transform: uppercase;
}

.account .actions-toolbar .primary button {
  text-transform: uppercase;
}

form#discount-coupon-form button.actions-toolbar .primary button {
  font-size: var(--font-14);
}

.ordertitledate_main+div .actions-toolbar .primary button svg {
  margin-right: 0;
}

.recent-order-wrapper .actions-toolbar .primary button a.underline {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: none;
}

.my-account-component .order-title .actions-toolbar .primary button,
.my-account-component .order-title .actions-toolbar .primary button span {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.my-account-component .order-title .actions-toolbar .primary button svg {
  margin-right: 0;
}

.actions-toolbar .primary button:disabled {
  border-color: inherit;
  color: var(--btn-color);
  background: var(--btn-bg);
}

.review-list.customer-reviews .amreview-add-new a.actions-toolbar .primary button {
  text-transform: uppercase;
}


.quick-view-main a.actions-toolbar .primary button {
  width: auto;
  min-width: inherit;
}


.quick-view-main a.actions-toolbar .primary button img {
  display: none;
}

.free-gift-button a.actions-toolbar .primary button:hover {
  color: #333;
}

.free-gift-button a.actions-toolbar .primary button {
  color: #fff;
  text-transform: uppercase;
}

.ampromo-carousel-product button.actions-toolbar .primary button svg {
  margin-right: 0;
}

.ampromo-carousel-product button.actions-toolbar .primary button {
  text-transform: uppercase;
}

.ampromo-carousel-product button.actions-toolbar .primary button svg {
  margin-right: 0;
}

.ampromo-carousel-product button.actions-toolbar .primary button {
  text-transform: uppercase;
}


.checkout-index-index .ampromo-items-add .actions-toolbar .primary button {
  border-radius: 0;
}

.amwishlist-product-grid.wishlist.reward-history-table button.actions-toolbar .primary button {
  min-width: inherit;
  height: 40px;
  padding: 0 20px;
}


.account .actions-toolbar .primary button {
  box-shadow: none;
}

.account .actions-toolbar .primary button {
  box-shadow: none;
}

.amwishlist-pan.actions-toolbar .primary button.btn-outline-primary {
  height: 40px;
  min-width: inherit;
  padding: 0;
  width: 40px;
  border: 0;
  box-shadow: none;
  position: absolute;
  right: 0;
}

.amwishlist-pan.actions-toolbar .primary button.btn-outline-primary svg {
  margin: 0;
}

.amwishlist-pan.actions-toolbar .primary button.btn-outline-primary:hover svg {
  stroke: #fff;
}

.amwishlist-pan.actions-toolbar .primary button.btn-outline-primary:hover {
  border-color: var(--primary-color);
}

.amwishlist-product-grid.wishlist.reward-history-table button.actions-toolbar .primary button {
  white-space: nowrap;
}

.amwishlist-item .fixed.z-50  button.actions-toolbar .primary button {
  min-width: inherit;
}

@media (min-width:1441px) {
  .why-register-container .section-btn .actions-toolbar .primary button {
    min-width: 230px;
  }
}

@media screen and (min-width:1200px) {
  .actions-toolbar .primary button:hover {
    color: var(--btn-hover-color);
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border);
  }
}

@media screen and (max-width:1199px) {
  .actions-toolbar .primary button {
    min-width: 180px;
    padding: 0 20px;
  }
}

@media screen and (max-width:991px) {
  .reward-content .actions-toolbar .primary button {
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .actions-toolbar .primary button {
    min-width: 130px;
    padding: 0 16px;
  }

  .reward-content .actions-toolbar .primary button {
    margin-top: 20px;
  }

  
    .cms-content+.actions-toolbar .primary button,
    .cms-content~.actions-toolbar .primary button {
    margin-top: 25px;
  }

  .dashboard-btn .actions-toolbar .primary button {
    margin-top: 15px;
  }
}

@media screen and (max-width:639px) {
  .cart.table-wrapper+.cart.actions .actions-toolbar .primary button {
    min-width: 250px;
  }

  form#discount-coupon-form button.actions-toolbar .primary button {
    padding: 0;
  }
}

@media screen and (max-width:479px) {
  .actions-toolbar .primary button {
    padding: 0 10px;
  }

  .dashboard-btn .actions-toolbar .primary button+.btn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu nav ul li button span.actions-toolbar .primary button {
    background: transparent;
    padding: 0 6px;
    width: auto;
    min-width: inherit;
    box-shadow: none;
    height: 35px;
  }

  .mobile-navigation-menu nav ul li button span.actions-toolbar .primary button svg {
    margin: 0;
  }
}

.actions-toolbar .primary button[disabled] {
  display: inherit;
}

.banner_wrapper .banner_content a.actions-toolbar .primary button.btn-primary, .section-content-bottom .title_btn a.actions-toolbar .primary button {
  min-width: 230px;
}

.banner_wrapper .banner_content a.btn.actions-toolbar .primary button {
  min-width: 230px;
}

@media (max-width: 1299px) {
  .banner_wrapper .banner_content a.actions-toolbar .primary button.btn-primary, .section-content-bottom .title_btn a.actions-toolbar .primary button {
    min-width: inherit;
  }

  .banner_wrapper .banner_content a.btn.actions-toolbar .primary button {
    min-width: inherit;
  }
}

.new_city_wrapper .reward-content .actions-toolbar .primary button {
  box-shadow: none;
}

.product-actions .actions-toolbar .primary button {
  box-shadow: none;
}

.new_city_wrapper .reward-content .actions-toolbar .primary button {
  text-transform: uppercase;
}

@media (min-width:768px) {
  .featured-products-section .actions-toolbar .primary button.small-btn, .category-section .actions-toolbar .primary button, .special-deal .actions-toolbar .primary button {
    text-transform: uppercase;
  }
}

@media (max-width:767px) {
  .quickorder_table .footbtn > .col-span-1.gap-4 button.actions-toolbar .primary button {
    margin: 0;
    flex: 1 0 0;
    height: 50px;
    font-size: 14px;
  }

  .creditlimit-order-pay button.actions-toolbar .primary button.btn-primary {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .creditlimit-order-pay button.btn.actions-toolbar .primary button {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .creditlimit-order-masspay button.actions-toolbar .primary button.btn-primary {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .creditlimit-order-masspay button.btn.actions-toolbar .primary button {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .customer-account-index .membership-info .dashboard-btn a.actions-toolbar .primary button,
.customer-account-index .my-account-component .contact-info .dashboard-btn a.actions-toolbar .primary button {
    line-height: normal;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
    line-height: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    text-transform: inherit;
  }

  .customer-account-index .recent-order-wrapper a.actions-toolbar .primary button {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    text-transform: capitalize;
    padding: 0;
    min-width: inherit;
    height: auto;
    background: transparent;
    border: 0;
  }

  .checkout-cart-index .mob-cart-container .actions-toolbar .primary button {
    box-shadow: none;
    bottom: 70px;
  }

  .android-mobile .reward-content .actions-toolbar .primary button {
    display: none;
  }

  .android-mobile .section-content .actions-toolbar .primary button.small-btn {
    padding: 0;
    height: auto;
    min-width: inherit;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    justify-content: end;
  }

  .android-mobile .category-section .actions-toolbar .primary button {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .mob-cart-container .actions-toolbar .primary button {
    font-size: var(--font-18);
    min-width: 100%;
    height: 50px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .sales-order-view .prod_order > .actions-toolbar .primary button {
    color: var(--text-color);
    background: transparent;
    border: 1px solid var(--primary-color);
  }

  .page-print .prod_order > .actions-toolbar .primary button {
    color: var(--text-color);
    background: transparent;
    border: 1px solid var(--primary-color);
  }

  .sales-order-view .prod_order > .actions-toolbar .primary button {
    min-width: 100px;
    height: 27px;
    line-height: 25px;
  }

  .sales-order-view .prod-order-details ~ a.actions-toolbar .primary button.product-atc-btn {
    background: transparent;
    border: 1px solid rgba(32, 32, 32, 0.3);
  }

  .sales-order-view .prod-order-details ~ .actions-toolbar .primary button.product-atc-btn, 
.sales-order-view .prod-order-details ~ div .actions-toolbar .primary button.product-atc-btn {
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .page-print .prod_order > .actions-toolbar .primary button {
    min-width: 100px;
    height: 27px;
    line-height: 25px;
  }

  .page-print .prod-order-details ~ a.actions-toolbar .primary button.product-atc-btn {
    background: transparent;
    border: 1px solid rgba(32, 32, 32, 0.3);
  }

  .page-print .prod-order-details ~ .actions-toolbar .primary button.product-atc-btn, 
.page-print .prod-order-details ~ div .actions-toolbar .primary button.product-atc-btn {
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .mob-cart-container .actions-toolbar .primary button {
    font-size: 12px;
  }

   
.sales-order-view .prod_order > .actions-toolbar .primary button, 
.page-print .prod_order > .actions-toolbar .primary button {
    font-size: 13px;
  }

  .mob-cart-container .actions-toolbar .primary button {
    height: 40px;
  }
}

@media (max-width:767px) {
  .android-mobile .reward-content .actions-toolbar .primary button {
    display: inline-block;
    line-height: 38px;
    box-shadow: none;
  }
}

@supports not (overflow-wrap: anywhere) {
  .break-anywhere {
    word-break: break-word;
  }
}

@supports (overflow-wrap: anywhere) {
  .break-anywhere {
    overflow-wrap: anywhere;
  }
}

.swiper-pagination-bullet {
  height: auto;
  width: auto;
  background-color: transparent;
}

.swiper-pagination-bullet::before {
  margin: 1rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  content: var(--tw-content);
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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);
}

#gallery .swiper-pagination-bullet.fixed .amasty-label-container::before {
  content: var(--tw-content);
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .swiper-pagination-bullet.fixed .amasty-label-container::before {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .swiper-pagination-bullet.fixed .amasty-label-container::before {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .swiper-pagination-bullet.fixed .amasty-label-container::before {
    display: block;
  }
}

.amquickview-fancybox-wrapper .fancybox__backdrop {
  opacity: 0.85;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn {
  top: 0px;
  right: -2.75rem;
}

.amlabel-position-wrapper.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn {
  width: 100%;
  align-items: end;
  gap: 0;
  top: 10px;
  right: 10px;
}

.amlabel-position-wrapper.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.product-details .absolute.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn button svg * {
  stroke: #fff;
}

.amlabel-position-wrapper.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn {
  width: auto;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn.left-0 {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn.left-0 img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
  height: auto;
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .absolute.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn.left-0 {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.amquickview-fancybox-wrapper .fancybox__content > .f-button.is-close-btn.left-0 img.amasty-label-image {
    max-width: 34px;
  }
}

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

.my-account-component .order-title#category-view-container {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li #category-view-container {
  align-items: start;
}

.content-search-fastorder ul li #category-view-container .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li #category-view-container .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.relative.container#category-view-container>.widget {
  margin-left: 0;
  margin-right: 0;
}

.pearly-points #category-view-container {
  justify-content: start;
  align-items: start;
}

.pearly-points #category-view-container h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points #category-view-container h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font#category-view-container.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.flex#category-view-container {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item #category-view-container.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item .flex#category-view-container.justify-center {
  justify-content: start;
}

body.account main.page-main>.container#category-view-container {
  padding-top: 2rem;
  margin-top: 0;
}

#category-view-container.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

#category-view-container.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex#category-view-container.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.justify-center#category-view-container.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section #category-view-container.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-content-tab .mt-4.grid#category-view-container,
.wishlist-toolbar .mt-4.grid#category-view-container {
  display: flex;
}

.items.am-filter .amshopby-remove-item span#category-view-container {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span#category-view-container+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span#category-view-container+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section #category-view-container.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded #category-view-container.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded #category-view-container.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item #category-view-container.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > #category-view-container {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > #category-view-container input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > #category-view-container .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > #category-view-container .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > #category-view-container .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+#category-view-container {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points #category-view-container h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action #category-view-container {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + #category-view-container ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b #category-view-container {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b #category-view-container button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b #category-view-container button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full#category-view-container .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full#category-view-container {
  max-width: 100%;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info #category-view-container {
  margin: 0;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info #category-view-container .product-item-link {
  line-height: normal;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info #category-view-container .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info #category-view-container .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info #category-view-container .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info #category-view-container .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search #category-view-container > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search #category-view-container > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full#category-view-container {
    justify-content: space-between;
  }

  .form.mini-search #category-view-container > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view #category-view-container.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view #category-view-container.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section #category-view-container .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section #category-view-container .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + #category-view-container.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section #category-view-container .w-full:first-child {
  width: 20.5%;
}

.new_product_section #category-view-container .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div#category-view-container, .popularcategory .relative > div#category-view-container {
  margin: 0 -7.5px;
}

.new_product_section .container > div#category-view-container .product-item, .popularcategory .relative > div#category-view-container .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section #category-view-container .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section #category-view-container .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section #category-view-container .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section #category-view-container .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search #category-view-container > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info #category-view-container .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price #category-view-container.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > #category-view-container {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > #category-view-container {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > #category-view-container svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > #category-view-container {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container #category-view-container.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container #category-view-container.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container #category-view-container.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .relative.container#category-view-container {
    padding: 0 10px;
  }

  .android-mobile .city-section .container > #category-view-container {
    align-items: center;
  }

  .android-mobile .city-section .container > #category-view-container > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > #category-view-container > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative #category-view-container.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main #category-view-container.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container#category-view-container.flex-col {
    display: none;
  }

  .page-main > .container.flex#category-view-container {
    display: none;
  }

  .customer-account-login .page-main > .container#category-view-container.flex-col, .customer-account-create .page-main > .container#category-view-container.flex-col, .customer-account-forgotpassword .page-main > .container#category-view-container.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.flex#category-view-container, .customer-account-create .page-main > .container.flex#category-view-container, .customer-account-forgotpassword .page-main > .container.flex#category-view-container {
    display: none;
  }

  .customer-account-create .registration-form-section #category-view-container.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed #category-view-container.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index .container#category-view-container.flex-col {
    display: none;
  }

  .checkout-cart-index .container.flex#category-view-container {
    display: none;
  }

  .city-section .container > #category-view-container > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > #category-view-container > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit#category-view-container {
    margin-top: 10px;
  }

  .new_product_section .relative.container > #category-view-container > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > #category-view-container > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div#category-view-container {
    margin: 0;
  }

  .new_product_section .container > div#category-view-container .product-item {
    width: 305px;
    align-items: center;
  }
}

/*
Use the following selector to extend the toolbar modes switcher with your own icon,
also replace `custom` with your own mode name.

.modes-mode.mode-custom {}
*/

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

@media screen and (max-width:991px) {
  .reward-history-table td p.price-including-tax + .price-excluding-tax,
    .reward-history-table .table .tbody>div .p-2 p.price-including-tax + .price-excluding-tax {
    display: inline-block;
  }
}

@media (max-width:767px) {
  .customer-account-index .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.price-including-tax + .price-excluding-tax {
    display: none;
  }

  .sales-order-history .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.price-including-tax + .price-excluding-tax {
    display: none;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black + svg {
  right: -2rem;
}

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

@media (max-width:767px) {
  .add-details span.text-primary.price-excluding-tax .price,
.sales-order-view .add-details span.text-primary.price-excluding-tax .price,
.checkout-onepage-success .add-details span.text-primary.price-excluding-tax .price,.add-details span.text-primary .price-including-tax .price,
.sales-order-view .add-details span.text-primary .price-including-tax .price,
.checkout-onepage-success .add-details span.text-primary .price-including-tax .price {
    display: inline-block;
  }
}

.price-excluding-tax,
.weee[data-label] {
  display: block;
}

#gallery .fixed.price-excluding-tax .amasty-label-container,#gallery .fixed
.weee[data-label] .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.price-excluding-tax .amasty-label-container,.header-search#gallery .fixed
.weee[data-label] .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.price-excluding-tax .amasty-label-container,.customer-account-index .my-account-container#gallery .fixed
.weee[data-label] .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.price-excluding-tax .amasty-label-container,.customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed
.weee[data-label] .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .price-excluding-tax p:last-child,.membership-tiers-main img[data-content-type$='block'] 
.weee[data-label] p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .price-excluding-tax p:last-child,.membership-tiers-main img[data-content-type$='block'] 
.weee[data-label] p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .price-excluding-tax p:last-child,.membership-tiers-main img[data-content-type$='block'] 
.weee[data-label] p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .price-excluding-tax p:last-child,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] 
.weee[data-label] p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.catalog-product-view .price-excluding-tax.widget.-slider,.catalog-product-view 
.weee[data-label].widget.-slider {
  padding: var(--section-space) 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.price-excluding-tax,.items.am-filter .amshopby-remove-item span.filter-value
.weee[data-label] {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.price-excluding-tax span.am-swatch-image,.items.am-filter .amshopby-remove-item span.filter-value
.weee[data-label] span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.price-excluding-tax span.swatch-image-label,.items.am-filter .amshopby-remove-item span.filter-value
.weee[data-label] span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .catalog-product-view .price-excluding-tax.widget.-slider,.catalog-product-view 
.weee[data-label].widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .price-excluding-tax.widget.-slider .slider_arrow.absolute.left-0.right-0,.catalog-product-view 
.weee[data-label].widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

@media (max-width:767px) {
  body.android-mobile .header-search.price-excluding-tax,body.android-mobile .header-search
.weee[data-label] {
    display: block;
  }

  .android-mobile.catalog-product-view .price-excluding-tax.widget.-slider .relative.container.px-0,.android-mobile.catalog-product-view 
.weee[data-label].widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .price-excluding-tax.widget.-slider,.android-mobile.catalog-product-view 
.weee[data-label].widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .price-excluding-tax.widget.-slider .section-content.text-center,.catalog-product-view 
.weee[data-label].widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

.weee[data-label] {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (max-width:991px) {
  .reward-history-table td p.weee[data-label],
    .reward-history-table .table .tbody>div .p-2 p.weee[data-label] {
    display: inline-block;
  }
}

@media (max-width:767px) {
  .customer-account-index .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.weee[data-label] {
    display: none;
  }

  .sales-order-history .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.weee[data-label] {
    display: none;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.weee[data-label].leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.weee[data-label].leading-tight.text-black + svg {
  right: -2rem;
}

.price-container.price-tier_price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
}

.amwishlist-toolbar.topsidebtn button.price-container.price-tier_price {
  font-size: 14px;
  font-weight: 500;
  text-transform: inherit;
}

.amwishlist-toolbar.topsidebtn button.deletebtn.price-container.price-tier_price {
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.amwishlist-toolbar.topsidebtn button.price-container.price-tier_price:hover {
  color: var(--primary-color);
}

.amwishlist-toolbar.topsidebtn button.deletebtn.price-container.price-tier_price:hover {
  color: rgb(187, 9, 9);
}

.amwishlist-toolbar.topsidebtn button.deletebtn.price-container.price-tier_price:hover svg {
  stroke: rgb(187, 9, 9);
}

@media screen and (max-width:567px) {
  .amwishlist-toolbar.topsidebtn button.price-container.price-tier_price {
    font-size: 13px;
  }
}

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

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

/* Keep file for backwards compatibility */

#customer-login-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 1rem;
  column-gap: 1rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.testimonial-section #customer-login-container {
  gap: 50px var(--gap);
}

.banner-product-category-section #customer-login-container>.relative {
  background: #92ced6;
}

.info-item #customer-login-container.gap {
  gap: 30px;
}

.credit-limit-info>#customer-login-container.gap {
  gap: 30px;
}

.pearly-points #customer-login-container {
  margin-top: 40px;
}

.benefitsjoining_main #customer-login-container {
  margin-top: 30px;
  gap: 65px;
}

.pointsprog_wrapper #customer-login-container.gap-4 {
  gap: 30px;
}

.pearl_tiers_wrapper #customer-login-container.gap-4 {
  gap: 60px;
}

.amwishlist-content-tab .mt-4#customer-login-container.items-center,
.wishlist-toolbar .mt-4#customer-login-container.items-center {
  display: flex;
}

@media (max-width:1366px) {
  .pearl_tiers_wrapper #customer-login-container.gap-4 {
    gap: 40px;
  }

  .credit-limit-info>#customer-login-container.gap,
    .info-item #customer-login-container.gap {
    gap: 20px;
  }
}

@media (max-width:991px) {
  .pearl_tiers_wrapper #customer-login-container.gap-4 {
    gap: 20px;
  }
}

@media screen and (max-width:1199px) {
  .testimonial-section #customer-login-container {
    gap: 40px var(--gap);
  }
}

@media screen and (max-width:767px) {
  .testimonial-section #customer-login-container {
    gap: 30px var(--gap);
  }
}

@media screen and (max-width:374px) {
  .product-section #customer-login-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width:359px) {
  .category-section #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-slider-section #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1440px) {
  .benefitsjoining_main #customer-login-container {
    gap: 15px;
  }
}

.home-banner-section section.whyus-section #customer-login-container {
  gap: 0px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .banner-product-category-section .container #customer-login-container {
    width: 100%;
    grid-template-columns: inherit;
  }
}

@media (max-width: 1599px) {
  .home-banner-section section.whyus-section #customer-login-container {
    gap: 30px;
  }
}

@media (max-width:767px) {
  .customer-address-index .my-account-component.info-item.address-wrapper #customer-login-container {
    gap: 0;
  }

  .customer-account-index .info-item #customer-login-container.gap {
    gap: 30px;
  }

  .sales-order-view .my-account-component.info-item.address-wrapper #customer-login-container.gap {
    gap: 0;
  }

  .sales-order-view .my-account-component.info-item.address-wrapper #customer-login-container.gap > *,
.page-print .my-account-component.info-item.address-wrapper #customer-login-container.gap > * {
    margin-bottom: 30px;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main #customer-login-container {
    gap: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main #customer-login-container > .flex {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points #customer-login-container {
    margin: 20px 0 0 0;
    gap: 20px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points #customer-login-container > .flex {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points #customer-login-container > .flex svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main #customer-login-container {
    margin: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main #customer-login-container > .flex {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .amrewards-index-index .info-item.account-wrapper #customer-login-container.gap {
    gap: 0;
  }

  .android-mobile .products ul.mx-auto#customer-login-container.gap {
    gap: 20px;
  }

  .android-mobile .category-section #customer-login-container.gap {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .android-mobile .banner-product-category-section > .container #customer-login-container.gap {
    gap: 30px;
  }

  .android-mobile .testimonial-section #customer-login-container {
    gap: 20px;
  }

  .android-mobile .banner-product-category-section > .container #customer-login-container.gap {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

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

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.form-input.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto,.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg
.form-email.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto,.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg
.form-select.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto,.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg
.form-multiselect.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto,.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg
.form-textarea.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.amwishlist-list-block section ul li .form-input,.amwishlist-list-block section ul li 
.form-email,.amwishlist-list-block section ul li 
.form-select,.amwishlist-list-block section ul li 
.form-multiselect,.amwishlist-list-block section ul li 
.form-textarea {
  border-radius: 0;
}


.wishListtable_top_main .amwishlist-search-items input.form-input,
.wishListtable_top_main .amwishlist-search-items input
.form-email,
.wishListtable_top_main .amwishlist-search-items input
.form-select,
.wishListtable_top_main .amwishlist-search-items input
.form-multiselect,
.wishListtable_top_main .amwishlist-search-items input
.form-textarea {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input.form-input:focus,
.wishListtable_top_main .amwishlist-search-items input
.form-email:focus,
.wishListtable_top_main .amwishlist-search-items input
.form-select:focus,
.wishListtable_top_main .amwishlist-search-items input
.form-multiselect:focus,
.wishListtable_top_main .amwishlist-search-items input
.form-textarea:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.form-input,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-email,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-select,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-multiselect,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-textarea {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.form-input svg,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-email svg,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-select svg,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-multiselect svg,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-textarea svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .bg-white > .items-center .items-center.form-input.rounded > *,.amwishlist-item .bg-white > .items-center .items-center
.form-email.rounded > *,.amwishlist-item .bg-white > .items-center .items-center
.form-select.rounded > *,.amwishlist-item .bg-white > .items-center .items-center
.form-multiselect.rounded > *,.amwishlist-item .bg-white > .items-center .items-center
.form-textarea.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.form-input.rounded,.amwishlist-item .bg-white > .items-center .items-center
.form-email.rounded,.amwishlist-item .bg-white > .items-center .items-center
.form-select.rounded,.amwishlist-item .bg-white > .items-center .items-center
.form-multiselect.rounded,.amwishlist-item .bg-white > .items-center .items-center
.form-textarea.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.form-input.rounded button,.amwishlist-item .bg-white > .items-center .items-center
.form-email.rounded button,.amwishlist-item .bg-white > .items-center .items-center
.form-select.rounded button,.amwishlist-item .bg-white > .items-center .items-center
.form-multiselect.rounded button,.amwishlist-item .bg-white > .items-center .items-center
.form-textarea.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.rounded.form-input svg,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-email svg,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-select svg,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-multiselect svg,.am-filter-state.filter-options-content span.py-1.px-1.rounded
.form-textarea svg {
    top: 0;
  }
}

@media screen and (max-width:767px) {
  .my-account-nav-title span.form-input,.my-account-nav-title span
.form-email,.my-account-nav-title span
.form-select,.my-account-nav-title span
.form-multiselect,.my-account-nav-title span
.form-textarea {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .form-input,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-email,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-select,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-multiselect,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-textarea {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .form-input button,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-email button,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-select button,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-multiselect button,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-textarea button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .form-input button span,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-email button span,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-select button span,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-multiselect button span,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-textarea button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .form-input .px-4.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-email .px-4.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-select .px-4.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-multiselect .px-4.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-textarea .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .form-input button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq .form-input button span svg,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-email button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-email button span svg,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-select button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-select button span svg,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-multiselect button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-multiselect button span svg,.amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-textarea button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq 
.form-textarea button span svg {
    width: 16px;
    height: 16px;
  }
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

#product-review-table .form-input:focus svg,#product-review-table  .form-email:focus svg,#product-review-table  .form-select:focus svg,#product-review-table  .form-multiselect:focus svg,#product-review-table  .form-textarea:focus svg {
  color: #c7c7c7;
}

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

header.page-header.page.messages {
  position: fixed;
}

.amlabel-position-wrapper.page.messages .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper.page.messages {
  width: 100%;
  align-items: end;
  gap: 0;
  top: 10px;
  right: 10px;
}

.amlabel-position-wrapper.page.messages .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.product-details .absolute.page.messages button svg * {
  stroke: #fff;
}

.container.relative.py-2.mx-auto.text-black.page.messages {
  max-width: 100%;
  padding: 0;
}

.amlabel-position-wrapper.page.messages {
  width: auto;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.page.messages.left-0 {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.page.messages.left-0 img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
  height: auto;
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .absolute.page.messages.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.page.messages.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.page.messages.left-0 {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.page.messages.left-0 img.amasty-label-image {
    max-width: 34px;
  }
}

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

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

@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 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  max-width: var(--container-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header.page-header #header>.page.messages .messages
    section#messages {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cms-page-wrapper .page.messages .messages
    section#messages p:not(:last-child),
.cms-page-wrapper .page.messages .messages
    section#messages>ul:not(:last-child),
.cms-page-wrapper .page.messages .messages
    section#messages>ol:not(:last-child),
.cms-page-wrapper .page.messages .messages
    section#messages>h1:not(:last-child),
.cms-page-wrapper .page.messages .messages
    section#messages>h2:not(:last-child),
.cms-page-wrapper .page.messages .messages
    section#messages>h3:not(:last-child),
.cms-page-wrapper .page.messages .messages
    section#messages>h4:not(:last-child),
.cms-page-wrapper .page.messages .messages
    section#messages>h5:not(:last-child),
.cms-page-wrapper .page.messages .messages
    section#messages>h6:not(:last-child) {
  margin-bottom: 25px;
}

.product-shorting-filter .page.messages .messages
    section#messages {
  max-width: inherit;
  width: auto;
  margin: 0;
  flex: 1 1 0;
  padding: 0;
  text-align: center;
}

.mpblog-category-view .page.messages .messages
    section#messages h1.page-title,
.video-index-index .page.messages .messages
    section#messages h1.page-title {
  text-align: center;
  display: block;
  width: 100%;
}


.mpblog-post-view .page.messages .messages
    section#messages h1.page-title {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.videolist_wrapper .page.messages .messages
    section#messages>p {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 50px;
}

.checkout-onepage-success main.page-main>.page.messages .messages
    section#messages.text-3xl {
  margin: 0 auto;
  padding: 50px 0;
}

.checkout-onepage-success main.page-main>.page.messages .messages
    section#messages.text-3xl,
.checkout-success.page.messages .messages
    section#messages {
  max-width: 900px;
}

.product-title+.page.messages .messages
    section#messages {
  margin-top: 5px;
}

.relative.page.messages .messages
    section#messages.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.review-list.customer-reviews .page.messages .messages
    section#messages {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}

body.account main.page-main>.page.messages .messages
    section#messages.flex {
  padding-top: 2rem;
  margin-top: 0;
}

.mpblog-category-view .column.main .page.messages .messages
    section#messages {
  padding: 0;
}

.navigation .menu .special-deals-menu .page.messages .messages
    section#messages {
  padding: 0;
  min-height: inherit;
  height: auto;
}

@media (min-width:1600px) {
  .page.messages .messages
    section#messages {
    max-width: 1560px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:1599px) {
  .page.messages .messages
    section#messages {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width:1366px) {
  .page.messages .messages
    section#messages {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width:1199px) {
  .videolist_wrapper .page.messages .messages
    section#messages>p {
    margin: 0 auto 30px;
  }

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

@media (max-width:1080px) {
  .page.messages .messages
    section#messages {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width:1023px) {
  .product-shorting-filter .page.messages .messages
    section#messages {
    width: 100%;
    flex: inherit;
  }
}

@media (max-width:767px) {
  .cms-page-wrapper .page.messages .messages
    section#messages p:not(:last-child),
    .cms-page-wrapper .page.messages .messages
    section#messages>ul:not(:last-child),
    .cms-page-wrapper .page.messages .messages
    section#messages>ol:not(:last-child),
    .cms-page-wrapper .page.messages .messages
    section#messages>h1:not(:last-child),
    .cms-page-wrapper .page.messages .messages
    section#messages>h2:not(:last-child),
    .cms-page-wrapper .page.messages .messages
    section#messages>h3:not(:last-child),
    .cms-page-wrapper .page.messages .messages
    section#messages>h4:not(:last-child),
    .cms-page-wrapper .page.messages .messages
    section#messages>h5:not(:last-child),
    .cms-page-wrapper .page.messages .messages
    section#messages>h6:not(:last-child) {
    margin-bottom: 15px;
  }

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

@media screen and (max-width:991px) {
  .product-details-section .page.messages .messages
    section#messages {
    max-width: 700px;
  }
}

@media (max-width: 1599px) {
  header.page-header #header>.page.messages .messages
    section#messages {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .banner_section_content .page.messages .messages
    section#messages {
    height: 100%;
  }
}

.page.messages .messages
    section#messages.relative.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.container.relative.py-2.page.messages .messages
    section#messages.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.new_product_section .product .product-info > .page.messages .messages
    section#messages {
  display: none;
}

.home-banner-section section.whyus-section .page.messages .messages
    section#messages {
  padding: 0;
}

@media (min-width: 768px) {
  .banner-product-category-section .page.messages .messages
    section#messages {
    display: flex;
  }

  .banner-product-category-section .page.messages .messages
    section#messages .grid {
    width: 100%;
    grid-template-columns: inherit;
  }
}

.new_product_section .page.messages .messages
    section#messages > div.flex {
  margin: 0 -7.5px;
}

.new_product_section .page.messages .messages
    section#messages > div.flex .product-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.category-view.page.messages .messages
    section#messages .category-image {
  display: none;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .page.messages .messages
    section#messages .relative {
    width: 100%;
  }

  .creditlimit-order-pay .max-w-lg.page.messages .messages
    section#messages.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.page.messages .messages
    section#messages.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.page.messages .messages
    section#messages.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.page.messages .messages
    section#messages.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.page.messages .messages
    section#messages.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.page.messages .messages
    section#messages.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.page.messages .messages
    section#messages.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.page.messages .messages
    section#messages.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .relative.page.messages .messages
    section#messages.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .relative.page.messages .messages
    section#messages {
    padding: 0 0;
  }

  .android-mobile .products ul.page.messages .messages
    section#messages.grid.gap {
    gap: 20px;
  }

  header.page-header #header>.page.messages .messages
    section#messages {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .android-mobile .banner-product-category-section > .page.messages .messages
    section#messages {
    padding: 0;
  }

  .android-mobile .banner-product-category-section > .page.messages .messages
    section#messages .grid.gap {
    gap: 30px;
  }

  .android-mobile .banner-product-category-section > .page.messages .messages
    section#messages .relative {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .city-section .page.messages .messages
    section#messages > .flex {
    align-items: center;
  }

  .android-mobile .city-section .page.messages .messages
    section#messages > .flex > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .page.messages .messages
    section#messages > .flex > *:last-child {
    width: 60%;
  }

  .product-title + .page.messages .messages
    section#messages {
    display: none;
  }

  .page-main > .page.messages .messages
    section#messages.flex.flex-col {
    display: none;
  }

  .android-mobile .page.messages .messages
    section#messages {
    padding: 0 20px;
    max-width: 100%;
  }

  .customer-account-login header.page-header #header > .page.messages .messages
    section#messages, .customer-account-create header.page-header #header > .page.messages .messages
    section#messages, .customer-account-forgotpassword header.page-header #header > .page.messages .messages
    section#messages {
    justify-content: center;
    padding: 85px 10px 10px 10px;
  }

  .customer-account-login .page-main > .page.messages .messages
    section#messages.flex.flex-col, .customer-account-create .page-main > .page.messages .messages
    section#messages.flex.flex-col, .customer-account-forgotpassword .page-main > .page.messages .messages
    section#messages.flex.flex-col {
    display: none;
  }
}

.product-slider.crosssell-product-slider .page.messages .messages
    section#messages {
  border: 0;
  padding: 0 0 0 0;
}

@media (max-width:767px){
  .product-slider.crosssell-product-slider .page.messages .messages
    section#messages {
    border: 0;
    padding: 0;
  }

  .checkout-cart-index .page.messages .messages
    section#messages.flex.flex-col {
    display: none;
  }

  .city-section .page.messages .messages
    section#messages > .flex > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .page.messages .messages
    section#messages > .flex > *:first-child {
    width: 100%;
  }

  .new_product_section .relative.page.messages .messages
    section#messages > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.page.messages .messages
    section#messages > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .page.messages .messages
    section#messages > div.flex {
    margin: 0;
  }

  .new_product_section .page.messages .messages
    section#messages > div.flex .product-item {
    width: 305px;
    align-items: center;
  }

  .new_product_section .relative.page.messages .messages
    section#messages {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .page.messages .messages
    section#messages .relative{
    padding: 0;
    margin: 0;
  }

  .android-mobile .banner-product-category-section > .page.messages .messages
    section#messages .grid.gap {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .product-section .relative.page.messages .messages
    section#messages {
    padding-right: 0;
  }
}

.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: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  padding-left: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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);
  flex-wrap: wrap;
}


.reward-history-table .table .tbody>div .message:first-child {
  padding-left: 0;
}


.reward-history-table .table .tbody>div .message {
  border-bottom: 1px solid #bbb;
  padding: 20px;
}

.product-details-slider-container .message.h-full.fixed {
  z-index: 9999;
}

.my-account-component .order-title.message {
  align-items: center;
  margin-bottom: 15px;
}

.quickorder_table .tbody>* .field.qty.message {
  margin: 0;
  height: 50px;
}

.content-search-fastorder ul li .message {
  align-items: start;
}

.content-search-fastorder ul li .message .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .message .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points .message {
  justify-content: start;
  align-items: start;
}

.pearly-points .message h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .message h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.message.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .message.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item .flex.message.justify-center {
  justify-content: start;
}

body.account main.page-main>.container.message {
  padding-top: 2rem;
  margin-top: 0;
}

.message.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.message.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.justify-center.message.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.justify-center.items-center.message.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .message.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-content-tab .mt-4.grid.message,
.wishlist-toolbar .mt-4.grid.message {
  display: flex;
}

.am-filter-state.filter-options-content span.py-1.px-1.message.border {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.message.border svg {
  position: relative;
  top: 3px;
}

.items.am-filter .amshopby-remove-item span.message {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.message+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.message+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .message.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .message.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .message.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .message.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > .message {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > .message input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > .message .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.border.message > * {
  height: 38px;
}

.amwishlist-item .bg-white > .message .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.border.message {
  border-radius: 0;
}

.amwishlist-item .bg-white > .message .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .bg-white > .items-center .items-center.border.message button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 .bg-white.p-6.message {
  height: 70vh;
  overflow-y: auto;
}

@media print {
  .reward-history-table .table .tbody>div .message {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .table .tbody>div .message p.md\:sr-only {
    display: inline-block;
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .message p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .message p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .table .tbody>div .message>span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .message * {
    font-size: 15px;
    font-weight: 400;
  }
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+.message {
    display: none;
  }

  form#discount-coupon-form .coupon .message {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.message {
    width: calc(100% - 190px);
  }
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.message.border svg {
    top: 0;
  }

  .pearly-points .message h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .message {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:1365px) {
  
    .reward-history-table .table .tbody>div .message {
    padding: 12px;
  }
}

@media screen and (max-width:991px) {
  
    .reward-history-table .table .tbody>div .message p.text-sm {
    display: inline-block;
  }
}

@media screen and (max-width:767px) {
  .reward-history-table .table .tbody>div .message {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .table .tbody>div .message p.md\:sr-only {
    display: inline-block;
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .message p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .message p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .table .tbody>div .message>span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .message * {
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .message {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.message {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.message {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .message ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .message,
    form#discount-coupon-form .coupon .control.message {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .message {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .message button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .message button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full.message .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .message.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.relative.py-2.mx-auto.message.z-20 {
  max-width: 100%;
  padding: 0;
}

#search_mini_form > .w-full.message {
  max-width: 100%;
}

#search_mini_form > .message.flex {
  max-width: 100%;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .message {
  margin: 0;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .message .product-item-link {
  line-height: normal;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .message > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .message .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .message .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .message .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .message .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .message > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .message > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .message > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full.message {
    justify-content: space-between;
  }

  #search_mini_form > .message.flex {
    justify-content: space-between;
  }

  .form.mini-search .message > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .message.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .message.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section .message .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .message:first-child {
    width: 19.4%;
  }

  .new_product_section .message .w-full:last-child {
    width: 80.6%;
  }

  .new_product_section .flex .message:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .message.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section .message .w-full:first-child {
  width: 20.5%;
}

.new_product_section .flex .message:first-child {
  width: 20.5%;
}

.new_product_section .message .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .flex .message:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div.message, .popularcategory .relative > div.message {
  margin: 0 -7.5px;
}

.new_product_section .container > div.message .product-item, .popularcategory .relative > div.message .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section .message .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .message:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .message .w-full:first-child {
    width: 35%;
  }

  .new_product_section .flex .message:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .message .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .message:last-child {
    width: 66.6667%;
  }

  .new_product_section .message .w-full:first-child {
    width: 33.3333%;
  }

  .new_product_section .flex .message:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .message > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .message .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .message.pt-2 {
    padding-top: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.message {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.message.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.message h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.message.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.message h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.message.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.message h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.message.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.message {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.message.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.message h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.message.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.message h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.message.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.message h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.message.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .add-details span.text-primary.message,
.sales-order-view .add-details span.text-primary.message,
.checkout-onepage-success .add-details span.text-primary.message {
    display: inline-block;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .message {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .message {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .message svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .message {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container .message.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .message.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .message.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .product-details .relative.self-center.message {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .city-section .container > .message {
    align-items: center;
  }

  .android-mobile .city-section .container > .message > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .message > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative .message.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .message.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.message.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.message.flex-col, .customer-account-create .page-main > .container.message.flex-col, .customer-account-forgotpassword .page-main > .container.message.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section .message.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .message.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .message.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .message.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .message.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .message.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .message.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .message.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .message.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .checkout-cart-index .container.message.flex-col {
    display: none;
  }

  .city-section .container > .message > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .message > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.message {
    margin-top: 10px;
  }

  .new_product_section .relative.container > .message > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .message:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .message > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .relative.container > .flex > .message:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.message {
    margin: 0;
  }

  .new_product_section .container > div.message .product-item {
    width: 305px;
    align-items: center;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.message {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.message + svg {
  right: -2rem;
}

.message.error {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
}

.message.success {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity, 1));
}

.message.info,
    .message.notice {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}

.message.warning {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity, 1));
}

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

.recent-order-wrapper .btn a.message a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: none;
}

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

#gallery .fixed.product-item .price-container .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.product-item .price-container .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.product-item .price-container .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.product-item .price-container .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .product-item .price-container p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .product-item .price-container p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .product-item .price-container p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .product-item .price-container p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.catalog-product-view .product-item .price-container.widget.-slider {
  padding: var(--section-space) 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.product-item .price-container {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.product-item .price-container span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.product-item .price-container span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .catalog-product-view .product-item .price-container.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .product-item .price-container.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

@media (max-width:767px) {
  body.android-mobile .header-search.product-item .price-container {
    display: block;
  }

  .android-mobile.catalog-product-view .product-item .price-container.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .product-item .price-container.widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .product-item .price-container.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

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

@media (max-width:767px) {
  .add-details span.text-primary.product-item .price-container .price,
.sales-order-view .add-details span.text-primary.product-item .price-container .price,
.checkout-onepage-success .add-details span.text-primary.product-item .price-container .price {
    display: inline-block;
  }
}

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

@media screen and (max-width:991px) {
  .reward-history-table td p.product-item .price-container .price-label,
    .reward-history-table .table .tbody>div .p-2 p.product-item .price-container .price-label {
    display: inline-block;
  }
}

@media (max-width:767px) {
  .customer-account-index .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.product-item .price-container .price-label {
    display: none;
  }

  .sales-order-history .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.product-item .price-container .price-label {
    display: none;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .price-container .price-label.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .price-container .price-label.leading-tight.text-black + svg {
  right: -2rem;
}

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

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

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

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-item .old-price .price-container .price {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.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: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#gallery .fixed.page-product-bundle .price-final_price .price-from .price-container .amasty-label-container,#gallery .fixed .page-product-bundle .price-final_price .price-to .price-container .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.page-product-bundle .price-final_price .price-from .price-container .amasty-label-container,.header-search#gallery .fixed .page-product-bundle .price-final_price .price-to .price-container .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.page-product-bundle .price-final_price .price-from .price-container .amasty-label-container,.customer-account-index .my-account-container#gallery .fixed .page-product-bundle .price-final_price .price-to .price-container .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.page-product-bundle .price-final_price .price-from .price-container .amasty-label-container,.customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed .page-product-bundle .price-final_price .price-to .price-container .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,.membership-tiers-main img[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,.membership-tiers-main img[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,.membership-tiers-main img[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.membership-tiers-main img.page-product-bundle .price-final_price .price-from .price-container,.membership-tiers-main img .page-product-bundle .price-final_price .price-to .price-container {
  margin-bottom: 41px;
}

.ampromo-carousel-product .my-6.page-product-bundle .price-final_price .price-from .price-container.body-font.flex.flex-col,.ampromo-carousel-product .my-6 .page-product-bundle .price-final_price .price-to .price-container.body-font.flex.flex-col {
  flex-wrap: nowrap;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.widget.-slider,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.widget.-slider {
  padding: var(--section-space) 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.page-product-bundle .price-final_price .price-from .price-container,.items.am-filter .amshopby-remove-item span.filter-value .page-product-bundle .price-final_price .price-to .price-container {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.page-product-bundle .price-final_price .price-from .price-container span.am-swatch-image,.items.am-filter .amshopby-remove-item span.filter-value .page-product-bundle .price-final_price .price-to .price-container span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.page-product-bundle .price-final_price .price-from .price-container span.swatch-image-label,.items.am-filter .amshopby-remove-item span.filter-value .page-product-bundle .price-final_price .price-to .price-container span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width:1080px) {
  .membership-tiers-main img.page-product-bundle .price-final_price .price-from .price-container,.membership-tiers-main img .page-product-bundle .price-final_price .price-to .price-container {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img.page-product-bundle .price-final_price .price-from .price-container,.membership-tiers-main img .page-product-bundle .price-final_price .price-to .price-container {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.widget.-slider,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.widget.-slider .slider_arrow.absolute.left-0.right-0,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img.page-product-bundle .price-final_price .price-from .price-container,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main img .page-product-bundle .price-final_price .price-to .price-container {
    width: 50px;
    margin-bottom: 15px;
  }

  body.android-mobile .header-search.page-product-bundle .price-final_price .price-from .price-container,body.android-mobile .header-search .page-product-bundle .price-final_price .price-to .price-container {
    display: block;
  }

  .android-mobile.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.widget.-slider .relative.container.px-0,.android-mobile.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.widget.-slider,.android-mobile.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.widget.-slider .section-content.text-center,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

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

#gallery .fixed.page-product-bundle .price-final_price .price-from .price-container .price-label .amasty-label-container,#gallery .fixed .page-product-bundle .price-final_price .price-to .price-container .price-label .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.page-product-bundle .price-final_price .price-from .price-container .price-label .amasty-label-container,.header-search#gallery .fixed .page-product-bundle .price-final_price .price-to .price-container .price-label .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.page-product-bundle .price-final_price .price-from .price-container .price-label .amasty-label-container,.customer-account-index .my-account-container#gallery .fixed .page-product-bundle .price-final_price .price-to .price-container .price-label .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.page-product-bundle .price-final_price .price-from .price-container .price-label .amasty-label-container,.customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed .page-product-bundle .price-final_price .price-to .price-container .price-label .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,.membership-tiers-main img[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,.membership-tiers-main img[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,.membership-tiers-main img[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.widget.-slider,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.widget.-slider {
  padding: var(--section-space) 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.page-product-bundle .price-final_price .price-from .price-container .price-label,.items.am-filter .amshopby-remove-item span.filter-value .page-product-bundle .price-final_price .price-to .price-container .price-label {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.page-product-bundle .price-final_price .price-from .price-container .price-label span.am-swatch-image,.items.am-filter .amshopby-remove-item span.filter-value .page-product-bundle .price-final_price .price-to .price-container .price-label span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.page-product-bundle .price-final_price .price-from .price-container .price-label span.swatch-image-label,.items.am-filter .amshopby-remove-item span.filter-value .page-product-bundle .price-final_price .price-to .price-container .price-label span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.widget.-slider,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.widget.-slider .slider_arrow.absolute.left-0.right-0,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

@media (max-width:767px) {
  body.android-mobile .header-search.page-product-bundle .price-final_price .price-from .price-container .price-label,body.android-mobile .header-search .page-product-bundle .price-final_price .price-to .price-container .price-label {
    display: block;
  }

  .android-mobile.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.widget.-slider .relative.container.px-0,.android-mobile.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.widget.-slider,.android-mobile.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.widget.-slider .section-content.text-center,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

.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: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

@media (max-width:767px) {
  .add-details span.text-primary.page-product-bundle .price-final_price .price-from .price-container .price,
.sales-order-view .add-details span.text-primary.page-product-bundle .price-final_price .price-from .price-container .price,
.checkout-onepage-success .add-details span.text-primary.page-product-bundle .price-final_price .price-from .price-container .price,.add-details span.text-primary .page-product-bundle .price-final_price .price-to .price-container .price,
.sales-order-view .add-details span.text-primary .page-product-bundle .price-final_price .price-to .price-container .price,
.checkout-onepage-success .add-details span.text-primary .page-product-bundle .price-final_price .price-to .price-container .price {
    display: inline-block;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black + svg {
  right: -2rem;
}

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

.ambrands-brandlist-widget .brand-tooltip .subtitle.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price,.ambrands-brandlist-widget .brand-tooltip .subtitle .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.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: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.page-product-bundle .price-final_price .price-from .old-price .price-container .price,.ambrands-brandlist-widget .brand-tooltip .subtitle
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,.ambrands-brandlist-widget .brand-tooltip .subtitle
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,.ambrands-brandlist-widget .brand-tooltip .subtitle
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

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

/* .modal {} */

.backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
}

#gallery .backdrop.block .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .backdrop.block .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .backdrop.block .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .backdrop.block .amasty-label-container {
    display: block;
  }
}

.backdrop {
  flex-wrap: wrap;
}

.product-details-slider-container .w-full.h-full.backdrop {
  z-index: 9999;
}

.my-account-component .order-title.backdrop {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li .backdrop {
  align-items: start;
}

.content-search-fastorder ul li .backdrop .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .backdrop .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.cart-form .backdrop.z-50 {
  z-index: 88;
}

.cart-form .backdrop.z-50 .inline-block.bg-white {
  max-width: 400px;
  width: 100%;
}

.backdrop.z-30.bg-opacity-50 {
  z-index: 88;
  --tw-bg-opacity: 0.7;
}

.pearly-points .backdrop {
  justify-content: start;
  align-items: start;
}

.pearly-points .backdrop h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .backdrop h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.backdrop.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .backdrop.items-center.justify-center {
  justify-content: start;
}

body.account main.page-main>.container.backdrop {
  padding-top: 2rem;
  margin-top: 0;
}

.flex.backdrop.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.backdrop.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.backdrop.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.backdrop.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .backdrop.transition-transform {
  flex-wrap: nowrap;
}

.items.am-filter .amshopby-remove-item span.backdrop {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.backdrop+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.backdrop+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .backdrop.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .backdrop.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .backdrop.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .flex.backdrop.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .backdrop.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .backdrop.z-50 .bg-white.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

.amwishlist-item .backdrop.z-50  button.btn {
  min-width: inherit;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+.backdrop {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points .backdrop h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .backdrop {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .backdrop ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .backdrop {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .backdrop button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .backdrop button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full.backdrop .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full.backdrop {
  max-width: 100%;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .backdrop > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .backdrop > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full.backdrop {
    justify-content: space-between;
  }

  .form.mini-search .backdrop > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .backdrop.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .backdrop.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section .backdrop .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .backdrop .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .backdrop.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section .backdrop .w-full:first-child {
  width: 20.5%;
}

.new_product_section .backdrop .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div.backdrop, .popularcategory .relative > div.backdrop {
  margin: 0 -7.5px;
}

.new_product_section .container > div.backdrop .product-item, .popularcategory .relative > div.backdrop .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section .backdrop .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .backdrop .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .backdrop .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .backdrop .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .backdrop > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .backdrop.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .backdrop {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .backdrop {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .backdrop svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .backdrop {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container .backdrop.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .backdrop.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .backdrop.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .list_bottom_menu > .backdrop > * {
    width: 100%;
    padding: 0 20px;
    border: 0;
    flex: inherit;
  }

  .android-mobile .list_bottom_menu > .backdrop {
    max-height: 50vh;
    flex-wrap: nowrap;
  }

  .android-mobile .list_bottom_menu .backdrop.bg-opacity-50 {
    max-height: 100vh;
    background: rgba(0,0,0,0.8);
  }

  .android-mobile .list_bottom_menu > .backdrop .p-4.border-t.border-gray-200.bg-gray-50 {
    display: none;
  }

  .android-mobile .filter_bottom_menu.list_bottom_menu > .backdrop {
    max-height: 70vh;
  }

  .android-mobile .city-section .container > .backdrop {
    align-items: center;
  }

  .android-mobile .city-section .container > .backdrop > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .backdrop > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative .backdrop.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .backdrop.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.backdrop.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.backdrop.flex-col, .customer-account-create .page-main > .container.backdrop.flex-col, .customer-account-forgotpassword .page-main > .container.backdrop.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section .backdrop.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.backdrop .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.backdrop .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed .backdrop.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.backdrop img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.backdrop .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .w-full.h-full.backdrop .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.backdrop .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full.h-full.backdrop .amlabel-position-wrapper {
    display: none;
  }

  .checkout-cart-index .container.backdrop.flex-col {
    display: none;
  }

  .city-section .container > .backdrop > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .backdrop > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.backdrop {
    margin-top: 10px;
  }

  .new_product_section .relative.container > .backdrop > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .backdrop > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.backdrop {
    margin: 0;
  }

  .new_product_section .container > div.backdrop .product-item {
    width: 305px;
    align-items: center;
  }
}

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

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

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

:where(html) {
  scrollbar-gutter: stable;
}

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

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

@media (max-width:767px) {
  .creditlimit-index-index .credit-information.page-main {
    margin-bottom: 20px;
  }

  .creditlimit-index-index .return-orders.page-main {
    margin-bottom: 0;
  }
}

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

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

@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));
  grid-column-gap: 2rem;
  column-gap: 2rem;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  max-width: var(--container-width);
}

.testimonial-section .columns {
  gap: 50px var(--gap);
}

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

header.page-header #header>.columns {
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-product-category-section .columns>.relative {
  background: #92ced6;
}

.cms-page-wrapper .columns p:not(:last-child),
.cms-page-wrapper .columns>ul:not(:last-child),
.cms-page-wrapper .columns>ol:not(:last-child),
.cms-page-wrapper .columns>h1:not(:last-child),
.cms-page-wrapper .columns>h2:not(:last-child),
.cms-page-wrapper .columns>h3:not(:last-child),
.cms-page-wrapper .columns>h4:not(:last-child),
.cms-page-wrapper .columns>h5:not(:last-child),
.cms-page-wrapper .columns>h6:not(:last-child) {
  margin-bottom: 25px;
}

.product-shorting-filter .columns {
  max-width: inherit;
  width: auto;
  margin: 0;
  flex: 1 1 0;
  padding: 0;
  text-align: center;
}

.mpblog-category-view .columns h1.page-title,
.video-index-index .columns h1.page-title {
  text-align: center;
  display: block;
  width: 100%;
}


.mpblog-post-view .columns h1.page-title {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.videolist_wrapper .columns>p {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 50px;
}

.info-item .columns.gap {
  gap: 30px;
}

.credit-limit-info>.columns.gap {
  gap: 30px;
}

.checkout-onepage-success main.page-main>.columns.text-3xl {
  margin: 0 auto;
  padding: 50px 0;
}

.checkout-onepage-success main.page-main>.columns.text-3xl,
.checkout-success.columns {
  max-width: 900px;
}

.relative.columns.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.review-list.customer-reviews .columns {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}

.pearly-points .columns {
  margin-top: 40px;
}

.benefitsjoining_main .columns {
  margin-top: 30px;
  gap: 65px;
}

body.account main.page-main>.columns.flex {
  padding-top: 2rem;
  margin-top: 0;
}

.pointsprog_wrapper .columns.gap-4 {
  gap: 30px;
}

.pearl_tiers_wrapper .columns.gap-4 {
  gap: 60px;
}

.amwishlist-content-tab .mt-4.columns.items-center,
.wishlist-toolbar .mt-4.columns.items-center {
  display: flex;
}

.mpblog-category-view .column.main .columns {
  padding: 0;
}

.navigation .menu .special-deals-menu .columns {
  padding: 0;
  min-height: inherit;
  height: auto;
}

@media (min-width:1600px) {
  .columns {
    max-width: 1560px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:1599px) {
  .columns {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width:1366px) {
  .pearl_tiers_wrapper .columns.gap-4 {
    gap: 40px;
  }

  .credit-limit-info>.columns.gap,
    .info-item .columns.gap {
    gap: 20px;
  }

  .columns {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width:1199px) {
  .videolist_wrapper .columns>p {
    margin: 0 auto 30px;
  }

  .columns {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width:1080px) {
  .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width:1023px) {
  .product-shorting-filter .columns {
    width: 100%;
    flex: inherit;
  }
}

@media (max-width:991px) {
  .pearl_tiers_wrapper .columns.gap-4 {
    gap: 20px;
  }
}

@media (max-width:767px) {
  .cms-page-wrapper .columns p:not(:last-child),
    .cms-page-wrapper .columns>ul:not(:last-child),
    .cms-page-wrapper .columns>ol:not(:last-child),
    .cms-page-wrapper .columns>h1:not(:last-child),
    .cms-page-wrapper .columns>h2:not(:last-child),
    .cms-page-wrapper .columns>h3:not(:last-child),
    .cms-page-wrapper .columns>h4:not(:last-child),
    .cms-page-wrapper .columns>h5:not(:last-child),
    .cms-page-wrapper .columns>h6:not(:last-child) {
    margin-bottom: 15px;
  }

  .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:1199px) {
  .testimonial-section .columns {
    gap: 40px var(--gap);
  }
}

@media screen and (max-width:991px) {
  .product-details-section .columns {
    max-width: 700px;
  }
}

@media screen and (max-width:767px) {
  .testimonial-section .columns {
    gap: 30px var(--gap);
  }
}

@media screen and (max-width:374px) {
  .product-section .columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width:359px) {
  .category-section .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-slider-section .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1440px) {
  .benefitsjoining_main .columns {
    gap: 15px;
  }
}

@media (max-width: 1599px) {
  header.page-header #header>.columns {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .banner_section_content .columns {
    height: 100%;
  }
}

.columns.relative.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section section.whyus-section .columns {
  gap: 0px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

@media (min-width: 768px) {
  .banner-product-category-section .columns {
    display: flex;
  }

  .banner-product-category-section .container .columns {
    width: 100%;
    grid-template-columns: inherit;
  }

  .banner-product-category-section .columns .grid {
    width: 100%;
    grid-template-columns: inherit;
  }
}

@media (max-width: 1599px) {
  .home-banner-section section.whyus-section .columns {
    gap: 30px;
  }
}

.new_product_section .columns > div.flex {
  margin: 0 -7.5px;
}

.new_product_section .columns > div.flex .product-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.category-view.columns .category-image {
  display: none;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .columns .relative {
    width: 100%;
  }

  .customer-address-index .my-account-component.info-item.address-wrapper .columns {
    gap: 0;
  }

  .customer-account-index .info-item .columns.gap {
    gap: 30px;
  }

  .sales-order-view .my-account-component.info-item.address-wrapper .columns.gap {
    gap: 0;
  }

  .sales-order-view .my-account-component.info-item.address-wrapper .columns.gap > *,
.page-print .my-account-component.info-item.address-wrapper .columns.gap > * {
    margin-bottom: 30px;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .columns {
    gap: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .columns > .flex {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .columns {
    margin: 20px 0 0 0;
    gap: 20px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .columns > .flex {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .columns > .flex svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .columns {
    margin: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .columns > .flex {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .amrewards-index-index .info-item.account-wrapper .columns.gap {
    gap: 0;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .relative.columns.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .relative.columns {
    padding: 0 0;
  }

  .android-mobile .products ul.mx-auto.columns.gap {
    gap: 20px;
  }

  header.page-header #header>.columns {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .android-mobile .category-section .columns.gap {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .android-mobile .banner-product-category-section > .columns {
    padding: 0;
  }

  .android-mobile .banner-product-category-section > .container .columns.gap {
    gap: 30px;
  }

  .android-mobile .banner-product-category-section > .columns .grid.gap {
    gap: 30px;
  }

  .android-mobile .banner-product-category-section > .columns .relative {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .city-section .columns > .flex {
    align-items: center;
  }

  .android-mobile .city-section .columns > .flex > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .columns > .flex > *:last-child {
    width: 60%;
  }

  .android-mobile .testimonial-section .columns {
    gap: 20px;
  }

  .page-main > .columns.flex.flex-col {
    display: none;
  }

  .android-mobile .columns {
    padding: 0 20px;
    max-width: 100%;
  }

  .customer-account-login header.page-header #header > .columns, .customer-account-create header.page-header #header > .columns, .customer-account-forgotpassword header.page-header #header > .columns {
    justify-content: center;
    padding: 85px 10px 10px 10px;
  }

  .customer-account-login .page-main > .columns.flex.flex-col, .customer-account-create .page-main > .columns.flex.flex-col, .customer-account-forgotpassword .page-main > .columns.flex.flex-col {
    display: none;
  }
}

.product-slider.crosssell-product-slider .columns {
  border: 0;
  padding: 0 0 0 0;
}

@media (max-width:767px){
  .product-slider.crosssell-product-slider .columns {
    border: 0;
    padding: 0;
  }

  .checkout-cart-index .columns.flex.flex-col {
    display: none;
  }

  .city-section .columns > .flex > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .columns > .flex > *:first-child {
    width: 100%;
  }

  .new_product_section .relative.columns > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.columns > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .columns > div.flex {
    margin: 0;
  }

  .new_product_section .columns > div.flex .product-item {
    width: 305px;
    align-items: center;
  }

  .new_product_section .relative.columns {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .columns .relative{
    padding: 0;
    margin: 0;
  }

  .android-mobile .banner-product-category-section > .container .columns.gap {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .android-mobile .banner-product-category-section > .columns .grid.gap {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .product-section .relative.columns {
    padding-right: 0;
  }
}

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

.relative.container.page-main-full-width .columns>.widget {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider .relative.container.page-main-full-width .columns {
    padding: 0 10px;
  }
}

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

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

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

  .account .columns .sidebar-main, .page-with-filter .columns .sidebar-main {
    grid-column: 1 / -1;
  }

  .account .columns .sidebar-additional {
    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;
  }

  @media (max-width:1023px) {
    .footbtn .page-layout-2columns-left .columns .sidebar+.col-span-1,.footbtn  .page-layout-2columns-right .columns .sidebar+.col-span-1,.footbtn  .page-layout-3columns .columns .sidebar+.col-span-1 {
      padding: 10px 10px;
      margin-top: 18px;
      background: #eee;
    }
  }

  @media (max-width:767px) {
    .quickorder_table .footbtn > .page-layout-2columns-left .columns .sidebar.gap-4,.quickorder_table .footbtn >  .page-layout-2columns-right .columns .sidebar.gap-4,.quickorder_table .footbtn >  .page-layout-3columns .columns .sidebar.gap-4 {
      background: transparent;
      padding: 0;
    }

    .quickorder_table .footbtn > .page-layout-2columns-left .columns .sidebar.gap-4 button.btn,.quickorder_table .footbtn >  .page-layout-2columns-right .columns .sidebar.gap-4 button.btn,.quickorder_table .footbtn >  .page-layout-3columns .columns .sidebar.gap-4 button.btn {
      margin: 0;
      flex: 1 0 0;
      height: 50px;
      font-size: 14px;
    }
  }

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

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

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

.card {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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);
}

.form.mini-search .flex > [class*="am-search-"] .card.box-border {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .card.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .card.box-border .flex.text-xl {
    font-size: 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.card {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.card h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.card h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.card h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.card {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.card h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.card h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.card h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .android-mobile .list_bottom_menu > .fixed .card.border-t.border-gray-200.bg-gray-50 {
    display: none;
  }
}

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

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

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

body.container.relative.py-2.mx-auto.z-20 {
  max-width: 100%;
  padding: 0;
}

.ambrands-brandlist-widget .brand-tooltip body.subtitle {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute body.min-w-20.z-10.text-sm.leading-tight {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute body.min-w-20.z-10.text-sm.leading-tight + svg {
  right: -2rem;
}

@font-face {
  font-family: 'Figtree';

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Bold.eot) format('embedded-opentype');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Bold.svg#Figtree-Bold) format('svg');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Bold.woff) format('woff');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Bold.woff2) format('woff2');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Bold.ttf) format('truetype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Figtree';

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Semibold.eot) format('embedded-opentype');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Semibold.svg#Figtree-Semibold) format('svg');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Semibold.woff) format('woff');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Semibold.woff2) format('woff2');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Semibold.ttf) format('truetype');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Figtree';

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Medium.eot) format('embedded-opentype');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Medium.svg#Figtree-Bold) format('svg');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Medium.woff) format('woff');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Medium.woff2) format('woff2');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Medium.ttf) format('truetype');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Figtree';

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Regular.woff2) format('embedded-opentype');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Regular.svg#Figtree-Bold) format('svg');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Regular.woff) format('woff');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Regular.woff2) format('woff2');

  src: url(../../frontend/Hyva/Maintheme/en_AU/fonts/Figtree-Regular.ttf) format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

/**
 * 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;
}

.content-search-fastorder ul li .flex .searchimg+[data-content-type='row'] {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='row'] {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='row'] .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='row'] .flex.text-xl {
    font-size: 15px;
  }
}

[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: 480px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 480px;
  }
}

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

[data-content-type='row'][data-appearance='contained'] {
  max-width: var(--container-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header.page-header #header>[data-content-type='row'][data-appearance='contained'] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cms-page-wrapper [data-content-type='row'][data-appearance='contained'] p:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='contained']>ul:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='contained']>ol:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h1:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h2:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h3:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h4:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h5:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h6:not(:last-child) {
  margin-bottom: 25px;
}

.product-shorting-filter [data-content-type='row'][data-appearance='contained'] {
  max-width: inherit;
  width: auto;
  margin: 0;
  flex: 1 1 0;
  padding: 0;
  text-align: center;
}

.mpblog-category-view [data-content-type='row'][data-appearance='contained'] h1.page-title,
.video-index-index [data-content-type='row'][data-appearance='contained'] h1.page-title {
  text-align: center;
  display: block;
  width: 100%;
}


.mpblog-post-view [data-content-type='row'][data-appearance='contained'] h1.page-title {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.videolist_wrapper [data-content-type='row'][data-appearance='contained']>p {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 50px;
}

.checkout-onepage-success main.page-main>[data-content-type='row'][data-appearance='contained'].text-3xl {
  margin: 0 auto;
  padding: 50px 0;
}

.checkout-onepage-success main.page-main>[data-content-type='row'][data-appearance='contained'].text-3xl,
.checkout-success[data-content-type='row'][data-appearance='contained'] {
  max-width: 900px;
}

.relative[data-content-type='row'][data-appearance='contained'].px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.review-list.customer-reviews [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}

body.account main.page-main>[data-content-type='row'][data-appearance='contained'].flex {
  padding-top: 2rem;
  margin-top: 0;
}

.mpblog-category-view .column.main [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
}

.navigation .menu .special-deals-menu [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
  min-height: inherit;
  height: auto;
}

@media (min-width:1600px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1560px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:1599px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width:1366px) {
  [data-content-type='row'][data-appearance='contained'] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width:1199px) {
  .videolist_wrapper [data-content-type='row'][data-appearance='contained']>p {
    margin: 0 auto 30px;
  }

  [data-content-type='row'][data-appearance='contained'] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width:1080px) {
  [data-content-type='row'][data-appearance='contained'] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width:1023px) {
  .product-shorting-filter [data-content-type='row'][data-appearance='contained'] {
    width: 100%;
    flex: inherit;
  }
}

@media (max-width:767px) {
  .cms-page-wrapper [data-content-type='row'][data-appearance='contained'] p:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='contained']>ul:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='contained']>ol:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h1:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h2:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h3:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h4:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h5:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='contained']>h6:not(:last-child) {
    margin-bottom: 15px;
  }

  [data-content-type='row'][data-appearance='contained'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:991px) {
  .product-details-section [data-content-type='row'][data-appearance='contained'] {
    max-width: 700px;
  }
}

@media (max-width: 1599px) {
  header.page-header #header>[data-content-type='row'][data-appearance='contained'] {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .banner_section_content [data-content-type='row'][data-appearance='contained'] {
    height: 100%;
  }
}

[data-content-type='row'][data-appearance='contained'].relative.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section section.whyus-section [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
}

@media (min-width: 768px) {
  .banner-product-category-section [data-content-type='row'][data-appearance='contained'] {
    display: flex;
  }

  .banner-product-category-section [data-content-type='row'][data-appearance='contained'] .grid {
    width: 100%;
    grid-template-columns: inherit;
  }
}

.new_product_section [data-content-type='row'][data-appearance='contained'] > div.flex {
  margin: 0 -7.5px;
}

.new_product_section [data-content-type='row'][data-appearance='contained'] > div.flex .product-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.category-view[data-content-type='row'][data-appearance='contained'] .category-image {
  display: none;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='contained'] .relative {
    width: 100%;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .relative[data-content-type='row'][data-appearance='contained'].px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .relative[data-content-type='row'][data-appearance='contained'] {
    padding: 0 0;
  }

  header.page-header #header>[data-content-type='row'][data-appearance='contained'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='contained'] {
    padding: 0;
  }

  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='contained'] .grid.gap {
    gap: 30px;
  }

  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='contained'] .relative {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .city-section [data-content-type='row'][data-appearance='contained'] > .flex {
    align-items: center;
  }

  .android-mobile .city-section [data-content-type='row'][data-appearance='contained'] > .flex > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section [data-content-type='row'][data-appearance='contained'] > .flex > *:last-child {
    width: 60%;
  }

  .page-main > [data-content-type='row'][data-appearance='contained'].flex.flex-col {
    display: none;
  }

  .android-mobile [data-content-type='row'][data-appearance='contained'] {
    padding: 0 20px;
    max-width: 100%;
  }

  .customer-account-login header.page-header #header > [data-content-type='row'][data-appearance='contained'], .customer-account-create header.page-header #header > [data-content-type='row'][data-appearance='contained'], .customer-account-forgotpassword header.page-header #header > [data-content-type='row'][data-appearance='contained'] {
    justify-content: center;
    padding: 85px 10px 10px 10px;
  }

  .customer-account-login .page-main > [data-content-type='row'][data-appearance='contained'].flex.flex-col, .customer-account-create .page-main > [data-content-type='row'][data-appearance='contained'].flex.flex-col, .customer-account-forgotpassword .page-main > [data-content-type='row'][data-appearance='contained'].flex.flex-col {
    display: none;
  }
}

.product-slider.crosssell-product-slider [data-content-type='row'][data-appearance='contained'] {
  border: 0;
  padding: 0 0 0 0;
}

@media (max-width:767px){
  .product-slider.crosssell-product-slider [data-content-type='row'][data-appearance='contained'] {
    border: 0;
    padding: 0;
  }

  .checkout-cart-index [data-content-type='row'][data-appearance='contained'].flex.flex-col {
    display: none;
  }

  .city-section [data-content-type='row'][data-appearance='contained'] > .flex > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section [data-content-type='row'][data-appearance='contained'] > .flex > *:first-child {
    width: 100%;
  }

  .new_product_section .relative[data-content-type='row'][data-appearance='contained'] > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative[data-content-type='row'][data-appearance='contained'] > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section [data-content-type='row'][data-appearance='contained'] > div.flex {
    margin: 0;
  }

  .new_product_section [data-content-type='row'][data-appearance='contained'] > div.flex .product-item {
    width: 305px;
    align-items: center;
  }

  .new_product_section .relative[data-content-type='row'][data-appearance='contained'] {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='contained'] .relative{
    padding: 0;
    margin: 0;
  }

  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='contained'] .grid.gap {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .product-section .relative[data-content-type='row'][data-appearance='contained'] {
    padding-right: 0;
  }
}

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

.content-search-fastorder ul li .flex .searchimg+[data-content-type='row'][data-appearance='contained'] {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='row'][data-appearance='contained'] {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='row'][data-appearance='contained'] .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='row'][data-appearance='contained'] .flex.text-xl {
    font-size: 15px;
  }
}

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

.content-search-fastorder ul li .flex .searchimg+[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='row'][data-appearance='contained'] [data-element='inner'] .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='row'][data-appearance='contained'] [data-element='inner'] .flex.text-xl {
    font-size: 15px;
  }
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  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: 480px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 480px;
  }
}

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

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: var(--container-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header.page-header #header>[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner p:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>ul:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>ol:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h1:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h2:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h3:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h4:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h5:not(:last-child),
.cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h6:not(:last-child) {
  margin-bottom: 25px;
}

.product-shorting-filter [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: inherit;
  width: auto;
  margin: 0;
  flex: 1 1 0;
  padding: 0;
  text-align: center;
}

.mpblog-category-view [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner h1.page-title,
.video-index-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner h1.page-title {
  text-align: center;
  display: block;
  width: 100%;
}


.mpblog-post-view [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner h1.page-title {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.videolist_wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>p {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 50px;
}

.checkout-onepage-success main.page-main>[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.text-3xl {
  margin: 0 auto;
  padding: 50px 0;
}

.checkout-onepage-success main.page-main>[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.text-3xl,
.checkout-success[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 900px;
}

.relative[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.review-list.customer-reviews [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}

body.account main.page-main>[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.flex {
  padding-top: 2rem;
  margin-top: 0;
}

.mpblog-category-view .column.main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding: 0;
}

.navigation .menu .special-deals-menu [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding: 0;
  min-height: inherit;
  height: auto;
}

@media (min-width:1600px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1560px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:1599px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width:1366px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width:1199px) {
  .videolist_wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>p {
    margin: 0 auto 30px;
  }

  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width:1080px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width:1023px) {
  .product-shorting-filter [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    width: 100%;
    flex: inherit;
  }
}

@media (max-width:767px) {
  .cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner p:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>ul:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>ol:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h1:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h2:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h3:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h4:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h5:not(:last-child),
    .cms-page-wrapper [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>h6:not(:last-child) {
    margin-bottom: 15px;
  }

  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:991px) {
  .product-details-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 700px;
  }
}

@media (max-width: 1599px) {
  header.page-header #header>[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .banner_section_content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    height: 100%;
  }
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.relative.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section section.whyus-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding: 0;
}

@media (min-width: 768px) {
  .banner-product-category-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    display: flex;
  }

  .banner-product-category-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .grid {
    width: 100%;
    grid-template-columns: inherit;
  }
}

.new_product_section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > div.flex {
  margin: 0 -7.5px;
}

.new_product_section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > div.flex .product-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.category-view[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .category-image {
  display: none;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .relative {
    width: 100%;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .relative[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .relative[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding: 0 0;
  }

  header.page-header #header>[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding: 0;
  }

  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .grid.gap {
    gap: 30px;
  }

  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .relative {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .city-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .flex {
    align-items: center;
  }

  .android-mobile .city-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .flex > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .flex > *:last-child {
    width: 60%;
  }

  .page-main > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.flex.flex-col {
    display: none;
  }

  .android-mobile [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding: 0 20px;
    max-width: 100%;
  }

  .customer-account-login header.page-header #header > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .customer-account-create header.page-header #header > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .customer-account-forgotpassword header.page-header #header > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    justify-content: center;
    padding: 85px 10px 10px 10px;
  }

  .customer-account-login .page-main > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.flex.flex-col, .customer-account-create .page-main > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.flex.flex-col, .customer-account-forgotpassword .page-main > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.flex.flex-col {
    display: none;
  }
}

.product-slider.crosssell-product-slider [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  border: 0;
  padding: 0 0 0 0;
}

@media (max-width:767px){
  .product-slider.crosssell-product-slider [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    border: 0;
    padding: 0;
  }

  .checkout-cart-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.flex.flex-col {
    display: none;
  }

  .city-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .flex > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .flex > *:first-child {
    width: 100%;
  }

  .new_product_section .relative[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > div.flex {
    margin: 0;
  }

  .new_product_section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner > div.flex .product-item {
    width: 305px;
    align-items: center;
  }

  .new_product_section .relative[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .relative{
    padding: 0;
    margin: 0;
  }

  .android-mobile .banner-product-category-section > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .grid.gap {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .product-section .relative[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-right: 0;
  }
}

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

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

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .flex[data-content-type='column-group'].gap-2,.new_product_section .product .product-info .product-atc-btn + .flex [data-content-type='column-line'].gap-2 {
    display: none;
  }
}

@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%;
}

.product-details-slider-container [data-content-type='column'].h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty[data-content-type='column'] {
  margin: 0;
  height: 50px;
}

.content-search-fastorder ul li .flex .searchimg+[data-content-type='column'] {
  width: calc(100% - 67px);
  align-self: center;
}

.flex.flex-col.justify-center.items-center[data-content-type='column'].bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon [data-content-type='column'] {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control[data-content-type='column'] {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon [data-content-type='column'] {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control[data-content-type='column'] {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center[data-content-type='column'] {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon [data-content-type='column'],
    form#discount-coupon-form .coupon .control[data-content-type='column'] {
    width: 100%;
  }
}

#search_mini_form > [data-content-type='column'].flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > [data-content-type='column'].flex {
  max-width: 100%;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='column'] {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='column'] .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > [data-content-type='column'].flex {
    justify-content: space-between;
  }

  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='column'] .flex.text-xl {
    font-size: 15px;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex [data-content-type='column']:first-child {
    width: 19.4%;
  }

  .new_product_section .flex [data-content-type='column']:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex [data-content-type='column']:first-child {
  width: 20.5%;
}

.new_product_section .flex [data-content-type='column']:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex [data-content-type='column']:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex [data-content-type='column']:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex [data-content-type='column']:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex [data-content-type='column']:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center[data-content-type='column'] {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container [data-content-type='column'].h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container [data-content-type='column'].h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container [data-content-type='column'].h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container [data-content-type='column'].h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container [data-content-type='column'].h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container [data-content-type='column'].h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container [data-content-type='column'].h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > [data-content-type='column']:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > [data-content-type='column']:last-child {
    width: 100%;
    padding: 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 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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);
}

#gallery .fixed[data-content-type='tabs'] .tabs-navigation .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed[data-content-type='tabs'] .tabs-navigation .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed[data-content-type='tabs'] .tabs-navigation .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed[data-content-type='tabs'] .tabs-navigation .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.my-account-component[data-content-type='tabs'] .tabs-navigation {
  padding: 0;
  background: transparent;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.widget.-slider {
  padding: var(--section-space) 0;
}

.items.am-filter .amshopby-remove-item span.filter-value[data-content-type='tabs'] .tabs-navigation {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value[data-content-type='tabs'] .tabs-navigation span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value[data-content-type='tabs'] .tabs-navigation span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .catalog-product-view [data-content-type='tabs'] .tabs-navigation.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view [data-content-type='tabs'] .tabs-navigation.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-navigation {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-navigation h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-navigation h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-navigation h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-navigation {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-navigation h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-navigation h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-navigation h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  body.android-mobile .header-search[data-content-type='tabs'] .tabs-navigation {
    display: block;
  }

  .android-mobile.catalog-product-view [data-content-type='tabs'] .tabs-navigation.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view [data-content-type='tabs'] .tabs-navigation.widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view [data-content-type='tabs'] .tabs-navigation.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

[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: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.product-details-section .product-details [data-content-type='tabs'] .tabs-navigation li.tab-header.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #92ced6;
}

.cart-form .fixed.z-50 [data-content-type='tabs'] .tabs-navigation li.tab-header.bg-white {
  max-width: 400px;
  width: 100%;
}

.product-details-section .product-details [data-content-type='tabs'] .tabs-navigation li.tab-header.w-fit-content {
  background: #fff;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.gift-popup-main [data-content-type='tabs'] .tabs-navigation li.tab-header.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}


.wishListtable_top_main .amwishlist-search-items input[data-content-type='tabs'] .tabs-navigation li.tab-header {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input[data-content-type='tabs'] .tabs-navigation li.tab-header:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field[data-content-type='tabs'] .tabs-navigation li.tab-header {
  width: 100%;
  padding-right: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded[data-content-type='tabs'] .tabs-navigation li.tab-header {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded[data-content-type='tabs'] .tabs-navigation li.tab-header svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .bg-white > .items-center .items-center[data-content-type='tabs'] .tabs-navigation li.tab-header.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center[data-content-type='tabs'] .tabs-navigation li.tab-header.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center[data-content-type='tabs'] .tabs-navigation li.tab-header.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .gift-popup-main [data-content-type='tabs'] .tabs-navigation li.tab-header.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.rounded[data-content-type='tabs'] .tabs-navigation li.tab-header svg {
    top: 0;
  }
}

@media screen and (max-width:767px) {
  .my-account-nav-title span[data-content-type='tabs'] .tabs-navigation li.tab-header {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

@media screen and (max-width:567px) {
  .product-details [data-content-type='tabs'] .tabs-navigation li.tab-header.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex [data-content-type='tabs'] .tabs-navigation li.tab-header.w-full {
  width: auto;
  flex: 1 0 0;
}

.container[data-content-type='tabs'] .tabs-navigation li.tab-header.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > [data-content-type='tabs'] .tabs-navigation li.tab-header {
  width: calc(50% - 10px);
}

 .popularcategory [data-content-type='tabs'] .tabs-navigation li.tab-header > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory [data-content-type='tabs'] .tabs-navigation li.tab-header > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > [data-content-type='tabs'] .tabs-navigation li.tab-header {
  width: 100%;
}

.popularcategory > [data-content-type='tabs'] .tabs-navigation li.tab-header {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container [data-content-type='tabs'] .tabs-navigation li.tab-header {
    width: 100%;
  }
}

.category-slider-container [data-content-type='tabs'] .tabs-navigation li.tab-header.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-navigation li.tab-header {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-navigation li.tab-header button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-navigation li.tab-header button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-navigation li.tab-header .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-navigation li.tab-header button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-navigation li.tab-header button span svg {
    width: 16px;
    height: 16px;
  }

  .android-mobile.catalog-product-view .block.widget.-slider [data-content-type='tabs'] .tabs-navigation li.tab-header.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section [data-content-type='tabs'] .tabs-navigation li.tab-header.container {
    padding: 0 0;
  }

  .product-details [data-content-type='tabs'] .tabs-navigation li.tab-header.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='tabs'] .tabs-navigation li.tab-header {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='tabs'] .tabs-navigation li.tab-header {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='tabs'] .tabs-navigation li.tab-header .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='tabs'] .tabs-navigation li.tab-header .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + [data-content-type='tabs'] .tabs-navigation li.tab-header > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed [data-content-type='tabs'] .tabs-navigation li.tab-header.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='tabs'] .tabs-navigation li.tab-header.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > [data-content-type='tabs'] .tabs-navigation li.tab-header {
    margin-bottom: 10px;
  }

  .new_product_section [data-content-type='tabs'] .tabs-navigation li.tab-header.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section [data-content-type='tabs'] .tabs-navigation li.tab-header.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section [data-content-type='tabs'] .tabs-navigation li.tab-header.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section [data-content-type='tabs'] .tabs-navigation li.tab-header.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='tabs'] .tabs-navigation li.tab-header{
    padding: 0;
    margin: 0;
  }

  .product-section [data-content-type='tabs'] .tabs-navigation li.tab-header.container {
    padding-right: 0;
  }
}

[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: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  background-color: #ffffff;
}

.cart-form .fixed.z-50 .inline-block[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main .inline-block[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  border-radius: 0;
  padding: 30px 30px;
}

.flex.flex-col.justify-center.items-center.w-full[data-content-type='tabs'] .tabs-navigation li.tab-header.active.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.datebig[data-content-type='tabs'] .tabs-navigation li.tab-header.active p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.datebig[data-content-type='tabs'] .tabs-navigation li.tab-header.active p svg {
  width: 14px;
  height: 14px;
}

.amwishlist-item [data-content-type='tabs'] .tabs-navigation li.tab-header.active > .items-center {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item [data-content-type='tabs'] .tabs-navigation li.tab-header.active > .items-center input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item [data-content-type='tabs'] .tabs-navigation li.tab-header.active > .items-center .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item [data-content-type='tabs'] .tabs-navigation li.tab-header.active > .items-center .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item [data-content-type='tabs'] .tabs-navigation li.tab-header.active > .items-center .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 [data-content-type='tabs'] .tabs-navigation li.tab-header.active.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

@media (max-width:1023px) {
  .gift-popup-main .inline-block[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
    max-width: 100%;
    margin: 0 20px;
  }
}

.container.relative.py-2.mx-auto.text-black[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  max-width: 100%;
  padding: 0;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto[data-content-type='tabs'] .tabs-navigation li.tab-header.active.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto[data-content-type='tabs'] .tabs-navigation li.tab-header.active.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto[data-content-type='tabs'] .tabs-navigation li.tab-header.active.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto[data-content-type='tabs'] .tabs-navigation li.tab-header.active.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto[data-content-type='tabs'] .tabs-navigation li.tab-header.active.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto[data-content-type='tabs'] .tabs-navigation li.tab-header.active.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto[data-content-type='tabs'] .tabs-navigation li.tab-header.active.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto[data-content-type='tabs'] .tabs-navigation li.tab-header.active.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .amrewards-index-index .datebig[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
    background: #EEFAFF;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
  }

  .amrewards-index-index .datebig[data-content-type='tabs'] .tabs-navigation li.tab-header.active p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  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;
}

#gallery .fixed[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.product-details-section .product-details [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  background: #92ced6;
}

.product-details-section .product-details [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.w-fit-content {
  background: #fff;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.widget.-slider {
  padding: var(--section-space) 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  width: 100%;
  padding-right: 0;
}

.items.am-filter .amshopby-remove-item span.filter-value[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media screen and (max-width:991px) {
  .reward-history-table td p[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title,
    .reward-history-table .table .tbody>div .p-2 p[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    display: inline-block;
  }
}

@media screen and (max-width:567px) {
  .product-details [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

#search_mini_form > .w-full.flex [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.w-full {
  width: auto;
  flex: 1 0 0;
}

.container[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  width: calc(50% - 10px);
}

 .popularcategory [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  width: 100%;
}

.popularcategory > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    width: 100%;
  }
}

.category-slider-container [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .customer-account-index .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    display: none;
  }

  .add-details span.text-primary[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title,
.sales-order-view .add-details span.text-primary[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title,
.checkout-onepage-success .add-details span.text-primary[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    display: inline-block;
  }

  body.android-mobile .header-search[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    display: block;
  }

  .sales-order-history .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    display: none;
  }

  .android-mobile.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .block.widget.-slider [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.widget.-slider {
    padding: 0 0 20px 0;
  }

  .android-mobile .parallax-section.pwa-btn-section [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.container {
    padding: 0 0;
  }

  .product-details [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title > .absolute > * {
    width: 150px;
  }

  .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    margin-bottom: 10px;
  }

  .new_product_section [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
    padding: 0;
    margin: 0;
  }

  .product-section [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.container {
    padding-right: 0;
  }
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title[disabled] {
    display: block;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black + svg {
  right: -2rem;
}

[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: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.container.relative.py-2.mx-auto[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.z-20 {
  max-width: 100%;
  padding: 0;
}

@media (max-width:767px) {
  .add-details span.text-primary[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span,
.sales-order-view .add-details span.text-primary[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span,
.checkout-onepage-success .add-details span.text-primary[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
    display: inline-block;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span + svg {
  right: -2rem;
}

[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: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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);
}

.product-details-section .product-details [data-content-type='tabs'] .tabs-content.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>[data-content-type='tabs'] .tabs-content {
  background: #92ced6;
}

.content-search-fastorder ul li .flex .searchimg+[data-content-type='tabs'] .tabs-content {
  width: calc(100% - 67px);
  align-self: center;
}

.product-details-section .product-details [data-content-type='tabs'] .tabs-content.w-fit-content {
  background: #fff;
}

[data-content-type='tabs'] .tabs-content.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}


.wishListtable_top_main .amwishlist-search-items input[data-content-type='tabs'] .tabs-content {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input[data-content-type='tabs'] .tabs-content:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field[data-content-type='tabs'] .tabs-content {
  width: 100%;
  padding-right: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded[data-content-type='tabs'] .tabs-content {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded[data-content-type='tabs'] .tabs-content svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .bg-white > .items-center .items-center[data-content-type='tabs'] .tabs-content.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center[data-content-type='tabs'] .tabs-content.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center[data-content-type='tabs'] .tabs-content.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.rounded[data-content-type='tabs'] .tabs-content svg {
    top: 0;
  }
}

@media screen and (max-width:767px) {
  .my-account-nav-title span[data-content-type='tabs'] .tabs-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

@media screen and (max-width:567px) {
  .product-details [data-content-type='tabs'] .tabs-content.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex [data-content-type='tabs'] .tabs-content.w-full {
  width: auto;
  flex: 1 0 0;
}

.container[data-content-type='tabs'] .tabs-content.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='tabs'] .tabs-content {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='tabs'] .tabs-content .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='tabs'] .tabs-content .flex.text-xl {
    font-size: 15px;
  }
}

.home-banner-section .home-banner-desktop > [data-content-type='tabs'] .tabs-content {
  width: calc(50% - 10px);
}

 .popularcategory [data-content-type='tabs'] .tabs-content > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory [data-content-type='tabs'] .tabs-content > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > [data-content-type='tabs'] .tabs-content {
  width: 100%;
}

.popularcategory > [data-content-type='tabs'] .tabs-content {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container [data-content-type='tabs'] .tabs-content {
    width: 100%;
  }
}

.category-slider-container [data-content-type='tabs'] .tabs-content.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-content {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-content h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-content h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-content h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-content {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-content h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-content h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded[data-content-type='tabs'] .tabs-content h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-content {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-content button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-content button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-content .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-content button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq [data-content-type='tabs'] .tabs-content button span svg {
    width: 16px;
    height: 16px;
  }

  .android-mobile.catalog-product-view .block.widget.-slider [data-content-type='tabs'] .tabs-content.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section [data-content-type='tabs'] .tabs-content.container {
    padding: 0 0;
  }

  .product-details [data-content-type='tabs'] .tabs-content.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='tabs'] .tabs-content {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='tabs'] .tabs-content {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='tabs'] .tabs-content .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='tabs'] .tabs-content .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + [data-content-type='tabs'] .tabs-content > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed [data-content-type='tabs'] .tabs-content.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='tabs'] .tabs-content.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > [data-content-type='tabs'] .tabs-content {
    margin-bottom: 10px;
  }

  .new_product_section [data-content-type='tabs'] .tabs-content.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section [data-content-type='tabs'] .tabs-content.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section [data-content-type='tabs'] .tabs-content.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section [data-content-type='tabs'] .tabs-content.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='tabs'] .tabs-content{
    padding: 0;
    margin: 0;
  }

  .product-section [data-content-type='tabs'] .tabs-content.container {
    padding-right: 0;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='tabs'] .tabs-content.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='tabs'] .tabs-content.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  padding: 2rem;
}

.content-search-fastorder ul li .flex .searchimg+[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] .flex.text-xl {
    font-size: 15px;
  }
}

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

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

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

/**
 * Elements
 */

/* Text */

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

/* Heading */

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

/* Buttons/Button Item */

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

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

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

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

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

.cart-form .fixed.z-50 [data-content-type='buttons'] [data-content-type='button-item'] a.bg-white,.cart-form .fixed.z-50 
        [data-content-type='buttons'] [data-content-type='button-item'] button.bg-white,.cart-form .fixed.z-50 
        [data-content-type='buttons'] [data-content-type='button-item'] div.bg-white {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main [data-content-type='buttons'] [data-content-type='button-item'] a.bg-white,.gift-popup-main 
        [data-content-type='buttons'] [data-content-type='button-item'] button.bg-white,.gift-popup-main 
        [data-content-type='buttons'] [data-content-type='button-item'] div.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

@media (max-width:1023px) {
  .gift-popup-main [data-content-type='buttons'] [data-content-type='button-item'] a.bg-white,.gift-popup-main 
        [data-content-type='buttons'] [data-content-type='button-item'] button.bg-white,.gift-popup-main 
        [data-content-type='buttons'] [data-content-type='button-item'] div.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

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

.content-search-fastorder ul li .flex .searchimg+[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link,.content-search-fastorder ul li .flex .searchimg+ [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link,.content-search-fastorder ul li .flex .searchimg+ [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link,.form.mini-search .flex > [class*="am-search-"] .p-4 [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link,.form.mini-search .flex > [class*="am-search-"] .p-4 [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link .flex,.form.mini-search .flex > [class*="am-search-"] .p-4 [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link .flex,.form.mini-search .flex > [class*="am-search-"] .p-4 [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link .flex.text-xl,.form.mini-search .flex > [class*="am-search-"] .p-4 [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link .flex.text-xl,.form.mini-search .flex > [class*="am-search-"] .p-4 [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link .flex.text-xl {
    font-size: 15px;
  }
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-stroke: transparent;
  --btn-bg: #6b7280;
  --btn-color: #fff;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(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);
  flex-wrap: wrap;
}

.coupon-form buttona.pagebuilder-button-primary,.coupon-form button button.pagebuilder-button-primary,.coupon-form button div.pagebuilder-button-primary {
  width: 100%;
  padding-right: 20px;
  font-size: var(--font-18);
}

.coupon-form buttona.pagebuilder-button-primary svg,.coupon-form button button.pagebuilder-button-primary svg,.coupon-form button div.pagebuilder-button-primary svg {
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.my-account-component a.order-title.pagebuilder-button-primary,.my-account-component  button.order-title.pagebuilder-button-primary,.my-account-component  div.order-title.pagebuilder-button-primary {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li a.pagebuilder-button-primary,.content-search-fastorder ul li  button.pagebuilder-button-primary,.content-search-fastorder ul li  div.pagebuilder-button-primary {
  align-items: start;
}

.content-search-fastorder ul li a.pagebuilder-button-primary .searchimg,.content-search-fastorder ul li  button.pagebuilder-button-primary .searchimg,.content-search-fastorder ul li  div.pagebuilder-button-primary .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li a.pagebuilder-button-primary .searchimg+.box-border,.content-search-fastorder ul li  button.pagebuilder-button-primary .searchimg+.box-border,.content-search-fastorder ul li  div.pagebuilder-button-primary .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points a.pagebuilder-button-primary,.pearly-points  button.pagebuilder-button-primary,.pearly-points  div.pagebuilder-button-primary {
  justify-content: start;
  align-items: start;
}

.pearly-points a.pagebuilder-button-primary h3,.pearly-points  button.pagebuilder-button-primary h3,.pearly-points  div.pagebuilder-button-primary h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points a.pagebuilder-button-primary h3+p,.pearly-points  button.pagebuilder-button-primary h3+p,.pearly-points  div.pagebuilder-button-primary h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product a.my-6.text-gray-700.body-font.pagebuilder-button-primary.flex-col,.ampromo-carousel-product  button.my-6.text-gray-700.body-font.pagebuilder-button-primary.flex-col,.ampromo-carousel-product  div.my-6.text-gray-700.body-font.pagebuilder-button-primary.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item a.pagebuilder-button-primary.items-center.justify-center,.ampromo-carousel-product form.product-item  button.pagebuilder-button-primary.items-center.justify-center,.ampromo-carousel-product form.product-item  div.pagebuilder-button-primary.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item a.flex.items-center.pagebuilder-button-primary,.ampromo-carousel-product form.product-item  button.flex.items-center.pagebuilder-button-primary,.ampromo-carousel-product form.product-item  div.flex.items-center.pagebuilder-button-primary {
  justify-content: start;
}

.ampromo-carousel-product form.product-item a.flex.pagebuilder-button-primary.justify-center,.ampromo-carousel-product form.product-item  button.flex.pagebuilder-button-primary.justify-center,.ampromo-carousel-product form.product-item  div.flex.pagebuilder-button-primary.justify-center {
  justify-content: start;
}

body.account main.page-main>a.container.pagebuilder-button-primary,body.account main.page-main> button.container.pagebuilder-button-primary,body.account main.page-main> div.container.pagebuilder-button-primary {
  padding-top: 2rem;
  margin-top: 0;
}

a.pagebuilder-button-primary.fixed.z-50, button.pagebuilder-button-primary.fixed.z-50, div.pagebuilder-button-primary.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.amwishlist-toolbar ula.pagebuilder-button-primary,.amwishlist-toolbar ul button.pagebuilder-button-primary,.amwishlist-toolbar ul div.pagebuilder-button-primary {
  justify-content: start;
}

a.pagebuilder-button-primary.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, button.pagebuilder-button-primary.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, div.pagebuilder-button-primary.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

a.flex.flex-col.pagebuilder-button-primary.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, button.flex.flex-col.pagebuilder-button-primary.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, div.flex.flex-col.pagebuilder-button-primary.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

a.flex.flex-col.justify-center.pagebuilder-button-primary.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, button.flex.flex-col.justify-center.pagebuilder-button-primary.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, div.flex.flex-col.justify-center.pagebuilder-button-primary.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section a.pagebuilder-button-primary.transition-transform,.banner-product-category-section  button.pagebuilder-button-primary.transition-transform,.banner-product-category-section  div.pagebuilder-button-primary.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-content-tab a.mt-4.grid.pagebuilder-button-primary,
.wishlist-toolbar a.mt-4.grid.pagebuilder-button-primary,.amwishlist-content-tab  button.mt-4.grid.pagebuilder-button-primary,
.wishlist-toolbar  button.mt-4.grid.pagebuilder-button-primary,.amwishlist-content-tab  div.mt-4.grid.pagebuilder-button-primary,
.wishlist-toolbar  div.mt-4.grid.pagebuilder-button-primary {
  display: flex;
}

.items.am-filter .amshopby-remove-item spana.pagebuilder-button-primary,.items.am-filter .amshopby-remove-item span button.pagebuilder-button-primary,.items.am-filter .amshopby-remove-item span div.pagebuilder-button-primary {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item spana.pagebuilder-button-primary+span,.items.am-filter .amshopby-remove-item span button.pagebuilder-button-primary+span,.items.am-filter .amshopby-remove-item span div.pagebuilder-button-primary+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item spana.pagebuilder-button-primary+span a.amshopby-remove,.items.am-filter .amshopby-remove-item span button.pagebuilder-button-primary+span a.amshopby-remove,.items.am-filter .amshopby-remove-item span div.pagebuilder-button-primary+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section a.pagebuilder-button-primary.transition-transform,.banner-product-category-section  button.pagebuilder-button-primary.transition-transform,.banner-product-category-section  div.pagebuilder-button-primary.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded a.pagebuilder-button-primary.transition-transform,.banner-product-category-section.slider-loaded  button.pagebuilder-button-primary.transition-transform,.banner-product-category-section.slider-loaded  div.pagebuilder-button-primary.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded a.pagebuilder-button-primary.transition-transform .item+.item,.banner-product-category-section.slider-loaded  button.pagebuilder-button-primary.transition-transform .item+.item,.banner-product-category-section.slider-loaded  div.pagebuilder-button-primary.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item a.pagebuilder-button-primary.fixed.z-50,.amwishlist-item  button.pagebuilder-button-primary.fixed.z-50,.amwishlist-item  div.pagebuilder-button-primary.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > a.pagebuilder-button-primary,.amwishlist-item .bg-white >  button.pagebuilder-button-primary,.amwishlist-item .bg-white >  div.pagebuilder-button-primary {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > a.pagebuilder-button-primary input.w-12,.amwishlist-item .bg-white >  button.pagebuilder-button-primary input.w-12,.amwishlist-item .bg-white >  div.pagebuilder-button-primary input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > a.pagebuilder-button-primary .items-center.border.rounded > *,.amwishlist-item .bg-white >  button.pagebuilder-button-primary .items-center.border.rounded > *,.amwishlist-item .bg-white >  div.pagebuilder-button-primary .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > a.pagebuilder-button-primary .items-center.border.rounded,.amwishlist-item .bg-white >  button.pagebuilder-button-primary .items-center.border.rounded,.amwishlist-item .bg-white >  div.pagebuilder-button-primary .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > a.pagebuilder-button-primary .items-center.border.rounded button,.amwishlist-item .bg-white >  button.pagebuilder-button-primary .items-center.border.rounded button,.amwishlist-item .bg-white >  div.pagebuilder-button-primary .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+a.pagebuilder-button-primary,.quickorder_table .fastorder-row+ button.pagebuilder-button-primary,.quickorder_table .fastorder-row+ div.pagebuilder-button-primary {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points a.pagebuilder-button-primary h3,.pearly-points  button.pagebuilder-button-primary h3,.pearly-points  div.pagebuilder-button-primary h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action a.pagebuilder-button-primary,.cart table.cart td.action  button.pagebuilder-button-primary,.cart table.cart td.action  div.pagebuilder-button-primary {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + a.pagebuilder-button-primary ul.prices-tier,.price-final_price +  button.pagebuilder-button-primary ul.prices-tier,.price-final_price +  div.pagebuilder-button-primary ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b a.pagebuilder-button-primary,.mobile-navigation-menu dialog .border-b  button.pagebuilder-button-primary,.mobile-navigation-menu dialog .border-b  div.pagebuilder-button-primary {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b a.pagebuilder-button-primary button,.mobile-navigation-menu dialog .border-b  button.pagebuilder-button-primary button,.mobile-navigation-menu dialog .border-b  div.pagebuilder-button-primary button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b a.pagebuilder-button-primary button svg,.mobile-navigation-menu dialog .border-b  button.pagebuilder-button-primary button svg,.mobile-navigation-menu dialog .border-b  div.pagebuilder-button-primary button svg {
    margin: 0;
  }
}

#search_mini_form > a.w-full.pagebuilder-button-primary .relative.w-full,#search_mini_form >  button.w-full.pagebuilder-button-primary .relative.w-full,#search_mini_form >  div.w-full.pagebuilder-button-primary .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

a.container.relative.pagebuilder-button-primary.mx-auto.text-black.z-20, button.container.relative.pagebuilder-button-primary.mx-auto.text-black.z-20, div.container.relative.pagebuilder-button-primary.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

#search_mini_form > a.w-full.pagebuilder-button-primary,#search_mini_form >  button.w-full.pagebuilder-button-primary,#search_mini_form >  div.w-full.pagebuilder-button-primary {
  max-width: 100%;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-item-photo,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-item-photo,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-primary,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-primary,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-primary {
  margin: 0;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-primary .product-item-link,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-primary .product-item-link,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-primary .product-item-link {
  line-height: normal;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-primary .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-primary .product-item-link span,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-primary .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-primary .product-item-link span,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-primary .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-primary .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-primary .product-item-link,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-primary .product-item-link,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-primary .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .price,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .price,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item:last-child,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item:last-child,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-primary .product-item-link .amsearch-highlight,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-primary .product-item-link .amsearch-highlight,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-primary .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .product-actions,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .product-actions,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .p-4.box-border,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .p-4.box-border,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .p-4.box-border .flex,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .p-4.box-border .flex,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > a.w-full.pagebuilder-button-primary,#search_mini_form >  button.w-full.pagebuilder-button-primary,#search_mini_form >  div.w-full.pagebuilder-button-primary {
    justify-content: space-between;
  }

  .form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .p-4.box-border .flex.text-xl,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .p-4.box-border .flex.text-xl,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view a.pagebuilder-button-primary.product-actions .quantity-box,.mpblog-post-view .mp-blog-view  button.pagebuilder-button-primary.product-actions .quantity-box,.mpblog-post-view .mp-blog-view  div.pagebuilder-button-primary.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view a.pagebuilder-button-primary.product-actions button.product-atc-btn,.mpblog-post-view .mp-blog-view  button.pagebuilder-button-primary.product-actions button.product-atc-btn,.mpblog-post-view .mp-blog-view  div.pagebuilder-button-primary.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section a.pagebuilder-button-primary .w-full:first-child,.new_product_section  button.pagebuilder-button-primary .w-full:first-child,.new_product_section  div.pagebuilder-button-primary .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section a.pagebuilder-button-primary .w-full:last-child,.new_product_section  button.pagebuilder-button-primary .w-full:last-child,.new_product_section  div.pagebuilder-button-primary .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + a.pagebuilder-button-primary.flex-wrap.gap-2,.new_product_section .product .product-info .product-atc-btn +  button.pagebuilder-button-primary.flex-wrap.gap-2,.new_product_section .product .product-info .product-atc-btn +  div.pagebuilder-button-primary.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section a.pagebuilder-button-primary .w-full:first-child,.new_product_section  button.pagebuilder-button-primary .w-full:first-child,.new_product_section  div.pagebuilder-button-primary .w-full:first-child {
  width: 20.5%;
}

.new_product_section a.pagebuilder-button-primary .w-full:last-child,.new_product_section  button.pagebuilder-button-primary .w-full:last-child,.new_product_section  div.pagebuilder-button-primary .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > diva.pagebuilder-button-primary, .popularcategory .relative > diva.pagebuilder-button-primary,.new_product_section .container > div button.pagebuilder-button-primary, .popularcategory .relative > div button.pagebuilder-button-primary,.new_product_section .container > div div.pagebuilder-button-primary, .popularcategory .relative > div div.pagebuilder-button-primary {
  margin: 0 -7.5px;
}

.new_product_section .container > diva.pagebuilder-button-primary .product-item, .popularcategory .relative > diva.pagebuilder-button-primary .js_slide,.new_product_section .container > div button.pagebuilder-button-primary .product-item, .popularcategory .relative > div button.pagebuilder-button-primary .js_slide,.new_product_section .container > div div.pagebuilder-button-primary .product-item, .popularcategory .relative > div div.pagebuilder-button-primary .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section a.pagebuilder-button-primary .w-full:last-child,.new_product_section  button.pagebuilder-button-primary .w-full:last-child,.new_product_section  div.pagebuilder-button-primary .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section a.pagebuilder-button-primary .w-full:first-child,.new_product_section  button.pagebuilder-button-primary .w-full:first-child,.new_product_section  div.pagebuilder-button-primary .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section a.pagebuilder-button-primary .w-full:last-child,.new_product_section  button.pagebuilder-button-primary .w-full:last-child,.new_product_section  div.pagebuilder-button-primary .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section a.pagebuilder-button-primary .w-full:first-child,.new_product_section  button.pagebuilder-button-primary .w-full:first-child,.new_product_section  div.pagebuilder-button-primary .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search a.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search  button.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search  div.pagebuilder-button-primary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-primary .product-item-link span,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-primary .product-item-link span,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-primary .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price a.pagebuilder-button-primary.pt-2,.product-options-table tr td.product-option-price  button.pagebuilder-button-primary.pt-2,.product-options-table tr td.product-option-price  div.pagebuilder-button-primary.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > a.pagebuilder-button-primary,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid >  button.pagebuilder-button-primary,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid >  div.pagebuilder-button-primary {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > a.pagebuilder-button-primary,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid >  button.pagebuilder-button-primary,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid >  div.pagebuilder-button-primary {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > a.pagebuilder-button-primary svg,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid >  button.pagebuilder-button-primary svg,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid >  div.pagebuilder-button-primary svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > a.pagebuilder-button-primary,.amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid >  button.pagebuilder-button-primary,.amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid >  div.pagebuilder-button-primary {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border a.pagebuilder-button-primary.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq .border  button.pagebuilder-button-primary.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq .border  div.pagebuilder-button-primary.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .android-mobile .product-details-slider-container a.pagebuilder-button-primary.justify-center,.android-mobile .product-details-slider-container  button.pagebuilder-button-primary.justify-center,.android-mobile .product-details-slider-container  div.pagebuilder-button-primary.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container a.flex.pagebuilder-button-primary,.android-mobile .product-details-slider-container  button.flex.pagebuilder-button-primary,.android-mobile .product-details-slider-container  div.flex.pagebuilder-button-primary {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container a.pagebuilder-button-primary.justify-center button,.android-mobile .product-details-slider-container  button.pagebuilder-button-primary.justify-center button,.android-mobile .product-details-slider-container  div.pagebuilder-button-primary.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container a.flex.pagebuilder-button-primary button,.android-mobile .product-details-slider-container  button.flex.pagebuilder-button-primary button,.android-mobile .product-details-slider-container  div.flex.pagebuilder-button-primary button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container a.pagebuilder-button-primary.justify-center button.bg-primary,.android-mobile .product-details-slider-container  button.pagebuilder-button-primary.justify-center button.bg-primary,.android-mobile .product-details-slider-container  div.pagebuilder-button-primary.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .product-details-slider-container a.flex.pagebuilder-button-primary button.bg-primary,.android-mobile .product-details-slider-container  button.flex.pagebuilder-button-primary button.bg-primary,.android-mobile .product-details-slider-container  div.flex.pagebuilder-button-primary button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > a.pagebuilder-button-primary,.android-mobile .city-section .container >  button.pagebuilder-button-primary,.android-mobile .city-section .container >  div.pagebuilder-button-primary {
    align-items: center;
  }

  .android-mobile .city-section .container > a.pagebuilder-button-primary > *:first-child,.android-mobile .city-section .container >  button.pagebuilder-button-primary > *:first-child,.android-mobile .city-section .container >  div.pagebuilder-button-primary > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > a.pagebuilder-button-primary > *:last-child,.android-mobile .city-section .container >  button.pagebuilder-button-primary > *:last-child,.android-mobile .city-section .container >  div.pagebuilder-button-primary > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative a.pagebuilder-button-primary.flex-nowrap,.android-mobile .category_mobile_slider_main .relative  button.pagebuilder-button-primary.flex-nowrap,.android-mobile .category_mobile_slider_main .relative  div.pagebuilder-button-primary.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main a.pagebuilder-button-primary.flex-nowrap,.android-mobile .review_mobile_slider_main  button.pagebuilder-button-primary.flex-nowrap,.android-mobile .review_mobile_slider_main  div.pagebuilder-button-primary.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > a.container.pagebuilder-button-primary.flex-col,.page-main >  button.container.pagebuilder-button-primary.flex-col,.page-main >  div.container.pagebuilder-button-primary.flex-col {
    display: none;
  }

  .customer-account-login .page-main > a.container.pagebuilder-button-primary.flex-col, .customer-account-create .page-main > a.container.pagebuilder-button-primary.flex-col, .customer-account-forgotpassword .page-main > a.container.pagebuilder-button-primary.flex-col,.customer-account-login .page-main >  button.container.pagebuilder-button-primary.flex-col, .customer-account-create .page-main >  button.container.pagebuilder-button-primary.flex-col, .customer-account-forgotpassword .page-main >  button.container.pagebuilder-button-primary.flex-col,.customer-account-login .page-main >  div.container.pagebuilder-button-primary.flex-col, .customer-account-create .page-main >  div.container.pagebuilder-button-primary.flex-col, .customer-account-forgotpassword .page-main >  div.container.pagebuilder-button-primary.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section a.pagebuilder-button-primary.y-gap,.customer-account-create .registration-form-section  button.pagebuilder-button-primary.y-gap,.customer-account-create .registration-form-section  div.pagebuilder-button-primary.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed a.pagebuilder-button-primary.justify-center.gap-2.mt-4,.product-details-slider-container .w-full.h-full.fixed  button.pagebuilder-button-primary.justify-center.gap-2.mt-4,.product-details-slider-container .w-full.h-full.fixed  div.pagebuilder-button-primary.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed a.flex.pagebuilder-button-primary.gap-2.mt-4,.product-details-slider-container .w-full.h-full.fixed  button.flex.pagebuilder-button-primary.gap-2.mt-4,.product-details-slider-container .w-full.h-full.fixed  div.flex.pagebuilder-button-primary.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index a.container.pagebuilder-button-primary.flex-col,.checkout-cart-index  button.container.pagebuilder-button-primary.flex-col,.checkout-cart-index  div.container.pagebuilder-button-primary.flex-col {
    display: none;
  }

  .city-section .container > a.pagebuilder-button-primary > *.flex-ase,.city-section .container >  button.pagebuilder-button-primary > *.flex-ase,.city-section .container >  div.pagebuilder-button-primary > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > a.pagebuilder-button-primary > *:first-child,.android-mobile .city-section .container >  button.pagebuilder-button-primary > *:first-child,.android-mobile .city-section .container >  div.pagebuilder-button-primary > *:first-child {
    width: 100%;
  }

  .reward-benefit + a.reward-benefit.pagebuilder-button-primary,.reward-benefit +  button.reward-benefit.pagebuilder-button-primary,.reward-benefit +  div.reward-benefit.pagebuilder-button-primary {
    margin-top: 10px;
  }

  .new_product_section .relative.container > a.pagebuilder-button-primary > .w-full:first-child,.new_product_section .relative.container >  button.pagebuilder-button-primary > .w-full:first-child,.new_product_section .relative.container >  div.pagebuilder-button-primary > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > a.pagebuilder-button-primary > .w-full:last-child,.new_product_section .relative.container >  button.pagebuilder-button-primary > .w-full:last-child,.new_product_section .relative.container >  div.pagebuilder-button-primary > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > diva.pagebuilder-button-primary,.new_product_section .container > div button.pagebuilder-button-primary,.new_product_section .container > div div.pagebuilder-button-primary {
    margin: 0;
  }

  .new_product_section .container > diva.pagebuilder-button-primary .product-item,.new_product_section .container > div button.pagebuilder-button-primary .product-item,.new_product_section .container > div div.pagebuilder-button-primary .product-item {
    width: 305px;
    align-items: center;
  }
}

a.pagebuilder-button-primary[disabled], button.pagebuilder-button-primary[disabled], div.pagebuilder-button-primary[disabled] {
  display: none;
}

@media (min-width:768px) {
  a.header-search.pagebuilder-button-primary[disabled], button.header-search.pagebuilder-button-primary[disabled], div.header-search.pagebuilder-button-primary[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index a.my-account-container.pagebuilder-button-primary[disabled],.customer-account-index  button.my-account-container.pagebuilder-button-primary[disabled],.customer-account-index  div.my-account-container.pagebuilder-button-primary[disabled] {
    display: block;
  }

  .customer-account-index a.recent-order-wrapper.reward-history-table.pagebuilder-button-primary[disabled],.customer-account-index  button.recent-order-wrapper.reward-history-table.pagebuilder-button-primary[disabled],.customer-account-index  div.recent-order-wrapper.reward-history-table.pagebuilder-button-primary[disabled] {
    display: block;
  }
}

.ambrands-brandlist-widget .brand-tooltip a.subtitle.pagebuilder-button-primary,.ambrands-brandlist-widget .brand-tooltip  button.subtitle.pagebuilder-button-primary,.ambrands-brandlist-widget .brand-tooltip  div.subtitle.pagebuilder-button-primary {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

a.pagebuilder-button-primary:focus-visible, button.pagebuilder-button-primary:focus-visible, div.pagebuilder-button-primary:focus-visible {
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: rgba(30, 64, 175, 0.5);
}

a.pagebuilder-button-primary:active, button.pagebuilder-button-primary:active, div.pagebuilder-button-primary:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

a.pagebuilder-button-primary:disabled, button.pagebuilder-button-primary:disabled, div.pagebuilder-button-primary:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  --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);
}

a.pagebuilder-button-primary:disabled:hover, button.pagebuilder-button-primary:disabled:hover, div.pagebuilder-button-primary:disabled:hover {
  --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);
}

a.pagebuilder-button-primary:disabled, button.pagebuilder-button-primary:disabled, div.pagebuilder-button-primary:disabled {
  border-color: var(--btn-disabled-stroke, #e5e7eb);
  background-color: var(--btn-disabled-bg, #fff);
  color: var(--btn-disabled-color, #4b5563);
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-bg: #1d4ed8;
  --btn-color: #fff;
  --btn-hover-bg: #2563eb;
  --btn-active-bg: #1e40af;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.pagebuilder-button-primary:hover.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, button.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.pagebuilder-button-primary:hover.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, div.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.pagebuilder-button-primary:hover.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  text-align: center;
  color: var(--btn-color);
  background: var(--btn-bg);
  border: 1px solid var(--btn-border);
  padding: 0 30px;
  height: var(--btn-height);
  border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 200px;
  font-size: var(--font-14);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

a.pagebuilder-button-primary:not(button):not(input), button.pagebuilder-button-primary:not(button):not(input), div.pagebuilder-button-primary:not(button):not(input) {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

a.pagebuilder-button-primary svg:first-child, button.pagebuilder-button-primary svg:first-child, div.pagebuilder-button-primary svg:first-child {
  margin-right: 20px;
}

a.pagebuilder-button-primary.btn-secondary svg:first-child, button.pagebuilder-button-primary.btn-secondary svg:first-child, div.pagebuilder-button-primary.btn-secondary svg:first-child {
  margin-right: 0;
}

a.pagebuilder-button-primary svg:last-child, button.pagebuilder-button-primary svg:last-child, div.pagebuilder-button-primary svg:last-child {
  margin-right: 20px;
  margin-left: 20px;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-color: #fff;
  --btn-hover-color: var(--dark-color);
  --btn-bg: var(--primary-color);
  --btn-hover-bg: var(--secondary-color);
  --btn-border: var(--primary-color);
  --btn-hover-border: var(--secondary-color);
}

.banner-product a.pagebuilder-button-primary,.banner-product  button.pagebuilder-button-primary,.banner-product  div.pagebuilder-button-primary {
  z-index: 2;
  position: relative;
  margin: 10px 0 0 0;
}

.category-section a.pagebuilder-button-primary,.category-section  button.pagebuilder-button-primary,.category-section  div.pagebuilder-button-primary {
  margin-top: 33px;
}

.special-deal a.pagebuilder-button-primary,.special-deal  button.pagebuilder-button-primary,.special-deal  div.pagebuilder-button-primary {
  margin: 20px 0 0 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  height: var(--small-btn-height);
  line-height: var(--small-btn-height);
}

.reward-content a.pagebuilder-button-primary,.reward-content  button.pagebuilder-button-primary,.reward-content  div.pagebuilder-button-primary {
  margin-top: 42px;
}


.cms-content+a.pagebuilder-button-primary,
.cms-content~a.pagebuilder-button-primary,
.cms-content+ button.pagebuilder-button-primary,
.cms-content~ button.pagebuilder-button-primary,
.cms-content+ div.pagebuilder-button-primary,
.cms-content~ div.pagebuilder-button-primary {
  margin-top: 30px;
}

.product-offer a.pagebuilder-button-primary,.product-offer  button.pagebuilder-button-primary,.product-offer  div.pagebuilder-button-primary {
  margin-top: 20px;
}

.dashboard-btn a.pagebuilder-button-primary,.dashboard-btn  button.pagebuilder-button-primary,.dashboard-btn  div.pagebuilder-button-primary {
  margin-top: 28px;
  padding: 0 24px;
  min-width: inherit;
}

.dashboard-btn a.pagebuilder-button-primary+.btn,.dashboard-btn  button.pagebuilder-button-primary+.btn,.dashboard-btn  div.pagebuilder-button-primary+.btn {
  margin-left: 16px;
}

.contact-info .dashboard-btn a.pagebuilder-button-primary,.contact-info .dashboard-btn  button.pagebuilder-button-primary,.contact-info .dashboard-btn  div.pagebuilder-button-primary {
  margin-top: 20px;
}

.priceqtychckmain a.pagebuilder-button-primary:disabled,.priceqtychckmain  button.pagebuilder-button-primary:disabled,.priceqtychckmain  div.pagebuilder-button-primary:disabled {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--dark-color);
}

.priceqtychckmain a.pagebuilder-button-primary:disabled:hover,.priceqtychckmain  button.pagebuilder-button-primary:disabled:hover,.priceqtychckmain  div.pagebuilder-button-primary:disabled:hover {
  border-color: var(--btn-hover-bg);
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}

.why-register-container .section-btn a.pagebuilder-button-primary,.why-register-container .section-btn  button.pagebuilder-button-primary,.why-register-container .section-btn  div.pagebuilder-button-primary {
  min-width: 230px;
}


.account a.pagebuilder-button-primary,
.account  button.pagebuilder-button-primary,
.account  div.pagebuilder-button-primary {
  text-transform: uppercase;
}

.account a.pagebuilder-button-primary,.account  button.pagebuilder-button-primary,.account  div.pagebuilder-button-primary {
  text-transform: uppercase;
}

form#discount-coupon-form buttona.pagebuilder-button-primary,form#discount-coupon-form button button.pagebuilder-button-primary,form#discount-coupon-form button div.pagebuilder-button-primary {
  font-size: var(--font-14);
}

.ordertitledate_main+div a.pagebuilder-button-primary svg,.ordertitledate_main+div  button.pagebuilder-button-primary svg,.ordertitledate_main+div  div.pagebuilder-button-primary svg {
  margin-right: 0;
}

.recent-order-wrapper a.pagebuilder-button-primary a.underline,.recent-order-wrapper  button.pagebuilder-button-primary a.underline,.recent-order-wrapper  div.pagebuilder-button-primary a.underline {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: none;
}

.my-account-component .order-title a.pagebuilder-button-primary,
.my-account-component .order-title a.pagebuilder-button-primary span,.my-account-component .order-title  button.pagebuilder-button-primary,
.my-account-component .order-title  button.pagebuilder-button-primary span,.my-account-component .order-title  div.pagebuilder-button-primary,
.my-account-component .order-title  div.pagebuilder-button-primary span {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.my-account-component .order-title a.pagebuilder-button-primary svg,.my-account-component .order-title  button.pagebuilder-button-primary svg,.my-account-component .order-title  div.pagebuilder-button-primary svg {
  margin-right: 0;
}

a.pagebuilder-button-primary:disabled, button.pagebuilder-button-primary:disabled, div.pagebuilder-button-primary:disabled {
  border-color: inherit;
  color: var(--btn-color);
  background: var(--btn-bg);
}

.review-list.customer-reviews .amreview-add-new aa.pagebuilder-button-primary,.review-list.customer-reviews .amreview-add-new a button.pagebuilder-button-primary,.review-list.customer-reviews .amreview-add-new a div.pagebuilder-button-primary {
  text-transform: uppercase;
}


.quick-view-main aa.pagebuilder-button-primary,
.quick-view-main a button.pagebuilder-button-primary,
.quick-view-main a div.pagebuilder-button-primary {
  width: auto;
  min-width: inherit;
}


.quick-view-main aa.pagebuilder-button-primary img,
.quick-view-main a button.pagebuilder-button-primary img,
.quick-view-main a div.pagebuilder-button-primary img {
  display: none;
}

.free-gift-button aa.pagebuilder-button-primary:hover,.free-gift-button a button.pagebuilder-button-primary:hover,.free-gift-button a div.pagebuilder-button-primary:hover {
  color: #333;
}

.free-gift-button aa.pagebuilder-button-primary,.free-gift-button a button.pagebuilder-button-primary,.free-gift-button a div.pagebuilder-button-primary {
  color: #fff;
  text-transform: uppercase;
}

.ampromo-carousel-product buttona.pagebuilder-button-primary svg,.ampromo-carousel-product button button.pagebuilder-button-primary svg,.ampromo-carousel-product button div.pagebuilder-button-primary svg {
  margin-right: 0;
}

.ampromo-carousel-product buttona.pagebuilder-button-primary,.ampromo-carousel-product button button.pagebuilder-button-primary,.ampromo-carousel-product button div.pagebuilder-button-primary {
  text-transform: uppercase;
}

.ampromo-carousel-product buttona.pagebuilder-button-primary svg,.ampromo-carousel-product button button.pagebuilder-button-primary svg,.ampromo-carousel-product button div.pagebuilder-button-primary svg {
  margin-right: 0;
}

.ampromo-carousel-product buttona.pagebuilder-button-primary,.ampromo-carousel-product button button.pagebuilder-button-primary,.ampromo-carousel-product button div.pagebuilder-button-primary {
  text-transform: uppercase;
}


.checkout-index-index .ampromo-items-add a.pagebuilder-button-primary,
.checkout-index-index .ampromo-items-add  button.pagebuilder-button-primary,
.checkout-index-index .ampromo-items-add  div.pagebuilder-button-primary {
  border-radius: 0;
}

.amwishlist-product-grid.wishlist.reward-history-table buttona.pagebuilder-button-primary,.amwishlist-product-grid.wishlist.reward-history-table button button.pagebuilder-button-primary,.amwishlist-product-grid.wishlist.reward-history-table button div.pagebuilder-button-primary {
  min-width: inherit;
  height: 40px;
  padding: 0 20px;
}


.account a.pagebuilder-button-primary,
.account  button.pagebuilder-button-primary,
.account  div.pagebuilder-button-primary {
  box-shadow: none;
}

.account a.pagebuilder-button-primary,.account  button.pagebuilder-button-primary,.account  div.pagebuilder-button-primary {
  box-shadow: none;
}

a.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary, button.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary, div.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary {
  height: 40px;
  min-width: inherit;
  padding: 0;
  width: 40px;
  border: 0;
  box-shadow: none;
  position: absolute;
  right: 0;
}

a.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary svg, button.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary svg, div.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary svg {
  margin: 0;
}

a.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary:hover svg, button.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary:hover svg, div.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary:hover svg {
  stroke: #fff;
}

a.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary:hover, button.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary:hover, div.amwishlist-pan.pagebuilder-button-primary.btn-outline-primary:hover {
  border-color: var(--primary-color);
}

.amwishlist-product-grid.wishlist.reward-history-table buttona.pagebuilder-button-primary,.amwishlist-product-grid.wishlist.reward-history-table button button.pagebuilder-button-primary,.amwishlist-product-grid.wishlist.reward-history-table button div.pagebuilder-button-primary {
  white-space: nowrap;
}

.amwishlist-item .fixed.z-50  buttona.pagebuilder-button-primary,.amwishlist-item .fixed.z-50  button button.pagebuilder-button-primary,.amwishlist-item .fixed.z-50  button div.pagebuilder-button-primary {
  min-width: inherit;
}

@media (min-width:1441px) {
  .why-register-container .section-btn a.pagebuilder-button-primary,.why-register-container .section-btn  button.pagebuilder-button-primary,.why-register-container .section-btn  div.pagebuilder-button-primary {
    min-width: 230px;
  }
}

@media screen and (min-width:1200px) {
  a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
    color: var(--btn-hover-color);
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border);
  }
}

@media screen and (max-width:1199px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    min-width: 180px;
    padding: 0 20px;
  }
}

@media screen and (max-width:991px) {
  .reward-content a.pagebuilder-button-primary,.reward-content  button.pagebuilder-button-primary,.reward-content  div.pagebuilder-button-primary {
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    min-width: 130px;
    padding: 0 16px;
  }

  .reward-content a.pagebuilder-button-primary,.reward-content  button.pagebuilder-button-primary,.reward-content  div.pagebuilder-button-primary {
    margin-top: 20px;
  }

  
    .cms-content+a.pagebuilder-button-primary,
    .cms-content~a.pagebuilder-button-primary,
    .cms-content+ button.pagebuilder-button-primary,
    .cms-content~ button.pagebuilder-button-primary,
    .cms-content+ div.pagebuilder-button-primary,
    .cms-content~ div.pagebuilder-button-primary {
    margin-top: 25px;
  }

  .dashboard-btn a.pagebuilder-button-primary,.dashboard-btn  button.pagebuilder-button-primary,.dashboard-btn  div.pagebuilder-button-primary {
    margin-top: 15px;
  }
}

@media screen and (max-width:639px) {
  .cart.table-wrapper+.cart.actions a.pagebuilder-button-primary,.cart.table-wrapper+.cart.actions  button.pagebuilder-button-primary,.cart.table-wrapper+.cart.actions  div.pagebuilder-button-primary {
    min-width: 250px;
  }

  form#discount-coupon-form buttona.pagebuilder-button-primary,form#discount-coupon-form button button.pagebuilder-button-primary,form#discount-coupon-form button div.pagebuilder-button-primary {
    padding: 0;
  }
}

@media screen and (max-width:479px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    padding: 0 10px;
  }

  .dashboard-btn a.pagebuilder-button-primary+.btn,.dashboard-btn  button.pagebuilder-button-primary+.btn,.dashboard-btn  div.pagebuilder-button-primary+.btn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu nav ul li button spana.pagebuilder-button-primary,.mobile-navigation-menu nav ul li button span button.pagebuilder-button-primary,.mobile-navigation-menu nav ul li button span div.pagebuilder-button-primary {
    background: transparent;
    padding: 0 6px;
    width: auto;
    min-width: inherit;
    box-shadow: none;
    height: 35px;
  }

  .mobile-navigation-menu nav ul li button spana.pagebuilder-button-primary svg,.mobile-navigation-menu nav ul li button span button.pagebuilder-button-primary svg,.mobile-navigation-menu nav ul li button span div.pagebuilder-button-primary svg {
    margin: 0;
  }
}

a.pagebuilder-button-primary[disabled], button.pagebuilder-button-primary[disabled], div.pagebuilder-button-primary[disabled] {
  display: inherit;
}

.banner_wrapper .banner_content aa.pagebuilder-button-primary.btn-primary, .section-content-bottom .title_btn aa.pagebuilder-button-primary,.banner_wrapper .banner_content a button.pagebuilder-button-primary.btn-primary, .section-content-bottom .title_btn a button.pagebuilder-button-primary,.banner_wrapper .banner_content a div.pagebuilder-button-primary.btn-primary, .section-content-bottom .title_btn a div.pagebuilder-button-primary {
  min-width: 230px;
}

.banner_wrapper .banner_content aa.btn.pagebuilder-button-primary,.banner_wrapper .banner_content a button.btn.pagebuilder-button-primary,.banner_wrapper .banner_content a div.btn.pagebuilder-button-primary {
  min-width: 230px;
}

@media (max-width: 1299px) {
  .banner_wrapper .banner_content aa.pagebuilder-button-primary.btn-primary, .section-content-bottom .title_btn aa.pagebuilder-button-primary,.banner_wrapper .banner_content a button.pagebuilder-button-primary.btn-primary, .section-content-bottom .title_btn a button.pagebuilder-button-primary,.banner_wrapper .banner_content a div.pagebuilder-button-primary.btn-primary, .section-content-bottom .title_btn a div.pagebuilder-button-primary {
    min-width: inherit;
  }

  .banner_wrapper .banner_content aa.btn.pagebuilder-button-primary,.banner_wrapper .banner_content a button.btn.pagebuilder-button-primary,.banner_wrapper .banner_content a div.btn.pagebuilder-button-primary {
    min-width: inherit;
  }
}

.new_city_wrapper .reward-content a.pagebuilder-button-primary,.new_city_wrapper .reward-content  button.pagebuilder-button-primary,.new_city_wrapper .reward-content  div.pagebuilder-button-primary {
  box-shadow: none;
}

.product-actions a.pagebuilder-button-primary,.product-actions  button.pagebuilder-button-primary,.product-actions  div.pagebuilder-button-primary {
  box-shadow: none;
}

.new_city_wrapper .reward-content a.pagebuilder-button-primary,.new_city_wrapper .reward-content  button.pagebuilder-button-primary,.new_city_wrapper .reward-content  div.pagebuilder-button-primary {
  text-transform: uppercase;
}

@media (min-width:768px) {
  .featured-products-section a.pagebuilder-button-primary.small-btn, .category-section a.pagebuilder-button-primary, .special-deal a.pagebuilder-button-primary,.featured-products-section  button.pagebuilder-button-primary.small-btn, .category-section  button.pagebuilder-button-primary, .special-deal  button.pagebuilder-button-primary,.featured-products-section  div.pagebuilder-button-primary.small-btn, .category-section  div.pagebuilder-button-primary, .special-deal  div.pagebuilder-button-primary {
    text-transform: uppercase;
  }
}

@media (max-width:767px) {
  .quickorder_table .footbtn > .col-span-1.gap-4 buttona.pagebuilder-button-primary,.quickorder_table .footbtn > .col-span-1.gap-4 button button.pagebuilder-button-primary,.quickorder_table .footbtn > .col-span-1.gap-4 button div.pagebuilder-button-primary {
    margin: 0;
    flex: 1 0 0;
    height: 50px;
    font-size: 14px;
  }

  .creditlimit-order-pay buttona.pagebuilder-button-primary.btn-primary,.creditlimit-order-pay button button.pagebuilder-button-primary.btn-primary,.creditlimit-order-pay button div.pagebuilder-button-primary.btn-primary {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .creditlimit-order-pay buttona.btn.pagebuilder-button-primary,.creditlimit-order-pay button button.btn.pagebuilder-button-primary,.creditlimit-order-pay button div.btn.pagebuilder-button-primary {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .creditlimit-order-masspay buttona.pagebuilder-button-primary.btn-primary,.creditlimit-order-masspay button button.pagebuilder-button-primary.btn-primary,.creditlimit-order-masspay button div.pagebuilder-button-primary.btn-primary {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .creditlimit-order-masspay buttona.btn.pagebuilder-button-primary,.creditlimit-order-masspay button button.btn.pagebuilder-button-primary,.creditlimit-order-masspay button div.btn.pagebuilder-button-primary {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .customer-account-index .membership-info .dashboard-btn aa.pagebuilder-button-primary,
.customer-account-index .my-account-component .contact-info .dashboard-btn aa.pagebuilder-button-primary,.customer-account-index .membership-info .dashboard-btn a button.pagebuilder-button-primary,
.customer-account-index .my-account-component .contact-info .dashboard-btn a button.pagebuilder-button-primary,.customer-account-index .membership-info .dashboard-btn a div.pagebuilder-button-primary,
.customer-account-index .my-account-component .contact-info .dashboard-btn a div.pagebuilder-button-primary {
    line-height: normal;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
    line-height: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    text-transform: inherit;
  }

  .customer-account-index .recent-order-wrapper aa.pagebuilder-button-primary,.customer-account-index .recent-order-wrapper a button.pagebuilder-button-primary,.customer-account-index .recent-order-wrapper a div.pagebuilder-button-primary {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    text-transform: capitalize;
    padding: 0;
    min-width: inherit;
    height: auto;
    background: transparent;
    border: 0;
  }

  .checkout-cart-index .mob-cart-container a.pagebuilder-button-primary,.checkout-cart-index .mob-cart-container  button.pagebuilder-button-primary,.checkout-cart-index .mob-cart-container  div.pagebuilder-button-primary {
    box-shadow: none;
    bottom: 70px;
  }

  .android-mobile .reward-content a.pagebuilder-button-primary,.android-mobile .reward-content  button.pagebuilder-button-primary,.android-mobile .reward-content  div.pagebuilder-button-primary {
    display: none;
  }

  .android-mobile .section-content a.pagebuilder-button-primary.small-btn,.android-mobile .section-content  button.pagebuilder-button-primary.small-btn,.android-mobile .section-content  div.pagebuilder-button-primary.small-btn {
    padding: 0;
    height: auto;
    min-width: inherit;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    justify-content: end;
  }

  .android-mobile .category-section a.pagebuilder-button-primary,.android-mobile .category-section  button.pagebuilder-button-primary,.android-mobile .category-section  div.pagebuilder-button-primary {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .mob-cart-container a.pagebuilder-button-primary,.mob-cart-container  button.pagebuilder-button-primary,.mob-cart-container  div.pagebuilder-button-primary {
    font-size: var(--font-18);
    min-width: 100%;
    height: 50px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .sales-order-view .prod_order > a.pagebuilder-button-primary,.sales-order-view .prod_order >  button.pagebuilder-button-primary,.sales-order-view .prod_order >  div.pagebuilder-button-primary {
    color: var(--text-color);
    background: transparent;
    border: 1px solid var(--primary-color);
  }

  .page-print .prod_order > a.pagebuilder-button-primary,.page-print .prod_order >  button.pagebuilder-button-primary,.page-print .prod_order >  div.pagebuilder-button-primary {
    color: var(--text-color);
    background: transparent;
    border: 1px solid var(--primary-color);
  }

  .sales-order-view .prod_order > a.pagebuilder-button-primary,.sales-order-view .prod_order >  button.pagebuilder-button-primary,.sales-order-view .prod_order >  div.pagebuilder-button-primary {
    min-width: 100px;
    height: 27px;
    line-height: 25px;
  }

  .sales-order-view .prod-order-details ~ aa.pagebuilder-button-primary.product-atc-btn,.sales-order-view .prod-order-details ~ a button.pagebuilder-button-primary.product-atc-btn,.sales-order-view .prod-order-details ~ a div.pagebuilder-button-primary.product-atc-btn {
    background: transparent;
    border: 1px solid rgba(32, 32, 32, 0.3);
  }

  .sales-order-view .prod-order-details ~ a.pagebuilder-button-primary.product-atc-btn, 
.sales-order-view .prod-order-details ~ div a.pagebuilder-button-primary.product-atc-btn,.sales-order-view .prod-order-details ~  button.pagebuilder-button-primary.product-atc-btn, 
.sales-order-view .prod-order-details ~ div  button.pagebuilder-button-primary.product-atc-btn,.sales-order-view .prod-order-details ~  div.pagebuilder-button-primary.product-atc-btn, 
.sales-order-view .prod-order-details ~ div  div.pagebuilder-button-primary.product-atc-btn {
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .page-print .prod_order > a.pagebuilder-button-primary,.page-print .prod_order >  button.pagebuilder-button-primary,.page-print .prod_order >  div.pagebuilder-button-primary {
    min-width: 100px;
    height: 27px;
    line-height: 25px;
  }

  .page-print .prod-order-details ~ aa.pagebuilder-button-primary.product-atc-btn,.page-print .prod-order-details ~ a button.pagebuilder-button-primary.product-atc-btn,.page-print .prod-order-details ~ a div.pagebuilder-button-primary.product-atc-btn {
    background: transparent;
    border: 1px solid rgba(32, 32, 32, 0.3);
  }

  .page-print .prod-order-details ~ a.pagebuilder-button-primary.product-atc-btn, 
.page-print .prod-order-details ~ div a.pagebuilder-button-primary.product-atc-btn,.page-print .prod-order-details ~  button.pagebuilder-button-primary.product-atc-btn, 
.page-print .prod-order-details ~ div  button.pagebuilder-button-primary.product-atc-btn,.page-print .prod-order-details ~  div.pagebuilder-button-primary.product-atc-btn, 
.page-print .prod-order-details ~ div  div.pagebuilder-button-primary.product-atc-btn {
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .mob-cart-container a.pagebuilder-button-primary,.mob-cart-container  button.pagebuilder-button-primary,.mob-cart-container  div.pagebuilder-button-primary {
    font-size: 12px;
  }

   
.sales-order-view .prod_order > a.pagebuilder-button-primary, 
.page-print .prod_order > a.pagebuilder-button-primary, 
.sales-order-view .prod_order >  button.pagebuilder-button-primary, 
.page-print .prod_order >  button.pagebuilder-button-primary, 
.sales-order-view .prod_order >  div.pagebuilder-button-primary, 
.page-print .prod_order >  div.pagebuilder-button-primary {
    font-size: 13px;
  }

  .mob-cart-container a.pagebuilder-button-primary,.mob-cart-container  button.pagebuilder-button-primary,.mob-cart-container  div.pagebuilder-button-primary {
    height: 40px;
  }
}

@media (max-width:767px) {
  .android-mobile .reward-content a.pagebuilder-button-primary,.android-mobile .reward-content  button.pagebuilder-button-primary,.android-mobile .reward-content  div.pagebuilder-button-primary {
    display: inline-block;
    line-height: 38px;
    box-shadow: none;
  }
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-stroke: transparent;
  --btn-bg: #6b7280;
  --btn-color: #fff;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(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);
  flex-wrap: wrap;
}

.coupon-form buttona.pagebuilder-button-secondary,.coupon-form button button.pagebuilder-button-secondary,.coupon-form button div.pagebuilder-button-secondary {
  width: 100%;
  padding-right: 20px;
  font-size: var(--font-18);
}

.coupon-form buttona.pagebuilder-button-secondary svg,.coupon-form button button.pagebuilder-button-secondary svg,.coupon-form button div.pagebuilder-button-secondary svg {
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.my-account-component a.order-title.pagebuilder-button-secondary,.my-account-component  button.order-title.pagebuilder-button-secondary,.my-account-component  div.order-title.pagebuilder-button-secondary {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li a.pagebuilder-button-secondary,.content-search-fastorder ul li  button.pagebuilder-button-secondary,.content-search-fastorder ul li  div.pagebuilder-button-secondary {
  align-items: start;
}

.content-search-fastorder ul li a.pagebuilder-button-secondary .searchimg,.content-search-fastorder ul li  button.pagebuilder-button-secondary .searchimg,.content-search-fastorder ul li  div.pagebuilder-button-secondary .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li a.pagebuilder-button-secondary .searchimg+.box-border,.content-search-fastorder ul li  button.pagebuilder-button-secondary .searchimg+.box-border,.content-search-fastorder ul li  div.pagebuilder-button-secondary .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points a.pagebuilder-button-secondary,.pearly-points  button.pagebuilder-button-secondary,.pearly-points  div.pagebuilder-button-secondary {
  justify-content: start;
  align-items: start;
}

.pearly-points a.pagebuilder-button-secondary h3,.pearly-points  button.pagebuilder-button-secondary h3,.pearly-points  div.pagebuilder-button-secondary h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points a.pagebuilder-button-secondary h3+p,.pearly-points  button.pagebuilder-button-secondary h3+p,.pearly-points  div.pagebuilder-button-secondary h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product a.my-6.text-gray-700.body-font.pagebuilder-button-secondary.flex-col,.ampromo-carousel-product  button.my-6.text-gray-700.body-font.pagebuilder-button-secondary.flex-col,.ampromo-carousel-product  div.my-6.text-gray-700.body-font.pagebuilder-button-secondary.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item a.pagebuilder-button-secondary.items-center.justify-center,.ampromo-carousel-product form.product-item  button.pagebuilder-button-secondary.items-center.justify-center,.ampromo-carousel-product form.product-item  div.pagebuilder-button-secondary.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item a.flex.items-center.pagebuilder-button-secondary,.ampromo-carousel-product form.product-item  button.flex.items-center.pagebuilder-button-secondary,.ampromo-carousel-product form.product-item  div.flex.items-center.pagebuilder-button-secondary {
  justify-content: start;
}

.ampromo-carousel-product form.product-item a.flex.pagebuilder-button-secondary.justify-center,.ampromo-carousel-product form.product-item  button.flex.pagebuilder-button-secondary.justify-center,.ampromo-carousel-product form.product-item  div.flex.pagebuilder-button-secondary.justify-center {
  justify-content: start;
}

body.account main.page-main>a.container.pagebuilder-button-secondary,body.account main.page-main> button.container.pagebuilder-button-secondary,body.account main.page-main> div.container.pagebuilder-button-secondary {
  padding-top: 2rem;
  margin-top: 0;
}

a.pagebuilder-button-secondary.fixed.z-50, button.pagebuilder-button-secondary.fixed.z-50, div.pagebuilder-button-secondary.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.amwishlist-toolbar ula.pagebuilder-button-secondary,.amwishlist-toolbar ul button.pagebuilder-button-secondary,.amwishlist-toolbar ul div.pagebuilder-button-secondary {
  justify-content: start;
}

a.pagebuilder-button-secondary.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, button.pagebuilder-button-secondary.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, div.pagebuilder-button-secondary.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

a.flex.flex-col.pagebuilder-button-secondary.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, button.flex.flex-col.pagebuilder-button-secondary.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, div.flex.flex-col.pagebuilder-button-secondary.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

a.flex.flex-col.justify-center.pagebuilder-button-secondary.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, button.flex.flex-col.justify-center.pagebuilder-button-secondary.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, div.flex.flex-col.justify-center.pagebuilder-button-secondary.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section a.pagebuilder-button-secondary.transition-transform,.banner-product-category-section  button.pagebuilder-button-secondary.transition-transform,.banner-product-category-section  div.pagebuilder-button-secondary.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-content-tab a.mt-4.grid.pagebuilder-button-secondary,
.wishlist-toolbar a.mt-4.grid.pagebuilder-button-secondary,.amwishlist-content-tab  button.mt-4.grid.pagebuilder-button-secondary,
.wishlist-toolbar  button.mt-4.grid.pagebuilder-button-secondary,.amwishlist-content-tab  div.mt-4.grid.pagebuilder-button-secondary,
.wishlist-toolbar  div.mt-4.grid.pagebuilder-button-secondary {
  display: flex;
}

.items.am-filter .amshopby-remove-item spana.pagebuilder-button-secondary,.items.am-filter .amshopby-remove-item span button.pagebuilder-button-secondary,.items.am-filter .amshopby-remove-item span div.pagebuilder-button-secondary {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item spana.pagebuilder-button-secondary+span,.items.am-filter .amshopby-remove-item span button.pagebuilder-button-secondary+span,.items.am-filter .amshopby-remove-item span div.pagebuilder-button-secondary+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item spana.pagebuilder-button-secondary+span a.amshopby-remove,.items.am-filter .amshopby-remove-item span button.pagebuilder-button-secondary+span a.amshopby-remove,.items.am-filter .amshopby-remove-item span div.pagebuilder-button-secondary+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section a.pagebuilder-button-secondary.transition-transform,.banner-product-category-section  button.pagebuilder-button-secondary.transition-transform,.banner-product-category-section  div.pagebuilder-button-secondary.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded a.pagebuilder-button-secondary.transition-transform,.banner-product-category-section.slider-loaded  button.pagebuilder-button-secondary.transition-transform,.banner-product-category-section.slider-loaded  div.pagebuilder-button-secondary.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded a.pagebuilder-button-secondary.transition-transform .item+.item,.banner-product-category-section.slider-loaded  button.pagebuilder-button-secondary.transition-transform .item+.item,.banner-product-category-section.slider-loaded  div.pagebuilder-button-secondary.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item a.pagebuilder-button-secondary.fixed.z-50,.amwishlist-item  button.pagebuilder-button-secondary.fixed.z-50,.amwishlist-item  div.pagebuilder-button-secondary.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > a.pagebuilder-button-secondary,.amwishlist-item .bg-white >  button.pagebuilder-button-secondary,.amwishlist-item .bg-white >  div.pagebuilder-button-secondary {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > a.pagebuilder-button-secondary input.w-12,.amwishlist-item .bg-white >  button.pagebuilder-button-secondary input.w-12,.amwishlist-item .bg-white >  div.pagebuilder-button-secondary input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > a.pagebuilder-button-secondary .items-center.border.rounded > *,.amwishlist-item .bg-white >  button.pagebuilder-button-secondary .items-center.border.rounded > *,.amwishlist-item .bg-white >  div.pagebuilder-button-secondary .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > a.pagebuilder-button-secondary .items-center.border.rounded,.amwishlist-item .bg-white >  button.pagebuilder-button-secondary .items-center.border.rounded,.amwishlist-item .bg-white >  div.pagebuilder-button-secondary .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > a.pagebuilder-button-secondary .items-center.border.rounded button,.amwishlist-item .bg-white >  button.pagebuilder-button-secondary .items-center.border.rounded button,.amwishlist-item .bg-white >  div.pagebuilder-button-secondary .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+a.pagebuilder-button-secondary,.quickorder_table .fastorder-row+ button.pagebuilder-button-secondary,.quickorder_table .fastorder-row+ div.pagebuilder-button-secondary {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points a.pagebuilder-button-secondary h3,.pearly-points  button.pagebuilder-button-secondary h3,.pearly-points  div.pagebuilder-button-secondary h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action a.pagebuilder-button-secondary,.cart table.cart td.action  button.pagebuilder-button-secondary,.cart table.cart td.action  div.pagebuilder-button-secondary {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + a.pagebuilder-button-secondary ul.prices-tier,.price-final_price +  button.pagebuilder-button-secondary ul.prices-tier,.price-final_price +  div.pagebuilder-button-secondary ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b a.pagebuilder-button-secondary,.mobile-navigation-menu dialog .border-b  button.pagebuilder-button-secondary,.mobile-navigation-menu dialog .border-b  div.pagebuilder-button-secondary {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b a.pagebuilder-button-secondary button,.mobile-navigation-menu dialog .border-b  button.pagebuilder-button-secondary button,.mobile-navigation-menu dialog .border-b  div.pagebuilder-button-secondary button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b a.pagebuilder-button-secondary button svg,.mobile-navigation-menu dialog .border-b  button.pagebuilder-button-secondary button svg,.mobile-navigation-menu dialog .border-b  div.pagebuilder-button-secondary button svg {
    margin: 0;
  }
}

#search_mini_form > a.w-full.pagebuilder-button-secondary .relative.w-full,#search_mini_form >  button.w-full.pagebuilder-button-secondary .relative.w-full,#search_mini_form >  div.w-full.pagebuilder-button-secondary .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

a.container.relative.pagebuilder-button-secondary.mx-auto.text-black.z-20, button.container.relative.pagebuilder-button-secondary.mx-auto.text-black.z-20, div.container.relative.pagebuilder-button-secondary.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

#search_mini_form > a.w-full.pagebuilder-button-secondary,#search_mini_form >  button.w-full.pagebuilder-button-secondary,#search_mini_form >  div.w-full.pagebuilder-button-secondary {
  max-width: 100%;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-item-photo,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-item-photo,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-secondary,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-secondary,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-secondary {
  margin: 0;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-secondary .product-item-link,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-secondary .product-item-link,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-secondary .product-item-link {
  line-height: normal;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-secondary .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-secondary .product-item-link span,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-secondary .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-secondary .product-item-link span,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-secondary .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-secondary .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-secondary .product-item-link,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-secondary .product-item-link,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-secondary .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .price,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .price,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item:last-child,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item:last-child,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-secondary .product-item-link .amsearch-highlight,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-secondary .product-item-link .amsearch-highlight,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-secondary .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .product-actions,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .product-actions,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .p-4.box-border,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .p-4.box-border,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .p-4.box-border .flex,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .p-4.box-border .flex,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > a.w-full.pagebuilder-button-secondary,#search_mini_form >  button.w-full.pagebuilder-button-secondary,#search_mini_form >  div.w-full.pagebuilder-button-secondary {
    justify-content: space-between;
  }

  .form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .p-4.box-border .flex.text-xl,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .p-4.box-border .flex.text-xl,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view a.pagebuilder-button-secondary.product-actions .quantity-box,.mpblog-post-view .mp-blog-view  button.pagebuilder-button-secondary.product-actions .quantity-box,.mpblog-post-view .mp-blog-view  div.pagebuilder-button-secondary.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view a.pagebuilder-button-secondary.product-actions button.product-atc-btn,.mpblog-post-view .mp-blog-view  button.pagebuilder-button-secondary.product-actions button.product-atc-btn,.mpblog-post-view .mp-blog-view  div.pagebuilder-button-secondary.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section a.pagebuilder-button-secondary .w-full:first-child,.new_product_section  button.pagebuilder-button-secondary .w-full:first-child,.new_product_section  div.pagebuilder-button-secondary .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section a.pagebuilder-button-secondary .w-full:last-child,.new_product_section  button.pagebuilder-button-secondary .w-full:last-child,.new_product_section  div.pagebuilder-button-secondary .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + a.pagebuilder-button-secondary.flex-wrap.gap-2,.new_product_section .product .product-info .product-atc-btn +  button.pagebuilder-button-secondary.flex-wrap.gap-2,.new_product_section .product .product-info .product-atc-btn +  div.pagebuilder-button-secondary.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section a.pagebuilder-button-secondary .w-full:first-child,.new_product_section  button.pagebuilder-button-secondary .w-full:first-child,.new_product_section  div.pagebuilder-button-secondary .w-full:first-child {
  width: 20.5%;
}

.new_product_section a.pagebuilder-button-secondary .w-full:last-child,.new_product_section  button.pagebuilder-button-secondary .w-full:last-child,.new_product_section  div.pagebuilder-button-secondary .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > diva.pagebuilder-button-secondary, .popularcategory .relative > diva.pagebuilder-button-secondary,.new_product_section .container > div button.pagebuilder-button-secondary, .popularcategory .relative > div button.pagebuilder-button-secondary,.new_product_section .container > div div.pagebuilder-button-secondary, .popularcategory .relative > div div.pagebuilder-button-secondary {
  margin: 0 -7.5px;
}

.new_product_section .container > diva.pagebuilder-button-secondary .product-item, .popularcategory .relative > diva.pagebuilder-button-secondary .js_slide,.new_product_section .container > div button.pagebuilder-button-secondary .product-item, .popularcategory .relative > div button.pagebuilder-button-secondary .js_slide,.new_product_section .container > div div.pagebuilder-button-secondary .product-item, .popularcategory .relative > div div.pagebuilder-button-secondary .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section a.pagebuilder-button-secondary .w-full:last-child,.new_product_section  button.pagebuilder-button-secondary .w-full:last-child,.new_product_section  div.pagebuilder-button-secondary .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section a.pagebuilder-button-secondary .w-full:first-child,.new_product_section  button.pagebuilder-button-secondary .w-full:first-child,.new_product_section  div.pagebuilder-button-secondary .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section a.pagebuilder-button-secondary .w-full:last-child,.new_product_section  button.pagebuilder-button-secondary .w-full:last-child,.new_product_section  div.pagebuilder-button-secondary .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section a.pagebuilder-button-secondary .w-full:first-child,.new_product_section  button.pagebuilder-button-secondary .w-full:first-child,.new_product_section  div.pagebuilder-button-secondary .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search a.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search  button.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search  div.pagebuilder-button-secondary > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info a.pagebuilder-button-secondary .product-item-link span,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  button.pagebuilder-button-secondary .product-item-link span,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  div.pagebuilder-button-secondary .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price a.pagebuilder-button-secondary.pt-2,.product-options-table tr td.product-option-price  button.pagebuilder-button-secondary.pt-2,.product-options-table tr td.product-option-price  div.pagebuilder-button-secondary.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > a.pagebuilder-button-secondary,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid >  button.pagebuilder-button-secondary,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid >  div.pagebuilder-button-secondary {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > a.pagebuilder-button-secondary,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid >  button.pagebuilder-button-secondary,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid >  div.pagebuilder-button-secondary {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > a.pagebuilder-button-secondary svg,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid >  button.pagebuilder-button-secondary svg,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid >  div.pagebuilder-button-secondary svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > a.pagebuilder-button-secondary,.amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid >  button.pagebuilder-button-secondary,.amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid >  div.pagebuilder-button-secondary {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border a.pagebuilder-button-secondary.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq .border  button.pagebuilder-button-secondary.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq .border  div.pagebuilder-button-secondary.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .android-mobile .product-details-slider-container a.pagebuilder-button-secondary.justify-center,.android-mobile .product-details-slider-container  button.pagebuilder-button-secondary.justify-center,.android-mobile .product-details-slider-container  div.pagebuilder-button-secondary.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container a.flex.pagebuilder-button-secondary,.android-mobile .product-details-slider-container  button.flex.pagebuilder-button-secondary,.android-mobile .product-details-slider-container  div.flex.pagebuilder-button-secondary {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container a.pagebuilder-button-secondary.justify-center button,.android-mobile .product-details-slider-container  button.pagebuilder-button-secondary.justify-center button,.android-mobile .product-details-slider-container  div.pagebuilder-button-secondary.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container a.flex.pagebuilder-button-secondary button,.android-mobile .product-details-slider-container  button.flex.pagebuilder-button-secondary button,.android-mobile .product-details-slider-container  div.flex.pagebuilder-button-secondary button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container a.pagebuilder-button-secondary.justify-center button.bg-primary,.android-mobile .product-details-slider-container  button.pagebuilder-button-secondary.justify-center button.bg-primary,.android-mobile .product-details-slider-container  div.pagebuilder-button-secondary.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .product-details-slider-container a.flex.pagebuilder-button-secondary button.bg-primary,.android-mobile .product-details-slider-container  button.flex.pagebuilder-button-secondary button.bg-primary,.android-mobile .product-details-slider-container  div.flex.pagebuilder-button-secondary button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > a.pagebuilder-button-secondary,.android-mobile .city-section .container >  button.pagebuilder-button-secondary,.android-mobile .city-section .container >  div.pagebuilder-button-secondary {
    align-items: center;
  }

  .android-mobile .city-section .container > a.pagebuilder-button-secondary > *:first-child,.android-mobile .city-section .container >  button.pagebuilder-button-secondary > *:first-child,.android-mobile .city-section .container >  div.pagebuilder-button-secondary > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > a.pagebuilder-button-secondary > *:last-child,.android-mobile .city-section .container >  button.pagebuilder-button-secondary > *:last-child,.android-mobile .city-section .container >  div.pagebuilder-button-secondary > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative a.pagebuilder-button-secondary.flex-nowrap,.android-mobile .category_mobile_slider_main .relative  button.pagebuilder-button-secondary.flex-nowrap,.android-mobile .category_mobile_slider_main .relative  div.pagebuilder-button-secondary.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main a.pagebuilder-button-secondary.flex-nowrap,.android-mobile .review_mobile_slider_main  button.pagebuilder-button-secondary.flex-nowrap,.android-mobile .review_mobile_slider_main  div.pagebuilder-button-secondary.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > a.container.pagebuilder-button-secondary.flex-col,.page-main >  button.container.pagebuilder-button-secondary.flex-col,.page-main >  div.container.pagebuilder-button-secondary.flex-col {
    display: none;
  }

  .customer-account-login .page-main > a.container.pagebuilder-button-secondary.flex-col, .customer-account-create .page-main > a.container.pagebuilder-button-secondary.flex-col, .customer-account-forgotpassword .page-main > a.container.pagebuilder-button-secondary.flex-col,.customer-account-login .page-main >  button.container.pagebuilder-button-secondary.flex-col, .customer-account-create .page-main >  button.container.pagebuilder-button-secondary.flex-col, .customer-account-forgotpassword .page-main >  button.container.pagebuilder-button-secondary.flex-col,.customer-account-login .page-main >  div.container.pagebuilder-button-secondary.flex-col, .customer-account-create .page-main >  div.container.pagebuilder-button-secondary.flex-col, .customer-account-forgotpassword .page-main >  div.container.pagebuilder-button-secondary.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section a.pagebuilder-button-secondary.y-gap,.customer-account-create .registration-form-section  button.pagebuilder-button-secondary.y-gap,.customer-account-create .registration-form-section  div.pagebuilder-button-secondary.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed a.pagebuilder-button-secondary.justify-center.gap-2.mt-4,.product-details-slider-container .w-full.h-full.fixed  button.pagebuilder-button-secondary.justify-center.gap-2.mt-4,.product-details-slider-container .w-full.h-full.fixed  div.pagebuilder-button-secondary.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed a.flex.pagebuilder-button-secondary.gap-2.mt-4,.product-details-slider-container .w-full.h-full.fixed  button.flex.pagebuilder-button-secondary.gap-2.mt-4,.product-details-slider-container .w-full.h-full.fixed  div.flex.pagebuilder-button-secondary.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index a.container.pagebuilder-button-secondary.flex-col,.checkout-cart-index  button.container.pagebuilder-button-secondary.flex-col,.checkout-cart-index  div.container.pagebuilder-button-secondary.flex-col {
    display: none;
  }

  .city-section .container > a.pagebuilder-button-secondary > *.flex-ase,.city-section .container >  button.pagebuilder-button-secondary > *.flex-ase,.city-section .container >  div.pagebuilder-button-secondary > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > a.pagebuilder-button-secondary > *:first-child,.android-mobile .city-section .container >  button.pagebuilder-button-secondary > *:first-child,.android-mobile .city-section .container >  div.pagebuilder-button-secondary > *:first-child {
    width: 100%;
  }

  .reward-benefit + a.reward-benefit.pagebuilder-button-secondary,.reward-benefit +  button.reward-benefit.pagebuilder-button-secondary,.reward-benefit +  div.reward-benefit.pagebuilder-button-secondary {
    margin-top: 10px;
  }

  .new_product_section .relative.container > a.pagebuilder-button-secondary > .w-full:first-child,.new_product_section .relative.container >  button.pagebuilder-button-secondary > .w-full:first-child,.new_product_section .relative.container >  div.pagebuilder-button-secondary > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > a.pagebuilder-button-secondary > .w-full:last-child,.new_product_section .relative.container >  button.pagebuilder-button-secondary > .w-full:last-child,.new_product_section .relative.container >  div.pagebuilder-button-secondary > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > diva.pagebuilder-button-secondary,.new_product_section .container > div button.pagebuilder-button-secondary,.new_product_section .container > div div.pagebuilder-button-secondary {
    margin: 0;
  }

  .new_product_section .container > diva.pagebuilder-button-secondary .product-item,.new_product_section .container > div button.pagebuilder-button-secondary .product-item,.new_product_section .container > div div.pagebuilder-button-secondary .product-item {
    width: 305px;
    align-items: center;
  }
}

a.pagebuilder-button-secondary[disabled], button.pagebuilder-button-secondary[disabled], div.pagebuilder-button-secondary[disabled] {
  display: none;
}

@media (min-width:768px) {
  a.header-search.pagebuilder-button-secondary[disabled], button.header-search.pagebuilder-button-secondary[disabled], div.header-search.pagebuilder-button-secondary[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index a.my-account-container.pagebuilder-button-secondary[disabled],.customer-account-index  button.my-account-container.pagebuilder-button-secondary[disabled],.customer-account-index  div.my-account-container.pagebuilder-button-secondary[disabled] {
    display: block;
  }

  .customer-account-index a.recent-order-wrapper.reward-history-table.pagebuilder-button-secondary[disabled],.customer-account-index  button.recent-order-wrapper.reward-history-table.pagebuilder-button-secondary[disabled],.customer-account-index  div.recent-order-wrapper.reward-history-table.pagebuilder-button-secondary[disabled] {
    display: block;
  }
}

.ambrands-brandlist-widget .brand-tooltip a.subtitle.pagebuilder-button-secondary,.ambrands-brandlist-widget .brand-tooltip  button.subtitle.pagebuilder-button-secondary,.ambrands-brandlist-widget .brand-tooltip  div.subtitle.pagebuilder-button-secondary {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

a.pagebuilder-button-secondary:focus-visible, button.pagebuilder-button-secondary:focus-visible, div.pagebuilder-button-secondary:focus-visible {
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: rgba(30, 64, 175, 0.5);
}

a.pagebuilder-button-secondary:active, button.pagebuilder-button-secondary:active, div.pagebuilder-button-secondary:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

a.pagebuilder-button-secondary:disabled, button.pagebuilder-button-secondary:disabled, div.pagebuilder-button-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  --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);
}

a.pagebuilder-button-secondary:disabled:hover, button.pagebuilder-button-secondary:disabled:hover, div.pagebuilder-button-secondary:disabled:hover {
  --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);
}

a.pagebuilder-button-secondary:disabled, button.pagebuilder-button-secondary:disabled, div.pagebuilder-button-secondary:disabled {
  border-color: var(--btn-disabled-stroke, #e5e7eb);
  background-color: var(--btn-disabled-bg, #fff);
  color: var(--btn-disabled-color, #4b5563);
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-stroke: #2563eb;
  --btn-bg: #fff;
  --btn-color: #000;
  --btn-hover-stroke: #1e40af;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.pagebuilder-button-secondary:hover.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, button.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.pagebuilder-button-secondary:hover.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, div.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.pagebuilder-button-secondary:hover.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  text-align: center;
  color: var(--btn-color);
  background: var(--btn-bg);
  border: 1px solid var(--btn-border);
  padding: 0 30px;
  height: var(--btn-height);
  border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 200px;
  font-size: var(--font-14);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

a.pagebuilder-button-secondary:not(button):not(input), button.pagebuilder-button-secondary:not(button):not(input), div.pagebuilder-button-secondary:not(button):not(input) {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

a.pagebuilder-button-secondary svg:first-child, button.pagebuilder-button-secondary svg:first-child, div.pagebuilder-button-secondary svg:first-child {
  margin-right: 20px;
}

a.pagebuilder-button-secondary.btn-secondary svg:first-child, button.pagebuilder-button-secondary.btn-secondary svg:first-child, div.pagebuilder-button-secondary.btn-secondary svg:first-child {
  margin-right: 0;
}

a.btn.pagebuilder-button-secondary svg:first-child, button.btn.pagebuilder-button-secondary svg:first-child, div.btn.pagebuilder-button-secondary svg:first-child {
  margin-right: 0;
}

a.pagebuilder-button-secondary svg:last-child, button.pagebuilder-button-secondary svg:last-child, div.pagebuilder-button-secondary svg:last-child {
  margin-right: 20px;
  margin-left: 20px;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-color: var(--dark-color);
  --btn-hover-color: #fff;
  --btn-bg: var(--secondary-color);
  --btn-hover-bg: var(--primary-color);
  --btn-border: var(--secondary-color);
  --btn-hover-border: var(--primary-color);
}

.banner-product a.pagebuilder-button-secondary,.banner-product  button.pagebuilder-button-secondary,.banner-product  div.pagebuilder-button-secondary {
  z-index: 2;
  position: relative;
  margin: 10px 0 0 0;
}

.category-section a.pagebuilder-button-secondary,.category-section  button.pagebuilder-button-secondary,.category-section  div.pagebuilder-button-secondary {
  margin-top: 33px;
}

.special-deal a.pagebuilder-button-secondary,.special-deal  button.pagebuilder-button-secondary,.special-deal  div.pagebuilder-button-secondary {
  margin: 20px 0 0 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  height: var(--small-btn-height);
  line-height: var(--small-btn-height);
}

.reward-content a.pagebuilder-button-secondary,.reward-content  button.pagebuilder-button-secondary,.reward-content  div.pagebuilder-button-secondary {
  margin-top: 42px;
}


.cms-content+a.pagebuilder-button-secondary,
.cms-content~a.pagebuilder-button-secondary,
.cms-content+ button.pagebuilder-button-secondary,
.cms-content~ button.pagebuilder-button-secondary,
.cms-content+ div.pagebuilder-button-secondary,
.cms-content~ div.pagebuilder-button-secondary {
  margin-top: 30px;
}

.product-offer a.pagebuilder-button-secondary,.product-offer  button.pagebuilder-button-secondary,.product-offer  div.pagebuilder-button-secondary {
  margin-top: 20px;
}

.dashboard-btn a.pagebuilder-button-secondary,.dashboard-btn  button.pagebuilder-button-secondary,.dashboard-btn  div.pagebuilder-button-secondary {
  margin-top: 28px;
  padding: 0 24px;
  min-width: inherit;
}

.dashboard-btn a.pagebuilder-button-secondary+.btn,.dashboard-btn  button.pagebuilder-button-secondary+.btn,.dashboard-btn  div.pagebuilder-button-secondary+.btn {
  margin-left: 16px;
}

.contact-info .dashboard-btn a.pagebuilder-button-secondary,.contact-info .dashboard-btn  button.pagebuilder-button-secondary,.contact-info .dashboard-btn  div.pagebuilder-button-secondary {
  margin-top: 20px;
}

.product-details-actions buttona.pagebuilder-button-secondary,.product-details-actions button button.pagebuilder-button-secondary,.product-details-actions button div.pagebuilder-button-secondary {
  text-transform: uppercase;
}

.priceqtychckmain a.pagebuilder-button-secondary:disabled,.priceqtychckmain  button.pagebuilder-button-secondary:disabled,.priceqtychckmain  div.pagebuilder-button-secondary:disabled {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--dark-color);
}

.priceqtychckmain a.pagebuilder-button-secondary:disabled:hover,.priceqtychckmain  button.pagebuilder-button-secondary:disabled:hover,.priceqtychckmain  div.pagebuilder-button-secondary:disabled:hover {
  border-color: var(--btn-hover-bg);
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}

.why-register-container .section-btn a.pagebuilder-button-secondary,.why-register-container .section-btn  button.pagebuilder-button-secondary,.why-register-container .section-btn  div.pagebuilder-button-secondary {
  min-width: 230px;
}


.account a.pagebuilder-button-secondary,
.account  button.pagebuilder-button-secondary,
.account  div.pagebuilder-button-secondary {
  text-transform: uppercase;
}

form#discount-coupon-form buttona.pagebuilder-button-secondary,form#discount-coupon-form button button.pagebuilder-button-secondary,form#discount-coupon-form button div.pagebuilder-button-secondary {
  font-size: var(--font-14);
}

.ordertitledate_main+div a.pagebuilder-button-secondary svg,.ordertitledate_main+div  button.pagebuilder-button-secondary svg,.ordertitledate_main+div  div.pagebuilder-button-secondary svg {
  margin-right: 0;
}

.recent-order-wrapper a.pagebuilder-button-secondary a.underline,.recent-order-wrapper  button.pagebuilder-button-secondary a.underline,.recent-order-wrapper  div.pagebuilder-button-secondary a.underline {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: none;
}

.my-account-component .order-title a.pagebuilder-button-secondary,
.my-account-component .order-title a.pagebuilder-button-secondary span,.my-account-component .order-title  button.pagebuilder-button-secondary,
.my-account-component .order-title  button.pagebuilder-button-secondary span,.my-account-component .order-title  div.pagebuilder-button-secondary,
.my-account-component .order-title  div.pagebuilder-button-secondary span {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.my-account-component .order-title a.pagebuilder-button-secondary svg,.my-account-component .order-title  button.pagebuilder-button-secondary svg,.my-account-component .order-title  div.pagebuilder-button-secondary svg {
  margin-right: 0;
}

a.pagebuilder-button-secondary:disabled, button.pagebuilder-button-secondary:disabled, div.pagebuilder-button-secondary:disabled {
  border-color: inherit;
  color: var(--btn-color);
  background: var(--btn-bg);
}

.review-list.customer-reviews .amreview-add-new aa.pagebuilder-button-secondary,.review-list.customer-reviews .amreview-add-new a button.pagebuilder-button-secondary,.review-list.customer-reviews .amreview-add-new a div.pagebuilder-button-secondary {
  text-transform: uppercase;
}


.quick-view-main aa.pagebuilder-button-secondary,
.quick-view-main a button.pagebuilder-button-secondary,
.quick-view-main a div.pagebuilder-button-secondary {
  width: auto;
  min-width: inherit;
}


.quick-view-main aa.pagebuilder-button-secondary img,
.quick-view-main a button.pagebuilder-button-secondary img,
.quick-view-main a div.pagebuilder-button-secondary img {
  display: none;
}

.free-gift-button aa.pagebuilder-button-secondary:hover,.free-gift-button a button.pagebuilder-button-secondary:hover,.free-gift-button a div.pagebuilder-button-secondary:hover {
  color: #333;
}

.free-gift-button aa.pagebuilder-button-secondary,.free-gift-button a button.pagebuilder-button-secondary,.free-gift-button a div.pagebuilder-button-secondary {
  color: #fff;
  text-transform: uppercase;
}

.ampromo-carousel-product buttona.pagebuilder-button-secondary svg,.ampromo-carousel-product button button.pagebuilder-button-secondary svg,.ampromo-carousel-product button div.pagebuilder-button-secondary svg {
  margin-right: 0;
}

.ampromo-carousel-product buttona.pagebuilder-button-secondary,.ampromo-carousel-product button button.pagebuilder-button-secondary,.ampromo-carousel-product button div.pagebuilder-button-secondary {
  text-transform: uppercase;
}

.ampromo-carousel-product buttona.pagebuilder-button-secondary svg,.ampromo-carousel-product button button.pagebuilder-button-secondary svg,.ampromo-carousel-product button div.pagebuilder-button-secondary svg {
  margin-right: 0;
}

.ampromo-carousel-product buttona.pagebuilder-button-secondary,.ampromo-carousel-product button button.pagebuilder-button-secondary,.ampromo-carousel-product button div.pagebuilder-button-secondary {
  text-transform: uppercase;
}


.checkout-index-index .ampromo-items-add a.pagebuilder-button-secondary,
.checkout-index-index .ampromo-items-add  button.pagebuilder-button-secondary,
.checkout-index-index .ampromo-items-add  div.pagebuilder-button-secondary {
  border-radius: 0;
}

.amwishlist-product-grid.wishlist.reward-history-table buttona.pagebuilder-button-secondary,.amwishlist-product-grid.wishlist.reward-history-table button button.pagebuilder-button-secondary,.amwishlist-product-grid.wishlist.reward-history-table button div.pagebuilder-button-secondary {
  min-width: inherit;
  height: 40px;
  padding: 0 20px;
}


.account a.pagebuilder-button-secondary,
.account  button.pagebuilder-button-secondary,
.account  div.pagebuilder-button-secondary {
  box-shadow: none;
}

a.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary, button.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary, div.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary {
  height: 40px;
  min-width: inherit;
  padding: 0;
  width: 40px;
  border: 0;
  box-shadow: none;
  position: absolute;
  right: 0;
}

a.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary svg, button.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary svg, div.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary svg {
  margin: 0;
}

a.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary:hover svg, button.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary:hover svg, div.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary:hover svg {
  stroke: #fff;
}

a.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary:hover, button.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary:hover, div.amwishlist-pan.pagebuilder-button-secondary.btn-outline-primary:hover {
  border-color: var(--primary-color);
}

.amwishlist-product-grid.wishlist.reward-history-table buttona.pagebuilder-button-secondary,.amwishlist-product-grid.wishlist.reward-history-table button button.pagebuilder-button-secondary,.amwishlist-product-grid.wishlist.reward-history-table button div.pagebuilder-button-secondary {
  white-space: nowrap;
}

.amwishlist-item .fixed.z-50  buttona.pagebuilder-button-secondary,.amwishlist-item .fixed.z-50  button button.pagebuilder-button-secondary,.amwishlist-item .fixed.z-50  button div.pagebuilder-button-secondary {
  min-width: inherit;
}

@media (min-width:1441px) {
  .why-register-container .section-btn a.pagebuilder-button-secondary,.why-register-container .section-btn  button.pagebuilder-button-secondary,.why-register-container .section-btn  div.pagebuilder-button-secondary {
    min-width: 230px;
  }
}

@media screen and (min-width:1200px) {
  a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
    color: var(--btn-hover-color);
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border);
  }
}

@media screen and (max-width:1199px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    min-width: 180px;
    padding: 0 20px;
  }
}

@media screen and (max-width:991px) {
  .reward-content a.pagebuilder-button-secondary,.reward-content  button.pagebuilder-button-secondary,.reward-content  div.pagebuilder-button-secondary {
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    min-width: 130px;
    padding: 0 16px;
  }

  .reward-content a.pagebuilder-button-secondary,.reward-content  button.pagebuilder-button-secondary,.reward-content  div.pagebuilder-button-secondary {
    margin-top: 20px;
  }

  
    .cms-content+a.pagebuilder-button-secondary,
    .cms-content~a.pagebuilder-button-secondary,
    .cms-content+ button.pagebuilder-button-secondary,
    .cms-content~ button.pagebuilder-button-secondary,
    .cms-content+ div.pagebuilder-button-secondary,
    .cms-content~ div.pagebuilder-button-secondary {
    margin-top: 25px;
  }

  .dashboard-btn a.pagebuilder-button-secondary,.dashboard-btn  button.pagebuilder-button-secondary,.dashboard-btn  div.pagebuilder-button-secondary {
    margin-top: 15px;
  }
}

@media screen and (max-width:639px) {
  .cart.table-wrapper+.cart.actions a.pagebuilder-button-secondary,.cart.table-wrapper+.cart.actions  button.pagebuilder-button-secondary,.cart.table-wrapper+.cart.actions  div.pagebuilder-button-secondary {
    min-width: 250px;
  }

  form#discount-coupon-form buttona.pagebuilder-button-secondary,form#discount-coupon-form button button.pagebuilder-button-secondary,form#discount-coupon-form button div.pagebuilder-button-secondary {
    padding: 0;
  }
}

@media screen and (max-width:479px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    padding: 0 10px;
  }

  .dashboard-btn a.pagebuilder-button-secondary+.btn,.dashboard-btn  button.pagebuilder-button-secondary+.btn,.dashboard-btn  div.pagebuilder-button-secondary+.btn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu nav ul li button spana.pagebuilder-button-secondary,.mobile-navigation-menu nav ul li button span button.pagebuilder-button-secondary,.mobile-navigation-menu nav ul li button span div.pagebuilder-button-secondary {
    background: transparent;
    padding: 0 6px;
    width: auto;
    min-width: inherit;
    box-shadow: none;
    height: 35px;
  }

  .mobile-navigation-menu nav ul li button spana.pagebuilder-button-secondary svg,.mobile-navigation-menu nav ul li button span button.pagebuilder-button-secondary svg,.mobile-navigation-menu nav ul li button span div.pagebuilder-button-secondary svg {
    margin: 0;
  }
}

a.pagebuilder-button-secondary[disabled], button.pagebuilder-button-secondary[disabled], div.pagebuilder-button-secondary[disabled] {
  display: inherit;
}

.banner_wrapper .banner_content aa.pagebuilder-button-secondary.btn-primary, .section-content-bottom .title_btn aa.pagebuilder-button-secondary,.banner_wrapper .banner_content a button.pagebuilder-button-secondary.btn-primary, .section-content-bottom .title_btn a button.pagebuilder-button-secondary,.banner_wrapper .banner_content a div.pagebuilder-button-secondary.btn-primary, .section-content-bottom .title_btn a div.pagebuilder-button-secondary {
  min-width: 230px;
}

@media (max-width: 1299px) {
  .banner_wrapper .banner_content aa.pagebuilder-button-secondary.btn-primary, .section-content-bottom .title_btn aa.pagebuilder-button-secondary,.banner_wrapper .banner_content a button.pagebuilder-button-secondary.btn-primary, .section-content-bottom .title_btn a button.pagebuilder-button-secondary,.banner_wrapper .banner_content a div.pagebuilder-button-secondary.btn-primary, .section-content-bottom .title_btn a div.pagebuilder-button-secondary {
    min-width: inherit;
  }
}

.new_city_wrapper .reward-content a.pagebuilder-button-secondary,.new_city_wrapper .reward-content  button.pagebuilder-button-secondary,.new_city_wrapper .reward-content  div.pagebuilder-button-secondary {
  box-shadow: none;
}

.product-actions a.pagebuilder-button-secondary,.product-actions  button.pagebuilder-button-secondary,.product-actions  div.pagebuilder-button-secondary {
  box-shadow: none;
}

.new_city_wrapper .reward-content a.pagebuilder-button-secondary,.new_city_wrapper .reward-content  button.pagebuilder-button-secondary,.new_city_wrapper .reward-content  div.pagebuilder-button-secondary {
  text-transform: uppercase;
}

@media (min-width:768px) {
  .featured-products-section a.pagebuilder-button-secondary.small-btn, .category-section a.pagebuilder-button-secondary, .special-deal a.pagebuilder-button-secondary,.featured-products-section  button.pagebuilder-button-secondary.small-btn, .category-section  button.pagebuilder-button-secondary, .special-deal  button.pagebuilder-button-secondary,.featured-products-section  div.pagebuilder-button-secondary.small-btn, .category-section  div.pagebuilder-button-secondary, .special-deal  div.pagebuilder-button-secondary {
    text-transform: uppercase;
  }
}

@media (max-width:767px) {
  .quickorder_table .footbtn > .col-span-1.gap-4 buttona.pagebuilder-button-secondary,.quickorder_table .footbtn > .col-span-1.gap-4 button button.pagebuilder-button-secondary,.quickorder_table .footbtn > .col-span-1.gap-4 button div.pagebuilder-button-secondary {
    margin: 0;
    flex: 1 0 0;
    height: 50px;
    font-size: 14px;
  }

  .creditlimit-order-pay buttona.pagebuilder-button-secondary.btn-primary,.creditlimit-order-pay button button.pagebuilder-button-secondary.btn-primary,.creditlimit-order-pay button div.pagebuilder-button-secondary.btn-primary {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .creditlimit-order-masspay buttona.pagebuilder-button-secondary.btn-primary,.creditlimit-order-masspay button button.pagebuilder-button-secondary.btn-primary,.creditlimit-order-masspay button div.pagebuilder-button-secondary.btn-primary {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .customer-account-index .membership-info .dashboard-btn aa.pagebuilder-button-secondary,
.customer-account-index .my-account-component .contact-info .dashboard-btn aa.pagebuilder-button-secondary,.customer-account-index .membership-info .dashboard-btn a button.pagebuilder-button-secondary,
.customer-account-index .my-account-component .contact-info .dashboard-btn a button.pagebuilder-button-secondary,.customer-account-index .membership-info .dashboard-btn a div.pagebuilder-button-secondary,
.customer-account-index .my-account-component .contact-info .dashboard-btn a div.pagebuilder-button-secondary {
    line-height: normal;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
    line-height: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    text-transform: inherit;
  }

  .customer-account-index .recent-order-wrapper aa.pagebuilder-button-secondary,.customer-account-index .recent-order-wrapper a button.pagebuilder-button-secondary,.customer-account-index .recent-order-wrapper a div.pagebuilder-button-secondary {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    text-transform: capitalize;
    padding: 0;
    min-width: inherit;
    height: auto;
    background: transparent;
    border: 0;
  }

  .checkout-cart-index .mob-cart-container a.pagebuilder-button-secondary,.checkout-cart-index .mob-cart-container  button.pagebuilder-button-secondary,.checkout-cart-index .mob-cart-container  div.pagebuilder-button-secondary {
    box-shadow: none;
    bottom: 70px;
  }

  .android-mobile .product-details-actions buttona.pagebuilder-button-secondary,.android-mobile .product-details-actions button button.pagebuilder-button-secondary,.android-mobile .product-details-actions button div.pagebuilder-button-secondary {
    box-shadow: none;
    flex: 1 0 0;
  }

  .android-mobile .reward-content a.pagebuilder-button-secondary,.android-mobile .reward-content  button.pagebuilder-button-secondary,.android-mobile .reward-content  div.pagebuilder-button-secondary {
    display: none;
  }

  .android-mobile .section-content a.pagebuilder-button-secondary.small-btn,.android-mobile .section-content  button.pagebuilder-button-secondary.small-btn,.android-mobile .section-content  div.pagebuilder-button-secondary.small-btn {
    padding: 0;
    height: auto;
    min-width: inherit;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    justify-content: end;
  }

  .android-mobile .category-section a.pagebuilder-button-secondary,.android-mobile .category-section  button.pagebuilder-button-secondary,.android-mobile .category-section  div.pagebuilder-button-secondary {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .mob-cart-container a.pagebuilder-button-secondary,.mob-cart-container  button.pagebuilder-button-secondary,.mob-cart-container  div.pagebuilder-button-secondary {
    font-size: var(--font-18);
    min-width: 100%;
    height: 50px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .sales-order-view .prod_order > a.pagebuilder-button-secondary,.sales-order-view .prod_order >  button.pagebuilder-button-secondary,.sales-order-view .prod_order >  div.pagebuilder-button-secondary {
    color: var(--text-color);
    background: transparent;
    border: 1px solid var(--primary-color);
  }

  .page-print .prod_order > a.pagebuilder-button-secondary,.page-print .prod_order >  button.pagebuilder-button-secondary,.page-print .prod_order >  div.pagebuilder-button-secondary {
    color: var(--text-color);
    background: transparent;
    border: 1px solid var(--primary-color);
  }

  .sales-order-view .prod_order > a.pagebuilder-button-secondary,.sales-order-view .prod_order >  button.pagebuilder-button-secondary,.sales-order-view .prod_order >  div.pagebuilder-button-secondary {
    min-width: 100px;
    height: 27px;
    line-height: 25px;
  }

  .sales-order-view .prod-order-details ~ aa.pagebuilder-button-secondary.product-atc-btn,.sales-order-view .prod-order-details ~ a button.pagebuilder-button-secondary.product-atc-btn,.sales-order-view .prod-order-details ~ a div.pagebuilder-button-secondary.product-atc-btn {
    background: transparent;
    border: 1px solid rgba(32, 32, 32, 0.3);
  }

  .sales-order-view .prod-order-details ~ a.pagebuilder-button-secondary.product-atc-btn, 
.sales-order-view .prod-order-details ~ div a.pagebuilder-button-secondary.product-atc-btn,.sales-order-view .prod-order-details ~  button.pagebuilder-button-secondary.product-atc-btn, 
.sales-order-view .prod-order-details ~ div  button.pagebuilder-button-secondary.product-atc-btn,.sales-order-view .prod-order-details ~  div.pagebuilder-button-secondary.product-atc-btn, 
.sales-order-view .prod-order-details ~ div  div.pagebuilder-button-secondary.product-atc-btn {
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .page-print .prod_order > a.pagebuilder-button-secondary,.page-print .prod_order >  button.pagebuilder-button-secondary,.page-print .prod_order >  div.pagebuilder-button-secondary {
    min-width: 100px;
    height: 27px;
    line-height: 25px;
  }

  .page-print .prod-order-details ~ aa.pagebuilder-button-secondary.product-atc-btn,.page-print .prod-order-details ~ a button.pagebuilder-button-secondary.product-atc-btn,.page-print .prod-order-details ~ a div.pagebuilder-button-secondary.product-atc-btn {
    background: transparent;
    border: 1px solid rgba(32, 32, 32, 0.3);
  }

  .page-print .prod-order-details ~ a.pagebuilder-button-secondary.product-atc-btn, 
.page-print .prod-order-details ~ div a.pagebuilder-button-secondary.product-atc-btn,.page-print .prod-order-details ~  button.pagebuilder-button-secondary.product-atc-btn, 
.page-print .prod-order-details ~ div  button.pagebuilder-button-secondary.product-atc-btn,.page-print .prod-order-details ~  div.pagebuilder-button-secondary.product-atc-btn, 
.page-print .prod-order-details ~ div  div.pagebuilder-button-secondary.product-atc-btn {
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .mob-cart-container a.pagebuilder-button-secondary,.mob-cart-container  button.pagebuilder-button-secondary,.mob-cart-container  div.pagebuilder-button-secondary {
    font-size: 12px;
  }

   
.sales-order-view .prod_order > a.pagebuilder-button-secondary, 
.page-print .prod_order > a.pagebuilder-button-secondary, 
.sales-order-view .prod_order >  button.pagebuilder-button-secondary, 
.page-print .prod_order >  button.pagebuilder-button-secondary, 
.sales-order-view .prod_order >  div.pagebuilder-button-secondary, 
.page-print .prod_order >  div.pagebuilder-button-secondary {
    font-size: 13px;
  }

  .mob-cart-container a.pagebuilder-button-secondary,.mob-cart-container  button.pagebuilder-button-secondary,.mob-cart-container  div.pagebuilder-button-secondary {
    height: 40px;
  }
}

@media (max-width:767px) {
  .android-mobile .reward-content a.pagebuilder-button-secondary,.android-mobile .reward-content  button.pagebuilder-button-secondary,.android-mobile .reward-content  div.pagebuilder-button-secondary {
    display: inline-block;
    line-height: 38px;
    box-shadow: none;
  }
}

/* HTML Code */

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

/**
 * Media
 */

/* Image */

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

.content-search-fastorder ul li .flex .searchimg+[data-content-type='image'] {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='image'] {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='image'] .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='image'] .flex.text-xl {
    font-size: 15px;
  }
}

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

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

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

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

@media (max-width:767px) {
  .customer-account-index .my-account-container[data-content-type='image'] .pagebuilder-mobile-hidden {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table[data-content-type='image'] .pagebuilder-mobile-hidden {
    display: block;
  }
}

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

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

.cart-form .fixed.z-50 [data-content-type='image'] .pagebuilder-mobile-only.bg-white {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main [data-content-type='image'] .pagebuilder-mobile-only.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

@media (max-width:1023px) {
  .gift-popup-main [data-content-type='image'] .pagebuilder-mobile-only.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media (max-width:767px) {
  .cart table.cart td span[data-content-type='image'] .pagebuilder-mobile-only {
    font-weight: 600;
  }

  .cart table.cart td span[data-content-type='image'] .pagebuilder-mobile-only:after {
    content: ":";
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  [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%;
}

.product-details-slider-container [data-content-type='video'] .pagebuilder-video-inner.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty[data-content-type='video'] .pagebuilder-video-inner {
  margin: 0;
  height: 50px;
}

.content-search-fastorder ul li .flex .searchimg+[data-content-type='video'] .pagebuilder-video-inner {
  width: calc(100% - 67px);
  align-self: center;
}

.cart-form .fixed.z-50 [data-content-type='video'] .pagebuilder-video-inner.bg-white {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main [data-content-type='video'] .pagebuilder-video-inner.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

.flex.flex-col.justify-center.items-center[data-content-type='video'] .pagebuilder-video-inner.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  .gift-popup-main [data-content-type='video'] .pagebuilder-video-inner.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }

  form#discount-coupon-form .coupon [data-content-type='video'] .pagebuilder-video-inner {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control[data-content-type='video'] .pagebuilder-video-inner {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon [data-content-type='video'] .pagebuilder-video-inner {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control[data-content-type='video'] .pagebuilder-video-inner {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center[data-content-type='video'] .pagebuilder-video-inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon [data-content-type='video'] .pagebuilder-video-inner,
    form#discount-coupon-form .coupon .control[data-content-type='video'] .pagebuilder-video-inner {
    width: 100%;
  }
}

#search_mini_form > [data-content-type='video'] .pagebuilder-video-inner.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > [data-content-type='video'] .pagebuilder-video-inner.flex {
  max-width: 100%;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='video'] .pagebuilder-video-inner {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='video'] .pagebuilder-video-inner .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > [data-content-type='video'] .pagebuilder-video-inner.flex {
    justify-content: space-between;
  }

  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='video'] .pagebuilder-video-inner .flex.text-xl {
    font-size: 15px;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex [data-content-type='video'] .pagebuilder-video-inner:first-child {
    width: 19.4%;
  }

  .new_product_section .flex [data-content-type='video'] .pagebuilder-video-inner:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex [data-content-type='video'] .pagebuilder-video-inner:first-child {
  width: 20.5%;
}

.new_product_section .flex [data-content-type='video'] .pagebuilder-video-inner:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex [data-content-type='video'] .pagebuilder-video-inner:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex [data-content-type='video'] .pagebuilder-video-inner:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex [data-content-type='video'] .pagebuilder-video-inner:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex [data-content-type='video'] .pagebuilder-video-inner:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center[data-content-type='video'] .pagebuilder-video-inner {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container [data-content-type='video'] .pagebuilder-video-inner.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container [data-content-type='video'] .pagebuilder-video-inner.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container [data-content-type='video'] .pagebuilder-video-inner.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container [data-content-type='video'] .pagebuilder-video-inner.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container [data-content-type='video'] .pagebuilder-video-inner.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container [data-content-type='video'] .pagebuilder-video-inner.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container [data-content-type='video'] .pagebuilder-video-inner.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > [data-content-type='video'] .pagebuilder-video-inner:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > [data-content-type='video'] .pagebuilder-video-inner:last-child {
    width: 100%;
    padding: 0;
  }
}

[data-content-type='video'] .pagebuilder-video-container {
  position: relative;
  overflow: hidden;
}

.product-details-section .product-details [data-content-type='video'] .pagebuilder-video-container.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>[data-content-type='video'] .pagebuilder-video-container {
  background: #92ced6;
}

.product-details-section .product-details [data-content-type='video'] .pagebuilder-video-container.w-fit-content {
  background: #fff;
}

[data-content-type='video'] .pagebuilder-video-container.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field[data-content-type='video'] .pagebuilder-video-container {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width:567px) {
  .product-details [data-content-type='video'] .pagebuilder-video-container.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex [data-content-type='video'] .pagebuilder-video-container.w-full {
  width: auto;
  flex: 1 0 0;
}

.container[data-content-type='video'] .pagebuilder-video-container.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > [data-content-type='video'] .pagebuilder-video-container {
  width: calc(50% - 10px);
}

 .popularcategory [data-content-type='video'] .pagebuilder-video-container > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory [data-content-type='video'] .pagebuilder-video-container > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > [data-content-type='video'] .pagebuilder-video-container {
  width: 100%;
}

.popularcategory > [data-content-type='video'] .pagebuilder-video-container {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container [data-content-type='video'] .pagebuilder-video-container {
    width: 100%;
  }
}

.category-slider-container [data-content-type='video'] .pagebuilder-video-container.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider [data-content-type='video'] .pagebuilder-video-container.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section [data-content-type='video'] .pagebuilder-video-container.container {
    padding: 0 0;
  }

  .product-details [data-content-type='video'] .pagebuilder-video-container.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='video'] .pagebuilder-video-container {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='video'] .pagebuilder-video-container {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='video'] .pagebuilder-video-container .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='video'] .pagebuilder-video-container .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + [data-content-type='video'] .pagebuilder-video-container > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed [data-content-type='video'] .pagebuilder-video-container.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='video'] .pagebuilder-video-container.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > [data-content-type='video'] .pagebuilder-video-container {
    margin-bottom: 10px;
  }

  .new_product_section [data-content-type='video'] .pagebuilder-video-container.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section [data-content-type='video'] .pagebuilder-video-container.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section [data-content-type='video'] .pagebuilder-video-container.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section [data-content-type='video'] .pagebuilder-video-container.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='video'] .pagebuilder-video-container{
    padding: 0;
    margin: 0;
  }

  .product-section [data-content-type='video'] .pagebuilder-video-container.container {
    padding-right: 0;
  }
}

[data-content-type='video'] .pagebuilder-video-container {
  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%;
}

.product-details-slider-container .w-full[data-content-type='video'] iframe.fixed,.product-details-slider-container .w-full
    [data-content-type='video'] video.fixed {
  z-index: 9999;
}

.product-details-slider-container [data-content-type='video'] iframe.h-full.fixed,.product-details-slider-container 
    [data-content-type='video'] video.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty[data-content-type='video'] iframe,.quickorder_table .tbody>* .field.qty
    [data-content-type='video'] video {
  margin: 0;
  height: 50px;
}

dialog button[data-content-type='video'] iframe,dialog button
    [data-content-type='video'] video {
  top: 10px;
  right: 10px;
}

dialog button[data-content-type='video'] iframe:focus,dialog button
    [data-content-type='video'] video:focus {
  outline: 0;
  box-shadow: none;
}

.amlabel-position-wrapper[data-content-type='video'] iframe .amlabel-text,.amlabel-position-wrapper
    [data-content-type='video'] video .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper[data-content-type='video'] iframe,.amlabel-position-wrapper
    [data-content-type='video'] video {
  width: 100%;
  align-items: end;
  gap: 0;
  top: 10px;
  right: 10px;
}

.amlabel-position-wrapper[data-content-type='video'] iframe .amlabel-text:before,.amlabel-position-wrapper
    [data-content-type='video'] video .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.quick-view-main [data-content-type='video'] iframe,.quick-view-main 
    [data-content-type='video'] video {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input[data-content-type='video'] iframe,.ampromo-carousel-product form.product-item input
    [data-content-type='video'] video {
  left: 15px;
  top: 15px;
}

.flex.flex-col.justify-center.items-center[data-content-type='video'] iframe.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto,.flex.flex-col.justify-center.items-center
    [data-content-type='video'] video.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.product-details [data-content-type='video'] iframe.top-0 button svg *,.product-details 
    [data-content-type='video'] video.top-0 button svg * {
  stroke: #fff;
}

.product-details .absolute[data-content-type='video'] iframe button svg *,.product-details .absolute
    [data-content-type='video'] video button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='video'] iframe,.amwishlist-imgtextcheck .amwishlist-toolbar-block ul
    [data-content-type='video'] video {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='video'] iframe li,.amwishlist-imgtextcheck .amwishlist-toolbar-block ul
    [data-content-type='video'] video li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='video'] iframe,.amwishlist-imgtextcheck .amwishlist-toolbar-block ul
    [data-content-type='video'] video {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='video'] iframe li:hover,.amwishlist-imgtextcheck .amwishlist-toolbar-block ul
    [data-content-type='video'] video li:hover {
  color: var(--primary-color);
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon [data-content-type='video'] iframe,form#discount-coupon-form .coupon 
    [data-content-type='video'] video {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control[data-content-type='video'] iframe,form#discount-coupon-form .coupon .control
    [data-content-type='video'] video {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon [data-content-type='video'] iframe,form#discount-coupon-form .coupon 
    [data-content-type='video'] video {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control[data-content-type='video'] iframe,form#discount-coupon-form .coupon .control
    [data-content-type='video'] video {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center[data-content-type='video'] iframe,.product-details .relative.self-center
    [data-content-type='video'] video {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon [data-content-type='video'] iframe,
    form#discount-coupon-form .coupon .control[data-content-type='video'] iframe,form#discount-coupon-form .coupon 
    [data-content-type='video'] video,
    form#discount-coupon-form .coupon .control
    [data-content-type='video'] video {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow[data-content-type='video'] iframe.left-0.right-0,.catalog-product-view .block.widget.-slider .slider_arrow
    [data-content-type='video'] video.left-0.right-0 {
    display: none;
  }

  .catalog-product-view .block.widget.-slider .slider_arrow.absolute[data-content-type='video'] iframe.right-0,.catalog-product-view .block.widget.-slider .slider_arrow.absolute
    [data-content-type='video'] video.right-0 {
    display: none;
  }
}

#search_mini_form > [data-content-type='video'] iframe.flex .relative.w-full,#search_mini_form > 
    [data-content-type='video'] video.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > [data-content-type='video'] iframe.flex,#search_mini_form > 
    [data-content-type='video'] video.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > [data-content-type='video'] iframe.flex,#search_mini_form > 
    [data-content-type='video'] video.flex {
    justify-content: space-between;
  }
}

.amlabel-position-wrapper[data-content-type='video'] iframe,.amlabel-position-wrapper
    [data-content-type='video'] video {
  width: auto;
}

.bss_popup > a[data-content-type='video'] iframe,.bss_popup > a
    [data-content-type='video'] video {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a[data-content-type='video'] iframe svg,.bss_popup > a
    [data-content-type='video'] video svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a[data-content-type='video'] iframe:before,.bss_popup > a
    [data-content-type='video'] video:before {
  display: none;
}

.bss_popup > a[data-content-type='video'] iframe svg:before,.bss_popup > a
    [data-content-type='video'] video svg:before {
  display: none;
}

@media (min-width: 1700px) {
  .new_product_section .flex [data-content-type='video'] iframe:first-child,.new_product_section .flex 
    [data-content-type='video'] video:first-child {
    width: 19.4%;
  }

  .new_product_section .flex [data-content-type='video'] iframe:last-child,.new_product_section .flex 
    [data-content-type='video'] video:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex [data-content-type='video'] iframe:first-child,.new_product_section .flex 
    [data-content-type='video'] video:first-child {
  width: 20.5%;
}

.new_product_section .flex [data-content-type='video'] iframe:last-child,.new_product_section .flex 
    [data-content-type='video'] video:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0[data-content-type='video'] iframe,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0
    [data-content-type='video'] video {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='video'] iframe.left-0,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper
    [data-content-type='video'] video.left-0 {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0[data-content-type='video'] iframe img.amasty-label-image,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0
    [data-content-type='video'] video img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='video'] iframe.left-0 img.amasty-label-image,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper
    [data-content-type='video'] video.left-0 img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
}

.category_tab_wrapper nav[data-content-type='video'] iframe,.category_tab_wrapper nav
    [data-content-type='video'] video {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:1599px) {
  .new_product_section .flex [data-content-type='video'] iframe:last-child,.new_product_section .flex 
    [data-content-type='video'] video:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex [data-content-type='video'] iframe:first-child,.new_product_section .flex 
    [data-content-type='video'] video:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex [data-content-type='video'] iframe:last-child,.new_product_section .flex 
    [data-content-type='video'] video:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex [data-content-type='video'] iframe:first-child,.new_product_section .flex 
    [data-content-type='video'] video:first-child {
    width: 33.3333%;
  }
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0[data-content-type='video'] iframe img.amasty-label-image,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0
    [data-content-type='video'] video img.amasty-label-image {
  height: auto;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='video'] iframe.left-0 img.amasty-label-image,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper
    [data-content-type='video'] video.left-0 img.amasty-label-image {
  height: auto;
}

@media (max-width:767px) {
  .android-mobile button[data-content-type='video'] iframe.zoominimage,.android-mobile button
    [data-content-type='video'] video.zoominimage {
    pointer-events: none;
  }

  .product-details .relative.self-center[data-content-type='video'] iframe,.product-details .relative.self-center
    [data-content-type='video'] video {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .review_mobile_slider_main nav[data-content-type='video'] iframe,.android-mobile .review_mobile_slider_main nav
    [data-content-type='video'] video {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > [data-content-type='video'] iframe > *,.creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > 
    [data-content-type='video'] video > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button[data-content-type='video'] iframe.zoominimage,button
    [data-content-type='video'] video.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full[data-content-type='video'] iframe.fixed .relative.w-fit-content,.product-details-slider-container .w-full
    [data-content-type='video'] video.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container [data-content-type='video'] iframe.h-full.fixed .relative.w-fit-content,.product-details-slider-container 
    [data-content-type='video'] video.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full[data-content-type='video'] iframe.fixed .flex.justify-center.gap-2.mt-4,.product-details-slider-container .w-full
    [data-content-type='video'] video.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container [data-content-type='video'] iframe.h-full.fixed .flex.justify-center.gap-2.mt-4,.product-details-slider-container 
    [data-content-type='video'] video.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full[data-content-type='video'] iframe.fixed img.absolute.max-h-screen-75,.product-details-slider-container .w-full
    [data-content-type='video'] video.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container [data-content-type='video'] iframe.h-full.fixed img.absolute.max-h-screen-75,.product-details-slider-container 
    [data-content-type='video'] video.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed img[data-content-type='video'] iframe.max-h-screen-75,.product-details-slider-container .w-full.h-full.fixed img
    [data-content-type='video'] video.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full[data-content-type='video'] iframe.fixed .relative.self-center.w-full,.product-details-slider-container .w-full
    [data-content-type='video'] video.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container [data-content-type='video'] iframe.h-full.fixed .relative.self-center.w-full,.product-details-slider-container 
    [data-content-type='video'] video.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .w-full[data-content-type='video'] iframe.fixed .absolute.top-0.right-0.pt-4.pr-4,.product-details-slider-container .w-full
    [data-content-type='video'] video.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container [data-content-type='video'] iframe.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4,.product-details-slider-container 
    [data-content-type='video'] video.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='video'] iframe.top-0.right-0.pt-4.pr-4,.product-details-slider-container .w-full.h-full.fixed 
    [data-content-type='video'] video.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute[data-content-type='video'] iframe.right-0.pt-4.pr-4,.product-details-slider-container .w-full.h-full.fixed .absolute
    [data-content-type='video'] video.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full[data-content-type='video'] iframe.fixed .absolute.top-0.right-0.pt-4.pr-4 svg *,.product-details-slider-container .w-full
    [data-content-type='video'] video.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container [data-content-type='video'] iframe.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg *,.product-details-slider-container 
    [data-content-type='video'] video.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='video'] iframe.top-0.right-0.pt-4.pr-4 svg *,.product-details-slider-container .w-full.h-full.fixed 
    [data-content-type='video'] video.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute[data-content-type='video'] iframe.right-0.pt-4.pr-4 svg *,.product-details-slider-container .w-full.h-full.fixed .absolute
    [data-content-type='video'] video.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full[data-content-type='video'] iframe.fixed .amlabel-position-wrapper,.product-details-slider-container .w-full
    [data-content-type='video'] video.fixed .amlabel-position-wrapper {
    display: none;
  }

  .product-details-slider-container [data-content-type='video'] iframe.h-full.fixed .amlabel-position-wrapper,.product-details-slider-container 
    [data-content-type='video'] video.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0[data-content-type='video'] iframe,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0
    [data-content-type='video'] video {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='video'] iframe.left-0,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper
    [data-content-type='video'] video.left-0 {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0[data-content-type='video'] iframe img.amasty-label-image,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0
    [data-content-type='video'] video img.amasty-label-image {
    max-width: 34px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='video'] iframe.left-0 img.amasty-label-image,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper
    [data-content-type='video'] video.left-0 img.amasty-label-image {
    max-width: 34px;
  }

  .new_product_section .relative.container > .flex > [data-content-type='video'] iframe:first-child,.new_product_section .relative.container > .flex > 
    [data-content-type='video'] video:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > [data-content-type='video'] iframe:last-child,.new_product_section .relative.container > .flex > 
    [data-content-type='video'] video:last-child {
    width: 100%;
    padding: 0;
  }
}

/* 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;
}

.content-search-fastorder ul li .flex .searchimg+[data-content-type='banner'] .pagebuilder-banner-wrapper {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='banner'] .pagebuilder-banner-wrapper {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='banner'] .pagebuilder-banner-wrapper .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='banner'] .pagebuilder-banner-wrapper .flex.text-xl {
    font-size: 15px;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper {
  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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-details-section .product-details [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  background: #92ced6;
}

.content-search-fastorder ul li .flex .searchimg+[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  width: calc(100% - 67px);
  align-self: center;
}

.product-details-section .product-details [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.w-fit-content {
  background: #fff;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width:567px) {
  .product-details [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.w-full {
  width: auto;
  flex: 1 0 0;
}

.container[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay .flex.text-xl {
    font-size: 15px;
  }
}

.home-banner-section .home-banner-desktop > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  width: calc(50% - 10px);
}

 .popularcategory [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  width: 100%;
}

.popularcategory > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    width: 100%;
  }
}

.category-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.container {
    padding: 0 0;
  }

  .product-details [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-bottom: 10px;
  }

  .new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
    padding: 0;
    margin: 0;
  }

  .product-section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.container {
    padding-right: 0;
  }
}

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

.my-account-component .order-title[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: start;
}

.content-search-fastorder ul li [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: start;
  align-items: start;
}

.pearly-points [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .flex[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item .flex.items-center[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: start;
}

body.account main.page-main>.container[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  padding-top: 2rem;
  margin-top: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.amwishlist-toolbar ul[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: start;
}

.flex.flex-col.justify-center[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-content-tab .mt-4.grid[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay,
.wishlist-toolbar .mt-4.grid[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
}

.items.am-filter .amshopby-remove-item span[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  max-width: 100%;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  margin: 0;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link {
  line-height: normal;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    justify-content: space-between;
  }

  .form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:first-child {
  width: 20.5%;
}

.new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay, .popularcategory .relative > div[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  margin: 0 -7.5px;
}

.new_product_section .container > div[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item, .popularcategory .relative > div[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link span {
  display: inline;
}

.form.mini-search [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .flex[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .flex[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .product-details-slider-container .flex[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
  }

  .android-mobile .city-section .container > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col, .customer-account-create .page-main > .container[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col, .customer-account-forgotpassword .page-main > .container[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed .flex[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index .container[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col {
    display: none;
  }

  .city-section .container > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    margin-top: 10px;
  }

  .new_product_section .relative.container > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    margin: 0;
  }

  .new_product_section .container > div[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item {
    width: 305px;
    align-items: center;
  }
}

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

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

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

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

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

.cart-form .fixed.z-50 [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button.bg-white {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

@media (max-width:1023px) {
  .gift-popup-main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
  text-align: inherit;
}

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

.product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  margin: 0;
  height: 50px;
}

.flex.flex-col.justify-center.items-center[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content,
    form#discount-coupon-form .coupon .control[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 100%;
  }
}

#search_mini_form > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

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

@media (max-width:767px) {
  #search_mini_form > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:first-child {
    width: 19.4%;
  }

  .new_product_section .flex [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:first-child {
  width: 20.5%;
}

.new_product_section .flex [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:last-child {
    width: 100%;
    padding: 0;
  }
}

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

.product-title+[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-top: 5px;
}

.container.relative.py-2[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.new_product_section .product .product-info > [data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  display: none;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .android-mobile .products ul[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.grid.gap {
    gap: 20px;
  }

  .product-title + [data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    display: none;
  }
}

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

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

/* Slider */

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

.product-details-section .product-details [data-content-type='slider'].mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>[data-content-type='slider'] {
  background: #92ced6;
}

.product-details-section .product-details [data-content-type='slider'].w-fit-content {
  background: #fff;
}

[data-content-type='slider'].container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field[data-content-type='slider'] {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width:567px) {
  .product-details [data-content-type='slider'].self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex [data-content-type='slider'].w-full {
  width: auto;
  flex: 1 0 0;
}

.container[data-content-type='slider'].py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > [data-content-type='slider'] {
  width: calc(50% - 10px);
}

 .popularcategory [data-content-type='slider'] > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory [data-content-type='slider'] > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > [data-content-type='slider'] {
  width: 100%;
}

.popularcategory > [data-content-type='slider'] {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container [data-content-type='slider'] {
    width: 100%;
  }
}

.category-slider-container [data-content-type='slider'].js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider [data-content-type='slider'].container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section [data-content-type='slider'].container {
    padding: 0 0;
  }

  .product-details [data-content-type='slider'].self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='slider'] {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='slider'] {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='slider'] .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='slider'] .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + [data-content-type='slider'] > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed [data-content-type='slider'].w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='slider'].self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > [data-content-type='slider'] {
    margin-bottom: 10px;
  }

  .new_product_section [data-content-type='slider'].container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section [data-content-type='slider'].container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section [data-content-type='slider'].relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section [data-content-type='slider'].container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='slider']{
    padding: 0;
    margin: 0;
  }

  .product-section [data-content-type='slider'].container {
    padding-right: 0;
  }
}

[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;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.75;
}

dialog button[data-content-type='slider'] .carousel-nav {
  top: 10px;
  right: 10px;
}

dialog button[data-content-type='slider'] .carousel-nav:focus {
  outline: 0;
  box-shadow: none;
}

.amlabel-position-wrapper[data-content-type='slider'] .carousel-nav .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper[data-content-type='slider'] .carousel-nav .amasty-label-container {
  width: auto;
}

.amlabel-position-wrapper[data-content-type='slider'] .carousel-nav {
  width: 100%;
  align-items: end;
  bottom: 5px;
  gap: 0;
}

.amlabel-position-wrapper[data-content-type='slider'] .carousel-nav .amlabel-text+img {
  width: auto;
}

.amlabel-position-wrapper[data-content-type='slider'] .carousel-nav .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.amlabel-position-wrapper[data-content-type='slider'] .carousel-nav .amlabel-text+img {
  height: 28px;
}

.quick-view-main [data-content-type='slider'] .carousel-nav {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input[data-content-type='slider'] .carousel-nav {
  left: 15px;
  top: 15px;
}

.product-details [data-content-type='slider'] .carousel-nav.top-0 button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='slider'] .carousel-nav {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='slider'] .carousel-nav li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='slider'] .carousel-nav {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='slider'] .carousel-nav li:hover {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow[data-content-type='slider'] .carousel-nav.left-0.right-0 {
    display: none;
  }
}

.bss_popup > a[data-content-type='slider'] .carousel-nav {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a[data-content-type='slider'] .carousel-nav svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a[data-content-type='slider'] .carousel-nav:before {
  display: none;
}

.bss_popup > a[data-content-type='slider'] .carousel-nav svg:before {
  display: none;
}

.product-details-section .amlabel-position-wrapper[data-content-type='slider'] .carousel-nav {
  bottom: auto;
  top: 10px;
  right: 10px;
  width: auto;
}

.product-details-section .amlabel-position-wrapper[data-content-type='slider'] .carousel-nav img.edb-badge {
  height: 60px;
  max-height: 60px;
}

@media (max-width:1080px) {
  .product-details-section .amlabel-position-wrapper[data-content-type='slider'] .carousel-nav img.edb-badge {
    height: 50px;
    max-height: 40px;
  }
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='slider'] .carousel-nav.right-0 {
  display: none;
}

.category_tab_wrapper nav[data-content-type='slider'] .carousel-nav {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:767px) {
  .android-mobile button[data-content-type='slider'] .carousel-nav.zoominimage {
    pointer-events: none;
  }

  .android-mobile .list_bottom_menu > .fixed .p-4.border-t.border-gray-200[data-content-type='slider'] .carousel-nav {
    display: none;
  }

  .android-mobile .review_mobile_slider_main nav[data-content-type='slider'] .carousel-nav {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > [data-content-type='slider'] .carousel-nav > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button[data-content-type='slider'] .carousel-nav.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img[data-content-type='slider'] .carousel-nav.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='slider'] .carousel-nav.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='slider'] .carousel-nav.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }
}

[data-content-type='slider'] .carousel-nav {
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

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

.content-search-fastorder ul li .flex .searchimg+[data-content-type='slide'] {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='slide'] {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='slide'] .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='slide'] .flex.text-xl {
    font-size: 15px;
  }
}

[data-content-type='slide'] {
  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;
}

.content-search-fastorder ul li .flex .searchimg+[data-content-type='slide'] .pagebuilder-slide-wrapper {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='slide'] .pagebuilder-slide-wrapper {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='slide'] .pagebuilder-slide-wrapper .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='slide'] .pagebuilder-slide-wrapper .flex.text-xl {
    font-size: 15px;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper {
  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;
}

.product-details-slider-container .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.fixed {
  z-index: 9999;
}

.cart-form .fixed[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  z-index: 88;
}

.cart-form .fixed[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element .inline-block.bg-white {
  max-width: 400px;
  width: 100%;
}

dialog button[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  top: 10px;
  right: 10px;
}

dialog button[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element:focus {
  outline: 0;
  box-shadow: none;
}

.amlabel-position-wrapper[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  width: 100%;
  align-items: end;
  gap: 0;
  top: 10px;
  right: 10px;
}

.amlabel-position-wrapper[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.quick-view-main [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 15px;
  top: 15px;
}

.flex.fixed[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.product-details [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.top-0 button svg * {
  stroke: #fff;
}

.product-details .absolute[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element li:hover {
  color: var(--primary-color);
}

.amwishlist-item .flex.fixed[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .fixed[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element .bg-white.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

.amwishlist-item .fixed[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element  button.btn {
  min-width: inherit;
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.left-0.right-0 {
    display: none;
  }
}

.amlabel-position-wrapper[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  width: auto;
}

.bss_popup > a[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element:before {
  display: none;
}

.bss_popup > a[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element svg:before {
  display: none;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.left-0 {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.left-0 img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
}

.category_tab_wrapper nav[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  align-items: inherit;
  margin-top: -15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.left-0 img.amasty-label-image {
  height: auto;
}

@media (max-width:767px) {
  .android-mobile button[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.zoominimage {
    pointer-events: none;
  }

  .android-mobile .review_mobile_slider_main nav[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed img[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.fixed .amlabel-position-wrapper {
    display: none;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.left-0 {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.left-0 img.amasty-label-image {
    max-width: 34px;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: -15000vw;
}

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

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

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

.product-details-section .product-details [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  background: #92ced6;
}

.product-details-section .product-details [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.w-fit-content {
  background: #fff;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width:567px) {
  .product-details [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.relative.py-2.mx-auto.text-black[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  max-width: 100%;
  padding: 0;
}

.container[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  width: calc(50% - 10px);
}

 .popularcategory [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  width: 100%;
}

.popularcategory > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    width: 100%;
  }
}

.category-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.container {
    padding: 0 0;
  }

  .product-details [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    margin-bottom: 10px;
  }

  .new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{
    padding: 0;
    margin: 0;
  }

  .product-section [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.container {
    padding-right: 0;
  }
}

[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, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.content-search-fastorder ul li .flex .searchimg+[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay .flex.text-xl {
    font-size: 15px;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  border-radius: inherit;
}

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

.my-account-component .order-title[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: start;
}

.content-search-fastorder ul li [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: start;
  align-items: start;
}

.pearly-points [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .flex[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item .flex.items-center[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: start;
}

body.account main.page-main>.container[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  padding-top: 2rem;
  margin-top: 0;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.amwishlist-toolbar ul[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: start;
}

.flex.flex-col.justify-center[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-content-tab .mt-4.grid[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay,
.wishlist-toolbar .mt-4.grid[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
}

.items.am-filter .amshopby-remove-item span[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  max-width: 100%;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  margin: 0;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link {
  line-height: normal;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    justify-content: space-between;
  }

  .form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:first-child {
  width: 20.5%;
}

.new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay, .popularcategory .relative > div[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  margin: 0 -7.5px;
}

.new_product_section .container > div[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item, .popularcategory .relative > div[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item-link span {
  display: inline;
}

.form.mini-search [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .flex[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .flex[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .product-details-slider-container .flex[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
  }

  .android-mobile .city-section .container > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col, .customer-account-create .page-main > .container[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col, .customer-account-forgotpassword .page-main > .container[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed .flex[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index .container[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col {
    display: none;
  }

  .city-section .container > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    margin-top: 10px;
  }

  .new_product_section .relative.container > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    margin: 0;
  }

  .new_product_section .container > div[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .product-item {
    width: 305px;
    align-items: center;
  }
}

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

.product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  margin: 0;
  height: 50px;
}

.flex.flex-col.justify-center.items-center[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content,
    form#discount-coupon-form .coupon .control[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 100%;
  }
}

#search_mini_form > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

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

@media (max-width:767px) {
  #search_mini_form > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:first-child {
    width: 19.4%;
  }

  .new_product_section .flex [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:first-child {
  width: 20.5%;
}

.new_product_section .flex [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:last-child {
    width: 100%;
    padding: 0;
  }
}

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

.product-title+[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-top: 5px;
}

.container.relative.py-2[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.new_product_section .product .product-info > [data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  display: none;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .android-mobile .products ul[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.grid.gap {
    gap: 20px;
  }

  .product-title + [data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    display: none;
  }
}

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

.content-search-fastorder ul li .flex .searchimg+[data-content-type='map'] {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='map'] {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='map'] .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4[data-content-type='map'] .flex.text-xl {
    font-size: 15px;
  }
}

/**
 * Add Content
 */

/* Block */

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

.membership-tiers-main img[data-content-type$='block'] .block p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .block p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .block p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .block p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

/* 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;
}

/**
 * Glider
 */

.glider-contain {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.product-details-section .product-details .glider-contain.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>.glider-contain {
  background: #92ced6;
}

.product-details-slider-container .glider-contain.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty.glider-contain {
  margin: 0;
  height: 50px;
}

.product-title+.glider-contain {
  margin-top: 5px;
}

.product-details-section .product-details .glider-contain.w-fit-content {
  background: #fff;
}

.glider-contain.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.flex.flex-col.justify-center.items-center.glider-contain.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.glider-contain {
  width: 100%;
  padding-right: 0;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .glider-contain {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.glider-contain {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .glider-contain {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.glider-contain {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.glider-contain {
    width: 90%;
    margin: 0 auto;
  }

  .product-details .glider-contain.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .glider-contain,
    form#discount-coupon-form .coupon .control.glider-contain {
    width: 100%;
  }
}

#search_mini_form > .glider-contain.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full.flex .glider-contain.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.relative.py-2.glider-contain.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.container.glider-contain.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

#search_mini_form > .glider-contain.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .glider-contain.flex {
    justify-content: space-between;
  }
}

.new_product_section .product .product-info > .glider-contain {
  display: none;
}

.home-banner-section .home-banner-desktop > .glider-contain {
  width: calc(50% - 10px);
}

@media (min-width: 1700px) {
  .new_product_section .flex .glider-contain:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .glider-contain:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .glider-contain:first-child {
  width: 20.5%;
}

.new_product_section .flex .glider-contain:last-child {
  width: 79.5%;
  padding-left: 33px;
}

 .popularcategory .glider-contain > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory .glider-contain > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .glider-contain {
  width: 100%;
}

.popularcategory > .glider-contain {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:1599px) {
  .new_product_section .flex .glider-contain:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .glider-contain:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .glider-contain:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .glider-contain:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .glider-contain {
    width: 100%;
  }
}

.category-slider-container .glider-contain.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.glider-contain.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.glider-contain.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.glider-contain.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.glider-contain.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.glider-contain.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.glider-contain.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.glider-contain.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.glider-contain.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .glider-contain.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .glider-contain.container {
    padding: 0 0;
  }

  .android-mobile .products ul.glider-contain.grid.gap {
    gap: 20px;
  }

  .product-details .relative.self-center.glider-contain {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details .glider-contain.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .glider-contain {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .product-title + .glider-contain {
    display: none;
  }

  .android-mobile .category_mobile_slider_main .glider-contain {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .glider-contain .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .glider-contain .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .glider-contain > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .glider-contain.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .glider-contain.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .glider-contain.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .glider-contain.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .glider-contain.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .glider-contain.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .glider-contain.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .glider-contain.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .glider-contain.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .popularcategory > .glider-contain {
    margin-bottom: 10px;
  }

  .new_product_section .relative.container > .flex > .glider-contain:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .glider-contain.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .glider-contain:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .glider-contain.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .glider-contain.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .glider-contain.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .glider-contain{
    padding: 0;
    margin: 0;
  }

  .product-section .glider-contain.container {
    padding-right: 0;
  }
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
          user-select: none;
}

.coupon-form button.glider.draggable {
  width: 100%;
  padding-right: 20px;
  font-size: var(--font-18);
}

.coupon-form button.glider.draggable svg {
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.glider.draggable {
  cursor: grab;
}

.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.coupon-form button.glider.draggable .glider-slide img {
  width: 100%;
  padding-right: 20px;
  font-size: var(--font-18);
}

.coupon-form button.glider.draggable .glider-slide img svg {
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.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;
  flex-wrap: wrap;
}

.product-details-slider-container .glider .glider-track.h-full.fixed {
  z-index: 9999;
}

.my-account-component .order-title.glider .glider-track {
  align-items: center;
  margin-bottom: 15px;
}

.quickorder_table .tbody>* .field.qty.glider .glider-track {
  margin: 0;
  height: 50px;
}

.content-search-fastorder ul li .glider .glider-track {
  align-items: start;
}

.content-search-fastorder ul li .glider .glider-track .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .glider .glider-track .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.my-account-component.glider .glider-track {
  padding: 0;
  background: transparent;
}

.pearly-points .glider .glider-track {
  justify-content: start;
  align-items: start;
}

.pearly-points .glider .glider-track h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .glider .glider-track h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.glider .glider-track.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .glider .glider-track.items-center.justify-center {
  justify-content: start;
}

body.account main.page-main>.container.glider .glider-track {
  padding-top: 2rem;
  margin-top: 0;
}

.glider .glider-track.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.flex.flex-col.justify-center.items-center.glider .glider-track.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.glider .glider-track.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .glider .glider-track.transition-transform {
  flex-wrap: nowrap;
}

.items.am-filter .amshopby-remove-item span.glider .glider-track {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.glider .glider-track+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.glider .glider-track+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .glider .glider-track.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .glider .glider-track.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .glider .glider-track.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .glider .glider-track.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+.glider .glider-track {
    display: none;
  }

  form#discount-coupon-form .coupon .glider .glider-track {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.glider .glider-track {
    width: calc(100% - 190px);
  }
}

@media (max-width:767px) {
  .pearly-points .glider .glider-track h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .glider .glider-track {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .glider .glider-track {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.glider .glider-track {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.glider .glider-track {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .glider .glider-track ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .glider .glider-track,
    form#discount-coupon-form .coupon .control.glider .glider-track {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .glider .glider-track {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .glider .glider-track button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .glider .glider-track button svg {
    margin: 0;
  }
}

#search_mini_form > .glider .glider-track.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full.glider .glider-track .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .glider .glider-track.flex {
  max-width: 100%;
}

#search_mini_form > .w-full.glider .glider-track {
  max-width: 100%;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .glider .glider-track.flex {
    justify-content: space-between;
  }

  #search_mini_form > .w-full.glider .glider-track {
    justify-content: space-between;
  }

  .form.mini-search .glider .glider-track > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .glider .glider-track.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .glider .glider-track.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section .flex .glider .glider-track:first-child {
    width: 19.4%;
  }

  .new_product_section .glider .glider-track .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .glider .glider-track:last-child {
    width: 80.6%;
  }

  .new_product_section .glider .glider-track .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .glider .glider-track.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section .flex .glider .glider-track:first-child {
  width: 20.5%;
}

.new_product_section .glider .glider-track .w-full:first-child {
  width: 20.5%;
}

.new_product_section .flex .glider .glider-track:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .glider .glider-track .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div.glider .glider-track, .popularcategory .relative > div.glider .glider-track {
  margin: 0 -7.5px;
}

.new_product_section .container > div.glider .glider-track .product-item, .popularcategory .relative > div.glider .glider-track .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section .flex .glider .glider-track:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .glider .glider-track .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .glider .glider-track:first-child {
    width: 35%;
  }

  .new_product_section .glider .glider-track .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .glider .glider-track:last-child {
    width: 66.6667%;
  }

  .new_product_section .glider .glider-track .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .glider .glider-track:first-child {
    width: 33.3333%;
  }

  .new_product_section .glider .glider-track .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .glider .glider-track > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .glider .glider-track.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .glider .glider-track {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .glider .glider-track {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .glider .glider-track svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .glider .glider-track {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container .glider .glider-track.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .glider .glider-track.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .glider .glider-track.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .product-details .relative.self-center.glider .glider-track {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .city-section .container > .glider .glider-track {
    align-items: center;
  }

  .android-mobile .city-section .container > .glider .glider-track > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .glider .glider-track > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative .glider .glider-track.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .glider .glider-track.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.glider .glider-track.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.glider .glider-track.flex-col, .customer-account-create .page-main > .container.glider .glider-track.flex-col, .customer-account-forgotpassword .page-main > .container.glider .glider-track.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section .glider .glider-track.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .glider .glider-track.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .glider .glider-track.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed .glider .glider-track.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .glider .glider-track.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .glider .glider-track.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .glider .glider-track.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .glider .glider-track.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .glider .glider-track.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .checkout-cart-index .container.glider .glider-track.flex-col {
    display: none;
  }

  .city-section .container > .glider .glider-track > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .glider .glider-track > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.glider .glider-track {
    margin-top: 10px;
  }

  .new_product_section .relative.container > .flex > .glider .glider-track:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .glider .glider-track > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .glider .glider-track:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .relative.container > .glider .glider-track > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.glider .glider-track {
    margin: 0;
  }

  .new_product_section .container > div.glider .glider-track .product-item {
    width: 305px;
    align-items: center;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.glider .glider-track.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.glider .glider-track.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

.glider-slide {
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
}

.product-details-slider-container .glider-slide.h-full.fixed {
  z-index: 9999;
}

.coupon-form button.glider-slide {
  width: 100%;
  padding-right: 20px;
  font-size: var(--font-18);
}

.coupon-form button.glider-slide svg {
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.quickorder_table .tbody>* .field.qty.glider-slide {
  margin: 0;
  height: 50px;
}

.ampromo-carousel-product form.product-item .flex.items-center.glider-slide {
  justify-content: start;
}

.amwishlist-toolbar ul.glider-slide {
  justify-content: start;
}

.flex.flex-col.glider-slide.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.justify-center.items-center.glider-slide.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .glider-slide {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.glider-slide {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .glider-slide {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.glider-slide {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.glider-slide {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .glider-slide,
    form#discount-coupon-form .coupon .control.glider-slide {
    width: 100%;
  }
}

#search_mini_form > .glider-slide.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .glider-slide.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .glider-slide.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex .glider-slide:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .glider-slide:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .glider-slide:first-child {
  width: 20.5%;
}

.new_product_section .flex .glider-slide:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex .glider-slide:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .glider-slide:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .glider-slide:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .glider-slide:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .android-mobile .product-details-slider-container .flex.glider-slide {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .flex.glider-slide button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .flex.glider-slide button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .product-details .relative.self-center.glider-slide {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container .glider-slide.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .flex.glider-slide.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .glider-slide.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .glider-slide.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .glider-slide.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .glider-slide.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .glider-slide.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .glider-slide.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > .glider-slide:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .glider-slide:last-child {
    width: 100%;
    padding: 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: rgba(107, 114, 128, var(--tw-text-opacity, 1));
  opacity: 0.25;
}

.new_product_section .slider_arrow button.glider-prev.disabled, .category_tab_wrapper button.glider-prev.disabled,.new_product_section .slider_arrow button .glider-next.disabled, .category_tab_wrapper button .glider-next.disabled {
  opacity: 1;
  border-color: #ccc;
  cursor: not-allowed;
}

.new_product_section .slider_arrow button.glider-prev.disabled svg, .category_tab_wrapper button.glider-prev.disabled svg,.new_product_section .slider_arrow button .glider-next.disabled svg, .category_tab_wrapper button .glider-next.disabled svg {
  opacity: 0.25;
}

.glider-dot {
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  opacity: 0.25;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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);
}

#gallery .fixed.glider-dot .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.glider-dot .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.glider-dot .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.glider-dot .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .glider-dot p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .glider-dot p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .glider-dot p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .glider-dot p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.catalog-product-view .glider-dot.widget.-slider {
  padding: var(--section-space) 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.glider-dot {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.glider-dot span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.glider-dot span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .catalog-product-view .glider-dot.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .glider-dot.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

.new_product_section .slider_arrow button.glider-dot, .category_tab_wrapper button.glider-dot {
  opacity: 1;
  border-color: #ccc;
  cursor: not-allowed;
}

.new_product_section .slider_arrow button.glider-dot svg, .category_tab_wrapper button.glider-dot svg {
  opacity: 0.25;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.glider-dot {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.glider-dot h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.glider-dot h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.glider-dot h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.glider-dot {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.glider-dot h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.glider-dot h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.glider-dot h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  body.android-mobile .header-search.glider-dot {
    display: block;
  }

  .android-mobile.catalog-product-view .glider-dot.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .glider-dot.widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .glider-dot.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

.glider-dot[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.glider-dot[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.glider-dot[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.glider-dot[disabled] {
    display: block;
  }
}

.glider-dot.active {
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next {
  display: none;
}

@media (min-width:768px) {
  .header-search[data-show-arrows='false'] .glider-prev,.header-search
    [data-show-arrows='false'] .glider-next {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container[data-show-arrows='false'] .glider-prev,.customer-account-index .my-account-container
    [data-show-arrows='false'] .glider-next {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table[data-show-arrows='false'] .glider-prev,.customer-account-index .recent-order-wrapper.reward-history-table
    [data-show-arrows='false'] .glider-next {
    display: block;
  }
}

[data-show-dots='false'] .glider-dots {
  display: none;
}

@media (min-width:768px) {
  .header-search[data-show-dots='false'] .glider-dots {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container[data-show-dots='false'] .glider-dots {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table[data-show-dots='false'] .glider-dots {
    display: block;
  }
}

/* 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;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.\!-top-3 {
  top: -0.75rem !important;
}

.\!left-0 {
  left: 0px !important;
}

.\!left-4 {
  left: 1rem !important;
}

.\!right-0 {
  right: 0px !important;
}

.\!right-4 {
  right: 1rem !important;
}

.\!top-full {
  top: 100% !important;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-left-1 {
  left: -0.25rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-right-2\.5 {
  right: -0.625rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-top-2\.5 {
  top: -0.625rem;
}

.-top-3 {
  top: -0.75rem;
}

.-top-px {
  top: -1px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-2\/4 {
  bottom: 50%;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-full {
  bottom: 100%;
}

.bottom-px {
  bottom: 1px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/3 {
  left: 33.333333%;
}

.left-10 {
  left: 2.5rem;
}

.left-2 {
  left: 0.5rem;
}

.left-2\/4 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-auto {
  left: auto;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-1\.5 {
  right: 0.375rem;
}

.right-10 {
  right: 2.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[-9px\] {
  right: -9px;
}

.right-\[0\] {
  right: 0;
}

.right-\[50\%\] {
  right: 50%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-\[-9px\] {
  top: -9px;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-5 {
  z-index: 5;
}

.z-50 {
  z-index: 50;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[10000\] {
  z-index: 10000;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-full {
  grid-column: 1 / -1;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-4 {
  margin: -1rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-\[10px\] {
  margin-left: -10px;
  margin-right: -10px;
}

.-mx-\[var\(--half-gap\)\] {
  margin-left: calc(var(--half-gap) * -1);
  margin-right: calc(var(--half-gap) * -1);
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.\!ml-0 {
  margin-left: 0px !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.\!mt-3 {
  margin-top: 0.75rem !important;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-px {
  margin-left: -1px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-1\.5 {
  margin-top: -0.375rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[var\(--gap\)\] {
  margin-bottom: var(--gap);
}

.ml-0 {
  margin-left: 0px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[5px\] {
  margin-left: 5px;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-auto {
  margin-right: auto;
}

.ms-7 {
  margin-left: 1.75rem;
}

.ms-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[11px\] {
  margin-top: 11px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[3px\] {
  margin-top: 3px;
}

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

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

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

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.\!h-10 {
  height: 2.5rem !important;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-4\/5 {
  height: 80%;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[50px\] {
  height: 50px;
}

.h-am-latter {
  height: 32px;
}

.h-am-popup-content {
  height: 415px;
}

.h-auto {
  height: auto;
}

.h-carousel-product-item {
  height: 540px;
}

.h-fit {
  height: -webkit-fit-content;
  height: fit-content;
}

.h-fit-content {
  height: -webkit-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -webkit-max-content;
  height: max-content;
}

.h-screen {
  height: 100vh;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-\[40vh\] {
  max-height: 40vh;
}

.max-h-\[50px\] {
  max-height: 50px;
}

.max-h-\[6\.25rem\] {
  max-height: 6.25rem;
}

.max-h-\[605px\] {
  max-height: 605px;
}

.max-h-\[65px\] {
  max-height: 65px;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-\[var\(--ambrands-img-height\)\] {
  max-height: var(--ambrands-img-height);
}

.max-h-am-75 {
  max-height: 75vh;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-screen-75 {
  max-height: 75vh;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-20 {
  min-height: 5rem;
}

.min-h-28 {
  min-height: 7rem;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-64 {
  min-height: 16rem;
}

.min-h-\[20px\] {
  min-height: 20px;
}

.min-h-\[22px\] {
  min-height: 22px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.min-h-\[48px\] {
  min-height: 48px;
}

.min-h-\[4rem\] {
  min-height: 4rem;
}

.min-h-\[9rem\] {
  min-height: 9rem;
}

.min-h-a11y {
  min-height: 2.75rem;
}

.\!w-10 {
  width: 2.5rem !important;
}

.\!w-auto {
  width: auto !important;
}

.w-0 {
  width: 0px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/4 {
  width: 50%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-4\/5 {
  width: 80%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[270px\] {
  width: 270px;
}

.w-\[70\%\] {
  width: 70%;
}

.w-am-latter {
  width: 32px;
}

.w-am-popup-content {
  width: 600px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -webkit-fit-content;
  width: fit-content;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -webkit-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-28 {
  min-width: 7rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-\[10\.5rem\] {
  min-width: 10.5rem;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.min-w-\[30px\] {
  min-width: 30px;
}

.min-w-\[3rem\] {
  min-width: 3rem;
}

.min-w-\[40px\] {
  min-width: 40px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-36 {
  max-width: 9rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.max-w-\[1146px\] {
  max-width: 1146px;
}

.max-w-\[11rem\] {
  max-width: 11rem;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[270px\] {
  max-width: 270px;
}

.max-w-\[30\%\] {
  max-width: 30%;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[362px\] {
  max-width: 362px;
}

.max-w-\[50\%\] {
  max-width: 50%;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[50px\] {
  max-width: 50px;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-\[9rem\] {
  max-width: 9rem;
}

.max-w-\[var\(--ambrands-img-width\)\] {
  max-width: var(--ambrands-img-width);
}

.max-w-\[var\(--ambrands-slider-max-width\)\] {
  max-width: var(--ambrands-slider-max-width);
}

.max-w-amrel-75 {
  max-width: 75%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-am-search-sidebar {
  flex: 0 1 100%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.basis-2\/4 {
  flex-basis: 50%;
}

.basis-\[48\%\] {
  flex-basis: 48%;
}

.basis-\[55\%\] {
  flex-basis: 55%;
}

.basis-\[90\%\] {
  flex-basis: 90%;
}

.basis-auto {
  flex-basis: auto;
}

.basis-full {
  flex-basis: 100%;
}

.table-auto {
  table-layout: auto;
}

.origin-top {
  transform-origin: top;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-0 {
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-72 {
  --tw-translate-x: 18rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-8 {
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[none\] {
  --tw-translate-x: none;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-150 {
  --tw-scale-x: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-100 {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.select-none {
  -webkit-user-select: none;
          user-select: none;
}

.select-all {
  -webkit-user-select: all;
          user-select: all;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
          appearance: none;
}

.columns-xs {
  columns: 20rem;
}

.break-inside-avoid {
  page-break-inside: avoid;
  break-inside: avoid;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-\[1fr_1fr\] {
  grid-template-columns: 1fr 1fr;
}

.grid-cols-\[minmax\(0px\2c 1fr\)_theme\(\'spacing\.72\'\)\] {
  grid-template-columns: minmax(0px,1fr) 18rem;
}

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

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-items-center {
  place-items: center;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[var\(--gap\)\] {
  gap: var(--gap);
}

.gap-amlabel-margin {
  gap: var(--amlabel-margin-between);
}

.gap-x-1 {
  column-gap: 0.25rem;
}

.gap-x-2 {
  column-gap: 0.5rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-x-7 {
  column-gap: 1.75rem;
}

.gap-x-\[110px\] {
  column-gap: 110px;
}

.gap-x-\[120px\] {
  column-gap: 120px;
}

.gap-x-\[var\(--gap\)\] {
  column-gap: var(--gap);
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-\[0px\] {
  row-gap: 0px;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-y-\[30px\] {
  row-gap: 30px;
}

.gap-y-\[var\(--content-space\)\] {
  row-gap: var(--content-space);
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-\[1\.125rem\] {
  border-width: 1.125rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-\[0\.875rem\] {
  border-left-width: 0.875rem;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-amrel-blue-border {
  --tw-border-opacity: 1;
  border-color: rgba(57, 120, 189, var(--tw-border-opacity, 1));
}

.border-amrel-grey-border {
  --tw-border-opacity: 1;
  border-color: rgba(233, 246, 255, var(--tw-border-opacity, 1));
}

.border-amrel-grey-border-light {
  --tw-border-opacity: 1;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity, 1));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity, 1));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity, 1));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity, 1));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity, 1));
}

.border-container {
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 231, var(--tw-border-opacity, 1));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity, 1));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity, 1));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity, 1));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity, 1));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity, 1));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-l-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#EEFAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 250, 255, var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1));
}

.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}

.bg-\[var\(--ambrands-bg-color\)\] {
  background-color: var(--ambrands-bg-color);
}

.bg-amrel-blue-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 241, 248, var(--tw-bg-opacity, 1));
}

.bg-amrel-grey-border {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 246, 255, var(--tw-bg-opacity, 1));
}

.bg-amrel-red-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 56, 56, var(--tw-bg-opacity, 1));
}

.bg-amrel-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 250, 229, var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity, 1));
}

.bg-container {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.bg-container-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-container-lighter\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity, 1));
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity, 1));
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity, 1));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity, 1));
}

.bg-slate-800\/40 {
  background-color: rgba(30, 41, 59, 0.4);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-white\/25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-white\/60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity, 1));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity, 1));
}

.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-icon-facebook {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQwIDIwQzQwIDguOTUzIDMxLjA0NyAwIDIwIDBTMCA4Ljk1MyAwIDIwYzAgOS45ODQgNy4zMTMgMTguMjU4IDE2Ljg3NSAxOS43NThWMjUuNzhoLTUuMDc4VjIwaDUuMDc4di00LjQwNmMwLTUuMDEyIDIuOTg0LTcuNzgxIDcuNTU1LTcuNzgxIDIuMTg3IDAgNC40NzYuMzkgNC40NzYuMzl2NC45MjJoLTIuNTIzYy0yLjQ4NSAwLTMuMjU4IDEuNTQzLTMuMjU4IDMuMTI1VjIwaDUuNTQ3bC0uODg3IDUuNzgxaC00LjY2djEzLjk3N0MzMi42ODggMzguMjU4IDQwIDI5Ljk4NCA0MCAyMHoiIGZpbGw9IiMxODc3RjIiLz48cGF0aCBkPSJNMjcuNzg1IDI1Ljc4MUwyOC42NzIgMjBoLTUuNTQ3di0zLjc1YzAtMS41ODIuNzczLTMuMTI1IDMuMjU4LTMuMTI1aDIuNTIzVjguMjAzcy0yLjI4OS0uMzktNC40NzYtLjM5Yy00LjU3IDAtNy41NTUgMi43NjktNy41NTUgNy43OFYyMGgtNS4wNzh2NS43ODFoNS4wNzh2MTMuOTc3YzEuMDIuMTYgMi4wNjMuMjQyIDMuMTI1LjI0MiAxLjA2MyAwIDIuMTA1LS4wODIgMy4xMjUtLjI0MlYyNS43OGg0LjY2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');
}

.bg-icon-line {
  background-image: url('data:image/png;base64,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');
}

.bg-icon-linkedin {
  background-image: url('data:image/png;base64,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');
}

.bg-icon-mail {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9IiNGRjU2MDQiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMzAuMjE0IDEyLjE0M0g5Ljc4NkwyMCAyMC41NTZsMTAuMzMtOC4zOWEuNzEuNzEgMCAwMC0uMTE2LS4wMjN6Ii8+PHBhdGggZD0iTTIwLjQ5NiAyMi4xODFhLjc4Ni43ODYgMCAwMS0uOTk2IDBMOSAxMy41MzF2MTMuNTRjMCAuNDM0LjM1Mi43ODYuNzg2Ljc4NmgyMC40MjhhLjc4Ni43ODYgMCAwMC43ODYtLjc4NlYxMy42NDdMMjAuNDk2IDIyLjE4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDkpIiBkPSJNMCAwaDIydjIySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}

.bg-icon-pinterest {
  background-image: url('data:image/png;base64,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');
}

.bg-icon-telegram {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAAXNSR0IArs4c6QAAER1JREFUeF7tXXl0VcUZ/+a9JGQnEEIWAiRAAJGyyBJAFrHVekrBHuWkUHcIWvWoKPWoPS6Vntq6gLa2LohiqwKhVBRFC1pQQEEERARRCCSQkABZyEICWd6bnt+F+3hJ3nKXue+9+3K/fziczMz95pvfm/nm24aRQrrh7UOJMZG2aUT8Sic5h9u4LYszSmJEkQqHsJoZIAFO1MI41TiZs5g5bXtsjDY6YlrXvXHt4Holn2P+Gs1beXggcedDTkazGGOx/tpbfw++BDjnjYxsK+wR9PSrM/sf8sWRVwDcv6okpp43/ZFzuo8xigj+tCwO1Ergwu7wQutZ++Nv3pZ9zlN/jwC4Y/XhHIfD+S4RG6r2o1b70JMAJ9puj4i4bsn1WeXtuesAgLkrDo1kjK0nRimhNxWLI60S4ESlzGGbtvQ3/fa6j9EGANIvv5V/YS2+VjGHdj+AwMHsY97Myz4hc+oCwK3LiqIjY1u3c2LDQ3saFne6JOCkXQn2LpOez+t9FuO4AJBfUPgcES3QNbjV2RQSYJwvfG1WzhMuAOCq5yS+39L2TbF+upnknM44bPYcHAXSDjBvxaHXuY3N0T2yNYB5JMD5y0tn5dzFYOGLjqByy8hjnrUTwylrcEa3pLP8gsOzifhyMYNao5hKArDu5hcUvkZE+aZi3GJWjAQ4LWFzCg7usJFtjJgRrVHMJAFYCNncgsIKRtTDTIxbvIqRgJP4KZa/srCJGEWJGdIaxUwS4JyaoANwMzFt8SpWAhYAxMrTdKNZADDdkoll2AKAWHmabjQLAKZbMrEMWwAQK0/TjWYBwHRLJpZhCwBi5WnIaGkJkTQuK4FG9oqjpOgIamh20I6SM7Tu+9PU4tB3i7cAYMiS6R+0S4SNRveOo4nZiTSgR7THAQ+cPEvPby4jrgMDFgD0r5XQEfonR9Pl2Qk0pk88RUfY/I69dPtJ+urYGb/tvDWwAKBZdOI6JnSx0/isBGnhMxLVWeW/Od5AL33hivFUzZQFANUiE9OBMaLBPWNocr9EGtErjiJsfpO0PH742Okm+uMnpZqZsgCgWXTaOvaMj5R+6ROyEigpRn/CVVltMz2xvkQbM4gKtpxBmmWnuGOkndHwjDjp1z44NeZiKLbiEbw3/Lasgf6+1ToCBIhS/BBZ3btIWvzYPvEUE+lfodPCwfofa2j1t1Vaukp9rB1As+g8d4yNxPUtnqb0T6Q+3boIHr3jcK9uO0k7S6xbgOGC9vUBWaGDJj86M56w5QeKHv7wKFU1tmr+nLUDaBYdUbeYCMrte/7X3iMu8HUy6psc9MD7xTpmYB0BqoWH6xqubeP7JtDQ9FjSeHtT/V1PHfQqgJYOoGIZYKDBFj8xO4Hiu9hV9DSu6Xv7qiV/gB6yjgAf0oPmPqZ3PE3un0h9A6DQqV3IFzaX0/4TjWq7tWlvAaCd+GSFDtc3eN+MUOjgwTtR30Ip8RGK7P2eVhj+n/nvFVFjs9MCgC4JXOjcPTaCLpfs8YmUHKffQueJp7MtTmnL/uxwHTW1OmlUZjz9dkKqJvZP1rfQox8f09TXvVOn3gFkhQ7n+pDUWMKv3yiC02b57kqqOXv+ypYYbacFUzIoo6s654/M3/aj9fT6V6d0s9spAZCeGCXZ4mGThyfOSKo956AVuytpV+lFYw2ujPdPSSf4BbQSxtxYWKu1u6tfpwGArNBBk/cWYKFbmm4D4IzecqROMtNi65epV9comj85Xbcj6KlPS6moukk3y2EPAGjv0OJz+8QTomwCQcdrm+lfOyvoSFXb0nxw/951eZpuv0Crk9M97xYR/tVLYQkAuFnH9Y2nSf0SdW2zaoUL7f6/P9TQRwdOd1icyzLjKD83VcitAr987AAiKGwAAIvcoAsBFhC2zUiNzoPkD1acpbd2VkjXu/b005yu9OsRPYQpmRsP1dKKbypFrL/5vYGImMXVLRAKnSeJNzQ76d29VdJ5335DxqVi+qXdafql3YQsljzIG1+dom1HFdWC9vtdU+4ACJYcmXneHi86wMKvxNwawA37zu5KOtPk6NANO9CNo3pIx5Bowv0fdgARZCoABEOh8yTkijMt9PauCvr+pFRrsQNB2bxjfCr9JF18cfXGFifNX1PUYbfRCoaQB0DXaLsUYIFfEq5QwSSHk9MnB2tp7f5qrwkZcVE2umdiOvX3Esuvl3/Y/uEDEEUhCQB3hQ72eHswfa4XJH248px0tSura/Yqe5iQ50/OIOglRhFMyfACiqKQAkBqQiTl9jlvoYNtPhQIRpz391VLVjdfGTjYne6bnC4FiRhJCABFHIAoCjoAjIyY1SukvWWN0ll/+oL93tt4uH7eLcDAo4TfBWuLqe5cR6VTSV9PbYIGAFmhQ8SskhQorRPU0g8OG9yzd5f6/6XhiJo3ToyBxx+viP1DDKBICigAYqNsUtDkFQO6Uu+k4Cp0noSILX5LUR39e08VnWv172efOqArzR4pzsDjb2Fx7UQUsEgyHADuKVChotB5EmBJTTO9tfOUYgfLNYOT6PphySLXwu9YcCwhD0AkGQYAKHHY3vFrTw4Rhc6T4GT7/boDpwnXPH+EC8kNo1KkLJ9A0zObjtOhCo9vP2lmRSgAouyMRvWOlwInc1LEpkBpnqGPjvvKG+nt3RVU1aAsrh4KKww8SPMKNAGb964pkiKJRJIQACAbBg6PK3O6hkzErC8hQYsu2FNJO1Tk1Rtt4PG3qKU1zfTkBu1JoN7G1w0A+Ljn5vbUHeDgTwAi/o4NfiuCNPZWqQqmxHGGO77a3H0RPMtjwNkEQ5Ro0gWAnJRoemBKhubcdtGT8TUe3LRw18Jtq4aw6POnGG/g8ccTFh8gEE26ALDgigypyEEoE6JmPj7gOUjDH98IHYNdH9fXYNPCDSWEm4po0gWAB6dm0MCU0AWAryANf4JE+tftATLw+OMFit+9a4rJqacalJeP6AIAChpheww1Sx6SJXDO47z3f7HrKBl4Hm8clRLUvD93rnD1wxXQCNIFADCEEOcZQ7sFPC3amzC+PnaGVu6p1Gwvnz6kG80Y2t0IWWseU28RCF8f1g0AeXBcBYdlxNGIXrE0NC02YBG48vdxl8edHnd7LQQDz+zLUuiK/oE38PjjV28RiIAAwP0jMJhAgYLBBMEcCOowinAubiqsozXfVWs2kiBDCFdZ8BqK9NCHR6laRxGIgAPA/YPwBfRJ6nIBDHGErBxRVFLTJN2Ni3UkSGDnuntiWsgqsyKKQAQVAO0/nhIXScMyYqVfG8KmtKTjNTs4fbC/mjb8WEMKzPde54+dCQae3knG1/LRCnoRRSBCCgDuzCAvD1U24CIekhajyKC0t7yRlu+q0FUXBzykxEfS/ZPTpX9Dmd77rprgqDKKhCmBehnEVowoWty/AQpPV0sUR178eZneT1G/ZBh40kzhtxBRBCJkdwBvjEGJhIUR8QNwKcs5fTCIoCgSjgCtBJDBoxeoPEGtfKKfqCIQpgOAO8OIuIGXUaaXvzyhKFTL06SRSHLLmJSQiDJWAgz4Lx4TUATC1ACAqRkmZ5lQGh0l0tWSlJ+H8C21HYPYfltxPb2xQ38RCFMDANfIZ6dnuWwJiNXDMaD0pQws+PXDk+nng5KCuJTaPi2qCISpAQDmYZdHMUaZXtxaTgjZ9kcw8Nw2tqekR5iR/vRpqS4bh5I5h8wtwBezl6TGSHEHMn1ZXE/L/GyNUPLunJBKl6aJz89TIli9bUQWgTD9DoBM2+dm9HXV80GC5IL3i71WyEABpvsmpQekWLPehfbWv6jqHD31P2M8gO7fNMUOAIZvGdNTCjaVydf9+ObRKYakZRu12J7GRSoadACjyTQAwP393knpLnn4ipFDOyNSs41eDPfxUQIOpeCMJtMAABnCi2dkucKzUJRhwdqjHqNkHrsq09TbPxZdZBEI0+sA8gTm5PaUqoLItOizMvrhVMcgz2en9zVFlLK3hRFdBCJsAAA/AbJwZdpUWCtV32yj1DCiV2b2C3iRKJFbtegiEGEDAPgIFs3IctXZQxXOBz8obpO3Dw/j4muzRK5HwMf68PvTUk2CQJBpdABZGLePT5VKuMv09MbjVFh5MV8uMymKnri6dyBkZ9g3lBq6RDBgOgAgkATePJk+PVgrpXnJBMMPSrGamUQXgQibIwATQQIqtnjZnYvqHQ99cNQV/o0i0DD/mpUQ3PrwOrFFIMIKAJjMnRPSCNVAZXIvnByMvH2RYDOiCETYAQCFn/PHXTwGUJ/3P3vPP56YNyKZrhqo3vOHwot7yhro6oFJwkq6agGGEUUgwg4ACBfDMSA/51LZ0EKPrDv/egbq9aj1/iHwAjYF1AYKdrazEUUgwg4AmBCSNhFdLBNe0MZL2moTVlH3b/FnZYQrpUy4Ss4Z21OKTQwkGVUEIiwB0F7ZQ+QsImgXXtNbce4BAPP85nKPtX4RSIJQtJnDkxVFK4sACvIcFm4QUwZeKT+muwbKE0MU8aJrs1yLIz+i9NdfZStK5z6Kxf+8jFDt2xfhAWjYHpDPYDRtPlIn1TAIJJkWABAS7vvuAR84Bh69KtNv3B8MR3/bUt7mKRdfQsdzMzeNTmljgDJikf75dQVtLRJfBCIsjwBMCpW6sDAybS2qbxMz4GniqBnw4pYTiuoAtu+P94ZuGpUi5NUPT7z9YX0J4bmZQJKpdwAoa8/NyHLl8SNQ1NdDj3Cy/OOLE4oDSj0tBJ6ER+EI1DUWSeeLQBTpSnXTwo+pAYAJK9X6kTb+0pf6Fl8WMKyQeAxinJtrWovw3ftgZ3p2k/6sJ7V8mB4A0NSRPOKL8Gjjkm0nhbyy5f4dVDXHt0VkGRlZBCJsdQBMDFVI//zLvl4Vv69LkEhyypD6Ovg+0t3hnNL7mIWRRSDCGgCY3MNX9vL4Qsfnh+to+e4Kw89V6B14Fcw9d0HtVmxkEYiwBwCqkSB5BE+xomIIyql9crBGcw6h2sWT28NVjYhkXBvVEKyQv1tbrKaLsLam1wGESULQQDAYwXAEA5JSwjEFHSUYZAHAAKkjJe26Yd3pZ/AsKhhf5DuACj7XpokFALUSU9EeKW1zc1N9FsnC9v/IuqO6bBMqWOrQ1AKAHukp6It3jPNze0rP2rYneP8Q/6e1tJ2Cz/ttYgHAr4jENBiSGiOlq0FhjbLbqLS2idbuP00/eshrEPNFZaNYAFAmp7BtZQEgbJdW2cQsACiTU9i2sgAQtkurbGIWAJTJKWxbWQAI26VVNjELAMrkFLatWP7KwiZiJK6Ed9iKKvwmxjk1sbkFhRWMyHdERfjN3ZoRETmJn2JzCg7usJFtjCWRzicBTrSdzV1RuITZaF7nm741Y0b0Kpu3snAWZ7TCEkfnkwDnPI/dtWpffDOPOUHEA/8icueTeQjNmDVEsbNpUrxC/srDS4nxuSHEncWKwRLgTnrt9dkDbpcAcMfqwzmtDr6fEYnNdjB4EtbwGiXAqdkR4bhk2cxBR1wRS/krC58hRg9qHNLqZiYJcP6XpbNyHgHLLgDcuqwo2h7r2MSIxplpLhavKiXgpG0xXfnUF3+R09QGAPjPrauK0iK4YwcRmbvOmkqZdKLmZRHMMfaVvEGuMuQdglbzlx8Zxu3OdYwosxMJpjNMtcTG2LQlef2/c5+sx6jl21YdSrFz22oiPrkzSCbs5+ikba12+3Vv5mWfaD9Xr2Hr93x0qMu5Ovo9Z7YFlo3ApBDh1MwYWxSd4HxSPvMVA0BuKOkFztbHidlutoBgFiCwBuL8HUeE42lc9XxxrSRxReovWQwpehrjNNXJ2AjOndk2zpD6YrmSg4kLTs1OxmsYsxUxB/+G2fimSNb00Ut5Q88oYev/ZSudADX0KGwAAAAASUVORK5CYII=');
}

.bg-icon-twitter {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjBDMCA4Ljk1NCA4Ljk1NCAwIDIwIDBzMjAgOC45NTQgMjAgMjAtOC45NTQgMjAtMjAgMjBTMCAzMS4wNDYgMCAyMHoiIGZpbGw9IiM1NUFDRUUiLz48cGF0aCBkPSJNMTkuNDAxIDE2LjI1NmwuMDQyLjY5Mi0uNy0uMDg0Yy0yLjU0Ni0uMzI1LTQuNzctMS40MjctNi42NTktMy4yNzdsLS45MjMtLjkxOC0uMjM4LjY3OGMtLjUwMyAxLjUxMS0uMTgyIDMuMTA3Ljg2OCA0LjE4LjU2LjU5My40MzMuNjc4LS41MzIuMzI1LS4zMzYtLjExMy0uNjMtLjE5OC0uNjU3LS4xNTUtLjA5OC4wOTkuMjM3IDEuMzg0LjUwMyAxLjg5Mi4zNjQuNzA3IDEuMTA1IDEuMzk5IDEuOTE3IDEuODA4bC42ODUuMzI1LS44MTEuMDE0Yy0uNzg0IDAtLjgxMi4wMTQtLjcyOC4zMS4yOC45MTkgMS4zODUgMS44OTMgMi42MTYgMi4zMTdsLjg2OC4yOTctLjc1Ni40NTJhNy44NzYgNy44NzYgMCAwMS0zLjc0OSAxLjA0NWMtLjYzLjAxNC0xLjE0Ny4wNy0xLjE0Ny4xMTMgMCAuMTQgMS43MDcuOTMyIDIuNyAxLjI0MyAyLjk4LjkxOCA2LjUyLjUyMiA5LjE3Ny0xLjA0NiAxLjg4OS0xLjExNSAzLjc3Ny0zLjMzMyA0LjY1OS01LjQ4LjQ3NS0xLjE0My45NTEtMy4yMzQuOTUxLTQuMjM2IDAtLjY1LjA0Mi0uNzM1LjgyNS0xLjUxMi40NjItLjQ1Mi44OTYtLjk0Ni45OC0xLjA4Ny4xNC0uMjY4LjEyNS0uMjY4LS41ODgtLjAyOC0xLjE4OS40MjMtMS4zNTcuMzY3LS43Ny0uMjY5LjQzNC0uNDUyLjk1Mi0xLjI3Ljk1Mi0xLjUxIDAtLjA0My0uMjEuMDI3LS40NDguMTU0LS4yNTIuMTQyLS44MTEuMzUzLTEuMjMuNDhsLS43NTYuMjQtLjY4Ni0uNDY1Yy0uMzc3LS4yNTUtLjkxLS41MzctMS4xODktLjYyMi0uNzEzLS4xOTctMS44MDUtLjE3LTIuNDQ4LjA1Ny0xLjc0OS42MzUtMi44NTQgMi4yNzQtMi43MjggNC4wNjd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+');
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-amrel-grey-blue {
  fill: #cbd5e0;
}

.fill-amrel-star-yellow {
  fill: #f8ce0b;
}

.fill-black\/20 {
  fill: rgba(0, 0, 0, 0.2);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white {
  stroke: #fff;
}

.stroke-white\/75 {
  stroke: rgba(255, 255, 255, 0.75);
}

.stroke-1 {
  stroke-width: 1;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-center {
  object-position: center;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-\[5px\] {
  padding: 5px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.px-\[var\(--ambrands-slider-padding\)\] {
  padding-left: var(--ambrands-slider-padding);
  padding-right: var(--ambrands-slider-padding);
}

.px-\[var\(--half-gap\)\] {
  padding-left: var(--half-gap);
  padding-right: var(--half-gap);
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[var\(--section-space\)\] {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[calc\(theme\(padding\.4\)_-_3px\)\] {
  padding-bottom: calc(1rem - 3px);
}

.pb-px {
  padding-bottom: 1px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[30px\] {
  padding-right: 30px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-full {
  padding-top: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: left;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[90px\] {
  font-size: 90px;
}

.text-\[length\:var\(--ambrands-text-size\)\] {
  font-size: var(--ambrands-text-size);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[100px\] {
  line-height: 100px;
}

.leading-\[42px\] {
  line-height: 42px;
}

.leading-\[5px\] {
  line-height: 5px;
}

.leading-\[var\(--ambrands-img-width\)\] {
  line-height: var(--ambrands-img-width);
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#0000ff\] {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 255, var(--tw-text-opacity, 1));
}

.text-\[\#1979c3\] {
  --tw-text-opacity: 1;
  color: rgba(25, 121, 195, var(--tw-text-opacity, 1));
}

.text-\[color\:var\(--ambrands-text-color\)\] {
  color: var(--ambrands-text-color);
}

.text-amrel-blue-text {
  --tw-text-opacity: 1;
  color: rgba(109, 136, 176, var(--tw-text-opacity, 1));
}

.text-amrel-grey-blue {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 224, var(--tw-text-opacity, 1));
}

.text-amrel-grey-dark-text {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity, 1));
}

.text-amrel-star-yellow {
  --tw-text-opacity: 1;
  color: rgba(248, 206, 11, var(--tw-text-opacity, 1));
}

.text-amsb_graystarts {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 224, var(--tw-text-opacity, 1));
}

.text-amsb_yellowstars {
  --tw-text-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity, 1));
}

.text-cornflower-100 {
  --tw-text-opacity: 1;
  color: rgba(131, 146, 167, var(--tw-text-opacity, 1));
}

.text-current {
  color: currentColor;
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_4px_0_rgba\(16\2c 31\2c 48\2c 0\.2\)\] {
  --tw-shadow: 0 2px 4px 0 rgba(16,31,48,0.2);
  --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(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-0 {
  outline-width: 0px;
}

.-outline-offset-1 {
  outline-offset: -1px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-blue-500\/50 {
  --tw-ring-color: rgba(59, 130, 246, 0.5);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity, 1));
}

.ring-primary\/50 {
  --tw-ring-color: rgba(30, 64, 175, 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgba(30, 64, 175, 0.75);
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

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

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[left\2c top\] {
  transition-property: left,top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[right\2c top\] {
  transition-property: right,top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

.ease-linear {
  transition-timing-function: linear;
}

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

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

/* hide label on product image preview */

#gallery .fixed.block .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.block .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.block .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.block .amasty-label-container {
    display: block;
  }
}

.amasty-label-container.-link:hover .amlabel-text {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.recent-order-wrapper .btn a.amasty-label-container.-link:hover .amlabel-text {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: none;
}

/* hide label tooltip on slider */

.swiper-slide .amasty-label-container [role="tooltip"] {
  display: none;
}

/* .page-footer {} */

/* .page-header {} */

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.table-row-items > div.table-row-item:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

/* .category-view .sidebar .block.filter {} */

.account-nav li a,
    .account-nav li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
  flex-wrap: wrap;
  color: #E5A820;
}

section.city-section p.subtitle.account-nav li a,section.city-section p.subtitle
    .account-nav li strong {
  color: #FFE345;
  font-size: var(--font-16);
}

.my-account-component .order-title.account-nav li a,.my-account-component .order-title
    .account-nav li strong {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li .account-nav li a,.content-search-fastorder ul li 
    .account-nav li strong {
  align-items: start;
}

.content-search-fastorder ul li .account-nav li a .searchimg,.content-search-fastorder ul li 
    .account-nav li strong .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .account-nav li a .searchimg+.box-border,.content-search-fastorder ul li 
    .account-nav li strong .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.sidebar-topnav .filter-content .filter-option span.account-nav li a,.sidebar-topnav .filter-content .filter-option span
    .account-nav li strong {
  padding: 0;
  border: 0;
  height: auto;
  display: flex;
}

.sidebar-topnav .filter-content .filter-option span.account-nav li a svg,.sidebar-topnav .filter-content .filter-option span
    .account-nav li strong svg {
  width: 18px;
  height: 18px;
}

.pearly-points .account-nav li a,.pearly-points 
    .account-nav li strong {
  justify-content: start;
  align-items: start;
}

.pearly-points .account-nav li a h3,.pearly-points 
    .account-nav li strong h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .account-nav li a h3+p,.pearly-points 
    .account-nav li strong h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.account-nav li a.flex-col,.ampromo-carousel-product .my-6.text-gray-700.body-font
    .account-nav li strong.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .account-nav li a.items-center.justify-center,.ampromo-carousel-product form.product-item 
    .account-nav li strong.items-center.justify-center {
  justify-content: start;
}

body.account main.page-main>.container.account-nav li a,body.account main.page-main>.container
    .account-nav li strong {
  padding-top: 2rem;
  margin-top: 0;
}

.account-nav li a.fixed.z-50,
    .account-nav li strong.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.account-nav li a.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto,
    .account-nav li strong.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .account-nav li a.transition-transform,.banner-product-category-section 
    .account-nav li strong.transition-transform {
  flex-wrap: nowrap;
}

.am-filter-state.filter-options-content span.account-nav li a.px-1.rounded.border,.am-filter-state.filter-options-content span
    .account-nav li strong.px-1.rounded.border {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.account-nav li a.px-1.rounded.border svg,.am-filter-state.filter-options-content span
    .account-nav li strong.px-1.rounded.border svg {
  position: relative;
  top: 3px;
}

.items.am-filter .amshopby-remove-item span.account-nav li a,.items.am-filter .amshopby-remove-item span
    .account-nav li strong {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.account-nav li a+span,.items.am-filter .amshopby-remove-item span
    .account-nav li strong+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.account-nav li a+span a.amshopby-remove,.items.am-filter .amshopby-remove-item span
    .account-nav li strong+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .account-nav li a.transition-transform,.banner-product-category-section 
    .account-nav li strong.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .account-nav li a.transition-transform,.banner-product-category-section.slider-loaded 
    .account-nav li strong.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .account-nav li a.transition-transform .item+.item,.banner-product-category-section.slider-loaded 
    .account-nav li strong.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .account-nav li a.fixed.z-50,.amwishlist-item 
    .account-nav li strong.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+.account-nav li a,.quickorder_table .fastorder-row+
    .account-nav li strong {
    display: none;
  }
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.account-nav li a.px-1.rounded.border svg,.am-filter-state.filter-options-content span
    .account-nav li strong.px-1.rounded.border svg {
    top: 0;
  }

  .pearly-points .account-nav li a h3,.pearly-points 
    .account-nav li strong h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .account-nav li a,.cart table.cart td.action 
    .account-nav li strong {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .account-nav li a ul.prices-tier,.price-final_price + 
    .account-nav li strong ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .account-nav li a,.mobile-navigation-menu dialog .border-b 
    .account-nav li strong {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .account-nav li a button,.mobile-navigation-menu dialog .border-b 
    .account-nav li strong button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .account-nav li a button svg,.mobile-navigation-menu dialog .border-b 
    .account-nav li strong button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full.account-nav li a .relative.w-full,#search_mini_form > .w-full
    .account-nav li strong .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full.account-nav li a,#search_mini_form > .w-full
    .account-nav li strong {
  max-width: 100%;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-item-photo,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-info,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-info .items-center,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-info .price,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item:last-child,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-info .product-actions,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .p-4.box-border,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .account-nav li a > [class*="am-search-"] .p-4.box-border .flex,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full.account-nav li a,#search_mini_form > .w-full
    .account-nav li strong {
    justify-content: space-between;
  }

  .form.mini-search .account-nav li a > [class*="am-search-"] .p-4.box-border .flex.text-xl,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .account-nav li a.product-actions .quantity-box,.mpblog-post-view .mp-blog-view 
    .account-nav li strong.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .account-nav li a.product-actions button.product-atc-btn,.mpblog-post-view .mp-blog-view 
    .account-nav li strong.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section .account-nav li a .w-full:first-child,.new_product_section 
    .account-nav li strong .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .account-nav li a .w-full:last-child,.new_product_section 
    .account-nav li strong .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .account-nav li a.flex-wrap.gap-2,.new_product_section .product .product-info .product-atc-btn + 
    .account-nav li strong.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section .account-nav li a .w-full:first-child,.new_product_section 
    .account-nav li strong .w-full:first-child {
  width: 20.5%;
}

.new_product_section .account-nav li a .w-full:last-child,.new_product_section 
    .account-nav li strong .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div.account-nav li a, .popularcategory .relative > div.account-nav li a,.new_product_section .container > div
    .account-nav li strong, .popularcategory .relative > div
    .account-nav li strong {
  margin: 0 -7.5px;
}

.new_product_section .container > div.account-nav li a .product-item, .popularcategory .relative > div.account-nav li a .js_slide,.new_product_section .container > div
    .account-nav li strong .product-item, .popularcategory .relative > div
    .account-nav li strong .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section .account-nav li a .w-full:last-child,.new_product_section 
    .account-nav li strong .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .account-nav li a .w-full:first-child,.new_product_section 
    .account-nav li strong .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .account-nav li a .w-full:last-child,.new_product_section 
    .account-nav li strong .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .account-nav li a .w-full:first-child,.new_product_section 
    .account-nav li strong .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .account-nav li a > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search 
    .account-nav li strong > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .account-nav li a.pt-2,.product-options-table tr td.product-option-price 
    .account-nav li strong.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .account-nav li a,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > 
    .account-nav li strong {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .account-nav li a,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid > 
    .account-nav li strong {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .account-nav li a svg,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid > 
    .account-nav li strong svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .account-nav li a,.amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > 
    .account-nav li strong {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container .account-nav li a.justify-center,.android-mobile .product-details-slider-container 
    .account-nav li strong.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .account-nav li a.justify-center button,.android-mobile .product-details-slider-container 
    .account-nav li strong.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .account-nav li a.justify-center button.bg-primary,.android-mobile .product-details-slider-container 
    .account-nav li strong.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > .account-nav li a,.android-mobile .city-section .container > 
    .account-nav li strong {
    align-items: center;
  }

  .android-mobile .city-section .container > .account-nav li a > *:first-child,.android-mobile .city-section .container > 
    .account-nav li strong > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .account-nav li a > *:last-child,.android-mobile .city-section .container > 
    .account-nav li strong > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative .account-nav li a.flex-nowrap,.android-mobile .category_mobile_slider_main .relative 
    .account-nav li strong.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .account-nav li a.flex-nowrap,.android-mobile .review_mobile_slider_main 
    .account-nav li strong.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.account-nav li a.flex-col,.page-main > .container
    .account-nav li strong.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.account-nav li a.flex-col, .customer-account-create .page-main > .container.account-nav li a.flex-col, .customer-account-forgotpassword .page-main > .container.account-nav li a.flex-col,.customer-account-login .page-main > .container
    .account-nav li strong.flex-col, .customer-account-create .page-main > .container
    .account-nav li strong.flex-col, .customer-account-forgotpassword .page-main > .container
    .account-nav li strong.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section .account-nav li a.y-gap,.customer-account-create .registration-form-section 
    .account-nav li strong.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed .account-nav li a.justify-center.gap-2.mt-4,.product-details-slider-container .w-full.h-full.fixed 
    .account-nav li strong.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index .container.account-nav li a.flex-col,.checkout-cart-index .container
    .account-nav li strong.flex-col {
    display: none;
  }

  .city-section .container > .account-nav li a > *.flex-ase,.city-section .container > 
    .account-nav li strong > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .account-nav li a > *:first-child,.android-mobile .city-section .container > 
    .account-nav li strong > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.account-nav li a,.reward-benefit + .reward-benefit
    .account-nav li strong {
    margin-top: 10px;
  }

  .new_product_section .relative.container > .account-nav li a > .w-full:first-child,.new_product_section .relative.container > 
    .account-nav li strong > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .account-nav li a > .w-full:last-child,.new_product_section .relative.container > 
    .account-nav li strong > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.account-nav li a,.new_product_section .container > div
    .account-nav li strong {
    margin: 0;
  }

  .new_product_section .container > div.account-nav li a .product-item,.new_product_section .container > div
    .account-nav li strong .product-item {
    width: 305px;
    align-items: center;
  }
}

.account-nav li a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.container.relative.py-2.mx-auto.account-nav li a:hover.z-20 {
  max-width: 100%;
  padding: 0;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav li a:hover {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav li a:hover + svg {
  right: -2rem;
}

.account-nav li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.recent-order-wrapper .btn a.account-nav li strong {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: none;
}

.container.relative.py-2.mx-auto.account-nav li strong.z-20 {
  max-width: 100%;
  padding: 0;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav li strong {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav li strong + svg {
  right: -2rem;
}

.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: rgba(182, 182, 182, var(--tw-border-opacity, 1));
  padding-top: 1rem;
  flex-wrap: wrap;
}

.my-account-component .order-title.actions-toolbar {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li .actions-toolbar {
  align-items: start;
}

.content-search-fastorder ul li .actions-toolbar .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .actions-toolbar .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points .actions-toolbar {
  justify-content: start;
  align-items: start;
}

.pearly-points .actions-toolbar h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .actions-toolbar h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.actions-toolbar.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .actions-toolbar.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item .flex.actions-toolbar.justify-center {
  justify-content: start;
}

body.account main.page-main>.container.actions-toolbar {
  padding-top: 2rem;
  margin-top: 0;
}

.actions-toolbar.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.actions-toolbar.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.justify-center.actions-toolbar.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .actions-toolbar.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-content-tab .mt-4.grid.actions-toolbar,
.wishlist-toolbar .mt-4.grid.actions-toolbar {
  display: flex;
}

.items.am-filter .amshopby-remove-item span.actions-toolbar {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.actions-toolbar+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.actions-toolbar+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .actions-toolbar.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .actions-toolbar.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .actions-toolbar.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .actions-toolbar.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > .actions-toolbar {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > .actions-toolbar input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > .actions-toolbar .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .actions-toolbar .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .actions-toolbar .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+.actions-toolbar {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points .actions-toolbar h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .actions-toolbar {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .actions-toolbar ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .actions-toolbar {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .actions-toolbar button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .actions-toolbar button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full.actions-toolbar .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full.actions-toolbar {
  max-width: 100%;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar {
  margin: 0;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .product-item-link {
  line-height: normal;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full.actions-toolbar {
    justify-content: space-between;
  }

  .form.mini-search .actions-toolbar > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .actions-toolbar.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .actions-toolbar.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section .actions-toolbar .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .actions-toolbar .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .actions-toolbar.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section .actions-toolbar .w-full:first-child {
  width: 20.5%;
}

.new_product_section .actions-toolbar .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div.actions-toolbar, .popularcategory .relative > div.actions-toolbar {
  margin: 0 -7.5px;
}

.new_product_section .container > div.actions-toolbar .product-item, .popularcategory .relative > div.actions-toolbar .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section .actions-toolbar .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .actions-toolbar .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .actions-toolbar .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .actions-toolbar .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .actions-toolbar > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .actions-toolbar .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .actions-toolbar.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .actions-toolbar {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .actions-toolbar {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .actions-toolbar svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .actions-toolbar {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container .actions-toolbar.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .actions-toolbar.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .actions-toolbar.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .list_bottom_menu > .fixed .p-4.actions-toolbar.border-gray-200.bg-gray-50 {
    display: none;
  }

  .android-mobile .city-section .container > .actions-toolbar {
    align-items: center;
  }

  .android-mobile .city-section .container > .actions-toolbar > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .actions-toolbar > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative .actions-toolbar.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .actions-toolbar.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.actions-toolbar.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.actions-toolbar.flex-col, .customer-account-create .page-main > .container.actions-toolbar.flex-col, .customer-account-forgotpassword .page-main > .container.actions-toolbar.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section .actions-toolbar.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed .actions-toolbar.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.top-0.right-0.actions-toolbar.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.top-0.right-0.actions-toolbar.pr-4 svg * {
    stroke: #666;
  }

  .checkout-cart-index .container.actions-toolbar.flex-col {
    display: none;
  }

  .city-section .container > .actions-toolbar > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .actions-toolbar > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.actions-toolbar {
    margin-top: 10px;
  }

  .new_product_section .relative.container > .actions-toolbar > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .actions-toolbar > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.actions-toolbar {
    margin: 0;
  }

  .new_product_section .container > div.actions-toolbar .product-item {
    width: 305px;
    align-items: center;
  }
}

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.recent-order-wrapper .btn a.actions-toolbar a.back {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: none;
}

body > div > div.grecaptcha-badge {
  display: none;
}

@media (min-width:768px) {
  body.header-search > div > div.grecaptcha-badge {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index body.my-account-container > div > div.grecaptcha-badge {
    display: block;
  }

  .customer-account-index body.recent-order-wrapper.reward-history-table > div > div.grecaptcha-badge {
    display: block;
  }
}

body > div > div.grecaptcha-badge {
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.order-links {
  display: block;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}

#gallery .fixed.order-links .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.order-links .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.order-links .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.order-links .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .order-links p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .order-links p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .order-links p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .order-links p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.ampromo-carousel-product form.product-item .flex.order-links.justify-center {
  justify-content: start;
}

.flex.flex-col.justify-center.order-links.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.catalog-product-view .order-links.widget.-slider {
  padding: var(--section-space) 0;
}

.amwishlist-content-tab .mt-4.grid.order-links,
.wishlist-toolbar .mt-4.grid.order-links {
  display: flex;
}

.items.am-filter .amshopby-remove-item span.filter-value.order-links {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.order-links span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.order-links span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

.amwishlist-item .bg-white > .order-links {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > .order-links input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > .order-links .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .order-links .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .order-links .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width: 767px) {
  .catalog-product-view .order-links.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .order-links.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .order-links {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .order-links .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .order-links .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .order-links .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .order-links .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .order-links .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .order-links .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  body.android-mobile .header-search.order-links {
    display: block;
  }

  .android-mobile.catalog-product-view .order-links.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .order-links.widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .order-links.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

.order-links li {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.cart-form .fixed.z-50 .order-links li.bg-white {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main .order-links li.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

@media (max-width:1023px) {
  .gift-popup-main .order-links li.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

.container.relative.order-links li.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .order-links li.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }
}

.order-links li[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.order-links li[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.order-links li[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.order-links li[disabled] {
    display: block;
  }
}

.order-links li.current {
  flex-grow: 1;
}

.order-links li a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.recent-order-wrapper .btn a.order-links li a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: none;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (max-width:991px) {
  .reward-history-table td p.order-date,
    .reward-history-table .table .tbody>div .p-2 p.order-date {
    display: inline-block;
  }
}

@media (max-width:767px) {
  .customer-account-index .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.order-date {
    display: none;
  }

  .sales-order-history .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.order-date {
    display: none;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.order-date.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.order-date.leading-tight.text-black + svg {
  right: -2rem;
}

form .field, fieldset .field {
  margin-top: 0.25rem;
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved {
  margin-bottom: 1.75rem;
}

form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type {
  margin-bottom: -1.5rem;
  padding-bottom: 0.25rem;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (max-width:991px) {
  .reward-history-table td pform .field.field-reserved ul,
    .reward-history-table .table .tbody>div .p-2 pform .field.field-reserved ul,.reward-history-table td p fieldset .field.field-reserved ul,
    .reward-history-table .table .tbody>div .p-2 p fieldset .field.field-reserved ul {
    display: inline-block;
  }
}

@media (max-width:767px) {
  .customer-account-index .reward-history-table tr td[data-title="Order Number"] pform.lg\:hidden .field.field-reserved ul,.customer-account-index .reward-history-table tr td[data-title="Order Number"] p fieldset.lg\:hidden .field.field-reserved ul {
    display: none;
  }

  .sales-order-history .reward-history-table tr td[data-title="Order Number"] pform.lg\:hidden .field.field-reserved ul,.sales-order-history .reward-history-table tr td[data-title="Order Number"] p fieldset.lg\:hidden .field.field-reserved ul {
    display: none;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute form.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  fieldset.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute form.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  fieldset.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black + svg {
  right: -2rem;
}

form label, fieldset label {
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

#gallery form.fixed label .amasty-label-container,#gallery  fieldset.fixed label .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery form.fixed label .amasty-label-container,.header-search#gallery  fieldset.fixed label .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery form.fixed label .amasty-label-container,.customer-account-index .my-account-container#gallery  fieldset.fixed label .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery form.fixed label .amasty-label-container,.customer-account-index .recent-order-wrapper.reward-history-table#gallery  fieldset.fixed label .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] form label p:last-child,.membership-tiers-main img[data-content-type$='block']  fieldset label p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] form label p:last-child,.membership-tiers-main img[data-content-type$='block']  fieldset label p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] form label p:last-child,.membership-tiers-main img[data-content-type$='block']  fieldset label p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] form label p:last-child,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block']  fieldset label p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.catalog-product-view form label.widget.-slider,.catalog-product-view  fieldset label.widget.-slider {
  padding: var(--section-space) 0;
}

.items.am-filter .amshopby-remove-item spanform.filter-value label,.items.am-filter .amshopby-remove-item span fieldset.filter-value label {
  width: 100%;
}

.items.am-filter .amshopby-remove-item spanform.filter-value label span.am-swatch-image,.items.am-filter .amshopby-remove-item span fieldset.filter-value label span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item spanform.filter-value label span.swatch-image-label,.items.am-filter .amshopby-remove-item span fieldset.filter-value label span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .catalog-product-view form label.widget.-slider,.catalog-product-view  fieldset label.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view form label.widget.-slider .slider_arrow.absolute.left-0.right-0,.catalog-product-view  fieldset label.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

@media (max-width:767px) {
  body.android-mobile form.header-search label,body.android-mobile  fieldset.header-search label {
    display: block;
  }

  .android-mobile.catalog-product-view form label.widget.-slider .relative.container.px-0,.android-mobile.catalog-product-view  fieldset label.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view form label.widget.-slider,.android-mobile.catalog-product-view  fieldset label.widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view form label.widget.-slider .section-content.text-center,.catalog-product-view  fieldset label.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.my-account-component form.order-title .field.choice,.my-account-component  fieldset.order-title .field.choice {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li form .field.choice,.content-search-fastorder ul li  fieldset .field.choice {
  align-items: start;
}

.content-search-fastorder ul li form .field.choice .searchimg,.content-search-fastorder ul li  fieldset .field.choice .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li form .field.choice .searchimg+.box-border,.content-search-fastorder ul li  fieldset .field.choice .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points form .field.choice,.pearly-points  fieldset .field.choice {
  justify-content: start;
  align-items: start;
}

.pearly-points form .field.choice h3,.pearly-points  fieldset .field.choice h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points form .field.choice h3+p,.pearly-points  fieldset .field.choice h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product form.my-6.text-gray-700.body-font .field.choice.flex-col,.ampromo-carousel-product  fieldset.my-6.text-gray-700.body-font .field.choice.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item form .field.choice.items-center.justify-center,.ampromo-carousel-product form.product-item  fieldset .field.choice.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item form.flex .field.choice.justify-center,.ampromo-carousel-product form.product-item  fieldset.flex .field.choice.justify-center {
  justify-content: start;
}

body.account main.page-main>form.container .field.choice,body.account main.page-main> fieldset.container .field.choice {
  padding-top: 2rem;
  margin-top: 0;
}

form .field.choice.fixed.z-50, fieldset .field.choice.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

form .field.choice.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, fieldset .field.choice.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

form.flex.flex-col.justify-center .field.choice.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto, fieldset.flex.flex-col.justify-center .field.choice.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section form .field.choice.transition-transform,.banner-product-category-section  fieldset .field.choice.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-content-tab form.mt-4.grid .field.choice,
.wishlist-toolbar form.mt-4.grid .field.choice,.amwishlist-content-tab  fieldset.mt-4.grid .field.choice,
.wishlist-toolbar  fieldset.mt-4.grid .field.choice {
  display: flex;
}

.items.am-filter .amshopby-remove-item spanform .field.choice,.items.am-filter .amshopby-remove-item span fieldset .field.choice {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item spanform .field.choice+span,.items.am-filter .amshopby-remove-item span fieldset .field.choice+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item spanform .field.choice+span a.amshopby-remove,.items.am-filter .amshopby-remove-item span fieldset .field.choice+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section form .field.choice.transition-transform,.banner-product-category-section  fieldset .field.choice.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded form .field.choice.transition-transform,.banner-product-category-section.slider-loaded  fieldset .field.choice.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded form .field.choice.transition-transform .item+.item,.banner-product-category-section.slider-loaded  fieldset .field.choice.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item form .field.choice.fixed.z-50,.amwishlist-item  fieldset .field.choice.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > form .field.choice,.amwishlist-item .bg-white >  fieldset .field.choice {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > form .field.choice input.w-12,.amwishlist-item .bg-white >  fieldset .field.choice input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > form .field.choice .items-center.border.rounded > *,.amwishlist-item .bg-white >  fieldset .field.choice .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > form .field.choice .items-center.border.rounded,.amwishlist-item .bg-white >  fieldset .field.choice .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > form .field.choice .items-center.border.rounded button,.amwishlist-item .bg-white >  fieldset .field.choice .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+form .field.choice,.quickorder_table .fastorder-row+ fieldset .field.choice {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points form .field.choice h3,.pearly-points  fieldset .field.choice h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action form .field.choice,.cart table.cart td.action  fieldset .field.choice {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + form .field.choice ul.prices-tier,.price-final_price +  fieldset .field.choice ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b form .field.choice,.mobile-navigation-menu dialog .border-b  fieldset .field.choice {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b form .field.choice button,.mobile-navigation-menu dialog .border-b  fieldset .field.choice button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b form .field.choice button svg,.mobile-navigation-menu dialog .border-b  fieldset .field.choice button svg {
    margin: 0;
  }
}

#search_mini_form > form.w-full .field.choice .relative.w-full,#search_mini_form >  fieldset.w-full .field.choice .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > form.w-full .field.choice,#search_mini_form >  fieldset.w-full .field.choice {
  max-width: 100%;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-item-photo,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-info,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info form .field.choice,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  fieldset .field.choice {
  margin: 0;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info form .field.choice .product-item-link,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  fieldset .field.choice .product-item-link {
  line-height: normal;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info form .field.choice .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info form .field.choice .product-item-link span,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  fieldset .field.choice .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  fieldset .field.choice .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info form .field.choice .product-item-link,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  fieldset .field.choice .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-info .price,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item:last-child,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info form .field.choice .product-item-link .amsearch-highlight,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  fieldset .field.choice .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-info .product-actions,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search form .field.choice > [class*="am-search-"] .p-4.box-border,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search form .field.choice > [class*="am-search-"] .p-4.box-border .flex,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > form.w-full .field.choice,#search_mini_form >  fieldset.w-full .field.choice {
    justify-content: space-between;
  }

  .form.mini-search form .field.choice > [class*="am-search-"] .p-4.box-border .flex.text-xl,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view form .field.choice.product-actions .quantity-box,.mpblog-post-view .mp-blog-view  fieldset .field.choice.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view form .field.choice.product-actions button.product-atc-btn,.mpblog-post-view .mp-blog-view  fieldset .field.choice.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section form .field.choice .w-full:first-child,.new_product_section  fieldset .field.choice .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section form .field.choice .w-full:last-child,.new_product_section  fieldset .field.choice .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + form .field.choice.flex-wrap.gap-2,.new_product_section .product .product-info .product-atc-btn +  fieldset .field.choice.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section form .field.choice .w-full:first-child,.new_product_section  fieldset .field.choice .w-full:first-child {
  width: 20.5%;
}

.new_product_section form .field.choice .w-full:last-child,.new_product_section  fieldset .field.choice .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > divform .field.choice, .popularcategory .relative > divform .field.choice,.new_product_section .container > div fieldset .field.choice, .popularcategory .relative > div fieldset .field.choice {
  margin: 0 -7.5px;
}

.new_product_section .container > divform .field.choice .product-item, .popularcategory .relative > divform .field.choice .js_slide,.new_product_section .container > div fieldset .field.choice .product-item, .popularcategory .relative > div fieldset .field.choice .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section form .field.choice .w-full:last-child,.new_product_section  fieldset .field.choice .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section form .field.choice .w-full:first-child,.new_product_section  fieldset .field.choice .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section form .field.choice .w-full:last-child,.new_product_section  fieldset .field.choice .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section form .field.choice .w-full:first-child,.new_product_section  fieldset .field.choice .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search form .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span,.form.mini-search  fieldset .field.choice > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info form .field.choice .product-item-link span,.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info  fieldset .field.choice .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price form .field.choice.pt-2,.product-options-table tr td.product-option-price  fieldset .field.choice.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > form .field.choice,.amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid >  fieldset .field.choice {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > form .field.choice,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid >  fieldset .field.choice {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > form .field.choice svg,.amrewards-index-index .rewardpagemo_acc .pearly-points .grid >  fieldset .field.choice svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > form .field.choice,.amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid >  fieldset .field.choice {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container form .field.choice.justify-center,.android-mobile .product-details-slider-container  fieldset .field.choice.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container form .field.choice.justify-center button,.android-mobile .product-details-slider-container  fieldset .field.choice.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container form .field.choice.justify-center button.bg-primary,.android-mobile .product-details-slider-container  fieldset .field.choice.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > form .field.choice,.android-mobile .city-section .container >  fieldset .field.choice {
    align-items: center;
  }

  .android-mobile .city-section .container > form .field.choice > *:first-child,.android-mobile .city-section .container >  fieldset .field.choice > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > form .field.choice > *:last-child,.android-mobile .city-section .container >  fieldset .field.choice > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative form .field.choice.flex-nowrap,.android-mobile .category_mobile_slider_main .relative  fieldset .field.choice.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main form .field.choice.flex-nowrap,.android-mobile .review_mobile_slider_main  fieldset .field.choice.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > form.container .field.choice.flex-col,.page-main >  fieldset.container .field.choice.flex-col {
    display: none;
  }

  .customer-account-login .page-main > form.container .field.choice.flex-col, .customer-account-create .page-main > form.container .field.choice.flex-col, .customer-account-forgotpassword .page-main > form.container .field.choice.flex-col,.customer-account-login .page-main >  fieldset.container .field.choice.flex-col, .customer-account-create .page-main >  fieldset.container .field.choice.flex-col, .customer-account-forgotpassword .page-main >  fieldset.container .field.choice.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section form .field.choice.y-gap,.customer-account-create .registration-form-section  fieldset .field.choice.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed form .field.choice.justify-center.gap-2.mt-4,.product-details-slider-container .w-full.h-full.fixed  fieldset .field.choice.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index form.container .field.choice.flex-col,.checkout-cart-index  fieldset.container .field.choice.flex-col {
    display: none;
  }

  .city-section .container > form .field.choice > *.flex-ase,.city-section .container >  fieldset .field.choice > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > form .field.choice > *:first-child,.android-mobile .city-section .container >  fieldset .field.choice > *:first-child {
    width: 100%;
  }

  .reward-benefit + form.reward-benefit .field.choice,.reward-benefit +  fieldset.reward-benefit .field.choice {
    margin-top: 10px;
  }

  .new_product_section .relative.container > form .field.choice > .w-full:first-child,.new_product_section .relative.container >  fieldset .field.choice > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > form .field.choice > .w-full:last-child,.new_product_section .relative.container >  fieldset .field.choice > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > divform .field.choice,.new_product_section .container > div fieldset .field.choice {
    margin: 0;
  }

  .new_product_section .container > divform .field.choice .product-item,.new_product_section .container > div fieldset .field.choice .product-item {
    width: 305px;
    align-items: center;
  }
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label {
  margin-bottom: 0px;
}

.pointsprog_wrapper form.cms-page-wrapper .field.choice label,.pointsprog_wrapper  fieldset.cms-page-wrapper .field.choice label {
  margin-bottom: 0;
}

.pearl_howworks_box_main .section-content+form.cms-page-wrapper .field.choice label,.pearl_howworks_box_main .section-content+ fieldset.cms-page-wrapper .field.choice label {
  margin-bottom: 40px;
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.product-content > pform .field.field-error .messages,.product-content > p fieldset .field.field-error .messages {
  line-height: normal;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

@media (max-width:1080px) {
  .product-content > pform .field.field-error .messages,.product-content > p fieldset .field.field-error .messages {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width:767px) {
  .product-content > pform .field.field-error .messages,.product-content > p fieldset .field.field-error .messages {
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
  }
}

@media (max-width:575px){
  .product-content > pform .field.field-error .messages,.product-content > p fieldset .field.field-error .messages {
    font-size: 9px;
  }
}

.error_product_content pform .field.field-error .messages,.error_product_content p fieldset .field.field-error .messages {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin-top: 12px;
}

.new_product_section .product .product-info .product-content > pform .field.field-error .messages, .new_product_section .product .product-info .error_product_content pform .field.field-error .messages,.new_product_section .product .product-info .product-content > p fieldset .field.field-error .messages, .new_product_section .product .product-info .error_product_content p fieldset .field.field-error .messages {
  font-size: 11px;
}

.new_product_section .product .product-info .product-content > pform .field.field-error .messages,.new_product_section .product .product-info .product-content > p fieldset .field.field-error .messages {
  line-height: normal;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 5px;
}

.new_product_section .product-content > pform .field.field-error .messages,.new_product_section .product-content > p fieldset .field.field-error .messages {
  line-height: normal;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 11px;
  margin-top: 10px;
}

.product-content > pform .field.field-error .messages,.product-content > p fieldset .field.field-error .messages {
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 15px;
  position: relative;
}

@media (max-width:767px) {
  .product-details-content pform .field.field-error .messages,.product-details-content p fieldset .field.field-error .messages {
    margin: 10px 0 15px 0;
    line-height: normal;
  }

  .hot-deals .product-content > pform .field.field-error .messages, .product-content > pform .field.field-error .messages,.hot-deals .product-content > p fieldset .field.field-error .messages, .product-content > p fieldset .field.field-error .messages {
    font-size: 12px;
  }
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  max-width: -webkit-fit-content;
  max-width: fit-content;
}

form legend, fieldset legend {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

fieldset.fieldset.login legend h3form legend,fieldset.fieldset.login legend h3 fieldset legend {
  display: block;
  width: 100%;
}

.login_box_main h3form legend,.login_box_main h3 fieldset legend {
  line-height: normal;
}

.review-list.customer-reviews pform legend,.review-list.customer-reviews p fieldset legend {
  font-weight: 600;
}

div#review-form .card form legend.my-3,div#review-form .card  fieldset legend.my-3 {
  margin-top: 0;
  font-weight: 600;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4.box-border form.flex legend,.form.mini-search .flex > [class*="am-search-"] .p-4.box-border  fieldset.flex legend {
    font-size: 15px;
  }
}

@media (min-width:768px) {
  .login_box_main h3form legend.mobile,.login_box_main h3 fieldset legend.mobile {
    display: none;
  }

  .customer-account-forgotpassword fieldset.fieldset.login legend h3form legend.mobile,.customer-account-forgotpassword fieldset.fieldset.login legend h3 fieldset legend.mobile {
    display: none;
  }
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2form legend,.creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2 fieldset legend {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2form legend *,.creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2 fieldset legend * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2form legend,.creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2 fieldset legend {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2form legend,.creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2 fieldset legend {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2form legend *,.creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2 fieldset legend * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2form legend,.creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2 fieldset legend {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .customer-account-login .login_box_main h3form legend, .customer-account-forgotpassword .login_box_main h3form legend,.customer-account-login .login_box_main h3 fieldset legend, .customer-account-forgotpassword .login_box_main h3 fieldset legend {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #202020;
    margin-bottom: 21px;
  }

  .customer-account-login .login_box_main h3form legend, .customer-account-create .login_box_main h3form legend, .customer-account-forgotpassword .login_box_main h3form legend,.customer-account-login .login_box_main h3 fieldset legend, .customer-account-create .login_box_main h3 fieldset legend, .customer-account-forgotpassword .login_box_main h3 fieldset legend {
    display: none;
  }

  .customer-account-login .login_box_main h3form legend.mobile, .customer-account-create .login_box_main h3form legend.mobile, .customer-account-forgotpassword .login_box_main h3form legend.mobile,.customer-account-login .login_box_main h3 fieldset legend.mobile, .customer-account-create .login_box_main h3 fieldset legend.mobile, .customer-account-forgotpassword .login_box_main h3 fieldset legend.mobile {
    display: block;
    width: 100%;
  }
}

form legend + br, fieldset legend + br {
  display: none;
}

@media (min-width:768px) {
  form.header-search legend + br, fieldset.header-search legend + br {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index form.my-account-container legend + br,.customer-account-index  fieldset.my-account-container legend + br {
    display: block;
  }

  .customer-account-index form.recent-order-wrapper.reward-history-table legend + br,.customer-account-index  fieldset.recent-order-wrapper.reward-history-table legend + br {
    display: block;
  }
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

.field.required > label::after {
  position: relative;
  top: -0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
  content: var(--tw-content);
  --tw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 6v12M17.196 9 6.804 15M6.804 9l10.392 6'/%3E%3C/svg%3E");
  --tw-icon-size: 1em;
  display: inline-block;
  width: var(--tw-icon-size);
  height: var(--tw-icon-size);
  background-color: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: var(--tw-icon);
          mask-image: var(--tw-icon);
}

/* For backwards compatibility */

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

.my-account-component .order-title.flex-columns-wrapper {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li .flex-columns-wrapper {
  align-items: start;
}

.content-search-fastorder ul li .flex-columns-wrapper .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .flex-columns-wrapper .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.pearly-points .flex-columns-wrapper {
  justify-content: start;
  align-items: start;
}

.pearly-points .flex-columns-wrapper h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .flex-columns-wrapper h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.flex-columns-wrapper.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.flex.flex-columns-wrapper {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .flex-columns-wrapper.items-center.justify-center {
  justify-content: start;
}

body.account main.page-main>.container.flex-columns-wrapper {
  padding-top: 2rem;
  margin-top: 0;
}

.flex-columns-wrapper.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.flex-columns-wrapper.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-columns-wrapper.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .flex-columns-wrapper.transition-transform {
  flex-wrap: nowrap;
}

.items.am-filter .amshopby-remove-item span.flex-columns-wrapper {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.flex-columns-wrapper+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.flex-columns-wrapper+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .flex-columns-wrapper.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .flex-columns-wrapper.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .flex-columns-wrapper.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .flex-columns-wrapper.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

@media (max-width:1023px) {
  .quickorder_table .fastorder-row+.flex-columns-wrapper {
    display: none;
  }
}

@media (max-width:767px) {
  .pearly-points .flex-columns-wrapper h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .flex-columns-wrapper {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .flex-columns-wrapper ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .flex-columns-wrapper {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .flex-columns-wrapper button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .flex-columns-wrapper button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full.flex-columns-wrapper .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full.flex-columns-wrapper {
  max-width: 100%;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full.flex-columns-wrapper {
    justify-content: space-between;
  }

  .form.mini-search .flex-columns-wrapper > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .flex-columns-wrapper.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .flex-columns-wrapper.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

@media (min-width: 1700px) {
  .new_product_section .flex-columns-wrapper .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .flex-columns-wrapper .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .flex-columns-wrapper.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section .flex-columns-wrapper .w-full:first-child {
  width: 20.5%;
}

.new_product_section .flex-columns-wrapper .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.new_product_section .container > div.flex-columns-wrapper, .popularcategory .relative > div.flex-columns-wrapper {
  margin: 0 -7.5px;
}

.new_product_section .container > div.flex-columns-wrapper .product-item, .popularcategory .relative > div.flex-columns-wrapper .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width:1599px) {
  .new_product_section .flex-columns-wrapper .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex-columns-wrapper .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex-columns-wrapper .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex-columns-wrapper .w-full:first-child {
    width: 33.3333%;
  }
}

.form.mini-search .flex-columns-wrapper > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .flex-columns-wrapper.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .flex-columns-wrapper {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .flex-columns-wrapper {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .flex-columns-wrapper svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .flex-columns-wrapper {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .android-mobile .product-details-slider-container .flex-columns-wrapper.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .flex-columns-wrapper.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .flex-columns-wrapper.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile .city-section .container > .flex-columns-wrapper {
    align-items: center;
  }

  .android-mobile .city-section .container > .flex-columns-wrapper > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .flex-columns-wrapper > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .relative .flex-columns-wrapper.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .flex-columns-wrapper.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.flex-columns-wrapper.flex-col {
    display: none;
  }

  .page-main > .container.flex.flex-columns-wrapper {
    display: none;
  }

  .customer-account-login .page-main > .container.flex-columns-wrapper.flex-col, .customer-account-create .page-main > .container.flex-columns-wrapper.flex-col, .customer-account-forgotpassword .page-main > .container.flex-columns-wrapper.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.flex.flex-columns-wrapper, .customer-account-create .page-main > .container.flex.flex-columns-wrapper, .customer-account-forgotpassword .page-main > .container.flex.flex-columns-wrapper {
    display: none;
  }

  .customer-account-create .registration-form-section .flex-columns-wrapper.y-gap {
    row-gap: 20px;
  }

  .product-details-slider-container .w-full.h-full.fixed .flex-columns-wrapper.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .checkout-cart-index .container.flex-columns-wrapper.flex-col {
    display: none;
  }

  .checkout-cart-index .container.flex.flex-columns-wrapper {
    display: none;
  }

  .city-section .container > .flex-columns-wrapper > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .flex-columns-wrapper > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.flex-columns-wrapper {
    margin-top: 10px;
  }

  .new_product_section .relative.container > .flex-columns-wrapper > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex-columns-wrapper > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.flex-columns-wrapper {
    margin: 0;
  }

  .new_product_section .container > div.flex-columns-wrapper .product-item {
    width: 305px;
    align-items: center;
  }
}

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

:root {
  --content-font: "Figtree", "Myriad Pro", "Helvetica Neue", sans-serif;
  --title-font: "Figtree", "Myriad Pro", "Helvetica Neue", sans-serif;
  --gap: 20px;
  --primary-color: #007599;
  --secondary-color: #E5A820 !important;
  --dark-color: #202020;
  --text-color: #202020;
  --title-color: #202020;
  --gray-color: #F1F1F1;
  --primary-light-color: #EEFAFF;
  --container-width: 1580px;
  --container-sm-width: 1060px;
  --half-gap: calc(var(--gap)*.5);
  --section-space: 120px;
  --content-space: 50px;
  --btn-padding: 20px;
  --btn-height: 50px;
  --small-btn-height: 40px;
  --btn-radius: 10px;
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-30: 30px;
  --font-36: 36px;
  --font-40: 40px;
  --font-44: 44px;
  --font-48: 48px;
  --font-60: 60px;
  --font-70: 70px;
  --font-80: 80px;
}

body {
  font-family: var(--content-font);
  font-size: var(--font-20);
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-color);
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

* {
  outline: none !important;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

ol,
ul {
  text-align: left;
}

figure {
  margin: 0;
}

b,
strong {
  font-weight: 600;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  transition: background 5000s ease, color 5000s ease !important;
  -webkit-transition: background 5000s ease, color 5000s ease !important;
}

textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  transition: background 5000s ease, color 5000s ease !important;
  -webkit-transition: background 5000s ease, color 5000s ease !important;
}

::-webkit-input-placeholder {
  color: currentColor !important;
  opacity: 1;
}

::-moz-placeholder {
  color: currentColor !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: currentColor !important;
  opacity: 1;
}

:-moz-placeholder {
  color: currentColor !important;
  opacity: 1;
}

a,
*:before,
*:after,
button {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: inline;
}

svg {
  display: inline;
  vertical-align: top;
}

.btn {
  text-align: center;
  color: var(--btn-color);
  background: var(--btn-bg);
  border: 1px solid var(--btn-border);
  padding: 0 30px;
  height: var(--btn-height);
  border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 200px;
  font-size: var(--font-14);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.btn:not(button):not(input) {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.btn svg:first-child {
  margin-right: 20px;
}

.btn.btn-secondary svg:first-child {
  margin-right: 0;
}

.btn svg:last-child {
  margin-right: 20px;
  margin-left: 20px;
}

.btn-primary {
  --btn-color: #fff;
  --btn-hover-color: var(--dark-color);
  --btn-bg: var(--primary-color);
  --btn-hover-bg: var(--secondary-color);
  --btn-border: var(--primary-color);
  --btn-hover-border: var(--secondary-color);
}

.btn-secondary {
  --btn-color: var(--dark-color);
  --btn-hover-color: #fff;
  --btn-bg: var(--secondary-color);
  --btn-hover-bg: var(--primary-color);
  --btn-border: var(--secondary-color);
  --btn-hover-border: var(--primary-color);
}

.btn-dark {
  --btn-color: #fff;
  --btn-hover-color: #fff;
  --btn-bg: var(--dark-color);
  --btn-hover-bg: var(--primary-color);
  --btn-border: var(--dark-color);
  --btn-hover-border: var(--primary-color);
}

.btn-light {
  --btn-color: var(--dark-color);
  --btn-hover-color: var(--dark-color);
  --btn-bg: #fff;
  --btn-hover-bg: var(--secondary-color);
  --btn-border: #fff;
  --btn-hover-border: var(--secondary-color);
}

.btn-outline-primary {
  --btn-color: var(--primary-color);
  --btn-hover-color: #fff;
  --btn-bg: transparent;
  --btn-hover-bg: var(--primary-color);
  --btn-border: var(--primary-color);
  --btn-hover-border: var(--primary-color);
}

.btn-outline-secondary {
  --btn-color: var(--secondary-color);
  --btn-hover-color: #fff;
  --btn-bg: transparent;
  --btn-hover-bg: var(--secondary-color);
  --btn-border: var(--secondary-color);
  --btn-hover-border: var(--secondary-color);
}

.btn-outline-dark {
  --btn-color: var(--dark-color);
  --btn-hover-color: #fff;
  --btn-bg: transparent;
  --btn-hover-bg: var(--dark-color);
  --btn-border: var(--dark-color);
  --btn-hover-border: var(--dark-color);
}

.btn-outline-light {
  --btn-color: #fff;
  --btn-hover-color: var(--dark-color);
  --btn-bg: transparent;
  --btn-hover-bg: #fff;
  --btn-border: #fff;
  --btn-hover-border: #fff;
}

.link {
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  align-items: center;
  font-size: var(--font-14);
  color: var(--color);
  font-weight: 700;
}

.link span {
  padding-top: 1px;
}

.link svg {
  color: var(--svg-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.link svg:first-child {
  margin-right: 5px;
}

.link svg:last-child {
  margin-left: 5px;
}

.link-primary {
  --color: var(--primary-color);
  --hover-color: var(--secondary-color);
  --svg-color: var(--primary-color);
  --hover-svg-color: var(--secondary-color);
}

.link-secondary {
  --color: var(--secondary-color);
  --hover-color: var(--primary-color);
  --svg-color: var(--secondary-color);
  --hover-svg-color: var(--primary-color);
}

.link-dark {
  --color: var(--dark-color);
  --hover-color: var(--secondary-color);
  --svg-color: var(--primary-color);
  --hover-svg-color: var(--secondary-color);
}

.link-light {
  --color: #fff;
  --hover-color: var(--secondary-color);
  --svg-color: #fff;
  --hover-svg-color: var(--secondary-color);
}

.flex {
  flex-wrap: wrap;
}

.flex-ac {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.flex-ae {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

.flex-as {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.flex-jc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-js {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-je {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-ac-js {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.flex-ac-je {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.flex-ae-js {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.flex-asc {
  align-self: center;
}

.flex-ass {
  align-self: flex-start;
}

.flex-ase {
  align-self: flex-end;
}

.container {
  max-width: var(--container-width);
}

.container-sm {
  max-width: var(--container-sm-width);
  margin: 0 auto;
  padding: 0 var(--gap);
}

.section-space {
  padding: var(--section-space) 0;
}

.pt-0,
.section_padding.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.noscript {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  z-index: 12;
  padding: 10px 0;
}

.noscript svg {
  margin-right: 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  font-weight: 600;
  color: var(--dark-color);
}

h1,
.h1 {
  font-size: var(--font-44);
}

h2,
.h2 {
  font-size: var(--font-40);
}

h3,
.h3 {
  font-size: var(--font-30);
}

h4,
.h4 {
  font-size: var(--font-24);
}

h5,
.h5 {
  font-size: var(--font-20);
}

h6,
.h6 {
  font-size: var(--font-18);
}

.form-control {
  width: 100%;
  height: var(--btn-height);
  border: 1px solid rgba(32, 32, 32, 0.3);
  font-size: var(--font-14);
  font-family: var(--content-font);
  font-weight: 400;
  color: var(--dark-color);
  padding: 0 15px;
  text-overflow: ellipsis;
}

.form-control:focus {
  border-color: var(--secondary-color);
  box-shadow: none !important;
}

textarea.form-control {
  height: 150px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: none;
  display: block;
}

.title-1 {
  font-size: var(--font-40);
  font-weight: 500;
  line-height: 1.2;
  color: var(--dark-color);
}

.title-1+p {
  margin-top: 20px;
}

.parallax-section {
  background: no-repeat 50% 0 / cover transparent fixed;
}

.bg-primary {
  color: #fff;
}

.bg-primary .title-1 {
  color: #fff;
}

.bg-dark {
  color: #fff;
}

.bg-dark .title-1 {
  color: #fff;
}

.quantity-input {
  appearance: none;
  -webkit-appearance: none;
  text-align: center;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-box {
  position: relative;
}

.quantity-box button {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: var(--btn-height);
  cursor: pointer;
}

.quantity-box button:before,
.quantity-box button:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #999;
  margin: -1px 0 0 -9px;
}

.quantity-box .quantity-plus {
  left: auto;
  right: 0;
}

.quantity-box .quantity-plus:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/*.quantity-input[type=number] {
    -moz-appearance: textfield;
}*/

.small-btn {
  min-width: 125px;
  height: var(--small-btn-height);
}

.input-select {
  appearance: none;
  -webkit-appearance: none;
  background: no-repeat right 16px top 50% / 12px 8px transparent;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3e%3cpath d='M11 1.3L6 6.3L1 1.3' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
  cursor: pointer;
  padding-right: 40px;
}

.section-content {
  margin-bottom: var(--content-space);
}

.section-btn {
  margin-top: var(--content-space);
}

/* Custom */

.header {
  background: #fff;
}

.header-top {
  padding: 10px 0;
}

.header-actions a svg,
.header-actions button svg {
  color: #1E3E6F;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  position: relative;
  top: 2px;
}

.header-actions li:not(:first-child) {
  margin-right: 30px;
}

.header-actions li:last-child {
  margin-right: 0 !important;
}

.header-actions a,
.header-actions button {
  color: var(--dark-color);
  font-weight: 500;
  font-size: 14px;
}

.header-actions {
  text-align: center;
}

.header-actions-text {
  margin-top: 8px;
  display: block;
}

.header-search {
  width: 455px;
  margin: -3px -25px 0 0;
}

.next_dispatch_btn {
  padding: 0 20px;
  box-shadow: none;
}

.next_dispatch_btn * {
  font-size: 16px;
}

.search-input {
  flex: 1 1 0;
  padding-left: 48px;
  background: no-repeat 15px 50% / 18px 18px transparent;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='%23202020'%3e%3cpath d='M17.7803 16.7198L13.3207 12.2603C14.3797 10.9665 15.0165 9.31425 15.0165 7.5165C15.0157 3.381 11.6512 0.0157497 7.51575 0.0157497C3.38025 0.0157497 0.0157497 3.381 0.0157497 7.51575C0.0157497 11.6505 3.38025 15.0158 7.51575 15.0158C9.31425 15.0158 10.9665 14.379 12.2595 13.32L16.719 17.7795C16.8652 17.9258 17.0573 17.9993 17.2493 17.9993C17.4413 17.9993 17.6332 17.9258 17.7795 17.7795C18.0727 17.4863 18.0727 17.0123 17.7795 16.719L17.7803 16.7198ZM1.51575 7.51575C1.51575 4.2075 4.2075 1.51575 7.51575 1.51575C10.824 1.51575 13.5157 4.2075 13.5157 7.51575C13.5157 10.824 10.824 13.5158 7.51575 13.5158C4.2075 13.5158 1.51575 10.8248 1.51575 7.51575Z'/%3e%3c/svg%3e");
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.search-input:focus {
  border-color: var(--secondary-color);
  box-shadow: none;
}

.search-submit {
  min-width: 100px;
}

.minicart-count {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--dark-color);
  background: var(--secondary-color);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  position: absolute;
  right: -4px;
  top: -1px;
  padding-left: 1px;
}

.header-actions-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.logo img {
  width: 260px;
  height: 96px;
  object-fit: cover;
}

.header-shipping {
  position: relative;
  margin-left: 20px;
}

.header-shipping:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 30px 0;
  border-color: transparent var(--secondary-color) transparent transparent;
  position: absolute;
  right: 100%;
  top: 0;
}

.header-shipping:after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: var(--secondary-color);
}

.header-shipping svg {
  display: inline;
  vertical-align: middle;
  margin-left: 8px;
  width: 36px;
  height: 36px;
}

.header-shipping p {
  font-size: var(--font-16);
  font-weight: 600;
  line-height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-left: 10px;
}

.header-shipping p span {
  font-size: var(--font-30);
  font-weight: 700;
  vertical-align: middle;
  margin: 0 8px;
}

.header-bottom {
  overflow: hidden;
}

.site-container {
  padding-top: 176px;
}

.y-gap {
  row-gap: var(--gap);
}

.x-gap {
  column-gap: var(--gap);
}

.gap {
  gap: var(--gap) var(--gap);
}

.whyus-icon {
  display: block;
  width: 40px;
  height: 40px;
}

.whyus-icon svg {
  width: 100%;
  height: 100%;
}

.whyus-content {
  padding: 0 0 0 20px;
  align-self: center;
  flex: 1 1 0;
}

.whyus-content p {
  font-size: var(--font-16);
  line-height: 1.2;
}

.whyus-content p strong {
  display: block;
  font-weight: 600;
}

.whyus-section {
  padding: 30px 0;
}

.banner-product-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-product {
  background: no-repeat 0 0 / cover transparent;
  text-align: center;
  position: relative;
  padding: 47px 0;
}

.banner-product-title a {
  color: var(--dark-color);
}

.banner-product-title {
  font-size: var(--font-40);
  font-weight: 500;
  line-height: 1.2;
  padding: 0 70px;
}

.banner-product .btn {
  z-index: 2;
  position: relative;
  margin: 10px 0 0 0;
}

.banner-product p {
  margin: 30px 0 0 0;
  font-size: var(--font-16);
}

.banner-product-img {
  display: block;
  margin: 36px 0 0 0;
}

.banner-product-img img {
  width: 550px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 550 / 310;
}

.category-title {
  font-size: var(--font-14);
  font-weight: 500;
  margin: 13px 0 -4px 0;
  text-align: center;
}

.category-title a {
  color: var(--dark-color);
}

.category-section {
  padding: 43px 28px;
}

.category-img {
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid rgba(151, 208, 240, 0.5);
  background: rgba(255, 255, 255, 1);
  max-width: 100px;
  margin: 0 auto;
}

.category-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.category-section .title-1 {
  margin: 0 0 21px 0;
}

.category-section .btn {
  margin-top: 33px;
}

.special-deal-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.special-deal-icon svg {
  width: 100%;
  height: 100%;
}

.special-deal-content {
  width: 100%;
  padding: 30px var(--gap);
}

.special-deal .title-1 {
  margin: 20px 0 0 0;
}

.special-deal p {
  margin: 20px 0 0 0;
}

.special-deal .btn {
  margin: 20px 0 0 0;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  height: var(--small-btn-height);
  line-height: var(--small-btn-height);
}

.product {
  border: 1px solid rgba(32, 32, 32, 0.15);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  background: #fff !important;
  padding: 0;
}

.product .product {
  border: 0;
  margin: 0;
}

.product .product img {
  box-shadow: none;
}

.product-category span {
  display: inline-block;
  padding: 0;
  font-size: var(--font-12);
  font-weight: 500;
  line-height: 2;
  margin-right: 15px;
}

.product-category span.text-white {
  padding: 0 5px;
}

.product-content {
  padding: 0 var(--gap) calc(var(--small-btn-height) + var(--gap) + 10px) var(--gap);
  position: relative;
  flex: 1 1 0;
}

.product .quantity-input {
  height: var(--small-btn-height);
}

.product-title a {
  color: var(--dark-color);
}

.product-title {
  font-size: var(--font-16);
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 0 0 0;
  min-height: 2.6em;
}

.price-box span.price {
  color: #007599;
}

.product-price,
.price-box span.price {
  font-size: var(--font-18) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 30px 0 0 0;
}

.price-box {
  display: flex !important;
  gap: 10px !important;
}

.price-box span.old-price span.price {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.price-box span.special-price span.price {
  color: #E94916;
}

.product-price del {
  margin: 0 0 0 5px;
}

.product .quantity-box {
  width: 90px;
}

.product-atc-btn {
  margin-left: 10px;
  min-width: auto !important;
  padding: 0 10px !important;
  flex: 1 1 0;
  text-transform: uppercase;
}

.product .input-select {
  height: var(--small-btn-height);
  margin-top: 10px;
  padding: 0 30px 0 10px;
  background-position: right 10px top 50%;
}

.product-actions {
  position: absolute;
  left: var(--gap);
  bottom: var(--gap);
  right: var(--gap);
}

.product-wishlist {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 3;
  width: 18px;
  height: 18px;
  color: var(--dark-color);
}

.product-wishlist svg {
  width: 100%;
  height: 100%;
}

.product-category {
  display: flex;
  flex-wrap: wrap;
}

.product-category a {
  flex: 1 1 0;
  align-self: center;
  color: rgba(32, 32, 32, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.new-product-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
  opacity: 0.85;
  z-index: -1;
}

.new-product-section {
  position: relative;
  z-index: 1;
}

.testimonial-section .grid {
  gap: 50px var(--gap);
}

.testimonial {
  padding: 0 50px;
}

.testimonial-review svg {
  width: 22px;
  height: 22px;
}

.testimonial-review svg+svg {
  margin-left: 7px;
}

.testimonial-content {
  font-size: var(--font-20);
  font-weight: 400;
  color: var(--dark-color);
  margin: 30px 0 0 0;
  line-height: 1.4;
}

.testimonial-user {
  font-size: var(--font-22);
  font-weight: 500;
  color: var(--primary-color);
  margin: 30px 0 0 0;
  line-height: 1.4;
}

.reward-container {
  background: linear-gradient(to right, #dce8f6 20%, #1F4A8F 100%);
  padding: 60px 0 32px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.reward-container:before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  left: 100%;
  bottom: 100%;
  transform: translate(-53%, 53%);
  -webkit-transform: translate(-53%, 53%);
  background: no-repeat 0 0 / cover transparent;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400' fill='none' stroke='%23FFDB8B' stroke-width='3'%3e%3ccircle cx='200' cy='200' r='198'/%3e%3ccircle cx='200' cy='200' r='168'/%3e%3ccircle cx='200' cy='200' r='138'/%3e%3ccircle cx='200' cy='200' r='108'/%3e%3ccircle cx='200' cy='200' r='78'/%3e%3ccircle cx='200' cy='200' r='48'/%3e%3ccircle cx='200' cy='200' r='18'/%3e%3c/svg%3e");
  z-index: -1;
}

.reward-content {
  padding: 0 220px 0 78px;
  margin: -28px 0 0 0;
}

.reward-content .title-1 {
  color: #fff;
}

.reward-content .title-1 strong {
  font-weight: 700;
}

.reward-benefit svg {
  align-self: center;
  width: 40px;
  height: 40px;
}

.reward-benefit span {
  flex: 1 1 0;
  font-size: var(--font-18);
  line-height: 1.2;
  padding: 0 0 0 20px;
  align-self: center;
}

.reward-benefit span strong {
  font-weight: 500;
}

.reward-benefit-container {
  margin-top: 36px;
}

.reward-content .btn {
  margin-top: 42px;
}

.reward-content p {
  margin-top: 20px;
  max-width: 490px;
  line-height: 1.4;
}

.reward-process-icon {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
}

.reward-process-icon svg {
  width: 100%;
  height: 100%;
}

.reward-process-title {
  margin-top: 20px;
  line-height: 1.2;
}

.reward-process-text {
  margin-top: 20px;
  font-size: var(--font-20);
  color: var(--dark-color);
  line-height: 1.4;
}

.city-img {
  width: 116px;
}

.city-content {
  margin-top: 20px;
  display: block;
}

.city-title {
  font-size: var(--font-18);
  line-height: 1.6;
  margin-top: 21px;
}

.city-price {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 1.6;
}

.city-list {
  margin-right: calc(var(--gap) * -1);
}

.australia-map {
  position: absolute;
  right: -9.5%;
  top: 0;
  max-width: 68.5%;
}

.free-shipping-person {
  position: relative;
  left: -3.2%;
  max-width: 89%;
}

.free-shipping-img {
  position: relative;
  padding-top: 7%;
}

.title-1+.cms-content {
  margin-top: 30px;
}

.cms-content+.link,
.cms-content~.link {
  text-transform: uppercase;
}

.cms-content+.link,
.cms-content+.btn,
.cms-content~.link,
.cms-content~.btn {
  margin-top: 30px;
}

.cms-content,
.accordion-content .cms-content p,
.accordion-content .cms-content li {
  font-size: var(--font-20);
  line-height: 1.4;
}

.accordion-content .cms-content p,
.accordion-content .cms-content li {
  color: var(--text-color);
}

.cms-content p+p,
.cms-content p+ul,
.cms-content p+ol,
.cms-content p+iframe,
.cms-content ul+p,
.cms-content ul+ul,
.cms-content ul+ol,
.cms-content ul+iframe,
.cms-content ol+p,
.cms-content ol+ul,
.cms-content ol+ol,
.cms-content ol+iframe {
  margin-top: 1.4em;
}

.cms-content ul {
  padding: 0 0 0 30px;
}

.cms-content ul>li+li {
  margin-top: 10px;
}

.cms-content ul ul {
  margin-top: 10px;
}

.cms-content ul:not([class*="list-"]) {
  list-style: disc;
}

.cms-content ul:not([class*="list-"]) ul:not([class*="list-"]) {
  list-style: circle;
}

.cms-content ul:not([class*="list-"]) ul:not([class*="list-"]) ul:not([class*="list-"]) {
  list-style: square;
}

.cms-content ol {
  padding: 0 0 0 30px;
}

.cms-content ol>li+li {
  margin-top: 10px;
}

.cms-content ol ol {
  margin-top: 10px;
}

.cms-content ol:not([class*="list-"]) {
  list-style: decimal;
}

.cms-content ol:not([class*="list-"]) ol:not([class*="list-"]) {
  list-style: lower-alpha;
}

.cms-content ol:not([class*="list-"]) ol:not([class*="list-"]) ol:not([class*="list-"]) {
  list-style: lower-roman;
}

.newsletter {
  margin: 40px 0 0 0;
  padding: 0 83px 0 0;
}

.newsletter-submit {
  width: 54px;
  height: 54px;
  background: no-repeat center center / 24px 24px var(--secondary-color);
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23202020'%3e%3cpath d='M0 7.53302L10.1233 13.8767L16.467 24L24 0L0 7.53302ZM3.32871 7.96085L20.4058 2.60072L10.5319 12.4746L3.32871 7.96085ZM16.0392 20.6713L11.5254 13.4681L21.3993 3.59421L16.0392 20.6713Z'/%3e%3c/svg%3e");
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.newsletter .form-control {
  border-color: #fff;
  color: #fff;
  flex: 1 1 0;
  border-right: none;
  height: 54px;
}

.newsletter-title {
  color: #fff;
  line-height: 1.3;
  margin: 0 0 40px 0;
}

.footer {
  padding: var(--section-space) 0 30px 0;
}

.footer-payments {
  margin: 113px 0 0 0;
}

.footer-payments-title {
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.footer-accordion-title {
  color: #fff;
}

.footer-accordion-content {
  line-height: 1.6;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-accordion-content ul li {
  line-height: 1.3;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid transparent;
  font-size: var(--font-16);
}

.footer-accordion-content>p {
  font-size: var(--font-16);
  line-height: 1.4;
}

.footer-signature * {
  font-size: var(--font-16);
}

.footer-accordion p a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid transparent;
}

.footer-social a {
  width: 44px;
  height: 44px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-signature p+p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 3px;
  height: 3px;
  background: #fff;
  opacity: 0.4;
  border-radius: 4px;
  margin: 0 20px;
}

.footer-signature {
  color: #fff;
}

.footer-signature a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.breadcrumb {
  padding: 20px 0 0 0;
  font-size: var(--font-14);
  font-weight: 400;
  line-height: 1.3;
}

.breadcrumb a {
  color: var(--dark-color);
}

.breadcrumb li+li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  background: no-repeat 0 0 / cover transparent;
  background-image: url("data:image/svg+xml, %3csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.5' d='M0.699991 1L5.7 5.99999L0.699991 11' stroke='%23202020' stroke-width='1.5'/%3e%3c/svg%3e");
  margin: 0 15px;
  position: relative;
  top: -2px;
}

.category-slider-container,
.special-deal-slider-container {
  padding: var(--content-space) 0;
}

.product-filter-btn {
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: var(--small-btn-height);
  padding: 0 20px;
  border: 1px solid rgba(32, 32, 32, 0.3);
  cursor: pointer;
  margin-right: 30px;
  font-size: var(--font-14);
  color: var(--dark-color);
  font-weight: 400;
}

.filter-result {
  font-size: var(--font-14);
  color: var(--dark-color);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.product-filter-btn svg {
  margin-right: 5px;
}

.product-shorting-filter {
  margin-bottom: var(--content-space);
}

.product-shorting {
  width: 224px;
  height: var(--small-btn-height);
  margin-left: auto;
  display: block;
}

.product-shorting-filter h1,
.product-shorting-filter .title-1 {
  flex: 1 1 0;
  padding: 0 var(--gap);
  text-align: center;
}

.filter-btn-container,
.shorting-container {
  width: 330px;
}

.pagination {
  margin-top: var(--content-space);
}

.pagination ul li+li {
  margin-left: 10px;
}

.pagination ul li.selected a,
.pagination ul li.active a,
.pagination ul li a.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.pagination ul li a[aria-current="page"] {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.pagination ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: var(--font-14);
  font-weight: 700;
  color: var(--dark-color);
  border: 1px solid rgba(32, 32, 32, 0.3);
}

.pagination ul li a svg {
  width: 14px;
  height: 14px;
}

.check-container {
  position: relative;
  line-height: 1;
}

.input-check {
  margin: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(32, 32, 32, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  background: no-repeat center center / 11px 8px transparent;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 4px;
}

.product-filter ul.filter-options .input-check:checked,
.input-check:checked {
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml,%3csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 3L4.5 6.5L10 1' stroke='%23ffffff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
}

.check-container label {
  cursor: pointer;
  flex: 1 1 0;
  line-height: 1.19em;
  font-size: var(--font-16);
  font-weight: 400;
  padding: 0 0 0 25px;
}

.check-container a,
ul.filter-options>li>a {
  cursor: pointer;
  line-height: 1.19em;
  font-size: var(--font-16);
  font-weight: 400;
}

.filter-title {
  font-size: var(--font-20);
  line-height: 1.2;
}

.filter-options li+li {
  margin-top: 16px;
}

.filter-options {
  margin: 30px 0 0 0;
}

.product-filter+.product-filter {
  margin-top: var(--content-space);
}

.product-quick-links a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--font-16);
  font-weight: 600;
  color: var(--dark-color);
  line-height: 1.2;
  padding: 20px;
}

.product-quick-links a svg {
  color: var(--primary-color);
  margin: 0 15px 0 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.product-quick-links a+a {
  margin-top: 20px;
}

.product-quick-links {
  padding: 0 50px 0 0;
  margin-top: var(--content-space);
}

.category-slider-container .title-1,
.special-deal-slider-container .title-1 {
  margin-bottom: 30px;
}

.special-deal,
.special-deal h5,
.special-deal>a {
  width: 100%;
  display: block;
}

.special-deal h5,
.special-deal>a {
  height: 100%;
}

.special-deal-slider-container .js_slide:nth-child(7n+1) .special-deal a {
  background: #007599;
  color: #ffffff;
}

.special-deal-slider-container .js_slide:nth-child(7n+2) .special-deal a {
  background: #e5a820;
  color: #202020;
}

.special-deal-slider-container .js_slide:nth-child(7n+3) .special-deal a {
  background: #56ac5e;
  color: #ffffff;
}

.special-deal-slider-container .js_slide:nth-child(7n+4) .special-deal a {
  background: #e93f37;
  color: #ffffff;
}

.special-deal-slider-container .js_slide:nth-child(7n+5) .special-deal a {
  background: #1e3e6f;
  color: #ffffff;
}

.special-deal-slider-container .js_slide:nth-child(7n+6) .special-deal a {
  background: #e5a820;
  color: #202020;
}

.special-deal-slider-container .js_slide:nth-child(7n+7) .special-deal a {
  background: #56ac5e;
  color: #ffffff;
}

.special-deal-slider-container,
.category-slider-container {
  margin-top: -18px;
}

.special-deal-slider-container button svg,
.category-slider-container button svg {
  width: 16px !important;
  height: 28px !important;
}

.special-deal a>span {
  max-width: 155px;
  display: inline-block;
}

.special-deal a {
  height: 100%;
  padding: 17px 16px;
  line-height: 1.2;
  border: 3px solid transparent;
}

.product-details {
  padding: var(--content-space) 0 var(--section-space) 0;
}

.product-details-category {
  display: flex;
  flex-wrap: wrap;
}

.product-details-category span {
  display: inline-block;
  padding: 0 5px;
  font-size: var(--font-12);
  font-weight: 500;
  line-height: 2;
  margin-right: 5px;
}

section.product-details-section {
  margin-top: -23px;
}

.product-brand {
  font-size: 0;
}

.product-details-category a {
  /* flex: 1 1 0; */
  align-self: center;
  color: rgba(32, 32, 32, 0.5);
  font-size: 12px;
  font-weight: 500;
}

.product-details-slider-container {
  padding-right: 60px;
}

.product-details-title,
.product-details-content h1.page-title {
  margin-top: 30px;
}

.product-details-content h1.page-title {
  font-size: var(--font-40);
  font-weight: 500;
  line-height: 1.2;
  color: var(--dark-color);
  max-width: 720px;
  width: 100%;
}

.product-details-slider {
  position: relative;
}

.product-details-slider:before {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 30px;
  height: 30px;
  background: no-repeat 0 0 / cover transparent;
  background-image: url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='%238F8F8F' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M29.6337 27.8662L22.1725 20.405C24.2058 17.9182 25.2054 14.7451 24.9648 11.5419C24.7241 8.33876 23.2615 5.35064 20.8795 3.19562C18.4974 1.04061 15.3782 -0.116413 12.167 -0.0361233C8.95584 0.0441665 5.89835 1.35563 3.62699 3.62699C1.35563 5.89835 0.0441665 8.95584 -0.0361233 12.167C-0.116413 15.3782 1.04061 18.4974 3.19562 20.8795C5.35064 23.2615 8.33876 24.7241 11.5419 24.9648C14.7451 25.2054 17.9182 24.2058 20.405 22.1725L27.8662 29.6337C28.102 29.8614 28.4177 29.9874 28.7455 29.9846C29.0732 29.9817 29.3867 29.8503 29.6185 29.6185C29.8503 29.3867 29.9817 29.0732 29.9846 28.7455C29.9874 28.4177 29.8614 28.102 29.6337 27.8662ZM12.5 22.5C10.5222 22.5 8.58876 21.9135 6.94427 20.8147C5.29978 19.7159 4.01805 18.1541 3.26118 16.3268C2.5043 14.4995 2.30627 12.4889 2.69212 10.5491C3.07797 8.60926 4.03038 6.82743 5.4289 5.4289C6.82743 4.03038 8.60926 3.07797 10.5491 2.69212C12.4889 2.30627 14.4995 2.5043 16.3268 3.26118C18.1541 4.01805 19.7159 5.29978 20.8147 6.94427C21.9135 8.58876 22.5 10.5222 22.5 12.5C22.497 15.1512 21.4425 17.693 19.5678 19.5678C17.693 21.4425 15.1512 22.497 12.5 22.5Z'/%3e%3cpath d='M16.25 11.25H13.75V8.75C13.75 8.41848 13.6183 8.10054 13.3839 7.86612C13.1495 7.6317 12.8315 7.5 12.5 7.5C12.1685 7.5 11.8505 7.6317 11.6161 7.86612C11.3817 8.10054 11.25 8.41848 11.25 8.75V11.25H8.75C8.41848 11.25 8.10054 11.3817 7.86612 11.6161C7.6317 11.8505 7.5 12.1685 7.5 12.5C7.5 12.8315 7.6317 13.1495 7.86612 13.3839C8.10054 13.6183 8.41848 13.75 8.75 13.75H11.25V16.25C11.25 16.5815 11.3817 16.8995 11.6161 17.1339C11.8505 17.3683 12.1685 17.5 12.5 17.5C12.8315 17.5 13.1495 17.3683 13.3839 17.1339C13.6183 16.8995 13.75 16.5815 13.75 16.25V13.75H16.25C16.5815 13.75 16.8995 13.6183 17.1339 13.3839C17.3683 13.1495 17.5 12.8315 17.5 12.5C17.5 12.1685 17.3683 11.8505 17.1339 11.6161C16.8995 11.3817 16.5815 11.25 16.25 11.25Z'/%3e%3c/svg%3e");
  pointer-events: none;
}

.sku-expiry {
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--dark-color);
  line-height: 1.3;
  margin: 30px 0 0 0;
}

.sku-expiry p+p {
  margin-top: 10px;
}

.write-review-link {
  font-size: var(--font-16);
  font-weight: 500;
  color: var(--dark-color);
  line-height: 1.3;
}

.review svg+svg {
  margin-left: 5px;
}

.review {
  color: #C7C7C7;
}

.write-review-link {
  margin-left: 15px;
}

.product-details-review {
  margin: 30px 0 0 0;
}

.product-details-price {
  margin: 30px 0 0 0;
}

.product-details-price span.price {
  font-size: var(--font-30) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.product-details-price del {
  margin-left: 15px;
}

.product .quantity-box button {
  width: 34px;
  height: var(--small-btn-height);
}

.product .quantity-box button:before,
.product .quantity-box button:after {
  width: 14px;
  margin: -1px 0 0 -7px;
}

.product-details-actions {
  margin: 27px 0 0 0;
}

.product-details-quantity {
  border: 1px solid rgba(32, 32, 32, 0.3);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15px;
  min-width: 200px;
}

.product-details-quantity .quantity-input {
  border: none;
  height: calc(var(--btn-height) - 2px);
  background: transparent;
}

.product-details-quantity .quantity-box {
  width: 135px;
}

.product-details-quantity label {
  font-size: var(--font-14);
  font-weight: 400;
  flex: 1 1 0;
}

.product-details-wishlist svg,
.product-details-actions button#add-to-wishlist svg {
  width: 18px;
  height: 18px;
}

.product-details-wishlist,
.product-details-actions button#add-to-wishlist {
  border: 1px solid rgba(32, 32, 32, 0.3);
  width: var(--btn-height);
  height: var(--btn-height);
  color: var(--dark-color);
}

.product-details-actions button#add-to-wishlist {
  margin-left: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex !important;
}

.product-details-terms {
  margin: 30px 0 0 0;
}

.product-details-terms-content {
  margin: 13px 0 0 0;
}

.product-details-terms-content p,
.product-details-terms-content h3 {
  font-size: var(--font-12);
  color: #666;
  line-height: 1.4;
}

.product-details-terms-content h3 {
  font-weight: 700;
}

.product-details-section .product-details .relative.mb-6 {
  margin-bottom: 0 !important;
}

.accordion-btn {
  position: relative;
  padding: 0 30px 10px 0;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  cursor: pointer;
  line-height: 1.2;
}

.accordion-btn:before,
.accordion-btn:after {
  content: "";
  display: none !important;
  width: 18px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background: var(--dark-color);
}

.accordion-btn:not(.active):after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.accordion-content {
  display: block;
  margin: 0;
  overflow: hidden;
}

.accordion-content.active {
  max-height: 600px;
  transition: all 0.7s ease;
  padding: 16px 0 20px 0;
}

.accordion-content:not(.active) {
  margin: 0;
  transition: all 0.5s ease;
  max-height: 0;
  overflow: hidden;
}

.accordion-item+.accordion-item {
  margin-top: 20px;
}

.product-details-accordion {
  margin: 30px 0 0 0;
}

.product-options-table {
  width: 100%;
}

.product-option-quantity .quantity-box {
  width: 120px;
  margin-left: auto;
}

.product-option-quantity .quantity-box button {
  font-size: 0;
}

.product-option-quantity .quantity-box input {
  width: 100%;
  background: transparent;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}

.product-option-quantity .quantity-input {
  height: var(--small-btn-height);
}

.product-option-quantity .quantity-box button {
  height: var(--small-btn-height);
  width: 44px;
}

.product-options-table td {
  padding: 10px;
  background: #fff;
  border-top: 5px solid var(--gray-color);
}

.product-option-title {
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--dark-color);
  line-height: 1.3;
}

.product-option-code {
  font-size: var(--font-14);
  color: var(--dark-color);
}

.product-option-price span.price {
  font-size: var(--font-14) !important;
  font-weight: 600 !important;
}

.product-option-avibility {
  font-size: 10px;
  line-height: 1.3;
  margin-top: 5px;
}

.product-options-table-container {
  margin: 25px 0 3px 0;
}

.product-options-table td:last-child {
  padding-left: 0;
}

.product-options-table-container+.priceqtychckmain .product-details-price {
  margin: 0;
}

.product-offer {
  padding: 20px 16px;
  margin-bottom: var(--content-space);
  margin-right: var(--content-space);
}

.offer-img {
  display: flex;
  flex-direction: column;
}

.product-offer-img {
  display: inline-block;
  vertical-align: top;
}

.product-offer-brand-img {
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
}

.product-offer-title {
  font-size: var(--font-20);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
}

.product-offer .btn {
  margin-top: 20px;
}

.about-us-section {
  position: relative;
  z-index: 1;
}

.about-us-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--gray-color);
  pointer-events: none;
  opacity: 0.9;
}

.about-us-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.about-us-container {
  padding: var(--section-space) 0;
}

.about-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}

.about-img:before,
.about-img:after {
  content: '';
  position: absolute;
  width: 64.592%;
  aspect-ratio: 394 / 353;
  background: no-repeat 0 0 / cover transparent;
}

.about-img:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/about-curve-primary.svg);
  bottom: 0;
  left: 0;
}

.about-img::after {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/about-curve-secondary.svg);
  top: 0;
  right: 0;
}

.reason-title {
  margin-top: 20px;
  line-height: 1.2;
}

.reason-text {
  margin-top: 20px;
  font-size: var(--font-20);
  line-height: 1.4;
}

.city-list-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 41px;
}

.city-area-wrapper {
  padding-top: 49px;
  padding-bottom: 8px;
}

.city-area span {
  font-size: var(--font-20);
  line-height: 1.2;
  padding: 0 0 0 20px;
  align-self: center;
  flex: 1 1 0;
}

.city-area svg {
  align-self: center;
  width: 50px;
  height: 50px;
}

.team {
  border-bottom: 1px solid rgba(32, 32, 32, 0.3);
}

.team-section .title-1+p {
  font-size: var(--font-20);
  line-height: 1.4;
}

.team-title-content {
  font-size: var(--font-16);
}

.team-title-wrapper {
  flex: 1 1 0;
  text-align: left;
}

.team-title {
  font-weight: 500;
  font-size: var(--font-30);
  line-height: 1.3em;
  letter-spacing: -0.05em;
}

.team-title-content {
  margin: 10px 0 0 0;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 1.3em;
}

.contact-info-icon {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
}

.contact-info-icon svg {
  width: 100%;
  height: 100%;
}

.contact-info-title {
  margin-top: 20px;
  line-height: 1.2;
}

.contact-info-text {
  margin-top: 20px;
  color: var(--dark-color);
  font-size: var(--font-20);
  line-height: 1.4;
}

.contact-info-text a {
  color: var(--dark-color);
  border-bottom: 1px solid transparent;
}

.reason-icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: top;
}

.reason-icon svg {
  width: 100%;
  height: 100%;
}

.city-list-container .city-list {
  margin-right: 0;
}

.why-register-icon {
  width: 70px;
  height: 70px;
}

.why-register-icon svg {
  width: 100%;
  height: 100%;
}

.why-register {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px;
}

.why-register-content {
  align-self: center;
  flex: 1 1 0;
  padding: 0 0 0 var(--gap);
}

.why-register-content p {
  font-size: var(--font-24);
  font-weight: 400;
  line-height: 1.3;
}

.why-register-content p strong {
  font-weight: 600;
}

.why-register-section {
  position: relative;
  z-index: 1;
}

.why-register-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gray-color);
  opacity: 0.9;
  z-index: -1;
}

.my-account-section {
  background: var(--gray-color);
}

.my-account-component,
.amwishlist-wishlist-index .column.main>div:first-child {
  background: #fff;
  padding: 30px;
}

.my-account-component .contact-info {
  padding: 30px !important;
}

.reward-history-table table,
.reward-history-table .table {
  font-size: var(--font-14);
  width: 100%;
  line-height: 1.2;
}

.reward-history-table .tfoot div:last-child,
.reward-history-table .tfoot div:nth-last-child(2) {
  font-size: var(--font-20);
  font-weight: 600;
}

.reward-history-table th:first-child,
.reward-history-table td:first-child,
.reward-history-table .table .th:first-child,
.reward-history-table .table .tbody>div .p-2:first-child {
  padding-left: 0;
}

.reward-history-table .tbody {
  background-color: transparent !important;
}

.reward-history-table th,
.reward-history-table .th {
  font-weight: 600;
  border-bottom: 1px solid #bbb;
  padding: 20px;
  padding-top: 0 !important;
}

.reward-history-table .tfoot {
  padding-right: 20px;
  padding-left: 20px;
}

.reward-history-table td,
.reward-history-table .table .tbody>div .p-2 {
  border-bottom: 1px solid #bbb;
  padding: 20px;
}

.my-account-title {
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.row>* {
  padding: 0 var(--half-gap);
}

.row {
  margin: 0 calc(var(--half-gap) * -1);
  display: flex;
  flex-wrap: wrap;
}

.faq-accordion-item {
  padding: 20px;
  border: 1px solid rgba(32, 32, 32, 0.3);
}

.faq-accordion-btn {
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding-right: 30px;
}

.faq-accordion-item+.faq-accordion-item {
  margin-top: 15px;
}

.faq-accordion-content .cms-content {
  font-size: var(--font-16);
}

.faq-accordion-item:not(.active) .faq-accordion-content {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.faq-accordion-content {
  display: block !important;
  margin: 0;
  overflow: hidden;
}

.faq-accordion-item.active .faq-accordion-content {
  padding-top: 15px;
  max-height: 350px;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}

.faq-accordion-item.active {
  background: var(--primary-light-color);
}

.faq-accordion-item.active .faq-accordion-btn {
  color: var(--primary-color);
}

.faq-accordion-btn:before,
.faq-accordion-btn:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 10px;
  background: currentColor;
}

.faq-accordion-item:not(.active) .faq-accordion-btn:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.my-account-component+.my-account-component,
.my-account-container+.my-account-component {
  margin-top: 30px;
}

.success-messages+.account .my-account-component:first-child {
  padding-top: 0;
}

.my-account-nav {
  margin-right: 50px;
}

.my-account-nav ul li {
  position: relative;
  padding: 0 !important;
}

.my-account-nav ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.my-account-nav ul li.nav-dashboard:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/nav-dashboard.svg);
}

.my-account-nav ul li.nav-my-orders:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/nav-my-orders.svg);
}

.my-account-nav ul li.nav-financials:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/nav-financials.svg);
}

.my-account-nav ul li.nav-favorites:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/nav-favorites.svg);
}

.my-account-nav ul li.nav-my-wish-lists:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/nav-my-wish-lists.svg);
}

.my-account-nav ul li.nav-address-book:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/nav-address-book.svg);
}

.my-account-nav ul li.nav-account-info:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/nav-account-info.svg);
}

.my-account-nav ul li.nav-my-reviews:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/nav-my-reviews.svg);
}

.my-account-nav ul li.nav-reward-points:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/nav-reward-points.svg);
}

.my-account-nav ul li.nav-log-out:before {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/nav-log-out.svg);
}

@media screen and (max-width: 1799px) {
  .my-account-nav ul li a,
    .my-account-nav ul li>strong {
    padding-left: 46px !important;
  }

  .my-account-nav ul li:before {
    width: 46px;
    height: 46px;
  }
}

@media screen and (max-width: 1199px) {
  .my-account-nav ul li a,
    .my-account-nav ul li>strong {
    padding-left: 40px !important;
  }

  .my-account-nav ul li:before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .my-account-nav ul li a,
    .my-account-nav ul li>strong {
    padding-left: 30px !important;
  }

  .my-account-nav ul li:before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .my-account-nav ul li a,
    .my-account-nav ul li>strong {
    padding-left: 30px !important;
  }

  .my-account-nav ul li:before {
    width: 30px;
    height: 30px;
  }
}

.my-account-nav ul li a,
.my-account-nav ul li strong {
  font-size: var(--font-18);
  line-height: 1.2;
  font-weight: 600;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  color: var(--text-color);
}

.my-account-nav ul li a,
.my-account-nav ul li>strong {
  position: relative;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.my-account-nav ul li a svg,
.my-account-nav ul li>strong svg {
  width: 50px;
  height: 50px;
}

.my-account-nav ul li a:before,
.my-account-nav ul li>strong:before {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: var(--dark-color) var(--dark-color) transparent transparent;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}

.my-account-nav ul li a:after,
.my-account-nav ul li>strong:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  opacity: 0;
}

.my-account-nav ul li.selected a:before,
.my-account-nav ul li.selected a:after,
.my-account-nav ul li.current a:before,
.my-account-nav ul li.current a:after,
.my-account-nav ul li.current>strong:before,
.my-account-nav ul li.current>strong:after {
  opacity: 1;
}

.my-account-nav ul li a span,
.my-account-nav ul li>strong span {
  flex: 1 1 0;
  padding: 0 0 0 15px;
}

.my-account-nav ul li+li {
  margin-top: 33px;
}

.dashboard-title {
  margin-bottom: var(--gap);
}

.dashboard-title p {
  font-size: var(--font-16);
  font-weight: 400;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dashboard-title p span {
  font-size: var(--font-30);
  font-weight: 500;
  margin-left: 10px;
}

.dashboard-content p {
  font-size: var(--font-20) !important;
  line-height: 1.4;
}

.account-wrapper h4 {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 17px !important;
}

.membership-info,
.contact-info {
  padding: 27px 29px;
}

.dashboard-btn .btn {
  margin-top: 28px;
  padding: 0 24px;
  min-width: inherit;
}

.dashboard-btn .btn+.btn {
  margin-left: 16px;
}

.earn-point-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  height: auto;
  border-right: 1px solid rgba(32, 32, 32, 0.3);
}

.earn-point-wrapper {
  flex: 1 1 0;
  margin-left: 39px;
  padding-left: 40px;
}

.earn-point-wrapper p {
  line-height: 1.4;
}

.earn-point-wrapper p+p {
  margin-top: 29px;
}

.das-contact-title {
  font-weight: 600;
  font-size: var(--font-16);
}

.contact-data {
  margin-top: -4px;
  margin-bottom: 2px;
}

.contact-data td {
  padding: 0 0 18px 0;
  font-size: var(--font-16);
}

.contact-data td+td {
  padding-left: 39px;
}

.contact-info .dashboard-btn .btn {
  margin-top: 20px;
}

.address-wrapper h4,
.address-wrapper h4.my-account-title {
  margin-bottom: var(--gap) !important;
}

.add-details * {
  margin-bottom: 5px;
}

.edit-btn {
  min-width: auto;
}

/***** 002 Custom css 25072025 *******/

.page-main {
  margin-top: 0;
  margin-bottom: 0;
}

.text-dark {
  color: #202020;
}

.text-primary {
  color: #007599;
}

.text-purple {
  color: #B263DA;
}

.text-red {
  color: #E94916;
}

.text-secondary {
  color: #E5A820;
}

.text-success {
  color: #56AC5E;
}

.text-white {
  color: #ffffff;
}

.bg-blue {
  background-color: #1E3E6F;
}

.bg-danger {
  background-color: #E93F37;
}

.bg-dark {
  background-color: #202020;
}

.bg-light {
  background-color: #F1F1F1;
}

.bg-primary {
  background-color: #007599;
}

.bg-primary_light {
  background-color: #E9FAFF;
}

.bg-purple {
  background-color: #B263DA;
}

.bg-red {
  background-color: #E94916;
}

.bg-secondary {
  background-color: #E5A820;
}

.bg-skyblue {
  background-color: #20C1E5;
}

.bg-success {
  background-color: #56AC5E;
}

.bg-white {
  background-color: #ffffff;
}

.columns {
  max-width: 100% !important;
  padding: 0 !important;
  gap: 0;
}

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

.homebanner-section {
  max-width: 1540px;
  margin: 0 auto !important;
  display: block;
  width: 100%;
  padding: 0 10px;
}

.homebanner-section .item img {
  width: 100% !important;
}

.banner-box a {
  display: block;
  width: 100%;
}

.banner-box img {
  width: 100% !important;
}

header.page-header #header>.container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-actions li a,
.header-actions li button {
  padding: 0;
}

.city-section .city-list {
  margin-top: -15px;
}

.navigation .menu>li>button>a {
  display: flex;
  align-items: center;
}

.header-menu-main {
  background-color: #007599;
}

.navigation .menu>li>div>div>ul {
  gap: 0;
  background: #F8F8F8;
}

.navigation .menu>li>div>div>ul>li>a,
.navigation .menu>li>div>div>ul>li>button {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #222222;
  padding: 6px 10px 6px 20px;
  transition: all 0.5s ease 0s !important;
}

.navigation .menu>li>div>div>ul>li>a:hover,
.navigation .menu>li>div>div>ul>li>button:hover {
  background: #007599 !important;
  color: #fff !important;
}

.navigation .menu>li>div>div>ul>li>button>a {
  transition: none;
}

.navigation .menu>li>div>div>ul>li>ul {
  padding: 50px 50px;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  flex-direction: row;
  width: calc(100% - 18rem);
}

.navigation .menu>li>div>div>ul>li>ul>li {
  width: 33.3333%;
  padding-left: 100px;
  position: relative;
  padding-bottom: 50px;
  padding-right: 20px;
}

.navigation .menu>li>div>div>ul>li>ul>li img {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #eee;
  width: 80px;
}

.navigation .menu>li>div>div>ul>li>ul>li>a {
  padding: 0 0 20px 0 !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #202020;
}

.navigation .menu>li>div>div>ul>li>ul>li>ul>li>a {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #202020;
  opacity: 0.8;
  padding: 0;
}

.navigation .menu>li>div>div>ul>li>ul>li>ul>li {
  padding: 0;
}

.newsletter .form-control {
  background: transparent;
  border-radius: 0;
  padding: 0 10px 0 29px;
}

.newsletter .form-control:focus {
  box-shadow: none;
  border-color: #e5a820;
}

section.banner-product-category-section {
  margin-top: -2px;
}

.js_slides {
  flex-wrap: nowrap;
}

.banner-product-category-section nav button,
.banner-product-category-section nav button svg {
  width: 26px;
  height: 38px;
  display: inline-block;
}

.banner-product-category-section nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 !important;
  box-shadow: none !important;
}

.banner-product-category-section nav button:first-child {
  left: 15px;
  right: auto;
}

.banner-product-category-section nav button:last-child {
  right: 15px;
  left: auto;
}

.banner-product-category-section nav button svg * {
  stroke: #000;
}

.banner-product-category-section nav button:hover svg * {
  stroke: #007599;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.special-deal {
  height: 100%;
}

.slider_arrow,
.team-list-wrapper>nav {
  padding: 0;
  left: 0;
  right: 0;
}

.slider_arrow button.nextslide,
.team-list-wrapper>nav button.nextslide,
.teamslider_wrapper nav button.nextslide {
  right: -42px;
}

.slider_arrow button.prevslide,
.team-list-wrapper>nav button.prevslide,
.teamslider_wrapper nav button.prevslide {
  left: -42px;
}

.slider_arrow,
.team-list-wrapper>nav {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.slider_arrow button svg,
.team-list-wrapper>nav button svg {
  width: 27px !important;
  height: 34px !important;
}

.slider_arrow,
.slider_arrow>div,
.team-list-wrapper>nav,
.category-slider-container nav,
.special-deal-slider-container nav {
  height: 34px;
}

@media (min-width:1800px) {
  .team-list-wrapper>nav button.nextslide,
    .teamslider_wrapper nav button.nextslide {
    right: -52px;
  }

  .team-list-wrapper>nav button.prevslide,
    .teamslider_wrapper nav button.prevslide {
    left: -52px;
  }
}

.new-product-section.product-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.footer-right {
  padding-left: 8px;
  margin-top: -3px;
}

.breadcrumbs ol {
  padding: 20px 0;
}

.breadcrumbs ol li span.separator {
  padding: 0 14px !important;
  position: relative;
  top: 3px;
}

.breadcrumbs ol {
  padding: 20px 0;
}

.contact-info-container {
  padding: 78px 0 90px 0;
}

.contact-info-container .section-content {
  margin-bottom: 20px;
}

.contact-form-section .section-content .subtitle {
  font-size: var(--font-20);
  line-height: 1.4;
}

.captcha .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 4px 0 0 0;
}

.actions-toolbar {
  margin-top: 2px !important;
  padding: 0 !important;
  border: 0;
  justify-content: center;
}

.actions-toolbar button {
  text-transform: uppercase !important;
}

.error-message,
form .field.field-error .messages,
fieldset .field.field-error .messages {
  font-size: 14px;
  text-align: left;
  line-height: normal;
  padding-top: 2px !important;
  color: #f00;
}

.captcha .error-message {
  text-align: center;
}

.navigation .menu>li>a[aria-current="page"],
.navigation .menu>li>button[aria-current="page"] {
  color: #ffd16a;
}

.tabular-nums {
  background: #e5a820;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 0 5px !important;
  font-weight: 700;
  font-size: 10px;
  color: #202020;
  position: absolute;
  right: 7px;
  top: 0;
}

.banner-product-category-section .grid>.relative {
  background: #92ced6;
}

.product:hover {
  border-color: #ababab;
}

.product:hover .product-title a.product-item-link {
  color: #007599;
}

.slider_arrow,
.slider_arrow>div,
.team-list-wrapper>nav {
  pointer-events: none;
}

.slider_arrow button,
.team-list-wrapper>nav button {
  pointer-events: auto;
}

.mobile-navigation-menu nav ul li a[aria-current="page"],
.mobile-navigation-menu nav ul li button[aria-current="page"] {
  color: #007599;
}

header.page-header.sticky {
  position: fixed;
}

header.page-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 88;
}

.page-wrapper {
  padding-top: 177px;
}

.city-shipping-section .section-content {
  margin-bottom: 34px;
}

.about-us-section .top-container {
  position: absolute;
  left: 0;
  right: 0;
}

.about-us-container .about-us-wrapper {
  margin-top: -18px;
  margin-bottom: -22px;
}

.about-content-col .cms-content {
  margin-top: 50px;
}

section.city-section,
section.city-shipping-section {
  background: #169AC3;
}

section.city-section p.subtitle.text-secondary {
  color: #FFE345;
  font-size: var(--font-16);
}

.team-list-wrapper {
  position: relative;
}

.team-list-wrapper>nav {
  position: absolute !important;
}

.team-list-wrapper>nav button {
  background: transparent;
  box-shadow: none;
  padding: 0 !important;
}

.team-title-wrapper {
  margin-bottom: -2px;
}

section.about-us-section {
  margin-top: -60px;
}

.top-container {
  position: relative;
  z-index: 2;
}

.about-img-col {
  padding-right: 73px;
}

.product-details-price .price-final_price {
  min-height: inherit !important;
}

.product-details-price .final-price span.price-label {
  display: none;
}

.product-details-price .price-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}

.product-details-price .price-container .old-price {
  margin-right: 0;
}

.product-details-price .price-container .old-price>span {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.product-details-price .price-container .old-price>span span.price {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.product-details-price .price-container .final-price {
  margin-right: 15px;
}

.product-details-price .price-container .old-price~.final-price span.price {
  color: #E94916;
}

.product-details-actions button {
  text-transform: uppercase;
}

.product-details-actions button.btn-secondary {
  text-transform: uppercase;
}

.input-check:focus {
  box-shadow: none;
  outline: 0;
}

.priceqtychckmain .btn:disabled {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--dark-color);
}

.priceqtychckmain .btn:disabled:hover {
  border-color: var(--btn-hover-bg);
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}

.product-details-quantity .quantity-box button {
  font-size: 0;
}

button.accordion-btn.h5 .titlemainacc,
button.accordion-btn.h5 .titlemainacc * {
  font-size: inherit;
}

/***** && Custom css 25072025 *******/

.iconmainacc {
  position: absolute;
  right: -3px;
  top: 5px;
  z-index: 5;
}

.iconmainacc svg {
  stroke: #000 !important;
  opacity: 1;
}

.product-details-accordion .accordion-content {
  max-height: inherit;
}

.product-details-accordion .accordion-content .cms-content {
  padding: 16px 0 20px 0;
}

.product-details-slider-container .w-full.h-full.fixed {
  z-index: 9999 !important;
}

.catalog-product-view .messages {
  padding-top: 0 !important;
}

.catalog-product-view section#messages {
  background: #f1f1f1;
}

.why-register-container {
  margin-top: -42px;
}

.why-register-container .section-btn .btn {
  min-width: 230px;
}

.registration-form-section .section-content p {
  font-size: var(--font-20);
}

.registration-form-section .input-group button {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 5;
}

.registration-form-section .input-group {
  position: relative;
}

.section_padding {
  padding: var(--section-space) 0 !important;
}

.section-content h2.title-1+p {
  font-size: var(--font-20);
}

.why-register-container {
  margin-top: -42px;
}

.cms-page-wrapper {
  margin-bottom: 60px;
}

.cms-page-wrapper .container p:not(:last-child),
.cms-page-wrapper .container>ul:not(:last-child),
.cms-page-wrapper .container>ol:not(:last-child),
.cms-page-wrapper .container>h1:not(:last-child),
.cms-page-wrapper .container>h2:not(:last-child),
.cms-page-wrapper .container>h3:not(:last-child),
.cms-page-wrapper .container>h4:not(:last-child),
.cms-page-wrapper .container>h5:not(:last-child),
.cms-page-wrapper .container>h6:not(:last-child) {
  margin-bottom: 25px;
}

.cms-page-wrapper ul {
  list-style: inherit;
  padding-left: 30px;
}

.cms-page-wrapper ol ol,
.cms-page-wrapper ol ul,
.cms-page-wrapper ul ul,
.cms-page-wrapper ul ol {
  margin-top: 10px;
}

.cms-page-wrapper ol ol {
  list-style: lower-alpha;
}

.cms-page-wrapper ol {
  list-style: decimal;
  padding-left: 30px;
}

.cms-page-wrapper li+li {
  margin-top: 10px;
}

.cms-page-wrapper li>p {
  margin-bottom: 0px !important;
}

.city-shipping-section .section-content p.subtitle {
  font-size: var(--font-16);
}

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

form ul.messages {
  margin: 0 !important;
  padding: 0 !important;
}

form.form-create-account .input-group>.field {
  margin: 0 !important;
}

.cartsidebar_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 13rem;
}

.product-details-accordion .accordion-content .cms-content .prose {
  max-width: 100%;
}

.product-option-price .price-box {
  min-height: inherit !important;
}

button.zoominimage:before {
  content: "";
  background: url(../../frontend/Hyva/Maintheme/en_AU/images/zoom-in.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  pointer-events: none;
  z-index: 2;
}

button.zoominimage:after {
  content: "";
  background: #fff;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  z-index: 0;
  border-radius: 3px;
  pointer-events: none;
}

.signupwrap nav {
  border: 1px solid #eee;
  padding: 0 0 !important;
}

.signupwrap nav a {
  padding: 8px 10px !important;
  font-size: var(--font-16);
}

.signupwrap nav a:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.signupwrap nav a:hover {
  background: #e5a820;
  color: #000;
}

.downloadcatalogue_view .catalog-img-wrapper img {
  width: 100%;
}

.downloadcatalogue_view .catalog-img-wrapper {
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.downloadcatalogue_view .download-catalogue-button-container {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
}

.downloadcatalogue_view .download-catalogue-button-container>* {
  flex: 1 0 0;
  min-width: inherit;
  padding: 0 10px;
}

.downloadcatalogue_view .downloadtitle {
  font-size: var(--font-20);
  font-weight: 600;
}

.login_box_main {
  border: 1px solid #ddd;
  padding: 40px 40px;
}

.login-container {
  gap: 40px !important;
}

.form-input.form-control {
  border-radius: 0 !important;
}

.fieldset.login .field.input-group {
  margin: 0 0 20px 0;
}

.fieldset.login .field.input-group label {
  font-size: 18px;
  line-height: normal;
  display: block;
  margin: 0 0 5px 0;
}

.fieldset.login .field.input-group .control {
  position: relative;
}

.fieldset.login .field.input-group .control button {
  position: absolute;
  right: 0;
  top: 3px;
}

.fieldset.login .actions-toolbar {
  justify-content: space-between;
  margin-top: 30px !important;
}

/*.block-new-customer.login_box_main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

.fieldset.login .actions-toolbar .forgotpass_main,
.fieldset.login .actions-toolbar .back {
  font-size: var(--font-18);
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.fieldset.login .actions-toolbar .forgotpass_main:hover,
.fieldset.login .actions-toolbar .back:hover {
  color: #007599 !important;
}

.fieldset.login .actions-toolbar .back svg {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}

.fieldset.login .actions-toolbar .back {
  display: flex;
  align-items: center;
}

.fieldset.login .actions-toolbar .back:hover svg * {
  fill: #007599 !important;
}

body .login-container {
  padding: 10px 0 80px 0 !important;
}

.block-new-customer .actions-toolbar {
  justify-content: start;
  margin-top: 30px !important;
}

.customer-account-login h1.page-title,
.customer-account-forgotpassword h1.page-title,
.customer-account-createpassword h1.page-title {
  text-align: center;
  width: 100%;
  padding: 50px 0 0 0;
}

.login-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

fieldset.fieldset.login legend {
  line-height: normal;
  margin: 0 !important;
  width: 100%;
}

fieldset.fieldset.login legend h3.mb-3 {
  display: block;
  width: 100%;
}

.login_box_main h3.mb-3 {
  line-height: normal !important;
}

.forgot_wrapper_main .login-container,
.accountlink_wrapper_main .login-container,
.resetforgot_wrapper_main .login-container {
  max-width: 550px;
}

.accountlink_wrapper_main .login-container {
  padding-top: 0 !important;
}

.accountlink_wrapper_main .login-container h1.title-1 {
  padding: 40px 0 30px 0;
}

.accountlink_wrapper_main .fieldset.login .actions-toolbar {
  justify-content: center;
  margin-top: 20px !important;
}

.findmydetails {
  padding-top: 50px;
}

/* .findmydetails img.sample-form {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
} */

.findmydetails h3 {
  font-size: var(--font-24);
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.product-shorting-filter .container {
  max-width: inherit !important;
  width: auto !important;
  margin: 0 !important;
  flex: 1 1 0;
  padding: 0 !important;
  text-align: center;
}

.category {
  display: block;
  width: 100%;
}

#category-view-container .category-description p:not(:last-child),
#category-view-container .category-description ul:not(:last-child),
#category-view-container .category-description ol:not(:last-child),
#category-view-container .category-description h1:not(:last-child),
#category-view-container .category-description h2:not(:last-child),
#category-view-container .category-description h3:not(:last-child),
#category-view-container .category-description h4:not(:last-child),
#category-view-container .category-description h5:not(:last-child),
#category-view-container .category-description h6:not(:last-child) {
  margin-bottom: 25px;
}

.mp-blog-view .post-post_content p:not(:last-child),
.mp-blog-view .post-post_content ul:not(:last-child),
.mp-blog-view .post-post_content ol:not(:last-child),
.mp-blog-view .post-post_content h1:not(:last-child),
.mp-blog-view .post-post_content h2:not(:last-child),
.mp-blog-view .post-post_content h3:not(:last-child),
.mp-blog-view .post-post_content h4:not(:last-child),
.mp-blog-view .post-post_content h5:not(:last-child),
.mp-blog-view .post-post_content h6:not(:last-child) {
  margin-bottom: 25px;
}

.page-products.page-layout-2columns-left .columns {
  grid-template-columns: inherit;
}

.product-shorting-filter~.product-shorting-filter {
  margin-bottom: 0 !important;
}

.shorting-container select.sorter-options {
  border-radius: 0;
}

.category-description [data-content-type='row'][data-appearance='contained'],
.category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.message.error {
  align-items: center;
}

.message.error button svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.message.error button {
  position: relative;
  padding: 10px;
}

.not-found-wrap {
  text-align: center;
}

.not-found-inner p {
  margin-bottom: 30px;
}

.not-found-inner h1 {
  margin-bottom: 10px;
  margin-top: 15px;
}

.search-form>nav {
  position: absolute;
  background: #fff;
  width: 100%;
  max-height: calc(100vh - 200px);
  gap: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  margin-top: 0;
}

.search-form>nav button {
  padding: 10px 20px;
  border: 0;
  background: transparent !important;
  border-bottom: 1px solid #ddd;
  font-size: var(--font-16);
}

.search-form>nav button:hover {
  color: #fff;
  background: #007599 !important;
}

.mpblog-category-view.page-layout-2columns-left .columns,
.mpblog-category-view.page-layout-2columns-right .columns,
.mpblog-category-view.page-layout-3columns .columns,
.mpblog-post-view.page-layout-2columns-left .columns,
.mpblog-post-view.page-layout-2columns-right .columns,
.mpblog-post-view.page-layout-3columns .columns {
  grid-template-columns: inherit !important;
}

.mpblog-category-view .container h1.page-title,
.video-index-index .container h1.page-title {
  text-align: center;
  display: block;
  width: 100%;
}

.post-item-wraper {
  border: 1px solid #ddd;
  padding: 20px 20px;
}

.mp-post-meta-info a.mp-read-more.link {
  color: #000 !important;
}

.mp-post-meta-info a.mp-read-more.link:hover {
  color: var(--hover-color) !important;
}

.mp-post-meta-info a.mp-read-more.link svg {
  position: relative;
  top: -1px;
}

.post-item-wraper:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #ccc;
}

.post-item-wraper:hover .post-link-title {
  color: #007599;
}

.mp-blog-view .post-view,
.mpblog-post-view .container h1.page-title {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mp-blog-view .post-view {
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.videolist_wrapper {
  margin-top: 20px;
}

.videolist_wrapper .container>p {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 50px;
}

.video_list_item iframe {
  width: 100%;
  height: 280px;
}

.video_list_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}

.video_list_item:before {
  content: "";
  border: 1px solid #ddd;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.video-detail {
  padding: 25px 25px;
}

.video-detail p {
  margin: 0;
  font-size: var(--font-16);
}

.video-detail h3,
.video-detail h4 {
  line-height: normal;
  margin-bottom: 14px;
}

.video-detail .title-label {
  background: #007599;
  padding: 2px 15px;
  color: #fff;
  display: inline-block;
  font-size: var(--font-16);
  margin-bottom: 15px;
}

.video_list_view {
  margin-bottom: -30px;
}

.videolist_wrapper~.pager {
  display: none;
}

.pagimain_wrap {
  justify-content: center;
}

.pagimain_wrap .toolbar-amount,
.pagimain_wrap .limiter {
  display: none;
}

/********/

body.account .top-container,
body.account main.page-main {
  background: var(--gray-color);
}

body.account .page-main .columns {
  padding-top: calc(var(--section-space) - 42px) !important;
  padding-bottom: var(--section-space) !important;
  display: flex;
  flex-wrap: wrap;
}

body.account .columns aside.sidebar.sidebar-main .account-nav {
  background: transparent;
  padding: 0;
  border: 0 !important;
  box-shadow: none;
}

body.account .columns aside.sidebar.sidebar-main {
  width: 25% !important;
}

body.account .columns .column.main {
  width: 75%;
}

.vieworder_btn svg {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.vieworder_btn {
  font-weight: 600;
}

.vieworder_btn:hover span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.btn-outline-dark {
  box-shadow: none;
}

tr.info-details {
  vertical-align: top;
}

tr.info-details td .actions-toolbar {
  margin-top: 10px !important;
  justify-content: start;
}

.dashboard-welcome .dashboard-title p span {
  font-weight: 600;
  margin: 0 0 0 10px;
}

.signupwrap nav .tabular-nums {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}

.signupwrap nav span.delimiter {
  display: none;
}

.account .btn-primary,
.account .btn-secondary,
.account .btn {
  text-transform: uppercase;
}

.recent-order-wrapper+.actions-toolbar,
.my-account-component+.actions-toolbar {
  margin-top: 30px !important;
  justify-content: start;
}

.recent-order-wrapper+.actions-toolbar a.action.back,
.my-account-component+.actions-toolbar a.action.back {
  display: flex;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.recent-order-wrapper+.actions-toolbar a.action.back svg,
.my-account-component+.actions-toolbar a.action.back svg {
  margin-right: 10px;
}

.recent-order-wrapper+.actions-toolbar a.action.back:hover,
.my-account-component+.actions-toolbar a.action.back:hover {
  color: #007599;
}

.recent-order-wrapper+.actions-toolbar a.action.back:hover svg *,
.my-account-component+.actions-toolbar a.action.back:hover svg * {
  fill: #007599;
}

.customer-address-index .actions-toolbar,
.customer-address-form .actions-toolbar,
.customer-account-edit .actions-toolbar {
  justify-content: space-between;
}

.actionbtn svg *,
.action>svg * {
  stroke: #007599;
}

.action.back svg * {
  stroke: none;
}

form .field.choice input,
fieldset .field.choice input {
  top: 6px;
  margin-right: 10px;
  border-radius: 0;
  border: 1px solid #333;
}

.vieworder_btn {
  display: flex;
  flex-wrap: nowrap;
}

.action.back {
  display: flex;
  align-items: center;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.action.back svg {
  margin-right: 10px;
}

.action.back:hover {
  color: #007599;
}

.action.back:hover svg * {
  fill: #007599;
}

fieldset+.actions-toolbar {
  border-top: 1px solid #ddd;
  margin-top: 30px !important;
  padding-top: 30px !important;
}

.form-control {
  border-radius: 0 !important;
}

fieldset .field.choice {
  margin-top: 0 !important;
}

fieldset .field.choice+.field.choice {
  margin-top: -10px !important;
}

form.form-edit-account .input-group button {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 5;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

form.form-edit-account .input-group {
  position: relative;
}

input[type="checkbox"]:focus {
  outline: 0;
  box-shadow: none;
}

.field label.label {
  line-height: normal;
  margin-bottom: 5px;
  font-size: var(--font-16);
}

form.form-newsletter-manage .actions-toolbar {
  border-top: 0;
  margin-top: 0 !important;
  padding-top: 10px !important;
}

form.form-newsletter-manage .field.choice input {
  top: 2px !important;
}

.pagination ul li .actionbtn svg *,
.pagination ul li .action>svg * {
  stroke: #111;
}

.pagination ul li a[aria-disabled="true"] {
  cursor: no-drop;
}

.js_thumbs_slides.thumbs-wrapper {
  margin-top: 1rem !important;
}

.checkout-cart-index h1.page-title {
  padding: 40px 0 40px 0;
  text-align: center;
  display: block;
  width: 100%;
}

.ampromo-items-add {
  margin-bottom: 30px;
}

tbody.cart td .action svg * {
  stroke: none;
  fill: #007599;
}

td .quantity-box {
  width: 140px;
  margin: 0 auto;
}

.cartpage_main .reward-history-table td,
.cartpage_main .reward-history-table th {
  padding: 20px 20px;
}

.quantity-input {
  background: transparent;
}

/* table.cart thead th {
    font-size: 18px;
} */

.cartsidebar_box_main {
  background: #eee;
  padding: 20px 20px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.coupon-form button.select-none {
  width: 100%;
  padding-right: 20px;
  font-size: var(--font-18);
}

form#discount-coupon-form button.btn {
  font-size: var(--font-14);
}

.coupon-form button.select-none svg {
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

table.cart a.product-item-photo {
  width: 110px;
  border: 1px solid #eee;
}

table.cart a.product-item-photo+.product-item-details {
  width: calc(100% - 140px);
  padding-left: 30px;
}

.cart table.cart th,
.cart table.cart td {
  font-size: var(--font-16);
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
}

.cart table.cart th {
  padding-top: 0 !important;
}

.cart table.cart th:first-child,
.cart table.cart td:first-child {
  padding-left: 0;
}

.cart table.cart th:last-child,
.cart table.cart td:last-child {
  padding-right: 0 !important;
}

.cart.item.message {
  font-weight: 400;
  font-size: 14px;
  border-width: 1px !important;
  padding: 8px 8px;
  line-height: normal;
}

.cart table.cart td,
.cart table.cart td * {
  font-weight: 400 !important;
}

.order-date {
  margin-top: 5px;
}

.orderstatus .order-status {
  padding: 3px 15px !important;
  border-color: #ccc;
  font-size: var(--font-16);
}

.ordertitledate_main+div .btn svg {
  margin-right: 0 !important;
}

.my-account-component ul.order-links {
  background: transparent;
  /* border-bottom: 1px solid #007599; */
  margin-bottom: 30px;
}

.my-account-component ul.order-links li.current,
.my-account-component ul.order-links li:hover {
  background: #007599;
  transition: all 0.5s ease 0s;
  border-color: #007599;
}

.my-account-component ul.order-links li a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  transition: none;
}

.my-account-component ul.order-links li.current strong,
.my-account-component ul.order-links li:hover>* {
  color: #fff !important;
  font-weight: 400 !important;
}

.my-account-component ul.order-links li {
  background: #f8f8f8;
  margin-right: 10px;
  border: 1px solid #eee;
  padding: 5px 15px;
}

.my-account-component ul.order-links li>* {
  font-size: 18px;
}

.recent-order-wrapper .btn a.underline {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: none;
}

.dashboard-order .my-4 {
  margin-top: 0;
  margin-bottom: 0;
}

body.page-print {
  padding: 0;
}

body.page-print .page-wrapper {
  padding-top: 0 !important;
}

body.page-print .logo {
  text-align: center;
  padding: 20px 0 0 0;
}

body.page-print.account .page-main .columns {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

body.page-print .column.main {
  width: 100% !important;
  max-width: 1070px;
  margin: 0 auto;
}

.message.success button {
  height: 18px;
}

.my-account-component .order-title.flex {
  align-items: center;
  margin-bottom: 15px !important;
}

.my-account-component .order-title .btn,
.my-account-component .order-title .btn span {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.my-account-component .order-title .btn svg {
  margin-right: 0;
}

.tracking-content-wrapper {
  margin: 25px 0 30px 0;
  background: #eee;
  padding: 15px 15px;
}

.tracking-content {
  font-size: 16px;
}

.tracking-content a:hover {
  color: #007599;
}

.cart-empty {
  text-align: center;
}

.cart-empty p a {
  color: var(--primary-color);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cart-empty p a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cms-quickorder h1.page-title {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.bss-fastorder-row-delete svg {
  fill: var(--primary-color);
}

.quickorder_table .quantity-box button {
  font-size: 0;
}

.quickorder_table .fastorder-row.justify-start {
  justify-content: start !important;
}

.quickorder_table .fastorder-row.justify-end {
  justify-content: end !important;
}

.quickorder_table .thead>* {
  border-bottom: 1px solid #ddd;
  font-size: var(--font-16);
  font-weight: 600;
}

.quickorder_table .tbody>* {
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
  font-size: var(--font-16);
  font-weight: 400;
}

.quickorder_table .tbody>* .field.qty.w-full {
  margin: 0 !important;
  height: 50px !important;
}

.uploadtext {
  font-size: var(--font-16);
  font-weight: 400;
}

button.addlines svg {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.content-search-fastorder ul li {
  padding: 20px 20px;
}

.content-search-fastorder ul li .flex {
  align-items: start;
}

.content-search-fastorder ul li .flex .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder {
  padding: 0 !important;
  border: 1px solid #ddd;
  box-shadow: none !important;
}

.content-search-fastorder ul li .flex .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.content-search-fastorder .bss-product-name span {
  border: 0 !important;
  font-size: var(--font-16);
  line-height: normal;
  margin-bottom: 10px;
}

.content-search-fastorder .code {
  display: flex;
  font-size: var(--font-16);
}

.content-search-fastorder+.code * {
  line-height: normal;
}

.mobiletitle,
.mobiletitle span {
  font-size: var(--font-16);
  font-weight: 600 !important;
}

.bss-fastorder-product-option {
  display: flex;
  padding: 0 0 10px 0;
}

.bss-fastorder-product-option .product {
  border: 0 !important;
  display: inherit !important;
  font-size: 18px !important;
  line-height: normal;
}

.bss-fastorder-product-option .product-name {
  padding: 0 25px 0 12px !important;
  text-align: left;
  align-self: center;
}

.bss-fastorder-product-option .closePopup {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}

.bss-fastorder-product-option img.photo.image {
  max-height: inherit !important;
  min-height: inherit !important;
  max-width: 80px;
  border: 1px solid #eee;
}

.bss-product-option th,
.bss-product-option td {
  padding: 0px 10px !important;
  text-transform: inherit !important;
}

.bss-product-option td {
  border-bottom: 1px solid #ddd !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.bss-product-option th {
  background: #eee;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 16px;
}

.bss-product-option td .product-item-name {
  font-weight: 400 !important;
  color: #222;
  font-size: 18px;
}

.bss-box-button .actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bss-box-button .actions button+button {
  padding: 0 30px !important;
  width: auto !important;
}

.bss-box-button .actions button {
  padding: 0 !important;
  width: 50% !important;
  min-width: inherit !important;
  text-transform: uppercase;
}

.bss-grouped-popup .bss-box-button {
  border-top: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.bss-box-button .actions button.back {
  font-size: var(--font-18) !important;
  text-transform: uppercase !important;
  height: auto !important;
  line-height: normal !important;
  min-height: inherit;
}

.bss-content-option-product {
  width: 650px !important;
  max-width: 650px !important;
  max-height: calc(100vh - 200px) !important;
}

.cart-form .fixed.z-50 {
  z-index: 88;
}

.action button.back,
.action.back {
  font-size: var(--font-18) !important;
  text-transform: inherit !important;
}

.bss-fastorder-row-edit svg {
  fill: var(--primary-color);
  width: 21px;
  height: 21px;
}

button.bss-fastorder-row-edit {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

button.okbtnconform {
  min-width: inherit;
}

.cart-form .fixed.z-50 .inline-block.bg-white {
  max-width: 400px;
  width: 100%;
}

.action button.back:hover,
.action.back:hover {
  color: var(--primary-color) !important;
}

/*****/

.fixed.z-30.bg-opacity-50 {
  z-index: 88;
  --tw-bg-opacity: 0.7;
}

.popup-bss-hyva .newsletter {
  padding: 0 !important;
  margin: 0 !important;
}

.popup-bss-hyva .newsletter .title-popup {
  line-height: normal !important;
  color: #222 !important;
}

.popup-bss-hyva .newsletter .newsletter-des {
  font-size: var(--font-16) !important;
}

.popup-bss-hyva .newsletter form .control input {
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid rgba(32, 32, 32, 0.3) !important;
  font-size: var(--font-14) !important;
  font-family: var(--content-font) !important;
  font-weight: 400;
  color: var(--dark-color) !important;
  padding: 12px 15px !important;
}

.popup-bss-hyva .popup_wrapper {
  border-radius: 0 !important;
  border: 0 !important;
}

.popup-bss-hyva .popup-newsletter-img {
  border-radius: 0 !important;
}

.popup-bss-hyva .popup-newsletter-content {
  background: #fff !important;
}

.popup-bss-hyva .newsletter form button.subscribe {
  width: 100% !important;
  max-width: 160px !important;
  border-radius: 0 !important;
  font-size: var(--font-14) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  background: var(--secondary-color) !important;
  color: var(--dark-color) !important;
  box-shadow: none !important;
}

.popup-bss-hyva .newsletter form button.subscribe:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.popup-bss-hyva .newsletter form button.subscribe:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.popup-bss-hyva .newsletter form .control input:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: var(--secondary-color) !important;
}

dialog:-internal-dialog-in-top-layer::backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
}

dialog button.absolute {
  top: 10px;
  right: 10px;
}

dialog button.absolute:focus {
  outline: 0;
  box-shadow: none;
}

.return_order_popup {
  max-width: 430px;
}

.btn:disabled {
  border-color: inherit !important;
  color: var(--btn-color) !important;
  background: var(--btn-bg) !important;
}

.status_open_Invoices {
  padding: 2px 10px;
}

.text-left-mobile th {
  text-align: left;
}

table .actionbtn>a:not(:last-child),
table .actionbtn>button:not(:last-child) {
  margin-right: 20px;
}

table .actionbtn>a>svg,
table .actionbtn>button>svg {
  margin-right: 5px;
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
}

table .actionbtn>a>span,
table .actionbtn>button>span {
  color: #000;
  text-transform: uppercase;
}

table .actionbtn>a.paynow>svg * {
  fill: var(--primary-color);
  stroke: none;
}

table .actionbtn>a.paynow>svg {
  width: 21px;
}

table .actionbtn>a:hover span,
table .actionbtn>button:hover span {
  color: var(--primary-color);
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.my-account-component .dashboard-content .my-account-title {
  padding-bottom: 10px !important;
}

.my-account-component.reward-history-table .dashboard-content .my-account-title {
  padding-bottom: 0px !important;
}

.my-account-container div:not(.dashboard-content) p {
  font-size: var(--font-16);
}

.info-item .grid.gap {
  gap: 30px;
}

.contact-info .contact-data {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.contact-info .contact-data>p {
  flex: 1 0 0;
}

.billing-add,
.shipping-add {
  margin-top: -9px;
}

.credit-limit-info>.grid.gap {
  gap: 30px;
}

.add-details {
  font-size: var(--font-16);
}

table span.price {
  font-weight: 600;
  color: var(--primary-color);
}

table .actionbtn>a,
table .actionbtn>button {
  display: flex;
  align-items: center;
}

.summary_box {
  background: #F8F8F8;
  padding: 30px;
}

.summary_box svg {
  width: 50px;
  height: 50px;
}

.summary_wrapper {
  margin-top: 14px;
}

.summary_box svg+div {
  width: calc(100% - 50px);
  padding-left: 20px;
}

.summary_box .title {
  font-size: 16px;
}

.summary_box .price {
  font-size: 24px;
  margin-top: 6px;
}

.billing-add~.billing-add,
.shipping-add~.shipping-add {
  margin-top: 0;
}

.text-left-mobile th.text-center,
.text-left-mobile td.text-center {
  text-align: center;
}

.checkout-onepage-success main.page-main {
  background: var(--gray-color);
}

.checkout-onepage-success main.page-main>.container.text-3xl {
  margin: 0 auto !important;
  padding: 50px 0;
}

.checkout-onepage-success main.page-main>.container.text-3xl,
.checkout-success.container {
  max-width: 900px !important;
}

.print svg {
  margin: 0 !important;
}

.navigation .menu>li div#desktop-menu-education {
  max-width: 210px !important;
  left: auto;
  right: auto;
  width: auto !important;
  padding: 0 !important;
  height: auto !important;
  min-height: inherit;
}

.navigation .menu>li div#desktop-menu-education ul li {
  padding: 0 !important;
}

.navigation .menu>li div#desktop-menu-education ul li a {
  padding: 10px 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navigation .menu>li div#desktop-menu-education ul li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}

.navigation .menu>li div#desktop-menu-education ul {
  background: transparent;
}

.rating-summary svg.text-gray-200 {
  color: #C7C7C7;
}

/* .product-filter ul:before { content: ""; background: #eee; position: absolute; width: 1px; left: 7px; z-index: -1; top: 2px; bottom: 10px; } */

.product-filter ul {
  position: relative;
}

.product-filter ul.filter-options label {
  display: inline-block;
}

.product-filter ul.filter-options input {
  top: 2px;
  z-index: 2;
  background: #fff;
}

.product-filter ul.filter-options ul li {
  position: relative;
}

/* .product-filter ul.filter-options ul li:before { content: ""; background: #eee; position: absolute; width: 30px; height: 1px; top: 10px; left: -18px; }
.product-filter ul.filter-options ul ul:before { opacity: 0; } */

.product-title+.mx-auto {
  margin-top: 5px;
}

.message.notice button {
  display: flex;
  width: 20px;
}

.message.notice span {
  width: calc(100% - 20px);
}

.product-details-section .product-details .relative.w-fit-content {
  background: #fff;
}

.amlabel-position-wrapper.top-0 .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50% !important;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

/* .amlabel-position-wrapper.top-0 .amasty-label-container {width: auto !important;} */

.amlabel-position-wrapper.top-0 {
  width: 100%;
  align-items: end;
  gap: 0 !important;
  top: 10px;
  right: 10px;
}

/* .amlabel-position-wrapper.top-0 .amlabel-text + img {width: auto !important; } */

.amlabel-position-wrapper.top-0 .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

/* .amlabel-position-wrapper.top-0 .amlabel-text + img {height: 28px;} */

.amlabel-position-wrapper.bottom-0 .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50% !important;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper.bottom-0 .amasty-label-container {
  width: auto !important;
}

.amlabel-position-wrapper.bottom-0 {
  width: 100%;
  align-items: end;
  bottom: 5px;
  gap: 0 !important;
}

.amlabel-position-wrapper.bottom-0 .amlabel-text+img {
  width: auto !important;
}

.amlabel-position-wrapper.bottom-0 .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.amlabel-position-wrapper.bottom-0 .amlabel-text+img {
  height: 28px;
}

#amrelated-block-11 .swiper-slide {
  height: auto !important;
  margin-right: 0 !important;
}

#amrelated-block-11 .swiper-slide form.product {
  height: 100%;
}

.product .product {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.product .product>img {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.product .product button {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.relative.container.px-0>.widget {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sidebar-topnav {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-bottom: var(--content-space);
}

.sidebar-topnav .filter-content {
  margin-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.sidebar-topnav .filter-content .filter-option {
  margin: 0 !important;
  padding: 0 !important;
}

.sidebar-topnav .filter-content .filter-option span.title {
  margin-right: 10px;
}

.sidebar-topnav .filter-content .filter-option span.py-1 {
  padding: 0;
  border: 0;
  height: auto;
  display: flex;
}

.sidebar-topnav .filter-content .filter-option span.py-1 svg {
  width: 18px;
  height: 18px;
}

.review-list.customer-reviews .container {
  padding: 0 !important;
  border: 0;
  margin-bottom: 10px;
}

.review-list.customer-reviews .amstars-rating-container {
  background: transparent;
}

.review-list.customer-reviews .amreview-summary-info {
  margin: 0 !important;
}

.review-list.customer-reviews .amreview-info-wrapper {
  flex-direction: column;
  gap: 20px;
}

.review-list.customer-reviews .amreview-add-new {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 20px 0 0 0;
  background: transparent;
  margin: 0 !important;
  gap: 15px;
}

.review-list.customer-reviews .amreview-title-block {
  margin: 20px 0 10px 0;
}

.review-list.customer-reviews .amreview-add-new .amreview-label {
  max-width: inherit;
  width: auto;
  font-size: 16px;
}

.review-list.customer-reviews .amreview-summary {
  height: 50px;
  width: 50px;
  background: #eee;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  border-radius: 50%;
}

.review-list.customer-reviews button.amreview-showmore {
  color: #007599;
  font-size: 18px;
}

.review-list.customer-reviews button.amreview-showmore:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.review-list.customer-reviews .amrev-items-block {
  padding: 0 !important;
  border: 1px solid #f0f0f0;
}

.review-list.customer-reviews .amrev-items-block .amreview-review-list-empty {
  padding: 15px 20px;
}

.review-list.customer-reviews p.text-xl {
  font-weight: 600;
}

.review-list.customer-reviews {
  padding-bottom: 0;
  padding-top: 0;
}

div#review-form .card {
  padding: 2.25rem;
}

div#review-form .card .text-xl.my-3 {
  margin-top: 0;
  font-weight: 600;
}

div#review-form .card .mt-4 {
  margin-top: 5px;
}

.review-list.customer-reviews .amstars-rating-container svg {
  color: #c7c7c7;
}

.review-form .field.choice {
  margin-top: 15px !important;
  margin-bottom: 5px;
}

.review-list.customer-reviews .amreview-add-new a.btn,
.review-form button {
  text-transform: uppercase;
}

#product-review-table .ring-primary svg {
  color: #c7c7c7;
}

.quick-view-main a,
.quick-view-main a.btn {
  width: auto;
  min-width: inherit;
}

.quick-view-main a img,
.quick-view-main a.btn img {
  display: none;
}

.quick-view-main .absolute {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.slider_arrow>div {
  padding: 0;
}

.gift-popup-main {
  z-index: 111;
  background: rgba(0, 0, 0, 0.8);
}

.gift-popup-main .inline-block.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

.gift-popup-main .ampromo-carousel-product {
  padding: 0 !important;
}

.gift-popup-main button svg {
  width: 20px;
  height: 20px;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}

.free-gift-button a.btn:hover {
  color: #333 !important;
}

.free-gift-button {
  margin-bottom: 30px;
}

.free-gift-button a.btn {
  color: #fff;
  text-transform: uppercase;
}

.cart-discount {
  clear: both;
  padding-top: 20px;
}

.cart-discount .amrewards-hyva-apply-container>button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background: #eeeeee;
  padding: 10px 15px;
  align-items: center;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.cart-discount .amrewards-hyva-apply-container>button span {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: var(--font-20);
  font-weight: 500;
}

.cart-discount .amrewards-hyva-apply-container .card {
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 15px 15px;
  margin: 0;
}

button#apply-amreward {
  text-transform: uppercase;
  min-width: inherit;
}

.cart-discount input.form-input {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 0 15px;
  height: var(--btn-height);
}

.my-account-component.customer-information {
  padding-right: 160px !important;
}

.membership-tiers-main {
  background: #fdfcfb;
}

.customer-information .details {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.customer-information .details img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.customer-information .details span.highlight {
  color: var(--primary-color);
}

.customer-information>img {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
}

.customer-information {
  position: relative;
}

.p30 {
  padding: 30px;
}

.datebig {
  width: 43%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pointsbale-content {
  width: 57%;
  padding-left: 28px;
}

.datebig span.pointsbaletitle h2 {
  font-weight: 500;
  font-size: 120px;
  line-height: 144px;
  color: #007599;
}

.datebig span.pointsbaletitle {
  display: block;
  width: 100%;
  text-align: center;
}

.datebig p {
  font-weight: 400;
  font-size: var(--font-16);
  line-height: 140%;
  color: #202020;
  text-align: center;
}

.pointsbale-content .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pointsbale-content svg {
  width: 36px !important;
  height: 36px !important;
}

.pointsbale-content p {
  width: calc(100% - 36px);
  padding-left: 20px;
  font-weight: 400;
  font-size: var(--font-16);
  line-height: 140%;
  color: #202020;
}

.pointsbale-content p strong {
  display: block;
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 140%;
  color: #007599;
}

.pointsbale-content .box+.box {
  margin-top: 20px;
}

.breakdown_table td {
  padding-top: 11px;
  padding-bottom: 8px;
}

.semi-bold {
  font-weight: 600;
}

.my-account-component.p-0 {
  padding: 0 !important;
  background: transparent !important;
}

.my-account-component.card {
  box-shadow: none;
}

.amrewardspoint-history th:last-child,
.amrewardspoint-history td:last-child {
  padding-right: 0;
  text-align: right;
}

.amrewardspoint-history .my-account-title {
  margin-bottom: 42px !important;
  position: relative;
}

.membership-tiers-main .my-account-title {
  margin-bottom: 30px !important;
}

.membership-tiers-main img.mb-4 {
  margin-bottom: 41px;
}

.membership-tiers-main p {
  font-weight: 400;
  font-size: var(--font-16);
  line-height: 140%;
  color: #202020;
  margin-top: 0;
}

.membership-tiers-main p strong {
  font-weight: 700;
}

.membership-tiers-main p+p {
  margin-top: 20px;
}

.pearly-points .my-account-title {
  margin-bottom: 28px !important;
}

.pearly-points .grid {
  margin-top: 40px;
}

.pearly-points .flex {
  justify-content: start;
  align-items: start;
}

.pearly-points .flex h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .flex h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.benefitsjoining_main .grid {
  margin-top: 30px;
  gap: 65px;
}

.benefitsjoining_box h3 {
  font-weight: 600;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  margin: 10px 0 0 0;
}

.benefitsjoining_box p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
}

.amrewards_faq button>span:first-child {
  width: calc(100% - 24px);
}

.amrewards_faq button {
  display: flex;
  flex-wrap: wrap;
}

.amrewards_faq button>span~span {
  width: 24px;
}

.customer-information .details img+span {
  width: calc(100% - 60px);
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.flex.flex-col {
  flex-wrap: nowrap !important;
}

.ampromo-carousel-product button.btn svg {
  margin-right: 0;
}

.ampromo-carousel-product button.btn {
  text-transform: uppercase;
}

.ampromo-carousel-product button.btn svg {
  margin-right: 0;
}

.ampromo-carousel-product button.btn {
  text-transform: uppercase;
}

.ampromo-carousel-product form.product-item h3 {
  text-align: left;
  padding: 0 0 0 23px;
}

.ampromo-carousel-product form.product-item>img {
  width: 100%;
}

.ampromo-carousel-product form.product-item .flex.items-center.justify-center {
  justify-content: start;
}

.ampromo-carousel-product form.product-item input.absolute {
  left: 15px;
  top: 15px;
}

.ampromo-carousel-product form.product-item h3 a {
  font-size: var(--font-16);
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 0 0 0;
  min-height: 2.6em;
  color: #333 !important;
}

span.price-wrapper {
  font-size: var(--font-18) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 30px 0 0 0;
}

.price-base-price span.price-wrapper {
  color: #007599;
}

.price-new-price span.price-wrapper {
  color: #E94916;
}

.product-item input.form-input {
  height: var(--small-btn-height);
  border: 1px solid rgba(32, 32, 32, 0.3);
  font-size: var(--font-14);
  font-family: var(--content-font);
  font-weight: 400;
  color: var(--dark-color);
  padding: 0 15px;
  text-overflow: ellipsis;
  border-radius: 0 !important;
}

div.review .review-meta {
  margin-bottom: 0;
}

div.review .review-attribution {
  padding-bottom: 0;
}

body.account main.page-main>.container.flex {
  padding-top: 2rem !important;
  margin-top: 0 !important;
}

.google-review-landing {
  padding-bottom: var(--content-space);
}

.google-review-landing-right {
  padding: 10px;
}

.my-account-component .pagination {
  margin-top: 30px;
}

.category-description {
  width: 100%;
}

div#category-view-container {
  padding-top: 0;
  padding-bottom: 0;
}

.category-description>div>div {
  padding-top: 0 !important;
}

.category-description .prose {
  width: 100%;
  max-width: 100%;
}

.bg-bright {
  background: #EEFAFF !important;
}

.bg-silver {
  background: #f1f1f1 !important;
}

.bg-golden {
  background: #fff3d7 !important;
}

.bg-platinum {
  background: #ddeaed !important;
}

form .input-group>.field.field-reserved,
fieldset .input-group>.field.field-reserved,
form .control>.field.field-reserved,
fieldset .control>.field.field-reserved {
  margin-bottom: 0;
}

.cms-home .category-img {
  max-width: 161px;
}

.cms-home .category-img img {
  width: 80px;
  height: 80px;
}

section.only-content-section.section-space {
  border-top: 1px solid #eee;
}

body.quickorder-overly:before {
  content: "";
  background: #000;
  opacity: 0.8;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}

.check-container a {
  width: calc(100% - 20px);
}

.check-container {
  display: flex;
  flex-wrap: wrap;
}

.check-container a+span.toggle-icon {
  width: 20px;
  margin: 0;
  text-align: center;
  line-height: 20px;
  font-size: 26px;
  font-weight: 400;
  color: #666;
}

.product-filter,
.sidebar.sidebar-main.one-column-wrapper {
  padding-right: 50px;
}

.product-filter ul.filter-options ul {
  margin-left: 0;
  margin-top: 10px;
}

.product-filter ul.filter-options ul li+li {
  margin-top: 10px !important;
}

.product-filter ul.filter-options ul li:before {
  content: "-";
  position: absolute;
  left: -15px;
  top: -2px;
  font-size: 14px;
}

.check-container a:hover {
  color: var(--primary-color) !important;
}

.page.messages {
  position: relative !important;
}

.bss-content-option-product {
  border: 0;
}

button[aria-label="Close panel"] svg * {
  stroke: #000 !important;
  opacity: 1 !important;
}

.priceqtychckmain span.price-wrapper {
  margin: 0 !important;
}

.flex.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.amwishlist-toolbar button:before,
.amwishlist-toolbar button:after {
  background: #000;
}

.amwishlist-toolbar ul.justify-center {
  justify-content: start;
}

.product-details-terms input.input-check {
  top: 1px;
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto !important;
  max-height: calc(100vh - 100px);
  overflow-y: auto !important;
}

/*** wishlist tab ***/

.amwishlist-list-block section ul {
  justify-content: start;
}

.amwishlist-list-block section ul li {
  border-radius: 0;
  border: 1px solid var(--primary-color);
}

.amwishlist-list-block section ul li.border-transparent {
  border: 1px solid #eee;
}

.amwishlist-list-block section ul li .rounded-md {
  border-radius: 0;
}

.amwishlist-list-block section ul {
  gap: 16px;
}

.amwishlist-list-block section ul li {
  margin: 0;
  width: calc(33.333% - 11px) !important;
  max-width: inherit;
}

/***  && wishlist tab ***/

/** Create New List ***/

.amwishlist-list-block button.text-blue-600,
button.amwishlist-button.text-blue-700 {
  color: var(--primary-color) !important;
}

/* add form */

.amwishlist-toolbar button.amwishlist-button.bg-blue-700,
.amwishlist-list-block .pb-5 button,
.amwishlist-newlist button.bg-blue-700,
.amwishlist-newlist button {
  background: var(--primary-color);
}

.amwishlist-toolbar button.amwishlist-button.bg-blue-700,
.amwishlist-toolbar button.amwishlist-button,
.amwishlist-list-block .pb-5 button,
.amwishlist-newlist button {
  font-size: var(--font-14);
  font-weight: 700;
  text-transform: uppercase !important;
}

.amwishlist-list-block .pb-5 button.bg-gray-300,
.amwishlist-newlist button.bg-gray-300 {
  opacity: 0.5;
  cursor: not-allowed;
}

.amwishlist-list-block .pb-5 button.bg-blue-700,
.amwishlist-newlist button.bg-blue-700 {
  opacity: 1;
  cursor: pointer;
}

.amwishlist-list-block .pb-5 input,
.amwishlist-newlist input {
  padding: 0 15px;
  width: calc(100% - 80px);
}

.amwishlist-list-block .pb-5 input,
.amwishlist-list-block .pb-5 button,
.amwishlist-newlist input {
  border-radius: 0 !important;
  height: 40px;
}

.amwishlist-newlist button {
  border-radius: 0 !important;
  height: 40px;
}

.amwishlist-list-block .pb-5 button,
.amwishlist-newlist button {
  padding: 0 20px;
}

.amwishlist-list-block .pb-5 input:focus,
.amwishlist-newlist input:focus {
  box-shadow: none;
  border-color: #333;
}

.amwishlist-toolbar button.amwishlist-button.bg-blue-700:hover,
.amwishlist-newlist button.bg-blue-700:hover,
.amwishlist-newlist button:hover {
  background: var(--secondary-color) !important;
  color: #333 !important;
}

/* && add form */

/** && Create New List ***/

/*** wishlist list ***/

.amwishlist-list-block>ul li,
ul.amwishlist-tabs-block li {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500 !important;
}

.amwishlist-list-block>ul li:not(:last-child),
ul.amwishlist-tabs-block li:not(:last-child) {
  margin-right: 20px;
}

.amwishlist-list-block>ul li.border-blue-700,
ul.amwishlist-tabs-block li.border-blue-700 {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}

/*** && wishlist list ***/

/*** wishlist Footer btn ***/

.amwishlist-toolbar button.amwishlist-button {
  margin: 0;
  width: auto !important;
}

.amwishlist-toolbar {
  display: flex;
  gap: 10px;
}

.amwishlist-toolbar button.amwishlist-button.bg-blue-700.bg-gray-200 {
  opacity: 0.5;
}

/*** && wishlist Footer btn ***/

.amwishlist-list-block .overflow-y-auto {
  max-height: inherit !important;
  overflow: visible !important;
}

.amwishlist-list-block .-mx-1 {
  margin: 0;
}

.product-details-section+section section.-slider {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.product-details .absolute.top-0 button svg * {
  stroke: #fff !important;
}

.navigation .menu>li>div>div>ul>li>ul a:hover {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  color: var(--primary-color) !important;
}

.message.info,
.message.notice {
  background: rgba(229, 168, 32, 0.1);
  border: 2px solid rgba(229, 168, 32, 0.8);
}

.message.error {
  border: 2px solid rgba(239, 68, 68, 1);
  background-color: rgba(254, 242, 242, 1);
}

.message.success {
  border: 2px solid rgba(16, 185, 129, 1);
  background-color: rgba(236, 253, 245, 1);
}

.aria-expanded\:bg-blue-50[aria-expanded="true"] {
  background: #007599 !important;
  color: #fff !important;
}

.page-print .info-item+.actions-toolbar,
.page-print .dashboard-order .ordertitledate_main+.gap-4,
.page-print .info-item.recent-order-wrapper .order-title .ship-two-btn {
  display: none;
}

button.action-select-shipping-item,
.checkout-index-index .ampromo-items-add .btn,
.authentication-wrapper button.action,
.amrewards-discount-form .actions-toolbar.amrewards-actions button.action.action-apply,
.checkout-payment-method .payment-option-content .form-discount button.action,
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button,
.checkout-payment-method.submit .actions-toolbar button.checkout,
.checkout-payment-method .payment-option-content .primary .action,
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  border-radius: 0 !important;
}

img.amasty-label-image {
  width: auto;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  display: block;
  max-height: 30px;
}

.catalog-product-view .block.widget.-slider {
  padding: var(--section-space) 0;
}

.aria-\[current\=page\]\:underline[aria-current="page"] {
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
  color: var(--primary-color) !important;
}

.product-category span:last-child {
  opacity: 0.5;
}

.product-category span.text-white {
  opacity: 1 !important;
}

.check-container a.active {
  color: var(--primary-color) !important;
}

.filter-options li.active-parent>.check-container>a,
.filter-options li.active-child>.check-container>a {
  color: var(--primary-color) !important;
}

.banner-product-category-section .flex.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section .item {
  width: 100%;
}

.navigation .menu>li>div>div>ul>li>button[data-has-current] {
  background: #007599 !important;
  color: #fff !important;
}

.navigation .menu>li>div>div>ul>li>button[data-has-current] a svg {
  fill: #fff;
}

.navigation .menu>li>div>div>ul>li>button[data-has-current]+ul {
  display: flex !important;
  z-index: 0;
}

.navigation .menu>li>div>div>ul>li>button+ul {
  z-index: 2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.acco_table_title span.table-accordion {
  display: inline-flex;
  cursor: pointer;
}

.acco_table_title span.table-accordion svg {
  width: 24px;
  height: 24px;
}

.acco_table_title span.table-accordion.active {
  transform: rotate(0);
}

.acco_table_title span.table-accordion {
  transform: rotate(180deg);
}

.pointsprog_wrapper .cms-page-wrapper.mb-0 {
  margin-bottom: 0;
}

.pointsprog_wrapper .cms-page-wrapper>*:not(:last-child) {
  margin-bottom: 1.4rem;
}

.pointsprog_wrapper .grid.gap-4 {
  gap: 30px;
}

.pearl_howworks_box {
  border: 1px solid #999;
  padding: 30px 30px;
}

.pearl_howworks_box ul {
  padding-left: 19px;
}

.pearl_howworks_box_main .section-content+.cms-page-wrapper.mb-0 {
  margin-bottom: 40px;
}

.pearl_tiers_wrapper .grid.gap-4 {
  gap: 60px;
}

.pearl_tiers_wrapper ul {
  margin-top: 40px;
}

.pearl_introd_wrapper .section-content {
  margin-bottom: 20px;
}

.pearl_getstart_wrapper.about-us-section::before {
  display: none;
}

.extinfo {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 40px;
}

.pearl_tiers_wrapper ul li {
  display: flex;
  flex-wrap: wrap;
  /* background: #f1f1f1; */
  border: 1px solid #ddd;
  padding: 30px 30px;
}

.pearl_tiers_wrapper ul li span.tiersicon {
  width: 70px;
  height: 70px;
}

.pearl_tiers_wrapper ul li span.tiersicon svg {
  width: 100%;
  height: 100%;
}

.pearl_tiers_wrapper ul li span.tiersicon+p {
  width: calc(100% - 70px);
  padding-left: 30px;
}

.pearl_joining_box ul li {
  background: #fff;
  padding: 30px 30px;
}

.pearl_howworks_wrapper {
  background-color: rgba(241, 241, 241, 0.9) !important;
}

.pearl_joining_box ul {
  margin-top: 40px;
}

.pearl_joining_box ul li strong {
  display: block;
  font-size: var(--font-20);
  line-height: normal;
}

.pearl_joining_box ul li .icon svg {
  width: 30px;
  height: 30px;
}

.pearl_joining_box ul li .flexmain {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.pearl_joining_box ul li .flexmain svg {
  fill: #007599;
}

.about-us-section.pearl_getstart_wrapper {
  margin: 0;
}

.pearl_tiers_wrapper .membership-tiers-main {
  background: #fff !important;
}

.pearl_getstart_wrapper .about-img img {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.pearl_faq_wrapper h2 {
  text-align: center !important;
}

.contact-data h2 span {
  display: block;
  font-size: var(--font-18);
  font-weight: 400;
}

.contact-data h2 {
  margin: 15px 0 15px 0;
  line-height: normal;
  padding: 10px 15px;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
}

.acco_table_title .text-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus,
[type='checkbox']:checked,
[type='radio']:checked {
  background-color: rgb(0, 117, 153);
}

.datebig.bg-white p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.datebig.bg-white p svg {
  width: 14px;
  height: 14px;
}

ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}

ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}

.amwishlist-wishlist-index .column.main>div:first-child {
  margin-bottom: 20px !important;
}

/****/

.wishlistgrid article {
  border: 1px solid #ccc;
  padding: 15px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wishlistgrid article .textmain {
  width: calc(100% - 135px);
  padding-right: 15px;
}

.wishlistgrid article .btnmain {
  width: 135px;
}

.wishlistgrid article .btnmain .amwishlist-button {
  width: 100%;
  min-width: 100%;
  padding: 0 10px;
  height: 35px;
  box-shadow: none;
  font-size: var(--font-12);
}

.wishlistgrid article .btnmain .amwishlist-button+.amwishlist-button {
  margin-top: 10px;
}

.wishlistgrid article .textmain .amwishlist-name {
  font-size: var(--font-20);
  margin-bottom: 10px;
}

.wishlistgrid article .textmain span.amwishlist-desc {
  color: #333;
  font-size: var(--font-14);
}

.amwishlist-wishlist-index .actions-toolbar {
  justify-content: inherit;
  flex-direction: row;
  margin-top: 20px !important;
}

.wishlistgrid article .btn-outline-primary,
.amwishlist-toolbar-block.top4btn .btn-outline-primary {
  border-color: #999;
  color: #666;
}

.wishlistgrid article .btn-outline-primary:hover,
.amwishlist-toolbar-block.top4btn .btn-outline-primary:hover {
  color: #333;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.amwishlist-imgtextcheck {
  align-items: center;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block {
  width: 50px;
}

.amwishlist-imgtextcheck a.amwishlist-image-block {
  width: 70px;
  border: 1px solid #ddd;
  margin: 0 10px;
}

.amwishlist-product-grid.wishlist.reward-history-table td .price-box .special-price+.old-price {
  margin-left: 5px;
}

.amwishlist-imgtextcheck .amwishlist-name {
  margin: 0;
  width: calc(100% - 140px);
}

.amwishlist-product-grid.wishlist.reward-history-table th,
.amwishlist-product-grid.wishlist.reward-history-table td {
  text-align: left;
}

.amwishlist-product-grid.wishlist.reward-history-table td .price-box span.price,
td .price-box span.price {
  font-size: var(--font-14) !important;
}

.amwishlist-qty-block input.amwishlist-input.form-control.quantity-input {
  padding: 0 0;
}

.amwishlist-qty-block button {
  width: 40px;
  height: 40px;
}

.amwishlist-product-grid.wishlist.reward-history-table button.btn {
  min-width: inherit;
  height: 40px;
  padding: 0 20px;
}

.amwishlist-imgtextcheck .amwishlist-name:hover {
  color: var(--primary-color);
}

.amwishlist-price span.price {
  font-size: var(--font-14) !important;
}

.amwishlist-toolbar-block.top4btn {
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 20px 0;
  margin-bottom: 20px;
  /* background: #f1f1f1; */
}

.amwishlist-toolbar-block.top4btn button {
  height: 40px;
  min-width: inherit;
  padding: 0 15px;
  box-shadow: none;
}

.amwishlist-toolbar-block.top4btn .btnmain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.amwishlist-search-block .amwishlist-button:hover {
  color: #333 !important;
}

.account .btn-primary,
.account .btn-secondary,
.account .btn {
  box-shadow: none;
}

.amwishlist-toolbar-block.top4btn button.disable {
  opacity: 0.5;
  cursor: default;
}

.amwishlist-toolbar-block.top4btn button.disable:hover {
  background: transparent;
  border-color: #999;
  color: #666;
}

.amwishlist-content-tab nav.pages li a.border-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.amwishlist-content-tab nav.pages li a {
  width: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  justify-content: center;
  line-height: normal;
}

.amwishlist-content-tab nav.pages ol.pages-items {
  box-shadow: none;
}

.amwishlist-search input.amwishlist-input {
  border-radius: 0 !important;
  height: 40px;
  padding: 0 15px 0 39px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
}

.amwishlist-search .amwishlist-field {
  max-width: 100% !important;
  width: 100%;
}

.amwishlist-search input.amwishlist-input:focus {
  border-color: #333;
}

section.amwishlist-content-tab .pagination_wrapper,
.wishlist-toolbar .pagination_wrapper {
  justify-content: center;
}

.amwishlist-content-tab .mt-4.grid.items-center,
.wishlist-toolbar .mt-4.grid.items-center {
  display: flex;
}

section.amwishlist-content-tab .pagination_wrapper li:not(:last-child),
.wishlist-toolbar .pagination_wrapper li:not(:last-child) {
  margin-right: 10px !important;
}

section.amwishlist-content-tab .pagination_wrapper li,
.wishlist-toolbar .pagination_wrapper li {
  margin-left: 0 !important;
}

.amwishlist-toolbar.topsidebtn {
  gap: 15px;
}

.amwishlist-toolbar.topsidebtn button.gap-1 {
  font-size: 14px;
  font-weight: 500;
  text-transform: inherit !important;
}

.amwishlist-toolbar.topsidebtn button.deletebtn.gap-1 {
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.amwishlist-toolbar.topsidebtn button.gap-1:hover {
  color: var(--primary-color);
}

.amwishlist-toolbar.topsidebtn button.deletebtn.gap-1:hover {
  color: rgb(187, 9, 9);
}

.amwishlist-toolbar.topsidebtn button.deletebtn.gap-1:hover svg {
  stroke: rgb(187, 9, 9);
}

.amwishlist-title-block.toptitle .mainb .amwishlist-toolbar.topsidebtn {
  width: 330px;
  justify-content: end;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block {
  width: calc(100% - 330px);
  padding-right: 0;
}

.wishListtable_top_main .amwishlist-product-grid {
  margin-top: 30px;
}

.amwishlist-search-items .amwishlist-imgtextcheck a.amwishlist-image-block {
  margin-left: 0;
  margin-right: 0;
}

.amwishlist-search-items .amwishlist-imgtextcheck a {
  font-size: var(--font-14);
}

.amwishlist-search-items .amwishlist-imgtextcheck a:hover {
  color: var(--primary-color);
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block input.amwishlist-input,
.wishListtable_top_main .amwishlist-search-items input.border {
  max-width: 100%;
  border-radius: 0 !important;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block input.amwishlist-input:focus,
.wishListtable_top_main .amwishlist-search-items input.border:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.relative {
  width: 100%;
  padding-right: 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block button.amwishlist-save {
  min-width: 60px;
  padding: 0 0 !important;
  height: 40px;
  position: absolute;
  right: 0;
}

.amwishlist-pan.btn.btn-outline-primary {
  height: 40px;
  min-width: inherit;
  padding: 0;
  width: 40px;
  border: 0;
  box-shadow: none;
  position: absolute;
  right: 0;
}

.amwishlist-pan.btn.btn-outline-primary svg {
  margin: 0;
}

.amwishlist-pan.btn.btn-outline-primary:hover svg {
  stroke: #fff;
}

.amwishlist-pan.btn.btn-outline-primary:hover {
  border-color: var(--primary-color);
}

.amwishlist-product-grid.wishlist.reward-history-table button.btn {
  white-space: nowrap;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.absolute {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-message-block li button.amwishlist-button {
  min-width: inherit;
  padding: 0 20px;
  height: 40px;
  color: #fff !important;
}

.amwishlist-message-block li button.amwishlist-button:hover {
  color: #333 !important;
}

.amwishlist-qty-block input.amwishlist-input.form-control.quantity-input {
  width: 120px;
}

.amwishlist-message-block li.amwishlist-item>img {
  border: 1px solid #ddd;
}

.mpblog-category-view .columns {
  max-width: 1560px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: flex;
  flex-wrap: wrap;
}

.mpblog-category-view .mp-sidebar .block-mp-sidebar-heading {
  padding: 0 0 10px 0;
}

.mpblog-category-view .mp-sidebar .sidebar-categories {
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.mpblog-category-view .mp-sidebar .row {
  margin: 0;
}

.mpblog-category-view .column.main .container {
  padding: 0 !important;
}

.mpblog-category-view .mp-sidebar .col-xs-12 {
  padding: 0;
}

.mpblog-category-view .mp-sidebar ul.menu-categories>li {
  position: relative;
  padding-right: 22px;
}

.mpblog-category-view .mp-sidebar ul.menu-categories>li>i {
  position: absolute;
  right: 0;
  top: 5px;
}

.mpblog-category-view .mp-sidebar ul.menu-categories>li>ul {
  padding-left: 31px;
}

.mpblog-category-view .mp-sidebar ul li a:hover {
  color: var(--primary-color) !important;
}

.mpblog-category-view .sidebar {
  width: 25%;
  padding-right: 30px;
}

.mpblog-category-view .column.main {
  width: 75%;
}

.am-filter a.swatch-option {
  margin: 0 !important;
}

.am-filter a.swatch-option span.am-swatch-image,
.am-filter li input.checkbox,
.am-filter-state.filter-options-content span.am-swatch-image {
  padding: 0 !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
}

.am-filter a.swatch-option span.swatch-image-label {
  padding: 0 0 0 3px;
}

.am-filter a.swatch-option span.swatch-image-label,
.am-filter li a span.label,
.am-filter-state.filter-options-content span.label,
.items.am-filter .amshopby-remove-item span.filter-value {
  font-size: 14px;
  margin: 0;
}

.am-filter .am-swatch-wrapper label {
  margin: 0;
}

.filter-options-content {
  padding: 10px 0;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.am-filter a.swatch-option span.swatch-image-label:hover span,
.am-filter li a:hover span.label {
  color: var(--primary-color) !important;
}

.am-filter li input.checkbox {
  margin: 0;
}

.am-filter li a {
  width: calc(100% - 16px);
  padding-left: 8px;
}

.am-filter li input.checkbox:checked+a span {
  color: var(--primary-color);
}

.am-filter-state.filter-options-content {
  padding: 0 !important;
  border: 0;
  background-color: transparent;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.border {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.border svg {
  position: relative;
  top: 3px;
}

.am-filter-state.filter-options-content span.filter-label {
  width: 100%;
  margin: 0;
}

.am-filter-state.filter-options-content .swatch-attribute {
  padding: 0 !important;
}

.am-filter a.swatch-option span.swatch-image-label {
  width: calc(100% - 21px);
  max-width: inherit;
}

.items.am-filter .amshopby-remove-item {
  border: 1px solid #ddd;
  padding: 15px 15px;
  margin-bottom: 0 !important;
}

.items.am-filter .amshopby-remove-item span.filter-value.block {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.block span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.block span.swatch-image-label {
  max-width: 100%;
  padding: 0;
}

.items.am-filter .amshopby-remove-item+.amshopby-remove-item {
  margin-top: 15px !important;
}

.items.am-filter .amshopby-remove-item span.flex {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.flex+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.flex+span a.amshopby-remove {
  padding: 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.block span.swatch-image-label {
  display: block;
}

.am-filter li input.radio {
  display: block !important;
  width: 16px;
  height: 16px;
  margin: 0;
}

.am-filter li input.radio:checked+a span {
  color: var(--primary-color);
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.absolute li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.absolute {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.absolute li:hover {
  color: var(--primary-color) !important;
}

.mpblog-post-view .columns {
  display: flex;
  justify-content: center;
}

.share_wishlist_main+.actions-toolbar {
  justify-content: space-between;
}

.product-slider.upsell-product-slider {
  padding-bottom: var(--section-space);
}

.product-slider.related-product-slider {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.product-slider.upsell-product-slider button.product-wishlist,
.product .product button.product-wishlist {
  width: 2.25rem;
  height: 2.25rem;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slider.upsell-product-slider button.product-wishlist svg,
.product .product button.product-wishlist svg {
  width: 20px;
  height: 20px;
}

.banner-product-category-section .flex.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .flex.transition-transform {
  flex-wrap: nowrap;
}

/*.banner-product-category-section .flex.transition-transform .item+.item {
    display: none;
}*/

.banner-product-category-section.slider-loaded .flex.transition-transform .item+.item {
  display: inline-flex
}

.navigation .menu .special-deals-menu .container {
  padding: 0 !important;
  min-height: inherit !important;
  height: auto !important;
}

.navigation .menu .special-deals-menu ul {
  padding: 15px 15px;
  display: flex;
  flex-wrap: wrap;
}

.navigation .menu .special-deals-menu ul li {
  width: 25%;
}

.navigation .menu .special-deals-menu ul li a {
  padding-left: 0px !important;
  padding-right: 0 !important;
  background: transparent !important;
}

.navigation .menu .special-deals-menu ul li a:hover {
  background: transparent !important;
  color: #007599 !important;
}

.navigation .menu .special-deals-menu ul li a[aria-current="page"] {
  color: #007599 !important;
}

.banner-product-category-section,
.banner-product-category-section ~ section.product-section {
  padding-bottom: 50px;
}

.next_dispatch_btn {
  margin-top: -2px;
}

.search-form>nav button span + span {
  width: 35px;
  text-align: right;
}

.search-form>nav button span:first-child {
  flex: 1 0 0;
  text-align: left;
}

.cartpage_main table .special-price span.price {
  color: #d32f2f;
}

.cartpage_main table span.price {
  font-weight: 600 !important;
}

.cartpage_main table .regular-price span.price {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.cartpage_main table .regular-price  span.cart-price {
  text-decoration: inherit !important;
}

.product-content > p.text-red-600 {
  line-height: normal;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

ul.prices-tier {
  margin: 0 !important;
}

ul.prices-tier li.item {
  box-shadow: none;
  margin: 0 0 15px 0;
  white-space: nowrap;
  border-left-color: var(--primary-color);
}

ul.prices-tier li.item, ul.prices-tier li.item * {
  font-size: 13px !important;
}

ul.prices-tier li.item span {
  margin-top: 0;
}

ul.prices-tier li.item {
  padding: 5px 10px;
  line-height: normal;
}

ul.prices-tier li.item span.price {
  color: var(--primary-color);
}

ul.prices-tier li.item strong.benefit {
  color: var(--primary-color);
}

.catalog-product-view section.product-section.section-space.pt-0:before {
  display: none;
}

.catalog-product-view section.product-section .slider_arrow button svg * {
  stroke: #202020;
}

/*.catalog-product-view .block.widget.-slider {
    padding-bottom: 0 !important;
}
.catalog-product-view .block.widget.-slider {
    padding-bottom: 0  !important;
}*/

.amwishlist-item .flex.fixed.z-50 {
  z-index: 999 !important;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bg-white > .items-center {
  margin: 0 0 10px 0 !important;
  padding: 0 0 10px 0 !important;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > .items-center input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > .items-center .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.border.rounded {
  border-radius: 0 !important;
}

.amwishlist-item .bg-white > .items-center .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 .bg-white.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

.amwishlist-item .fixed.z-50  button.btn {
  min-width: inherit;
}

.popup-open header.page-header {
  z-index: 8;
}

/*body .navigation .menu>li>div>div>ul {  padding: 10px 15px !important;}*/

/* 001 Media Query(s) */

@media print {
  .page-print .dashboard-order .ordertitledate_main+.gap-4,
    .page-print .info-item .order-title .ship-two-btn,
    .page-print .info-item+.actions-toolbar {
    display: none;
  }

  .order-items.table .thead {
    display: none;
  }

  .reward-history-table .table .tbody>div .p-2 {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .tfoot {
    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
  }

  .reward-history-table .table .tbody>div .p-2 p.md\:sr-only {
    display: inline-block;
    font-weight: 600 !important;
  }

  .reward-history-table .table .tbody>div .p-2 p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .p-2 p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .tbody {
    padding-top: 16px;
    padding-bottom: 6px;
    display: block;
    border-bottom: 1px solid #bbb;
  }

  .reward-history-table .table .tbody>div .p-2>span:first-child,
    .reward-history-table .table .tbody .item-options span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .p-2 * {
    font-size: 15px;
    font-weight: 400;
  }
}

@media (min-width:1600px) {
  .special-deal-slider-container button.prevslide,
    .category-slider-container button.prevslide {
    left: -50px !important;
  }

  .special-deal-slider-container button.nextslide,
    .category-slider-container button.nextslide {
    right: -50px !important;
  }

  .registration-form-section .section-content {
    margin-bottom: 76px;
  }

  .container,
    body.account .page-main .columns {
    max-width: 1560px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width:1799px) {
  .product-details-terms input.input-check {
    top: 0;
  }

  .filter-btn-container,
    .shorting-container {
    width: auto;
  }

  .about-us-container .about-us-wrapper {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media (max-width:1699px) {
  .slider_arrow,
    .team-list-wrapper>nav {
    text-align: center;
    position: relative !important;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    margin-top: 30px;
  }

  .webinars-top-section span.img img {
    max-width: 60px !important;
  }

  .slider_arrow button,
    .team-list-wrapper>nav>button {
    position: relative;
  }

  .slider_arrow button.prevslide {
    left: -20px;
  }

  .slider_arrow button.nextslide {
    right: -20px;
  }

  .team-list-wrapper>nav button.nextslide,
    .teamslider_wrapper nav button.nextslide,
    .category-slider-container nav button.nextslide,
    .special-deal-slider-container nav button.nextslide {
    right: calc(50% - 50px) !important;
  }

  .team-list-wrapper>nav button.prevslide,
    .teamslider_wrapper nav button.prevslide,
    .category-slider-container nav button.prevslide,
    .special-deal-slider-container nav button.prevslide {
    left: calc(50% - 50px) !important;
  }

  .slider_arrow>div,
    .team-list-wrapper>nav,
    .teamslider_wrapper nav,
    .category-slider-container nav,
    .special-deal-slider-container nav {
    text-align: center;
  }
}

@media (max-width:1599px) {
  .container,
    body.account .page-main .columns,
    .mpblog-category-view .columns {
    max-width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media (min-width:1441px) {
  .why-register-container .section-btn .btn {
    min-width: 230px;
  }

  .city-area-wrapper {
    padding-left: 9px;
    padding-right: 11px;
  }

  /* .footer-signature {
    margin-top: -27px;
}     */
}

@media (max-width:1366px) {
  .pearl_tiers_wrapper .grid.gap-4 {
    gap: 40px;
  }

  .summary_box {
    padding: 15px;
  }

  .summary_box svg+div {
    padding-left: 10px;
    width: calc(100% - 35px);
  }

  .summary_box .price {
    font-size: 20px;
    margin-top: 0;
  }

  .credit-limit-info>.grid.gap,
    .info-item .grid.gap {
    gap: 20px;
  }

  .summary_box svg {
    width: 35px;
    height: 35px;
  }

  .earn-point-wrapper {
    margin-left: 15px;
    padding-left: 15px;
  }

  .quantity-box button {
    width: 40px;
  }

  td .quantity-box {
    width: 110px;
  }

  table.cart a.product-item-photo {
    width: 70px;
  }

  table.cart a.product-item-photo+.product-item-details {
    width: calc(100% - 70px);
    padding-left: 15px;
  }

  .team-content {
    padding-right: 0 !important;
    gap: 10px;
  }

  .about-img-col {
    padding-right: 40px;
  }

  .container,
    body.account .page-main .columns,
    .mpblog-category-view .columns {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .contact-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .reward-content h2 br {
    display: none;
  }
}

@media (min-width:568px) and (max-width:1199px) {
  .summary_box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .summary_box svg+div {
    width: 100%;
    padding: 10px 0 0 0;
  }
}

@media (max-width:1199px) {
  .product-details-terms input.input-check {
    top: -1px;
  }

  .product-filter ul.filter-options input {
    top: 0;
  }

  form.form-newsletter-manage .field.choice input {
    top: 0px !important;
  }

  .videolist_wrapper {
    margin-top: 0px;
  }

  .videolist_wrapper .container>p {
    margin: 0 auto 30px;
  }

  .about-img-col {
    padding-right: 20px;
  }

  .about-content-col .cms-content {
    margin-top: 20px;
  }

  .page-wrapper {
    padding-top: 169px;
  }

  .container,
    body.account .page-main .columns,
    .mpblog-category-view .columns {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .contact-info-container {
    padding: 50px 0;
  }

  .product-actions>* {
    width: 100% !important;
  }

  .product-actions .product-atc-btn {
    margin: 10px 0 0 0;
    height: 36px !important;
    line-height: 36px;
  }

  .product-content {
    padding-bottom: 110px;
  }

  .footer-right {
    padding-left: 0;
    margin-top: 0;
  }

  /* .banner-product-category-section .relative > .flex {
    display: block;
} */
}

@media (min-width:1081px) {
  .downloadcatalogue_view .downloadtitle:hover {
    color: var(--primary-color);
  }

  .navigation .menu>li>a:hover,
    .navigation .menu>li>button:hover {
    color: #ffd16a;
  }

  nav.breadcrumbs li a:hover {
    color: #007599;
  }
}

@media (max-width:1080px) {
  .product-content > p.text-red-600 {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .membership-tiers-main img.mb-4 {
    margin-bottom: 20px;
  }

  .video_list_item iframe {
    height: 260px;
  }

  .accountlink_wrapper_main .login-container h1.title-1 {
    padding: 30px 0 15px 0;
  }

  .customer-account-login h1.page-title,
    .customer-account-forgotpassword h1.page-title,
    .customer-account-createpassword h1.page-title {
    padding: 20px 0 0 0;
  }

  body .login-container {
    padding: 0px 0 50px 0 !important;
  }

  .webinars-top-section span.img img {
    max-width: 30px !important;
  }

  .accordion-btn {
    padding-bottom: 5px;
  }

  .accordion-item+.accordion-item {
    margin-top: 5px;
  }

  .iconmainacc svg {
    width: 20px;
    height: 20px;
  }

  .iconmainacc {
    top: 7px;
  }

  .product-category span {
    margin-right: 6px !important;
  }

  .banner-product-category-section nav button,
    .banner-product-category-section nav button svg,
    .slider_arrow button svg,
    .team-list-wrapper>nav button svg {
    width: 16px !important;
    height: 28px !important;
  }

  .container,
    body.account .page-main .columns,
    .mpblog-category-view .columns {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .header-search {
    padding: 10px 30px !important;
  }

  .product-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .product-actions {
    left: 10px;
    bottom: 10px;
    right: 10px;
  }

  .product-content {
    padding-bottom: 96px !important;
  }

  .reward-benefit span {
    padding: 0 0 0 10px;
  }
}

@media (min-width:1024px) {
  .quickorder_table .thead>*:first-child,
    .quickorder_table .tbody>*:first-child,
    .quickorder_table .tfoot>*:first-child {
    padding-left: 0 !important;
  }
}

@media (max-width:1023px) {
  .gift-popup-main .inline-block.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }

  .quickorder_table .tbody .fastorder-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 0 !important;
    padding: 5px 10px;
  }

  .quickorder_table .tbody [class*="col-span"] img {
    max-width: 50px;
  }

  .cms-quickorder h1.page-title {
    margin-bottom: 0;
  }

  .mobiletitle:after {
    content: ":";
    margin-left: -3px;
    margin-right: 5px;
  }

  .quickorder_table .tbody .fastorder-row .field.qty {
    margin: 0 !important;
    height: 44px !important;
  }

  .quickorder_table .tbody .fastorder-row input.form-input {
    margin-bottom: 0;
  }

  .quickorder_table .tbody {
    margin: 0;
    padding: 5px 0;
  }

  .quickorder_table .tbody+.tbody {
    border-top: 0 !important;
  }

  .quickorder_table .tbody .fastorder-row input.form-input {
    background: transparent;
  }

  .quickorder_table .tbody>* {
    border: 0 !important;
  }

  .quickorder_table .fastorder-row.text-right {
    text-align: left !important;
    justify-content: start !important;
  }

  .quickorder_table .tbody .fastorder-row .field.qty {
    width: 130px;
  }

  .quickorder_table .fastorder-row+.flex {
    display: none;
  }

  .footbtn .col-span-1+.col-span-1 {
    padding: 10px 10px;
    margin-top: 18px;
    background: #eee;
  }

  .footbtn {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  /****/

  .quickorder_table .thead {
    display: none !important;
  }

  .quickorder_table .tbody {
    margin-top: 0 !important;
  }

  .cartsidebar_wrapper {
    position: relative !important;
    top: 0 !important;
  }

  form#discount-coupon-form .coupon .w-full {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.w-full {
    width: calc(100% - 190px);
  }

  .product-shorting-filter .container {
    width: 100% !important;
    flex: inherit;
  }

  .product-actions .product-atc-btn span {
    display: block !important;
  }

  button#menu-search-icon {
    display: none;
  }
}

@media (min-width:768px) {
  .reward-process-text {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width:991px) {
  .amwishlist-product-grid.wishlist.reward-history-table td.item:before {
    display: none;
  }

  .amwishlist-product-grid.wishlist.reward-history-table td>* {
    display: inline-flex !important;
  }

  .amwishlist-title-block.toptitle .mainb .amwishlist-toolbar.topsidebtn {
    width: 100%;
    margin-top: 10px;
  }

  .amwishlist-title-block.toptitle .mainb .amwishlist-field-block {
    width: 100%;
  }

  .pearl_tiers_wrapper .grid.gap-4 {
    gap: 20px;
  }

  .amrewardspoint-history th:last-child,
    .amrewardspoint-history td:last-child {
    text-align: left !important;
  }

  table .actionbtn>a>svg,
    table .actionbtn>button>svg {
    top: 0;
  }

  .about-img-col {
    padding-right: 0;
  }
}

@media (max-width:767px) {
  .product-content > p.text-red-600 {
    font-size: 13px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  div#layered-filter-block {
    margin-bottom: 20px;
  }

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

  .block-content.filter-content .filter-option+.filter-option {
    margin-top: 10px;
  }

  .filter-options-title {
    margin-bottom: 20px;
  }

  .filter-option>.filter-options-title {
    margin-bottom: 0;
  }

  .am-filter-state.filter-options-content span.py-1.px-1.rounded.border svg {
    top: 0;
  }

  .mpblog-category-view .sidebar {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .mpblog-category-view .column.main {
    width: 100%;
  }

  .my-account-component .mt-\[30px\] {
    margin-top: 15px;
  }

  .benefitsjoining_box {
    position: relative;
  }

  .benefitsjoining_box svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px !important;
    height: 18px !important;
  }

  .benefitsjoining_box h3 {
    margin: 0;
    padding-left: 25px;
  }

  .amwishlist-list-block section ul li {
    width: calc(50% - 11px) !important;
  }

  .amwishlist-toolbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bss-content-option-product {
    width: 90% !important;
    max-width: 90% !important;
  }

  .membership-tiers-main p+p {
    margin-top: 10px;
  }

  .amrewardspoint-history .my-account-title,
    .pearly-points .my-account-title,
    .membership-tiers-main .my-account-title {
    margin-bottom: 20px !important;
  }

  .pearly-points .flex h3 {
    margin: 10px 0 5px 0;
  }

  .benefitsjoining_box svg {
    width: 25px;
    height: 25px;
  }

  .dashboard-welcome .dashboard-title p span {
    font-size: 16px;
    margin: 0 0 0 5px;
  }

  .customer-information>img {
    width: 60px;
    right: 20px;
  }

  .my-account-component.customer-information {
    padding-right: 100px !important;
  }

  .cart-discount .fieldset.reward .field {
    justify-content: start;
  }

  .review-form div#grecaptcha-container-Productreview {
    transform: scale(0.9);
    transform-origin: left top;
  }

  .review-list.customer-reviews .card.p-9,
    div#review-form .card {
    padding: 1.5rem;
  }

  .sidebar-topnav {
    display: none;
  }

  #template-newsletter .popup_content .title-popup {
    font-size: 30px;
  }

  .cart table.cart th,
    .cart table.cart td {
    display: block;
    border: 0;
    padding: 5px 10px;
    font-size: 15px;
    text-align: left;
  }

  td .field.qty {
    display: inline-flex;
  }

  .cart table.cart tbody+tbody {
    border-top: 1px solid #ddd;
    padding: 10px 0 !important;
    display: block;
  }

  .cart table.cart tr {
    width: 100%;
    display: block;
    position: relative;
  }

  .cart table.cart td.action .flex {
    justify-content: start;
    display: inline-block;
  }

  .cart table.cart td span.md\:hidden {
    font-weight: 600 !important;
  }

  .cart table.cart td span.md\:hidden:after {
    content: ":";
    font-weight: 600 !important;
  }

  .cart table.cart th:first-child,
    .cart table.cart td:first-child {
    padding-left: 10px;
  }

  .cart table.cart th:last-child,
    .cart table.cart td:last-child {
    padding-right: 10px;
  }

  .cart table.cart tbody:nth-child(even) {
    background: #f9f9f9;
  }

  .form-input,
    .form-email,
    .form-select,
    .form-multiselect,
    .form-textarea {
    min-height: inherit;
  }

  .pagimain_wrap nav.pagination.pages {
    margin-top: 15px;
  }

  .video_list_item iframe {
    height: 300px;
  }

  .video-detail {
    padding: 20px 20px;
  }

  .mp-blog-view .post-view {
    margin-top: -20px;
  }

  .not-found-inner img {
    max-width: 80%;
  }

  .not-found-inner p {
    margin-bottom: 20px;
  }

  .special-deal-slider-container,
    .category-slider-container {
    margin-top: 0;
  }

  .accountlink_wrapper_main .login-container h1.title-1 {
    padding: 35px 0 15px 0;
  }

  fieldset.fieldset.login p.mb-8 {
    margin-bottom: 1rem;
  }

  .cms-page-wrapper {
    margin-bottom: 50px;
  }

  .cms-page-wrapper .container p:not(:last-child),
    .cms-page-wrapper .container>ul:not(:last-child),
    .cms-page-wrapper .container>ol:not(:last-child),
    .cms-page-wrapper .container>h1:not(:last-child),
    .cms-page-wrapper .container>h2:not(:last-child),
    .cms-page-wrapper .container>h3:not(:last-child),
    .cms-page-wrapper .container>h4:not(:last-child),
    .cms-page-wrapper .container>h5:not(:last-child),
    .cms-page-wrapper .container>h6:not(:last-child),
    #category-view-container .category-description p:not(:last-child),
    #category-view-container .category-description ul:not(:last-child),
    #category-view-container .category-description ol:not(:last-child),
    #category-view-container .category-description h1:not(:last-child),
    #category-view-container .category-description h2:not(:last-child),
    #category-view-container .category-description h3:not(:last-child),
    #category-view-container .category-description h4:not(:last-child),
    #category-view-container .category-description h5:not(:last-child),
    #category-view-container .category-description h6:not(:last-child) {
    margin-bottom: 15px;
  }

  .mp-blog-view .post-post_content p:not(:last-child),
    .mp-blog-view .post-post_content ul:not(:last-child),
    .mp-blog-view .post-post_content ol:not(:last-child),
    .mp-blog-view .post-post_content h1:not(:last-child),
    .mp-blog-view .post-post_content h2:not(:last-child),
    .mp-blog-view .post-post_content h3:not(:last-child),
    .mp-blog-view .post-post_content h4:not(:last-child),
    .mp-blog-view .post-post_content h5:not(:last-child),
    .mp-blog-view .post-post_content h6:not(:last-child) {
    margin-bottom: 15px;
  }

  .cms-page-wrapper li+li {
    margin-top: 5px;
  }

  .why-register-container {
    margin-top: 0;
  }

  section.product-details-section {
    margin-top: 0;
  }

  .product-details {
    padding-top: 40px;
  }

  .team-list-wrapper>nav button.nextslide,
    .teamslider_wrapper nav button.nextslide,
    .category-slider-container nav button.nextslide,
    .special-deal-slider-container nav button.nextslide {
    right: calc(50% - 30px) !important;
  }

  .team-list-wrapper>nav button.prevslide,
    .teamslider_wrapper nav button.prevslide,
    .category-slider-container nav button.prevslide,
    .special-deal-slider-container nav button.prevslide {
    left: calc(50% - 30px) !important;
  }

  section.about-us-section {
    margin-top: 0;
  }

  .page-wrapper {
    padding-top: 135px;
  }

  .container,
    body.account .page-main .columns,
    .mpblog-category-view .columns {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .tabular-nums {
    right: -7px;
    top: -4px;
  }
}

@media (max-width:359px) {
  .page-wrapper {
    padding-top: 124px;
  }
}

/************************/

@media screen and (min-width:768px) {
  .footer-accordion-title {
    pointer-events: none;
  }

  .footer-accordion-content {
    display: block !important;
  }

  .product-sidebar {
    display: block !important;
  }

  .product-filter-btn {
    pointer-events: none;
  }

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

  .my-account-nav ul {
    display: block !important;
  }
}

@media screen and (min-width:1200px) {
  .btn:hover {
    color: var(--btn-hover-color);
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border);
  }

  .link:hover {
    color: var(--hover-color);
  }

  .link:hover svg {
    color: var(--hover-svg-color);
  }

  .header-actions a:hover,
    .header-actions button:hover {
    color: var(--primary-color);
  }

  .header-actions a:hover svg,
    .header-actions button:hover svg {
    color: var(--primary-color);
  }

  .newsletter-submit:hover {
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23ffffff'%3e%3cpath d='M0 7.53302L10.1233 13.8767L16.467 24L24 0L0 7.53302ZM3.32871 7.96085L20.4058 2.60072L10.5319 12.4746L3.32871 7.96085ZM16.0392 20.6713L11.5254 13.4681L21.3993 3.59421L16.0392 20.6713Z'/%3e%3c/svg%3e");
  }

  .footer-links a:hover {
    border-color: #fff;
    color: #fff;
  }

  .footer-social a:hover {
    border-color: #fff;
    background: #fff;
    color: var(--dark-color);
  }

  .footer-accordion p a:hover {
    border-color: #fff;
    color: #fff;
  }

  .footer-signature a:hover {
    border-color: #fff;
    color: #fff;
  }

  .category:hover .category-title a {
    color: var(--primary-color);
  }

  .category:hover .category-img {
    border: 2px solid rgba(151, 208, 240, 1);
    background: rgba(255, 255, 255, 1);
  }

  .breadcrumb a:hover {
    color: var(--primary-color);
  }

  .pagination ul li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }

  .pagination ul li a:hover svg * {
    stroke: #fff;
  }

  .product-quick-links a:hover {
    background: var(--primary-color);
    color: #fff;
  }

  .product-quick-links a:hover svg {
    color: #fff;
  }

  .product-quick-links a:hover svg * {
    fill: #fff;
  }

  .product-details-wishlist:hover,
    .product-details-actions button#add-to-wishlist:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
  }

  .contact-info-text a:hover {
    color: var(--primary-color);
    border-color: currentColor;
  }

  .special-deal a:hover {
    box-shadow: inset 0 0 0 5px var(--gray-color);
    -webkit-box-shadow: inset 0 0 0 5px var(--gray-color);
  }

  .my-account-nav ul li a:hover:before,
    .my-account-nav ul li a:hover:after,
    .my-account-nav ul li>strong:hover:before,
    .my-account-nav ul li>strong:hover:after {
    opacity: 1;
  }
}

@media screen and (max-width:1799px) {
  :root {
    --container-width: 1400px;
    --btn-height: 48px;
    --small-btn-height: 38px;
    --section-space: 90px;
    --content-space: 50px;
    --font-12: 11px;
    --font-13: 12px;
    --font-14: 13px;
    --font-16: 15px;
    --font-18: 16px;
    --font-20: 18px;
    --font-22: 20px;
    --font-24: 22px;
    --font-28: 25px;
    --font-30: 28px;
    --font-36: 31px;
    --font-40: 37px;
    --font-44: 40px;
    --font-48: 44px;
    --font-60: 56px;
    --font-70: 64px;
    --font-80: 70px;
  }

  form.form-newsletter-manage .field.choice input {
    top: 1px !important;
  }

  /* .header-search {
        width: 45%;
    } */

  .header-search {
    width: 435px;
  }

  .whyus-icon {
    width: 36px;
    height: 36px;
  }

  .whyus-content {
    padding: 0 0 0 7px;
  }

  .banner-product-img img {
    width: 478px;
  }

  .testimonial {
    padding: 0 30px;
  }

  .free-shipping-person {
    left: 0;
  }

  .australia-map {
    right: 0;
  }

  .footer-payments {
    margin: 78px 0 0 0;
  }

  .product-quick-links {
    padding: 0 40px 0 0;
  }

  .product-filter,
    .sidebar.sidebar-main.one-column-wrapper {
    padding-right: 40px;
  }

  .product-quick-links a {
    padding: 18px;
  }

  .input-check {
    top: 0;
  }

  .product-details-title,
    .product-details-content h1.page-title,
    .sku-expiry,
    .product-details-review,
    .product-details-price,
    .product-details-actions,
    .product-details-terms,
    .product-details-accordion {
    margin-top: 25px;
  }

  .product-details-slider-container {
    padding-right: 40px;
  }

  .accordion-btn:before,
    .accordion-btn:after {
    width: 16px;
    margin-top: -7px;
  }

  .product-options-table-container {
    margin: 20px 0 0 0;
  }

  textarea.form-control {
    height: 130px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .cms-img-col {
    padding-right: 20px;
  }

  .my-account-nav ul li a svg,
    .my-account-nav ul li>strong svg {
    width: 46px;
    height: 46px;
  }

  .my-account-nav ul li a:before,
    .my-account-nav ul li>strong:before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width:1439px) {
  :root {
    --container-width: 1280px;
    --btn-height: 46px;
    --section-space: 85px;
    --content-space: 50px;
    --font-12: 11px;
    --font-13: 12px;
    --font-14: 13px;
    --font-16: 15px;
    --font-18: 16px;
    --font-20: 18px;
    --font-22: 20px;
    --font-24: 20px;
    --font-28: 22px;
    --font-30: 24px;
    --font-36: 28px;
    --font-40: 34px;
    --font-44: 38px;
    --font-48: 42px;
    --font-60: 52px;
    --font-70: 60px;
    --font-80: 66px;
  }

  .cms-home .category-img img {
    width: 60px;
    height: 60px;
  }

  form.form-edit-account .input-group button {
    top: 1px;
  }

  .fieldset.login .field.input-group .control button {
    top: 2px;
  }

  .registration-form-section .input-group button {
    top: 1px;
  }

  .search-submit {
    min-width: 130px;
  }

  .header-search {
    width: 40%;
  }

  .header-actions a svg,
    .header-actions button svg {
    width: 26px;
    height: 26px;
  }

  .header-shipping p {
    padding-left: 5px;
  }

  .banner-product-img img {
    width: 516px;
  }

  .category-img img {
    width: 40px;
    height: 40px;
  }

  .category-section {
    padding: 47px 20px;
  }

  .reward-container:before {
    width: 340px;
    height: 340px;
  }

  .reward-content {
    padding: 0 140px 0 60px;
  }

  .footer-payments {
    margin: 88px 0 0 0;
  }

  .product-filter-btn {
    margin-right: 20px;
  }

  .product-details-slider-container {
    padding-right: 10px;
  }

  .product-offer {
    margin-right: var(--gap);
  }

  .city-area span br {
    display: none;
  }

  .why-register-icon {
    width: 60px;
    height: 60px;
  }

  .why-register {
    padding: var(--gap);
  }

  .my-account-nav {
    margin-right: 30px;
  }
}

@media screen and (max-width:1365px) {
  :root {
    --container-width: 1184px;
    --container-sm-width: 956px;
  }

  .reward-history-table td,
    .reward-history-table .table .tbody>div .p-2 {
    padding: 12px;
  }

  .cartpage_main .reward-history-table td,
    .cartpage_main .reward-history-table th {
    padding: 12px 12px;
  }

  .banner-product-title {
    padding: 0 30px;
  }

  .banner-product-img img {
    width: 470px;
  }

  .reward-container:before {
    width: 300px;
    height: 300px;
  }

  .reward-content {
    padding: 0 100px 0 30px;
  }

  .reward-img {
    padding-left: 30px;
  }

  .reward-process-icon {
    width: 60px;
    height: 60px;
  }

  .contact-info-icon {
    width: 60px;
    height: 60px;
  }

  textarea.form-control {
    height: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .special-deal a {
    padding: 13px 10px;
  }

  .reason-icon {
    width: 60px;
    height: 60px;
  }

  .reward-history-table th,
    .reward-history-table .th {
    padding: 12px 12px;
  }

  .reward-history-table .tfoot {
    padding-right: 12px;
    padding-left: 12px;
  }

  .my-account-component,
    .amwishlist-wishlist-index .column.main>div:first-child {
    padding: 25px;
  }

  .my-account-component .contact-info {
    padding: 25px !important;
  }

  .my-account-title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width:1199px) {
  :root {
    --container-width: 1016px;
    --container-sm-width: 880px;
    --btn-height: 44px;
    --small-btn-height: 36px;
    --section-space: 70px;
    --content-space: 40px;
    --font-12: 11px;
    --font-13: 12px;
    --font-14: 13px;
    --font-16: 14px;
    --font-18: 15px;
    --font-20: 16px;
    --font-22: 18px;
    --font-24: 20px;
    --font-28: 25px;
    --font-30: 26px;
    --font-36: 28px;
    --font-40: 32px;
    --font-44: 36px;
    --font-48: 38px;
    --font-60: 42px;
    --font-70: 44px;
    --font-80: 50px;
  }

  .registration-form-section .input-group button {
    top: 0;
  }

  .btn {
    min-width: 180px;
    padding: 0 20px;
  }

  .search-submit {
    min-width: 90px;
  }

  .logo img {
    width: 228px;
    height: 84px;
  }

  .minicart-count {
    right: -8px;
    top: -8px;
  }

  .header-search {
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--primary-color);
    padding: 10px 40px;
  }

  .header-search div#search-content {
    border: 0;
  }

  header.page-header {
    padding-bottom: 64px;
  }

  .product-price,
    .price-box span.price {
    margin: 15px 0 0 0;
  }

  .header-shipping p {
    line-height: 74px;
  }

  .header-shipping:before {
    border-width: 37px 30px 37px 0;
  }

  .header-shipping {
    margin-left: auto;
  }

  .search-input {
    background-color: #fff;
    border-color: #fff;
  }

  .header-shipping svg {
    width: 32px;
    height: 32px;
  }

  .site-container {
    padding-top: 178px;
  }

  .banner-product-title {
    padding: 0;
  }

  .banner-product {
    padding: 40px 20px;
  }

  .small-btn {
    min-width: 110px;
  }

  .special-deal-icon {
    width: 80px;
    height: 80px;
  }

  .parallax-section {
    background-attachment: scroll;
  }

  .testimonial {
    padding: 0;
  }

  .testimonial-section .grid {
    gap: 40px var(--gap);
  }

  .testimonial-user {
    margin: 20px 0 0 0;
  }

  .testimonial-content {
    margin: 20px 0 0 0;
  }

  .reward-process-icon {
    width: 50px;
    height: 50px;
  }

  .free-shipping-img {
    max-width: 70%;
    margin: 0 auto;
    display: none;
  }

  /*.city-section .section-space {
        padding-bottom: var(--content-space);
    }*/

  .newsletter {
    padding: 0 40px 0 0;
    margin: 30px 0 0 0;
  }

  .footer-payments {
    margin: 0;
  }

  .newsletter-title {
    margin: 0 0 30px 0;
  }

  .newsletter-title br {
    display: none;
  }

  .footer-payments-title {
    margin: 0 0 10px 0;
  }

  .footer-right {
    padding-top: 50px;
  }

  .product-atc-btn {
    padding: 0 5px !important;
  }

  .product-quick-links a {
    padding: 12px;
  }

  .product-quick-links {
    padding: 0 20px 0 0;
  }

  .product-filter,
    .sidebar.sidebar-main.one-column-wrapper {
    padding-right: 20px;
  }

  .product-quick-links a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .product-filter-btn {
    margin-right: 16px;
    padding: 0 16px;
  }

  /* .filter-btn-container,
    .shorting-container {
        width: 290px;
    } */

  .product-filter-btn svg {
    width: 14px;
    height: 14px;
  }

  .product-shorting {
    width: 200px;
  }

  .category-slider-container .title-1,
    .special-deal-slider-container .title-1 {
    margin-bottom: 20px;
  }

  .product-details-slider-container {
    padding-right: 0;
  }

  .product-details-quantity {
    min-width: 180px;
  }

  .accordion-btn:before,
    .accordion-btn:after {
    width: 14px;
    margin-top: -6px;
  }

  .product-option-quantity .quantity-box {
    width: 90px;
  }

  .product-option-quantity .quantity-box button:before,
    .product-option-quantity .quantity-box button:after {
    width: 14px;
    margin-left: -7px;
  }

  .product-option-quantity .quantity-box button {
    width: 34px;
  }

  .contact-info-icon {
    width: 50px;
    height: 50px;
  }

  .reason-icon {
    width: 50px;
    height: 50px;
  }

  .why-register-icon {
    width: 50px;
    height: 50px;
  }

  .my-account-nav {
    margin-right: 0;
  }

  .my-account-nav ul li a svg,
    .my-account-nav ul li>strong svg {
    width: 40px;
    height: 40px;
  }

  .my-account-nav ul li a:before,
    .my-account-nav ul li>strong:before {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width:1023px) {
  .checkout-cart-index h1.page-title {
    padding: 20px 0 20px 0;
  }

  .product-shorting-filter h1,
    .product-shorting-filter .title-1 {
    flex: none;
    width: 100%;
    order: 1;
    padding: 0 0 20px 0;
  }

  .filter-btn-container {
    order: 2;
    width: auto;
  }

  .shorting-container {
    order: 3;
    width: auto;
  }

  .faq-accordion-item {
    padding: 16px;
  }

  .faq-accordion-btn:before,
    .faq-accordion-btn:after {
    width: 16px;
    top: 8px;
  }

  .my-account-nav ul li a span,
    .my-account-nav ul li>strong span {
    padding: 0 0 0 10px;
  }
}

@media screen and (min-width:992px) {
  .open-orders.my-account-component table th,
    .open-orders.my-account-component table td {
    padding-left: 15px;
    padding-right: 15px;
  }

  .open-orders.my-account-component table th:first-child,
    .open-orders.my-account-component table td:first-child {
    padding-left: 0;
  }

  .open-orders.my-account-component table th:last-child,
    .open-orders.my-account-component table td:last-child {
    padding-right: 0;
  }

  .open-orders.my-account-component table th:first-child {
    width: 30px;
  }

  .open-orders.my-account-component table th:last-child {
    width: 240px;
  }

  .openinvoices_table table {
    min-width: 970px;
  }
}

@media screen and (max-width:991px) {
  .pearl_joining_wrapper .section-content {
    text-align: left;
  }

  .open-orders.my-account-component table .actionbtn a {
    display: inline-block !important;
  }

  :root {
    --container-width: 764px;
    --container-sm-width: 712px;
  }

  .google-review-landing-right {
    padding: 30px 0 0 0;
  }

  .reward-history-table td[data-title="Action"]:before {
    display: none;
  }

  .actionbtn {
    display: inline-block;
    vertical-align: middle;
  }

  .reward-history-table td p.text-sm,
    .reward-history-table .table .tbody>div .p-2 p.text-sm {
    display: inline-block;
  }

  .vieworder_btn svg {
    top: 0;
  }

  /* .contact-info > * {
    width: 100%;
} */

  .extinfo {
    padding-top: 20px;
    margin-top: 30px;
    text-align: left;
  }

  .fieldset.login .actions-toolbar button {
    min-width: 120px;
  }

  .pearl_contact_wrapper .section-content {
    text-align: left;
  }

  .fieldset.login .actions-toolbar {
    margin-top: 20px !important;
  }

  .login_box_main {
    padding: 20px 20px;
  }

  .downloadcatalogue_view ul.gap-10 {
    gap: 25px !important;
  }

  /* .product-details-slider-container > div:first-child{
    position: relative  !important;
    top: 0 !important;
} */

  .reward-content p {
    max-width: 100%;
  }

  .contact-info-container {
    padding: 20px 0 50px 0;
  }

  .contact-info-container .section-content {
    margin-bottom: 30px;
  }

  .contact-info {
    padding: 0 !important;
  }

  /*.header-search {
        left: calc(50% - 361px);
        right: calc(50% - 104px);
        width: auto;
        top: 124px;
    }*/

  .header-search div#search-content {
    display: block !important;
  }

  .header-shipping {
    width: 208px;
    padding: 10px 0;
  }

  .header-shipping p {
    text-align: right;
    justify-content: flex-end;
    line-height: 32px;
  }

  .header-shipping:before {
    border-width: 42px 30px 42px 0;
  }

  .header-shipping p span {
    margin-right: 0;
  }

  .site-container {
    padding-top: 188px;
  }

  .banner-product-title {
    padding: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .product .quantity-box {
    width: 100%;
  }

  .product-atc-btn {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .product-content {
    padding: 0 var(--gap) calc((var(--small-btn-height) * 2) + var(--gap) + 20px) var(--gap);
  }

  .reward-img {
    text-align: center;
    padding: 0 0 var(--content-space) 0;
  }

  .reward-img img {
    width: 300px;
  }

  .reward-content {
    padding: 0 var(--gap);
    text-align: center;
  }

  .reward-container {
    background: linear-gradient(to bottom, #dce8f6 20%, #1F4A8F 100%);
    padding: 45px 0;
  }

  .reward-benefit-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
  }

  .reward-benefit {
    text-align: left;
  }

  .reward-container:before {
    display: none;
  }

  .reward-benefit svg {
    width: 30px;
    height: 30px;
  }

  .reward-benefit span {
    padding: 0 0 0 12px;
  }

  .reward-content .btn {
    margin-top: 30px;
  }

  .free-shipping-img {
    max-width: 80%;
  }

  .product-details-section .container {
    max-width: 700px;
  }

  .product-details-content {
    padding: var(--content-space) 0 0 0;
  }

  .cms-img-col {
    margin: 0 auto;
    padding-right: 0;
  }

  .contact-info {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }

  .contact-info-title {
    margin: 0;
  }

  .contact-info-text {
    margin-top: 16px;
  }

  .contact-info-content {
    flex: 1 1 0;
    padding: 0 0 0 var(--gap);
  }

  .reward-process-title {
    margin: 16px;
  }

  .reward-process-text {
    margin-top: 16px;
  }

  .reward-process {
    padding: 0 10px;
  }

  .about-content-col {
    text-align: center;
  }

  .reward-history-table thead {
    display: none;
  }

  .reward-history-table tbody {
    display: block;
  }

  .reward-history-table table {
    display: block;
  }

  .reward-history-table td {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
    font-size: var(--font-20);
  }

  .reward-history-table td:before {
    content: attr(data-title)": ";
    font-weight: 600;
  }

  .reward-history-table tr {
    display: block;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
  }

  .reward-history-table tr+tr {
    padding-top: 20px;
  }

  .my-account-nav ul li a svg,
    .my-account-nav ul li>strong svg {
    width: 40px;
    height: 40px;
  }

  .member-logo img {
    width: 75px;
  }

  .my-account-nav ul li+li {
    margin-top: 10px;
  }

  .my-account-nav ul li a:after,
    .my-account-nav ul li>strong:after {
    bottom: 0;
  }
}

@media screen and (max-width:767px) {
  :root {
    --gap: 16px;
    --container-width: 100%;
    --btn-height: 40px;
    --small-btn-height: 30px;
    --btn-radius: 7px;
    --section-space: 40px;
    --content-space: 24px;
    --font-12: 10px;
    --font-13: 11px;
    --font-14: 12px;
    --font-16: 13px;
    --font-18: 14px;
    --font-20: 15px;
    --font-22: 16px;
    --font-24: 18px;
    --font-28: 20px;
    --font-30: 22px;
    --font-36: 24px;
    --font-40: 26px;
    --font-44: 28px;
    --font-48: 30px;
    --font-60: 34px;
    --font-70: 36px;
    --font-80: 40px;
  }

  .pearl_howworks_box {
    padding: 20px 20px;
  }

  .cms-home .category-img {
    max-width: 100px;
  }

  .cms-home .category-img img {
    width: 45px;
    height: 45px;
  }

  .order-items.table .thead {
    display: none;
  }

  .reward-history-table .table .tbody>div .p-2 {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .tfoot {
    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
  }

  .reward-history-table .table .tbody>div .p-2 p.md\:sr-only {
    display: inline-block;
    font-weight: 600 !important;
  }

  .reward-history-table .table .tbody>div .p-2 p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .p-2 p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .tbody {
    padding-top: 16px;
    padding-bottom: 6px;
    display: block;
    border-bottom: 1px solid #bbb;
  }

  .reward-history-table .table .tbody>div .p-2>span:first-child,
    .reward-history-table .table .tbody .item-options span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .p-2 * {
    font-size: 15px;
    font-weight: 400;
  }

  .my-account-component ul.order-links {
    margin-bottom: 20px;
  }

  .my-account-component ul.order-links li {
    padding: 3px 10px;
  }

  .my-account-component ul.order-links li>* {
    font-size: 16px;
  }

  .ordertitledate_main {
    width: 100%;
  }

  .signupwrap nav .tabular-nums {
    right: 5px;
  }

  form.form-edit-account .input-group button {
    top: -2px;
    padding-right: 10px;
  }

  fieldset+.actions-toolbar {
    margin-top: 20px !important;
    padding-top: 20px !important;
  }

  .my-account-component .mb-\[30px\] {
    margin-bottom: 15px;
  }

  body.account .columns aside.sidebar.sidebar-main,
    body.account .columns .column.main {
    width: 100% !important;
  }

  body.account .columns aside.sidebar.sidebar-main .account-nav {
    border: 1px solid rgba(32, 32, 32, 0.3) !important;
  }

  body.account .page-main .columns {
    padding-top: 40px !important;
  }

  .my-account-nav-title span.border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }

  .my-account-nav-title[aria-expanded="true"]::after {
    opacity: 0;
  }

  .my-account-nav nav>ul:not(.active) {
    max-height: inherit;
    overflow: inherit;
  }

  body.account .columns .column.main {
    padding-left: 0 !important;
  }

  .registration-form-section .input-group button {
    top: -2px;
    padding-right: 10px;
  }

  .btn {
    min-width: 130px;
    padding: 0 16px;
  }

  .form-control {
    padding: 0 12px;
  }

  .input-select {
    background-size: 11px 8px;
    padding-right: 32px;
    background-position: right 12px top 50%;
  }

  .title-1+p {
    margin-top: 16px;
  }

  .header-actions-text {
    display: none;
  }

  .header-actions a svg,
    .header-actions button svg {
    width: 22px;
    height: 22px;
  }

  .header-actions a,
    .header-actions button {
    display: block;
  }

  .header-actions li:not(:first-child) {
    margin-right: 16px;
  }

  .header-top {
    padding-bottom: 82px;
    position: relative;
  }

  .header-search {
    top: 78px;
  }

  header.page-header {
    padding-bottom: 61px;
  }

  .header-bottom {
    background: var(--secondary-color);
  }

  .header-shipping {
    width: 100%;
    margin: 0;
    background: none;
  }

  .header-shipping p span {
    margin: 0 6px;
  }

  .header-shipping:before {
    display: none;
  }

  .header-shipping:after {
    display: none;
  }

  .header-shipping p {
    justify-content: center;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .header-shipping svg {
    width: 24px;
    height: 24px;
    margin-left: 5px;
  }

  .header-shipping p span {
    font-size: 18px;
  }

  .logo img {
    width: 147px;
    height: 54px;
  }

  .search-submit {
    min-width: var(--btn-height);
    font-size: 0;
    background: no-repeat 12px 50% / 14px 14px var(--secondary-color);
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='%23202020'%3e%3cpath d='M17.7803 16.7198L13.3207 12.2603C14.3797 10.9665 15.0165 9.31425 15.0165 7.5165C15.0157 3.381 11.6512 0.0157497 7.51575 0.0157497C3.38025 0.0157497 0.0157497 3.381 0.0157497 7.51575C0.0157497 11.6505 3.38025 15.0158 7.51575 15.0158C9.31425 15.0158 10.9665 14.379 12.2595 13.32L16.719 17.7795C16.8652 17.9258 17.0573 17.9993 17.2493 17.9993C17.4413 17.9993 17.6332 17.9258 17.7795 17.7795C18.0727 17.4863 18.0727 17.0123 17.7795 16.719L17.7803 16.7198ZM1.51575 7.51575C1.51575 4.2075 4.2075 1.51575 7.51575 1.51575C10.824 1.51575 13.5157 4.2075 13.5157 7.51575C13.5157 10.824 10.824 13.5158 7.51575 13.5158C4.2075 13.5158 1.51575 10.8248 1.51575 7.51575Z'/%3e%3c/svg%3e");
  }

  .search-input {
    background: #fff;
    padding-left: 12px;
  }

  .minicart-count {
    width: 14px;
    height: 14px;
    top: -4px;
    right: -4px;
    line-height: 12px;
    font-size: 8px;
  }

  .site-container {
    padding-top: 190px;
  }

  .whyus-icon {
    width: 30px;
    height: 30px;
  }

  .whyus-content {
    padding: 0 0 0 10px;
  }

  .whyus-section {
    padding: 20px 0;
  }

  .whyus-icon {
    width: 26px;
    height: 26px;
    align-self: center;
  }

  .banner-product-title {
    max-width: 450px;
  }

  .banner-product {
    padding: 30px var(--gap);
  }

  .banner-product p {
    margin: 14px 0 0 0;
  }

  .banner-product-img {
    margin: 20px 0 0 0;
  }

  .category-section {
    padding: 30px var(--gap);
  }

  .category-img img {
    width: 40px;
    height: 40px;
  }

  .category-img {
    max-width: 80px;
    border-width: 1px;
  }

  .product .quantity-box button {
    width: 28px;
  }

  .product .quantity-box button:before,
    .product .quantity-box button:after {
    width: 10px;
    margin: -1px 0 0 -5px;
  }

  .product .quantity-input {
    padding: 0 28px;
  }

  .product-price,
    .price-box span.price {
    margin: 16px 0 0 0;
  }

  .special-deal-icon {
    width: 60px;
    height: 60px;
  }

  .small-btn {
    min-width: 100px;
  }

  .special-deal .title-1 br {
    display: none;
  }

  .testimonial-section .grid {
    gap: 30px var(--gap);
  }

  .testimonial-review svg {
    width: 16px;
    height: 16px;
  }

  .testimonial-review svg+svg {
    margin-left: 3px;
  }

  .testimonial-content {
    margin: 16px 0 0 0;
  }

  .testimonial-user {
    margin: 16px 0 0 0;
  }

  .reward-img img {
    width: 200px;
  }

  .reward-content .btn {
    margin-top: 20px;
  }

  .reward-benefit-container {
    margin-top: 20px;
    column-gap: 24px;
  }

  .reward-container {
    padding: 30px 0;
  }

  .reward-process-icon {
    width: 40px;
    height: 40px;
  }

  .reward-process {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }

  .reward-process-title {
    margin: 0;
  }

  .reward-process-content {
    flex: 1 1 0;
    padding: 0 0 0 var(--gap);
  }

  .reward-process-text {
    margin-top: 12px;
  }

  .reward-process {
    padding: 0;
  }

  .city-img {
    width: 87px;
  }

  .city-content {
    margin-top: 12px;
  }

  .link svg {
    width: 8px;
    height: 13px;
  }

  .link svg:first-child {
    margin-right: 5px;
  }

  .link svg:last-child {
    margin-left: 5px;
  }

  .link span svg:last-child {
    vertical-align: middle;
  }

  .cms-content+.link,
    .cms-content+.btn,
    .cms-content~.link,
    .cms-content~.btn {
    margin-top: 25px;
  }

  .title-1+.cms-content {
    margin-top: 16px;
  }

  .cms-content p+p {
    margin-top: 1.2em;
  }

  .footer-accordion:not(.footer-social) .footer-accordion-title {
    position: relative;
    padding: 10px 0;
    text-align: left;
  }

  .footer-accordion:not(.footer-social) .footer-accordion-title:before,
    .footer-accordion:not(.footer-social) .footer-accordion-title:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background: #fff;
  }

  .footer-accordion:not(.footer-social) .footer-accordion-title:not(.active):after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  .footer-accordion:not(.footer-social) .footer-accordion-content {
    display: block !important;
    margin: 0;
    border-top: 1px solid transparent;
    overflow: hidden;
  }

  .footer-accordion:not(.footer-social) .footer-accordion-content.active {
    max-height: 350px;
    transition: all 0.7s ease;
    padding: 16px 0 20px 0;
    border-color: rgba(255, 255, 255, 0.2);
  }

  .footer-accordion:not(.footer-social) .footer-accordion-content:not(.active) {
    margin: 0;
    transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
  }

  .footer-accordion:not(.footer-social) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .newsletter {
    margin: 25px 0 0 0;
    padding: 0 0 25px 0;
  }

  .newsletter-title {
    margin: 0 0 16px 0;
  }

  .footer-social {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer-accordion-content {
    margin-top: 10px;
  }

  .footer {
    text-align: center;
  }

  .footer-social ul {
    justify-content: center;
  }

  .footer-signature {
    justify-content: center;
  }

  .footer-accordion-content {
    text-align: left;
  }

  .newsletter .form-control {
    height: 44px;
  }

  .newsletter-submit {
    width: 44px;
    height: 44px;
  }

  .footer-social a {
    width: 34px;
    height: 34px;
  }

  .footer-social a svg {
    width: 16px;
    height: 16px;
  }

  .product .input-select {
    padding: 0 28px 0 10px;
  }

  /* .product-actions {
        display: none;
    } */

  .price-box {
    min-height: 17px !important;
  }

  .product-content {
    padding: var(--gap) 0 10px 0;
  }

  /* .product {
        border: none;
        background: none;
    } */

  .product-img {
    border: 1px solid rgba(32, 32, 32, 0.15);
    background: #fff;
  }

  .product .input-select {
    display: none;
  }

  .product-shorting {
    width: 210px;
  }

  .pagination ul li a {
    width: 30px;
    height: 30px;
  }

  .pagination ul li a svg {
    width: 10px;
    height: 10px;
  }

  .pagination ul li+li {
    margin-left: 5px;
  }

  .product-filters-title {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    padding: 8px 16px;
    width: 300px;
    margin-left: auto;
  }

  .product-filters-title:before,
    .product-filters-title:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .product-filters-title:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .product-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
  }

  .product-filters-container {
    width: 300px;
    background: #fff;
    height: calc(100% - 48px);
    margin-left: auto;
    padding: 16px;
    overflow: scroll;
  }

  .product-quick-links a br {
    display: none;
  }

  .product-quick-links a svg {
    width: 16px;
    height: 16px;
  }

  .product-quick-links {
    padding: 0;
  }

  .product-filter,
    .sidebar.sidebar-main.one-column-wrapper {
    padding-right: 0px;
  }

  .filter-options {
    margin: 12px 0 0 0;
  }

  .filter-options li+li {
    margin-top: 10px;
  }

  .product-filter+.product-filter {
    margin-top: 20px;
  }

  .product-quick-links a+a {
    margin-top: 10px;
  }

  .breadcrumb {
    display: none;
  }

  .category-slider-container .title-1,
    .special-deal-slider-container .title-1 {
    margin-bottom: 16px;
  }

  .input-check {
    top: 0;
  }

  .cms-content ul {
    padding: 0 0 0 26px;
  }

  .cms-content ol {
    padding: 0 0 0 26px;
  }

  .product-details {
    padding-top: var(--gap);
  }

  .product-details-title,
    .product-details-content h1.page-title,
    .sku-expiry,
    .product-details-review,
    .product-details-price,
    .product-details-actions,
    .product-details-terms,
    .product-details-accordion {
    margin-top: 16px;
  }

  .quantity-box button:before,
    .quantity-box button:after {
    width: 12px;
  }

  .quantity-box button {
    width: 34px;
  }

  .product-details-quantity .quantity-box {
    width: 96px;
  }

  .product-details-quantity {
    padding-left: 10px;
    min-width: 136px;
  }

  .product-details-wishlist svg,
    .product-details-actions button#add-to-wishlist svg {
    width: 16px;
    height: 16px;
  }

  .accordion-btn:before,
    .accordion-btn:after {
    width: 12px;
    margin-top: -4px;
  }

  .product-option-quantity .quantity-box button:before,
    .product-option-quantity .quantity-box button:after {
    width: 12px;
    margin-left: -6px;
  }

  .product-details-slider:before {
    width: 20px;
    height: 20px;
    right: 14px;
    bottom: 14px;
  }

  .product-offer {
    margin-right: 0;
  }

  .special-deal a {
    padding: 10px 8px;
  }

  .about-us-wrapper {
    gap: var(--content-space);
  }

  .city-area svg {
    width: 40px;
    height: 40px;
  }

  .city-area span br {
    display: none;
  }

  .team-linkedin svg {
    width: 20px;
  }

  .team-title {
    font-size: 20px;
  }

  .contact-info-icon {
    width: 40px;
    height: 40px;
  }

  .contact-info-text {
    margin-top: 12px;
  }

  textarea.form-control {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .offer-img {
    width: 140px;
    margin: 0 auto;
  }

  .about-img {
    max-width: 480px;
  }

  .reason-icon {
    width: 40px;
    height: 40px;
  }

  .reason-title {
    margin-top: 12px;
  }

  .reason-text {
    margin-top: 12px;
  }

  .why-register-icon {
    width: 40px;
    height: 40px;
  }

  .my-account-component,
    .my-account-component .contact-info,
    .membership-info {
    padding: 18px !important;
  }

  .reward-history-table tr+tr {
    padding-top: 16px;
  }

  .reward-history-table tr {
    padding-bottom: 6px;
  }

  .faq-accordion-item {
    padding: 12px 14px;
  }

  .faq-accordion-btn {
    padding-right: 24px;
  }

  .faq-accordion-btn:before,
    .faq-accordion-btn:after {
    width: 14px;
    top: 8px;
  }

  .faq-accordion-item+.faq-accordion-item {
    margin-top: 10px;
  }

  .faq-accordion-item.active .faq-accordion-content {
    padding-top: 8px;
  }

  .my-account-title {
    margin-bottom: 14px;
  }

  .my-account-component+.my-account-component,
    .my-account-container+.my-account-component {
    margin-top: 16px;
  }

  .my-account-nav {
    border: 1px solid rgba(32, 32, 32, 0.3);
    margin-bottom: var(--gap);
  }

  .my-account-nav-title {
    position: relative;
    padding: 10px 16px;
  }

  .my-account-nav-title:before,
    .my-account-nav-title:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -1px;
    background: var(--dark-color);
  }

  .my-account-nav-title:not(.active):after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  .my-account-nav ul {
    padding: 0 16px 10px 16px;
    display: block !important;
    overflow: hidden;
  }

  .my-account-nav ul li a svg,
    .my-account-nav ul li>strong svg {
    width: 30px;
    height: 30px;
  }

  .my-account-nav ul li a,
    .my-account-nav ul li>strong {
    margin-bottom: 5px;
  }

  .my-account-nav ul li a:after,
    .my-account-nav ul li>strong:after {
    bottom: 0;
  }

  .my-account-nav ul li a:before,
    .my-account-nav ul li>strong:before {
    width: 8px;
    height: 8px;
  }

  .my-account-nav ul li+li {
    margin-top: 0;
  }

  .my-account-nav ul:not(.active) {
    margin: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
  }

  .my-account-nav ul.active {
    max-height: 600px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    padding: 10px 16px;
  }

  .account-wrapper h4 {
    margin-bottom: 20px;
  }

  .contact-data td {
    padding: 5px 0;
  }

  .dashboard-btn .btn {
    margin-top: 15px;
  }

  .account-wrapper .dashboard-content {
    margin-bottom: 10px;
  }

  .dashboard-title p {
    margin: 0;
  }

  .dashboard-title p span {
    margin-left: 7px;
  }
}

@media screen and (max-width:639px) {
  .cart-discount .fieldset.reward .field {
    flex-direction: row !important;
  }

  .cart.table-wrapper+.cart.actions .btn {
    min-width: 250px;
  }

  form#discount-coupon-form .coupon .w-full {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.w-full {
    width: calc(100% - 150px);
  }

  form#discount-coupon-form button.btn {
    padding: 0 !important;
  }

  .video_list_item:before {
    left: 10px !important;
    right: 10px !important;
  }

  .banner-product-category-section nav {
    position: static !important;
  }
}

@media screen and (max-width:567px) {
  .amwishlist-title-block.toptitle .mainb .amwishlist-toolbar.topsidebtn {
    padding: 0 !important;
  }

  .amwishlist-toolbar.topsidebtn button.gap-1 {
    font-size: 13px !important;
  }

  .amwishlist-toolbar.topsidebtn {
    gap: 10px !important;
  }

  .product-details .relative.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }

  .datebig {
    width: 100%;
    min-height: inherit;
    padding: 15px 20px;
    margin-bottom: 20px;
  }

  .pointsbale-content {
    width: 100%;
    padding-left: 0;
  }

  .bss-content-option-product {
    max-height: calc(100vh - 100px) !important;
  }

  fieldset~fieldset {
    margin-top: 1.2rem;
  }

  .special-deal-content p br {
    display: none;
  }

  .footer-signature p+p:before {
    display: none;
  }

  .footer-signature p+p {
    margin-top: 5px;
  }

  .footer-signature {
    display: block;
  }

  .city-area-wrapper {
    padding-left: 0;
  }

  .team-title-content {
    margin: 0;
  }

  .team {
    max-width: 370px;
    margin: 0 auto;
  }

  .contact-info-text br {
    display: none;
  }

  .subtitle br {
    display: none;
  }

  .reason-items {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }

  .reason-content {
    flex: 1 1 0;
    padding: 0 0 0 16px;
  }

  .reason-title {
    margin: 0;
  }

  /* .earn-point-wrapper p+p {
        margin-top: 20px;
    } */

  .contact-data table,
    .contact-data tr,
    .contact-data td {
    display: block;
  }

  .contact-data tr {
    padding-bottom: 0;
  }

  .earn-point-wrapper p+p {
    margin-top: 20px;
  }

  .contact-data td {
    padding-top: 0;
  }

  .contact-data td+td {
    padding-left: 0;
  }

  .membership-info,
    .contact-info {
    padding: 25px;
  }

  .address-wrapper h4,
    .address-wrapper h4.my-account-title {
    margin-bottom: 5px !important;
  }

  .dashboard-content br {
    display: none;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .flex ul.prices-tier {
    margin-top: 5px !important;
  }

  .wishlistgrid article .btnmain {
    width: 120px;
  }

  .wishlistgrid article .textmain {
    width: calc(100% - 120px);
  }

  .return_order_popup {
    max-width: 350px;
  }

  .return_order_popup .captcha {
    transform: scale(0.9);
    transform-origin: center;
  }

  .ordertitledate {
    width: 100%;
  }

  .small-btn {
    min-width: 80px;
  }

  .btn {
    padding: 0 10px;
  }

  .filter-btn-container.filter-result {
    justify-content: center;
  }

  .product-details-actions {
    gap: 10px;
  }

  .product-shorting {
    width: 100%;
    margin-bottom: 10px;
  }

  .filter-btn-container {
    width: 100%;
    order: 3;
  }

  .shorting-container {
    width: 100%;
    order: 2;
  }

  .product-options-table {
    display: block;
  }

  .product-options-table td {
    border: none;
    padding: 0;
    display: block;
  }

  .product-options-table tr {
    background: #fff;
    padding: var(--gap);
    width: calc(50% - (var(--gap) * 0.5));
    display: block;
  }

  .product-options-table td+td {
    padding-top: var(--gap);
  }

  .product-options-table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
  }

  .product-option-quantity .quantity-box {
    width: 100%;
  }

  .about-img {
    padding: 12px;
  }

  .dashboard-btn .btn+.btn {
    margin-left: 10px;
  }

  /* .member-info-item {
        display: block;
    } */

  /* .earn-point-wrapper{
    margin-top: 20px;    
    } */
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .w-full,
    form#discount-coupon-form .coupon .control.w-full {
    width: 100%;
  }
}

@media screen and (max-width:374px) {
  .header-shipping svg {
    display: none;
  }

  .header-shipping p {
    font-size: 11px;
  }

  .whyus-content {
    padding: 5px 0 0 0;
  }

  .whyus {
    display: block;
  }

  .header-actions li:not(:first-child) {
    margin-right: 14px;
  }

  .product-section .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .product .quantity-box {
    width: 90px;
  }

  .product-atc-btn {
    width: auto;
    margin: 0 0 0 10px;
  }

  .product-title {
    min-height: auto;
  }

  .product-filters-container {
    width: 100%;
  }

  .product-filters-title {
    width: 100%;
  }

  .product-details-actions {
    gap: 10px;
  }
}

@media screen and (max-width:359px) {
  .header-search {
    top: 67px;
  }

  header.page-header {
    padding-bottom: 59px;
  }

  .header-actions a svg,
    .header-actions button svg {
    width: 20px;
    height: 20px;
  }

  .header-actions li:not(:first-child) {
    margin-right: 13px;
  }

  .logo img {
    width: 120px;
    height: 44px;
  }

  .site-container {
    padding-top: 180px;
  }

  .city-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-section .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-slider-section .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-options-table tr {
    width: 100%;
  }
}

/* Navigation */

@media screen and (min-width: 1200px) {
  .navigation {
    display: none !important;
  }

  .header-actions li:nth-last-child(2) {
    margin-right: 0 !important;
  }

  li.menu-mobile-show {
    display: none;
  }

  .navigation .menu {
    display: flex;
    flex-wrap: wrap;
  }

  .navigation .menu>li+li {
    margin-left: 100px;
  }

  .navigation .menu>li>a,
    .navigation .menu>li>button {
    display: block;
    color: #fff;
    padding: 17px 0 19px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }

  .navigation .menu>li>button>a>svg {
    position: absolute;
    right: -24px;
    top: 2px;
    fill: #ddd;
  }

  .navigation .menu>li>button>a {
    position: relative;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1799px) {
  .navigation .menu>li+li {
    margin-left: 60px;
  }
}

@media (max-width: 1440px) {
  .amwishlist-message-block li.amwishlist-item>img {
    border: 1px solid #ddd;
  }

  .amwishlist-message-block li.amwishlist-item span.amwishlist-sku {
    margin: 0;
    width: 100% !important;
  }

  .amwishlist-message-block li.amwishlist-item {
    flex-wrap: wrap;
    justify-content: start !important;
  }

  .amwishlist-message-block li.amwishlist-item .amwishlist-qty-block {
    width: 120px;
  }

  .amwishlist-message-block li.amwishlist-item .amwishlist-name {
    margin: 0;
    width: calc(100% - 210px);
  }

  .amwishlist-message-block li.amwishlist-item span.amwishlist-price {
    margin: 0 !important;
    width: calc(100% - 86px) !important;
  }

  /*************/

  .navigation .menu>li+li {
    margin-left: 60px;
  }

  .benefitsjoining_main .grid {
    gap: 15px;
  }

  .pearly-points svg {
    width: 40px;
    height: 40px;
  }

  .product-filter ul.filter-options input {
    top: 1px;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1439px) {
  .navigation .menu>li+li {
    margin-left: 60px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .navigation .menu>li>a,
    .navigation .menu>li>button {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .navigation .menu>li+li {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1199px) {
  body.account .columns .column.main {
    padding-left: 30px;
  }

  .fieldset.login .field.input-group .control button {
    top: 0;
    padding-right: 10px;
  }

  /* .product-details-slider-container > div:first-child, .cartsidebar_wrapper {
    top: 12rem;
}     */

  .mobile-navigation-menu nav ul li a svg,
    .mobile-navigation-menu nav ul li button svg {
    position: relative;
    top: 0;
  }

  dialog::backdrop {
    background: rgba(0, 0, 0, 0.7);
  }

  .mobile-navigation-menu dialog {
    margin-top: 0 !important;
    padding: 30px 30px;
    position: fixed;
    width: 350px;
  }

  .mobile-navigation-menu nav ul li a,
    .mobile-navigation-menu nav ul li button {
    font-size: 20px !important;
    padding: 10px 0;
  }

  .mobile-navigation-menu nav ul li button span.btn {
    background: transparent;
    padding: 0 6px !important;
    width: auto !important;
    min-width: inherit !important;
    box-shadow: none;
    height: 35px;
  }

  .mobile-navigation-menu nav ul li button span.btn svg {
    margin: 0 !important;
  }

  .mobile-navigation-menu nav ul li {
    margin-right: 0 !important;
  }

  .mobile-navigation-menu dialog>.border-b:first-child {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
  }

  .mobile-navigation-menu dialog .border-b .flex {
    padding: 0 !important;
  }

  .mobile-navigation-menu dialog .border-b .flex button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none !important;
  }

  .mobile-navigation-menu dialog .border-b .flex button svg {
    margin: 0;
  }

  .mobile-navigation-menu dialog nav>ul ul {
    position: fixed;
    left: 30px;
    top: 30px;
    height: calc(-60px + 100vh);
    width: 290px;
    scrollbar-width: none;
  }

  .mobile-navigation-menu nav ul li button {
    flex-wrap: nowrap;
    text-align: left;
  }

  .navigation-open .header-actions-icon {
    width: 26px;
    height: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .navigation-open .header-actions-icon:before {
    content: "";
    width: 26px;
    height: 2px;
    background: #1E3E6F;
    box-shadow: 0 7px 0 #1E3E6F, 0 -7px 0 #1E3E6F;
  }

  /*.navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 10;
    }*/

  .header-menu-main {
    display: none;
  }

  .navigation .menu>li>a,
    .navigation .menu>li>button {
    font-size: 16px;
    color: var(--dark-color);
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
  }

  .navigation .menu {
    width: 300px;
    background: #fff;
    height: calc(100% - 48px);
    margin-left: auto;
    padding: 10px 20px;
    overflow: scroll;
  }

  .navigation-close {
    padding: 0;
    z-index: 11;
    width: 20px;
    height: 17px;
    background: none;
    border: none;
    position: relative;
  }

  .navigation-close:before,
    .navigation-close:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .navigation-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .navigation-title {
    width: 300px;
    margin-left: auto;
    padding: 8px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p30 {
    padding: 20px;
  }

  nav.breadcrumbs {
    display: none;
  }

  .contact-info-container {
    padding: 50px 0 50px 0;
  }

  .mobile-navigation-menu nav ul li a,
    .mobile-navigation-menu nav ul li button {
    display: flex;
    align-items: center;
  }

  .reward-content {
    margin-top: 0;
  }

  .header-search {
    padding: 10px 20px !important;
  }

  .navigation-open .header-actions-icon {
    width: 22px;
    height: 22px;
    margin-left: 5px;
  }

  .navigation-open .header-actions-icon:before {
    width: 22px;
    box-shadow: 0 6px 0 #1E3E6F, 0 -6px 0 #1E3E6F;
  }

  .navigation .menu>li>a,
    .navigation .menu>li>button {
    font-size: 14px;
  }

  .navigation-title {
    font-size: 18px;
    line-height: 32px;
    padding: 8px 16px;
  }

  .navigation .menu {
    padding: 5px 16px;
  }
}

@media screen and (max-width: 374px) {
  .navigation-title {
    width: 100%;
  }

  .navigation .menu {
    width: 100%;
  }
}

/* Navigation */

@media (max-width: 567px) {
  .amwishlist-message-block li.amwishlist-item .amwishlist-name {
    margin: 0;
    width: calc(100% - 80px);
  }

  .membership-tiers-main img.mb-4 {
    width: 60px;
  }

  .earn-point-wrapper {
    padding-left: 10px;
    margin-left: 10px;
  }

  .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .product-section .w-1\/2 {
    width: calc(1/2 * 100%) !important
  }

  .product-section .js_slides {
    margin-top: 20px !important;
  }
}

.btn[disabled] {
  display: inherit !important;
}

.amlabel-position-wrapper {
  pointer-events: none;
}

/** next dispatch Css **/

.mpblog-category-view h1.page-title {
  max-width: 1560px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 auto 10px;
  width: 100%;
}

@media (max-width: 1599px) {
  .logo img {
    width: 200px;
    height: 74px;
  }

  header.page-header #header>.container {
    gap: 10px !important;
  }

  .header-actions li:not(:first-child) {
    margin-right: 15px;
  }

  .next_dispatch_btn {
    padding: 0 10px;
  }

  .mpblog-category-view h1.page-title {
    max-width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media (max-width: 1499px) {
  .next_dispatch_btn {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
  }

  div#header {
    padding-top: 30px;
  }

  .page-wrapper {
    padding-top: 187px;
  }
}

@media (max-width: 1366px) {
  .mpblog-category-view h1.page-title {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (max-width: 1199px) {
  .header-search {
    top: 128px;
  }

  .page-wrapper {
    padding-top: 190px;
  }

  .mpblog-category-view h1.page-title {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 1080px) {
  .mpblog-category-view h1.page-title {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .mpblog-category-view h1.page-title {
    margin: 20px auto 0;
  }

  .header-search {
    top: 108px;
  }

  .page-wrapper {
    padding-top: 165px;
  }

  .mpblog-category-view h1.page-title {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/** && next dispatch Css **/

/* Drawer-optimized filter styles */

.drawer-filter-content ul.submenu {
  padding-left: 20px;
}

.drawer-filter-content ul.submenu[style*="display: none"] {
  display: none;
}

.drawer-filter-content .toggle-icon {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  margin-left: 8px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f3f4f6;
  font-size: 16px;
  color: #4b5563;
}

.drawer-filter-content .check-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.drawer-filter-content .check-container label,
.drawer-filter-content .check-container a {
  cursor: pointer;
  flex: 1;
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 15px;
}

.drawer-filter-content .check-container a:hover {
  color: #2563eb;
}

.drawer-filter-content .check-container a.active {
  color: #2563eb;
  font-weight: 600;
}

.drawer-filter-content .product-filter {
  margin-bottom: 24px;
}

.drawer-filter-content .filter-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e7eb;
  color: #111827;
}

.drawer-filter-content .filter-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drawer-filter-content .filter-options>li {
  border-bottom: 1px solid #f3f4f6;
  padding: 4px 0;
}

.drawer-filter-content .filter-options>li:last-child {
  border-bottom: none;
}

/*** 24022026 ***/

.special-deal {
  background: transparent;
}

section.product-section.section-space.pt-0 {
  position: relative;
}

section.product-section.section-space.pt-0:before {
  content: "";
  background: var(--primary-color);
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 100px;
}

.special-deal .title-1 br {
  display: none;
}

@media (min-width:1700px){
  section.product-section .slider_arrow button svg * {
    stroke: #fff;
  }
}

@media (max-width:1699px){
  section.product-section.section-space.pt-0:before {
    bottom: 164px;
  }
}

@media (max-width:767px){
  section.product-section.section-space.pt-0:before{
    display: none;
  }
}

/*** Download css ****/

.banner_wrapper .banner_content {
  width: 42%;
  margin-top: -60px;
  padding-left: 3px;
}

.banner_wrapper .banner_images_content {
  width: 58%;
}

.banner_content .title_content .h1, .banner_content .title_content h1 {
  font-size: var(--font-60);
  color: var(--text-color);
  line-height: 1.2;
}

.banner_content .title_content .h1 span, .banner_content .title_content h1 span {
  color: var(--primary-color);
}

.banner_content .title_content p {
  font-size: var(--font-20);
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner_images_content .actovo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  padding-top: 63px;
}

.banner_images_content .actovo .item img {
  max-width: 400px;
}

.banner_images_content .actovo .item + .item img {
  margin-top: 86px;
}

.banner_container {
  position: relative;
}

.banner_section_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.banner_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_bg {
  width: 100%;
  height: 750px;
}

section.banner_section {
  position: relative;
}

.banner_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner_section {
  position: relative;
  overflow: hidden;
}

.banner_section .banner_bg::after {
  content: "";
  background: #F1F1F1;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
}

.banner_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 142px;
  left: 0px;
  top: auto;
  bottom: -4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #E8E1E0 119.72%);
}

.banner_images_content {
  padding-top: 100px;
}

.why_shop_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  row-gap: 40px;
}

.why_shop_content .reason-items {
  width: 22%;
  text-align: center;
  gap: 20px;
}

.reason-title {
  margin-top: 20px;
  line-height: 1.2;
  color: var(--text-color);
}

.reason-text {
  margin-top: 20px;
  font-size: var(--font-20);
  line-height: 1.4;
  margin-bottom: 0;
}

.dental_preactice_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.dental_preactice_wrapper > * {
  width: 50%;
}

.dental_preactice_section {
  background-color: #169AC3;
  overflow: hidden;
}

.dental_list ul {
  margin-top: 53px;
  padding-left: 0;
}

.dental_list ul li {
  list-style-type: none;
  position: relative;
  font-size: var(--font-20);
  font-weight: 600;
  margin-top: 26px;
  padding-left: 49px !important;
}

.dental_list ul li:first-child {
  margin-top: 0;
}

.dental_list ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/yes.svg);
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}

.dental_list_box_wrapper {
  margin-top: 53px;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  padding-left: 2px;
  max-width: 595px;
}

.dental_list_box {
  padding: 20px 20px 18px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  width: calc(50% - 10px);
}

.dental_list_box p {
  color: #fff;
  font-size: var(--font-20);
  margin: 0;
  line-height: 140%;
}

.onthe_go_wrapper .actovo {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.onthe_go_wrapper .actovo .item img {
  width: 100%;
  max-width: 340px;
}

.visible_section_wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  align-items: inherit !important;
}

.visible_section_wrapper > * {
  width: 50%;
}

.visible_section {
  background-color: #F8F8F8;
  padding-bottom: 0 !important;
}

.visible_left_img img {
  width: 100%;
}

.visible_right_content .visible_content {
  padding-left: 143px;
  padding-bottom: var(--section-space);
}

.visible_content .title-1+p {
  margin-top: 48px;
}

.visible_list ul {
  margin-top: 53px;
  padding-left: 0;
}

.visible_list ul li {
  list-style-type: none;
  position: relative;
  font-size: var(--font-20);
  font-weight: 400;
  margin-top: 24px;
  padding-left: 47px;
}

.visible_list ul li:first-child {
  margin-top: 0;
}

.visible_list ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/yes-blue.svg);
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-content-bottom h3 {
  color: var(--primary-color);
  font-size: var(--font-30);
  font-weight: 600;
}

.section-content-bottom {
  margin-top: 46px;
}

.section-content-bottom p {
  margin-top: 9px;
}

.section-content-bottom .title_btn {
  margin-top: 50px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.visible_left_img {
  position: relative;
  margin-bottom: -120px;
}

.visible_left_img::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -1px;
  height: var(--section-space);
  width: 100%;
  background-color: #f8f8f8;
  display: none;
}

.dental_preactice_content h2.title-1 {
  color: #FFFFFF;
}

.dental_preactice_img {
  padding-left: 60px;
}

.dental_preactice_img img {
  width: auto !important;
  max-width: inherit !important;
}

.why_shop_wrapper h2.title-1, .onthe_go_section h2.title-1, .visible_content h2.title-1 {
  color: #202020;
}

.dental_preactice_content h2.title-1, .why_shop_wrapper h2.title-1, .onthe_go_section h2.title-1, .visible_content h2.title-1 {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
}

.banner_wrapper .banner_content a.btn.btn-primary, .section-content-bottom .title_btn a.btn {
  min-width: 230px;
}

/* 001 */

@media (max-width: 1800px) {
  .banner_images_content .actovo .item img {
    max-width: 300px;
  }

  .banner_images_content {
    padding-top: 0px;
  }

  .banner_bg {
    height: 650px;
  }

  .banner_bg video {
    height: 650px;
  }

  .dental_preactice_img img {
    max-width: 100% !important;
  }

  .dental_preactice_img {
    display: flex;
    align-items: end;
  }

  .visible_left_img::after {
    height: 90px;
  }

  .visible_left_img {
    margin-bottom: -90px;
  }
}

@media (max-width: 1599px) {
  td ul.prices-tier li.item:last-child {
    margin-bottom: 0 !important;
    white-space: normal;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1439px) {
  .visible_left_img::after {
    height: 85px;
  }

  .visible_left_img {
    margin-bottom: -85px;
  }

  .visible_section_wrapper {
    align-items: flex-end;
  }
}

@media (max-width: 1399px) {
  .banner_wrapper .banner_content {
    width: 50%;
  }

  .banner_wrapper .banner_images_content {
    width: 50%;
  }

  .visible_right_content .visible_content {
    padding-left: 80px;
  }

  .visible_content .title-1+p,
.visible_list ul,
.section-content-bottom,
.dental_list ul {
    margin-top: 20px;
  }

  .section-content-bottom .title_btn {
    margin-top: 30px;
  }

  .dental_list_box_wrapper {
    padding-right: 50px;
  }

  .dental_preactice_content .section-content {
    margin-bottom: 20px;
  }

  .visible_right_content .section-content {
    margin-bottom: 0;
  }

  .reason-text {
    margin-top: 10px;
  }

  .reason-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1299px) {
  .dental_preactice_img img {
    max-width: 100%;
  }

  .dental_preactice_img {
    padding-left: 0;
  }

  .banner_images_content .actovo .item img {
    max-width: 250px;
  }

  .banner_content .title_content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .banner_wrapper .banner_content a.btn.btn-primary, .section-content-bottom .title_btn a.btn {
    min-width: inherit;
  }

  .dental_preactice_content h2.title-1, .why_shop_wrapper h2.title-1, .onthe_go_section h2.title-1, .visible_content h2.title-1 {
    font-size: var(--font-40);
  }

  .banner_wrapper .banner_content{
    margin-top: 0;
  }

  .banner_images_content .actovo .item + .item img {
    margin-top: 50px;
  }

  .banner_images_content .actovo {
    gap: 20px;
    padding-top: 120px;
  }

  .banner_bg {
    height: 500px;
  }

  .banner_bg video {
    height: 500px;
  }

  .dental_list_box_wrapper {
    margin-top: 30px;
  }

  .dental_list ul li::after,
.visible_list ul li::after {
    height: 24px;
    width: 24px;
  }

  .dental_list ul li,
.visible_list ul li {
    padding-left: 35px !important;
    margin-top: 10px;
  }

  .banner_content .title_content .h1, .banner_content .title_content h1 {
    font-size: var(--font-40);
  }

  .visible_left_img::after {
    height: 70px;
  }

  .visible_left_img {
    margin-bottom: -70px;
  }
}

@media (max-width: 991px) {
  .dental_list_box_wrapper {
    padding-right: 0;
    max-width: 100%;
  }

  .visible_right_content .visible_content {
    padding-bottom: 20px;
  }

  .banner_images_content .actovo .item img {
    max-width: 210px;
  }

  .banner_images_content .actovo {
    padding-top: 100px;
  }

  .why_shop_content .reason-items svg {
    width: 40px;
    height: 40px;
  }

  .why_shop_content .reason-title {
    margin-top: 10px;
  }

  .reason-text {
    margin-top: 10px;
  }

  .dental_preactice_wrapper > * {
    width: 100%;
  }

  .dental_preactice_img {
    order: 1;
    overflow: hidden;
  }

  .dental_preactice_img img {
    transform: translateX(110px);
  }

  .dental_preactice_content {
    order: 2;
    margin-top: 40px;
  }

  .actovo.owl-carousel {
    position: relative;
  }

  .actovo.owl-carousel .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 100%);
    gap: 10px;
    display: flex;
  }

  .actovo.owl-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--primary-color);
  }

  .actovo.owl-carousel .owl-dots button.active {
    background-color: var(--secondary-color);
  }

  .visible_right_content .visible_content {
    padding-left: 0px;
  }

  .visible_section_wrapper > * {
    width: 100%;
  }

  .visible_left_img {
    order: 2;
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }

  .visible_right_content {
    order: 1;
  }

  .banner_bg {
    height: 380px;
  }

  .banner_bg video {
    height: 380px;
  }

  .banner_section::before {
    height: 100px;
  }
}

@media (max-width: 900px) {
  .banner_images_content .actovo .item img {
    max-width: 160px;
  }
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .product-section .section-content {
    width: 100%;
  }

  .catalog-product-view .product-section .section-content h2.title-1 {
    margin: 0;
    text-align: left;
  }

  .catalog-product-view .block.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }

  .banner_wrapper .banner_images_content {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  section.banner_section {
    margin-top: 15px;
  }

  .why_shop_content .reason-items {
    width: calc(50% - 10px);
    background: #f8f8f8;
    padding: 20px 20px;
  }

  .why_shop_content {
    gap: 20px;
    row-gap: 20px;
  }

  .reason-icon, .why_shop_content .reason-items svg {
    width: 30px;
    height: 30px;
  }

  .why_shop_content .reason-title {
    font-size: 16px;
    margin-top: 0 !important;
  }

  .reason-text {
    font-size: 13px;
  }

  .dental_preactice_content h2.title-1 {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 0 !important;
  }

  .dental_preactice_content h2.title-1 br {
    display: none;
  }

  .dental_list ul li::after, .visible_list ul li::after {
    width: 16px;
    height: 16px;
  }

  .dental_list ul li, .visible_list ul li {
    padding-left: 25px !important;
    margin-top: 5px !important;
  }

  .dental_list_box {
    padding: 15px 15px;
  }

  .onthe_go_section h2.title-1 {
    margin-bottom: 0 !important;
  }

  .onthe_go_section h2.title-1 br {
    display: none;
  }

  .visible_content .section-content > * {
    width: 100% !important;
  }

  .visible_content .section-content h2.title-1 {
    margin-bottom: 0 !important;
    text-align: left !important;
  }

  .visible_content .section-content h2.title-1 br {
    display: none;
  }

  .why_shop_wrapper h2.title-1 {
    margin-bottom: 0 !important;
  }

  .section-content.text-center {
    justify-content: center;
  }

  .android-mobile .section-content h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .section-content-bottom h3 {
    font-size: 16px;
  }

  .visible_left_img {
    margin-top: 20px;
  }

  .onthe_go_wrapper .actovo .item {
    width: calc(50% - 10px);
  }

  .onthe_go_wrapper .actovo {
    flex-wrap: wrap;
  }

  .banner_wrapper .banner_content {
    width: 100%;
    text-align: center;
  }

  .banner_wrapper .banner_images_content {
    width: 100%;
    padding-top: 20px;
  }

  .banner_bg {
    height: 650px;
  }

  .banner_bg video {
    height: 100%;
  }

  .banner_images_content .actovo {
    padding-top: 0px;
  }

  .banner_images_content .actovo .item {
    display: flex;
    justify-content: center;
  }

  .onthe_go_wrapper .actovo .item {
    display: flex;
    justify-content: center;
  }

  .banner_images_content .actovo .item img {
    max-width: 100%;
  }

  .banner_section_content {
    top: 50px;
    transform: translate(-50%, 0%);
    height: 100%;
  }

  .banner_section_content .container {
    height: 100%;
  }

  .banner_wrapper {
    height: 100%;
  }

  .visible_left_img::after {
    height: 40px;
  }

  .visible_left_img {
    margin-bottom: -40px;
  }
}

@media (max-width: 576px) {
  .dental_preactice_img img {
    transform: translateX(40px);
  }

  .why_shop_content .reason-items {
    width: 100%;
    display: flex;
    align-items: flex-start;
    text-align: left;
  }

  .why_shop_wrapper .reason-content {
    padding: 0 !important;
  }

  .banner_wrapper .banner_images_content {
    max-width: 400px;
  }

  .banner_bg {
    height: 597px;
  }
}

@media (max-width: 479px) {
  .banner_bg {
    height: 537px;
  }
}

/*** && Download css ****/

.product-info .product-category {
  min-height: 24px;
}

@media (max-width:767px){
  .product-content > p.text-red-600 {
    font-size: 12px;
  }
}

@media (max-width:575px){
  .product-content > p.text-red-600 {
    font-size: 9px;
  }
}

/*** New Search css 16032026 ***/

#search_mini_form .flex-am-search-sidebar {
  border-radius: 0 !important;
  flex: 1 1 0;
  padding-left: 48px;
  background: no-repeat 15px 50% / 18px 18px #fff;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='%23202020'%3e%3cpath d='M17.7803 16.7198L13.3207 12.2603C14.3797 10.9665 15.0165 9.31425 15.0165 7.5165C15.0157 3.381 11.6512 0.0157497 7.51575 0.0157497C3.38025 0.0157497 0.0157497 3.381 0.0157497 7.51575C0.0157497 11.6505 3.38025 15.0158 7.51575 15.0158C9.31425 15.0158 10.9665 14.379 12.2595 13.32L16.719 17.7795C16.8652 17.9258 17.0573 17.9993 17.2493 17.9993C17.4413 17.9993 17.6332 17.9258 17.7795 17.7795C18.0727 17.4863 18.0727 17.0123 17.7795 16.719L17.7803 16.7198ZM1.51575 7.51575C1.51575 4.2075 4.2075 1.51575 7.51575 1.51575C10.824 1.51575 13.5157 4.2075 13.5157 7.51575C13.5157 10.824 10.824 13.5158 7.51575 13.5158C4.2075 13.5158 1.51575 10.8248 1.51575 7.51575Z'/%3e%3c/svg%3e");
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  width: 100%;
  height: var(--btn-height);
  border: 1px solid #2020204d;
  font-size: var(--font-14);
  font-family: var(--content-font);
  font-weight: 400;
  color: var(--dark-color);
  text-overflow: ellipsis;
}

#search_mini_form button.action.search {
  min-width: 100px;
  text-align: center;
  border: 1px solid var(--btn-border);
  padding: 0 30px;
  height: var(--btn-height);
  -webkit-border-radius: 0;
  font-size: var(--font-14);
  font-weight: 700;
  cursor: pointer;
  transition: all .5s ease;
  background: #E5A820 !important;
  border: 0 !important;
  color: #000 !important;
  text-transform: uppercase !important;
}

#search_mini_form button.action.search svg * {
  stroke: #000;
}

#search_mini_form > .w-full.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.relative.py-2.mx-auto.text-black.z-20 {
  max-width: 100% !important;
  padding: 0 !important;
}

#search_mini_form .flex-am-search-sidebar:focus {
  outline: 0 !important;
  box-shadow: none;
}

#search_mini_form > .w-full.flex {
  max-width: 100% !important;
}

#search_mini_form button[aria-label="Scan Barcode"] {
  display: none;
}

#search_mini_form button.action.search:disabled {
  opacity: 1;
}

#search_mini_form button.action.search:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.form.mini-search .amsearch-container {
  max-height: 55vh !important;
}

.form.mini-search .am-search-content.am-search-sidebar-disabled {
  padding: 10px 10px !important;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none !important;
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit !important;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px !important;
  height: 80px;
  border: 1px solid #eee;
  margin: 0 !important;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0 !important;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .price-container .final-price {
  display: flex;
  gap: 5px;
  flex-direction: row-reverse;
  width: 100% !important;
  justify-content: start;
}

.form.mini-search .price-container .final-price span {
  margin: 0 !important;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.form.mini-search .price-container .price-excluding-tax .price {
  color: #e94916;
}

.form.mini-search .price-container span.price-wrapper .price {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0 !important;
}

.form.mini-search .am-search-view-all {
  background: var(--primary-color);
}

.form.mini-search .am-search-view-all a {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  display: block;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .flex > [class*="am-search-"] .p-4.box-border {
  padding: 0 !important;
}

.form.mini-search .flex > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent !important;
}

@media (max-width:768px) {
  .form.mini-search .am-search-sidebar.am-search-horizontal-view {
    padding: 5px 10px;
  }

  .form.mini-search .am-search-content.am-search-horizontal-view {
    padding: 5px 10px !important;
  }
}

@media (max-width:767px) {
  #search_mini_form button.action.search {
    width: 50px;
    height: 50px;
    background: #007599 !important;
    border-color: #007599;
    font-size: 0;
    margin: 0 !important;
    min-width: 50px !important;
    padding: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff'%3E%3Cpath d='m17.78 16.72-4.46-4.46a7.47 7.47 0 0 0 1.697-4.743C15.016 3.38 11.65.015 7.516.015c-4.136 0-7.5 3.365-7.5 7.5s3.364 7.5 7.5 7.5c1.798 0 3.45-.637 4.743-1.696l4.46 4.46a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.061zM1.516 7.516c0-3.309 2.691-6 6-6 3.308 0 6 2.691 6 6 0 3.308-2.692 6-6 6-3.309 0-6-2.691-6-6'/%3E%3C/svg%3E") !important;
  }

  #search_mini_form button[aria-label="Scan Barcode"] {
    display: block !important;
    position: absolute;
    right: 50px;
    z-index: 99;
  }

  #search_mini_form > .w-full.flex {
    justify-content: space-between;
  }

  #search_mini_form .flex-am-search-sidebar {
    border: 2px solid #007599;
    padding-left: 10px !important;
    background-image: none !important;
  }

  #search_mini_form .flex-am-search-sidebar + button {
    right: 41px;
  }

  #search_mini_form .flex-am-search-sidebar {
    padding-right: 70px;
  }

  .form.mini-search .flex > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

/*** && New Search css 16032026 ***/

/*** 19-03-2026 START ***/

.error_product_content p.text-red-600 {
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  margin-top: 12px;
}

.error_product_content {
  padding-bottom: 20px !important;
}

@media (max-width:1080px){
  .error_product_content {
    padding-bottom: 10px !important;
  }
}

@media (max-width:767px){
  .error_product_content {
    padding-bottom: 0 !important;
  }
}

/** 19-03-2026 END ***/

.product-details-section img.amasty-label-image {
  max-height: 50px !important;
}

/*** 16-04-2026 ***/

.amlabel-position-wrapper.top-0 {
  width: auto !important;
}

img.amasty-label-image.product-sale-label {
  max-height: 50px !important;
}

.product-details-section img.amasty-label-image.product-sale-label {
  max-height: 80px !important;
}

@media (max-width:1080px){
  img.amasty-label-image.product-sale-label {
    max-height: 40px !important;
  }

  .product-details-section img.amasty-label-image.product-sale-label {
    max-height: 60px !important;
  }
}

/*** && 16-04-2026 ***/

/*** 28042026 blog product list ***/

.product-category span.text-white, .product-category span {
  padding-top: 2px !important;
}

.mpblog-post-view .mp-blog-view .flex.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .flex.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

.mpblog-post-view .mp-blog-view .product-info.product-content {
  padding-bottom: 125px;
}

/*** && 28042026 blog product list ***/

/*** 04052026 New menu add css ****/

@media screen and (min-width: 1200px) {
  .header-menu-main .navigation .menu>li+li {
    margin-left: 90px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1799px) {
  .header-menu-main .navigation .menu>li+li {
    margin-left: 48px;
  }
}

@media screen and (max-width: 1440px) {
  .header-menu-main .navigation .menu>li+li {
    margin-left: 39px;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1439px) {
  .header-menu-main .navigation .menu>li+li {
    margin-left: 48px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .header-menu-main .navigation .menu>li+li {
    margin-left: 39px;
  }
}

/*** && 04052026 New menu add css ****/

/*** 04052026 cart table css ****/

.special-deal-icon img{
  width: 100%;
  height: 100%;
}

table.cart .product-item-photo {
  width: 110px;
  border: 1px solid #eee;
}

table.cart .product-item-photo+.product-item-details {
  width: calc(100% - 140px);
  padding-left: 30px;
}

@media (max-width:1366px){
  table.cart .product-item-photo {
    width: 70px;
  }

  table.cart .product-item-photo+.product-item-details {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
}

/*** && 04052026 cart table css ****/

/**** Loading popup close css 04052026 ****/

.bss_popup > a.absolute {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.absolute svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.absolute:before {
  display: none !important;
}

.bss_popup > a.absolute svg:before {
  display: none !important;
}

/**** && Loading popup close css 04052026 ****/

/*** 05-05-2026 ****/

.product-details-section .amlabel-position-wrapper.bottom-0 {
  bottom: auto !important;
  top: 10px;
  right: 10px;
  width: auto;
}

.product-details-section .amlabel-position-wrapper.bottom-0 img.edb-badge, .amlabel-position-wrapper .amlabel-text+img.edb-badge {
  height: 60px;
  max-height: 60px !important;
}

@media (max-width:1080px) {
  .product-details-section .amlabel-position-wrapper.bottom-0 img.edb-badge, .amlabel-position-wrapper .amlabel-text+img.edb-badge {
    height: 50px;
    max-height: 40px !important;
  }
}

/*** && 05-05-2026 ****/

/*** 07052026 New Design Desktop view css here ***/

section.product-section.section-space.pt-0:before {
  display: none !important;
}

/*****/

.banner-product-category-section, .banner-product-category-section ~ section.product-section {
  padding-bottom: 30px !important;
}

.category_tab_wrapper .section-content, .product-section .section-content {
  margin-bottom: 30px !important;
  justify-content: center;
}

section.only-content-section.section-space {
  padding: 60px 0;
  border: 0 !important;
}

section.whyus-section, .new_hide, .category-section {
  display: none !important;
}

.new_product_section:before {
  display: none;
}

.new_product_section .special-deal {
  padding: 20px 20px !important;
  background: #E11A1D;
  border-radius: 5px 5px 0px 0px;
}

.new_product_section .special-deal .special-deal-content {
  padding: 0 0 0 60px !important;
  position: relative;
  text-align: left;
}

.new_product_section .special-deal .special-deal-icon {
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.new_product_section .special-deal .special-deal-content h2.title-1 {
  margin: 0 !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.new_product_section .special-deal .special-deal-content p {
  margin: 5px 0 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.new_product_section {
  padding: 30px 0 !important;
}

.new_product_section .product {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 10px;
  border: 1px solid rgba(32,32,32,0.15) !important;
  box-shadow: none !important;
  flex-direction: inherit;
  gap: 5px;
}

.new_product_section .product .product-item-photo {
  width: 90px !important;
  height: 90px !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  flex-direction: inherit !important;
  display: inline-flex !important;
}

.new_product_section .product .product-info {
  padding: 0 !important;
  flex: 1 0 0 !important;
}

.new_product_section .product .product-item-photo .amlabel-position-wrapper {
  display: none;
}

.new_product_section .product .product-item-photo button {
  display: none;
}

.new_product_section .product .product-info .product-category {
  display: none;
}

.new_product_section .product .product-info .product-title {
  margin: 0 !important;
}

.new_product_section .product .product-info .product-title .product-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/** 15052026 **/

.new_product_section .product .product-info > .mx-auto {
  display: none !important;
}

.new_product_section .product .product-info .product-price {
  margin: 10px 0 0 0 !important;
}

/*** Remove css by 07072026 ***/

/*.new_product_section .product .product-info .special-price span.price { font-weight: 700 !important; font-size: 18px !important; line-height: 22px !important; color: #007599; }
.new_product_section .product .product-info .old-price .price-container .price { font-weight: 400 !important; font-size: 14px !important; line-height: 17px !important; text-decoration-line: line-through; color: #202020; }*/

/*** && Remove css by 07072026 ***/

.new_product_section .product .product-info .product-actions {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 10px;
  flex-wrap: nowrap;
}

.new_product_section .product .product-info .quantity-input {
  height: 30px;
  vertical-align: top;
}

.new_product_section .product .product-info .quantity-box button {
  height: 30px;
}

.new_product_section .product .product-info .product-atc-btn {
  width: 50px;
  max-width: inherit !important;
  min-width: inherit !important;
  flex: inherit !important;
  height: 30px;
  box-shadow: none;
  font-size: 0;
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/add-to-cart-icon.svg);
  background-size: 20px 20px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.new_product_section .product .product-info .product-content > p.text-red-600, .new_product_section .product .product-info .error_product_content p.text-red-600 {
  font-size: 11px !important;
}

.new_product_section .product .product-info .product-content > p.text-red-600 {
  line-height: normal;
  position: relative !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 5px;
}

.new_product_section .product .product-info .product-atc-btn:hover {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/images/add-to-cart-icon-hover.svg);
}

.new_product_section .slider_arrow button, .category_tab_wrapper button {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_product_section .slider_arrow button svg, .category_tab_wrapper button svg {
  width: 10px !important;
  height: 18px !important;
}

.new_product_section .slider_arrow button svg *, .category_tab_wrapper button svg * {
  stroke: #000 !important;
}

.new_product_section .slider_arrow button.nextslide {
  right: -15px;
}

.new_product_section .slider_arrow button.prevslide {
  left: -15px;
}

.new_product_section .slider_arrow button.opacity-25, .category_tab_wrapper button.opacity-25, .new_product_section .slider_arrow button.opacity-30, .category_tab_wrapper button.opacity-30 {
  opacity: 1 !important;
  border-color: #ccc;
  cursor: not-allowed;
}

.new_product_section .slider_arrow button.opacity-25 svg, .category_tab_wrapper button.opacity-25 svg, .new_product_section .slider_arrow button.opacity-30 svg, .category_tab_wrapper button.opacity-30 svg {
  opacity: 0.25;
}

.new_product_section .product-content > p.text-red-600 {
  line-height: normal;
  position: relative;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  font-size: 11px !important;
  margin-top: 10px;
}

.category_tab_wrapper button {
  margin: -30px 0 0 0 !important;
  position: relative;
}

.category_tab_wrapper button:first-child {
  left: -13px;
}

.category_tab_wrapper button:last-child {
  right: -13px;
}

.category_tab_wrapper .section-content {
  margin-bottom: 30px;
  justify-content: center;
}

.category_tab_wrapper .snap {
  margin: 0 -18px !important;
}

.category_tab_wrapper .snap > * {
  padding: 0 18px;
  width: 12.5%;
}

.category_tab_wrapper {
  padding-top: 30px !important;
}

.category_tab_wrapper ~ section.product-section {
  background: transparent !important;
  padding-bottom: 0 !important;
}

.home-banner-section section.whyus-section {
  display: inline-flex !important;
}

.home-banner-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.home-banner-section .home-banner-desktop {
  width: calc(76% - 10px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/** 15052026 **/

.home-banner-section section.whyus-section {
  width: calc(24% - 10px);
  background: var(--primary-color);
}

/** 15052026 **/

.home-banner-section .home-banner-desktop > .relative {
  width: calc(50% - 10px);
}

.home-banner-section .whyus-section {
  padding: 40px 25px;
}

.home-banner-section .whyus-section p {
  color: #fff;
}

.home-banner-section .whyus-section p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #E5A820;
  margin-bottom: 5px;
}

.home-banner-section figure.whyus {
  align-items: center;
  width: 100%;
}

.home-banner-section span.whyus-icon svg * {
  fill: var(--secondary-color);
}

.home-banner-section section.whyus-section .grid {
  gap: 0px !important;
  display: flex;
  flex-wrap: wrap;
}

.home-banner-section figure.whyus + figure.whyus {
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  margin-top: 25px;
  padding-top: 25px;
}

.home-banner-section section.whyus-section .container {
  padding: 0 !important;
}

.new_city_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.new_city_wrapper .city-section {
  width: calc(63.4% - 15px);
}

/** 15052026 **/

.new_city_wrapper .reward-section {
  width: calc(36.6% - 15px);
  padding-bottom: 0 !important;
}

/** 15052026 **/

.new_city_wrapper .city-section .section-space {
  max-width: 870px;
  margin: 0 auto;
  padding: 50px 50px;
  text-align: center;
}

.new_city_wrapper .city-section .city-img {
  margin: 0 auto;
}

.new_city_wrapper .city-section .city-list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 !important;
}

.new_city_wrapper .city-section .city-list > * {
  width: calc(25% - 15px);
}

.new_city_wrapper .city-section .section-content {
  margin-bottom: 40px !important;
}

.new_city_wrapper .reward-section .reward-container {
  background: #2b62a4;
  padding: 50px 0 50px 50px;
  height: 100%;
}

.new_city_wrapper .reward-section .reward-container .reward-content {
  padding: 0;
  margin: 0;
}

.new_city_wrapper .reward-img.text-right {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.new_city_wrapper .reward-img.text-right > * {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  bottom: 0;
}

.new_city_wrapper .reward-section h2.title-1 {
  max-width: 530px;
  font-size: 40px;
  margin-left: 0;
}

/** 15052026 **/

.new_city_wrapper .reward-section h2.title-1 strong {
  font-size: 70px;
  text-transform: uppercase;
  color: var(--secondary-color);
}

.new_city_wrapper .reward-section h2.title-1, .new_city_wrapper .reward-section h2.title-1 + p {
  padding-right: 80px;
}

/** 15052026 **/

.new_city_wrapper .reward-section h2.title-1 + p {
  font-size: 16px;
  margin: 10px 0 0 0;
}

.new_city_wrapper .reward-benefit-container {
  display: flex;
  flex-wrap: wrap;
}

.new_city_wrapper .reward-benefit-container > * {
  width: 100%;
}

.new_city_wrapper .reward-benefit svg * {
  fill: #FFE345;
}

.new_city_wrapper .reward-content .btn {
  box-shadow: none !important;
}

.new_city_wrapper .reward-container:before {
  z-index: 0;
  width: 250px;
  height: 250px;
}

/** 15052026 **/

.new_city_wrapper .reward-benefit_point_new {
  max-width: 246px;
  margin-left: auto;
  padding-bottom: 93px;
}

/** 15052026 **/

.new_city_wrapper .reward-section .reward-container .reward-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-content {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 60px !important;
}

.product-actions {
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.product-price {
  margin-top: 10px;
}

.product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-actions .btn {
  box-shadow: none !important;
}

.banner-product-category-section nav button, .banner-product-category-section nav button svg {
  width: 16px !important;
  height: 33px !important;
}

.product-section .relativeslidermain .slider_arrow, .category_tab_wrapper ~ section.product-section .slider_arrow {
  margin-top: 0 !important;
}

.product-section .slider_arrow {
  margin-top: 30px;
}

.product-content > p.text-red-600 {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  font-size: 15px !important;
  position: relative !important;
}

.active-category .category-img {
  border-color: var(--primary-color) !important;
}

/****/

.new_product_section .slider_arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.new_product_section .slider_arrow button {
  position: absolute !important;
}

.category_tab_wrapper figure.category {
  margin-top: 4px;
}

.category_tab_wrapper .snap {
  overflow: hidden;
}

.new_product_section .quick-view-main {
  display: none !important;
}

/** 15052026 ***/

.new_product_section .product .product-info .product-title {
  min-height: inherit;
}

.product-category span.text-white {
  display: flex;
  align-items: center;
  line-height: normal !important;
}

.header-actions {
  align-items: start;
}

.header-actions li a, .header-actions li button {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}

.new_product_section .product .quantity-box {
  width: 90px !important;
}

/** && 15052026 ***/

/** 001 ***/

@media (min-width: 1700px) {
  .new_city_wrapper h2.title-1 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /** 15052026 **/

  .new_product_section .flex .w-full:first-child {
    width: 19.4% !important;
  }

  /** 15052026 **/

  .new_product_section .flex .w-full:last-child {
    width: 80.6% !important;
  }

  /** 15052026 **/

  .new_product_section.product-section .js_slide {
    width: 25% !important;
  }

  .product-section .js_slide {
    width: 16.666% !important;
  }

  section.product-section .slider_arrow button svg * {
    stroke: #202020 !important;
  }
}

@media (min-width: 768px) {
  .product .quantity-box {
    width: 80px !important;
  }

  /** 15052026 **/

  .banner-product-category-section .container {
    display: flex !important;
  }

  .banner-product-category-section .container .grid {
    width: 100% !important;
    grid-template-columns: inherit !important;
  }

  .product-section ~ .product-section {
    background-color: #F4F4F4 !important;
    padding-top: 30px !important;
  }
}

@media (max-width: 1699px) {
  .new_city_wrapper .reward-container:before{
    display: none;
  }

  /** 15052026 **/

  .new_city_wrapper .reward-section h2.title-1, .new_city_wrapper .reward-section h2.title-1 + p {
    padding-right: 20px;
  }

  /** 15052026 **/

  .category_tab_wrapper ~ section.product-section .slider_arrow {
    margin-top: 30px !important;
  }

  .product-atc-btn {
    padding: 0 3px !important;
    font-size: 12px !important;
  }

  .new_product_section .product .product-info .product-atc-btn {
    font-size: 0 !important;
  }

  .new_city_wrapper .reward-section h2.title-1 strong {
    font-size: 45px;
  }

  .new_city_wrapper .reward-section h2.title-1 {
    font-size: 30px;
  }

  .reward-benefit_title_new {
    max-width: 380px;
  }
}

@media (max-width: 1599px) {
  .home-banner-section .home-banner-desktop {
    width: 100%;
  }

  .home-banner-section section.whyus-section {
    width: 100%;
  }

  .home-banner-section section.whyus-section .grid {
    gap: 30px !important;
  }

  .new_city_wrapper .reward-benefit_point_new {
    max-width: 220px;
  }

  /** 15052026 **/

  .home-banner-section figure.whyus {
    width: calc(25% - 23px);
  }

  /** 15052026 **/

  .home-banner-section figure.whyus + figure.whyus {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

@media (max-width: 1440px) {
  .new_city_wrapper .reward-section .reward-container {
    padding: 50px 0 30px 30px;
  }

  .new_city_wrapper .reward-content h2 br {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-item-photo {
    width: 50px !important;
    height: 50px !important;
  }

  /** 15052026 **/

  .home-banner-section figure.whyus {
    width: calc(50% - 15px);
  }

  /** 15052026 **/

  .new_product_section .product .quantity-box {
    width: 80px !important;
  }

  /** 15052026 **/

  .new_product_section .product .product-info .product-atc-btn {
    width: 40px !important;
    height: 30px !important;
    margin: 0 0 0 8px !important;
  }

  /** 15052026 **/

  .new_product_section .product .product-info .product-atc-btn + .flex.flex-wrap.gap-2 {
    display: none;
  }

  .new_product_section .product .product-info .product-actions {
    align-items: center;
  }

  /** 15052026 **/

  .product-content {
    padding-bottom: 105px !important;
  }
}

@media (max-width: 767px) {
  .home-banner-section, .category_tab_wrapper, .category_tab_wrapper ~ section.product-section {
    display: none !important;
  }

  .product-section .section-content {
    margin-bottom: 15px !important;
  }
}

@media (max-width:1440px) {
  .category_tab_wrapper .snap > * {
    width: 14.28%;
  }
}

@media (max-width:1199px) {
  .product-actions .product-atc-btn {
    margin: 0 0 0 10px  !important;
  }

  /** 18052026 **/

  .new_city_wrapper .city-section {
    width: 100%;
  }

  /** 18052026 **/

  .new_city_wrapper .reward-section {
    width: 100%;
  }

  /** 18052026 **/

  .new_city_wrapper .reward-container:before{
    display: block !important;
  }

  /** 18052026 **/

  .new_city_wrapper .reward-section .reward-container {
    min-height: 660px;
  }

  /** 18052026 **/

  .new_city_wrapper .reward-benefit_point_new {
    max-width: 300px;
  }

  /** 18052026 **/

  .category_tab_wrapper .snap > * {
    width: 16.66%;
  }
}

@media (max-width:1080px) {
  .category_tab_wrapper .snap > * {
    width: 20%;
  }
}

@media (max-width:991px) {
  .new_city_wrapper .city-section {
    width: 100%;
  }

  .new_city_wrapper .reward-section {
    width: 100%;
  }

  .reward-benefit_title_new {
    text-align: left;
  }

  .new_city_wrapper .reward-section .reward-container {
    padding-right: 30px;
  }

  .category_tab_wrapper .snap > * {
    width: 25%;
  }
}

/*** && 07052026 New Design Desktop view css here ***/

/** 18052026 **/

@media (max-width:1366px) {
  .new_product_section .special-deal {
    padding: 10px !important;
  }
}

@media (max-width:1199px) {
  .new_city_wrapper .reward-benefit_point_new {
    text-align: left;
  }

  .header-actions nav li a, .header-actions nav li button {
    flex-direction: row;
    width: 100%;
  }
}

/** && 18052026 **/

/** 20052026 Tooltip css**/

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  border-radius: 4px;
  position: absolute;
  z-index: 100;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: pre-line;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tier-price-summary {
  background: #f4f9fd;
  padding: 5px;
}

.tier-price-summary span.tier-from-price {
  font-size: var(--font-18) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #002c88 !important;
}

.tier-price-summary span.tier-bulk-label {
  color: #000;
  padding-right: 25px;
  margin-top: 0;
}

.tier-price-summary span.tier-bulk-label > span:first-child {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  top: 1px;
}

.tier-price-summary span.tier-save-label {
  color: #168632;
  margin-top: 0;
}

.tier-price-summary span.tier-bulk-label > span svg {
  fill: #002c88 !important;
  width: 16px;
  height: 16px;
}

.products.swiper-wrapper .product-item.swiper-slide {
  height: auto !important;
}

.products.swiper-wrapper .product-item.swiper-slide form.product {
  height: 100%;
}

.signupwrap nav > * {
  width: 100%;
}

@media (max-width:767px) {
  .tier-price-summary span.tier-bulk-label {
    padding-right: 15px;
    font-size: 12px;
  }
}

/** && 20052026  Tooltip css**/

/** back order 04062026 **/

.text-warning-back-order {
  color: #e5a820 !important;
}

/** && back order 04062026 **/

/*** New Design css 03072026 ****/

.uppercase_title {
  font-weight: 600;
  font-size: var(--font-40);
  line-height: 130%;
  text-transform: uppercase;
  color: #202020;
}

.uppercase_title.font-26 {
  font-size: 26px;
}

.new_product_section .special-deal {
  background: #EDB626;
}

.new_product_section .special-deal .special-deal-content h2.title-1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.new_product_section .special-deal .special-deal-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #202020;
  text-transform: inherit;
}

.new_product_section .special-deal {
  padding: 0 15px 0 19px !important;
}

.new_product_section .special-deal .special-deal-content {
  padding-left: 92px !important;
}

.new_product_section .special-deal .special-deal-icon {
  width: 82px !important;
  height: 87px !important;
  max-width: 100% !important;
}

.new_product_section .flex .w-full:first-child {
  width: 20.5% !important;
}

.new_product_section .flex .w-full:last-child {
  width: 79.5% !important;
  padding-left: 33px;
}

.new_product_section .slider_arrow button, .category_tab_wrapper button {
  top: 50%;
  transform: translateY(-50%);
}

.new_product_section .slider_arrow button.prevslide {
  left: -24px;
}

.new_product_section .slider_arrow button.nextslide {
  right: -24px;
}

.new_product_section .container > div.flex, .popularcategory .relative > div.flex {
  margin: 0 -7.5px !important;
}

.new_product_section .container > div.flex .product-item, .popularcategory .relative > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.new_product_section .price-box.price-final_price {
  align-items: center;
}

.view_all_right {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #202020;
  display: flex;
  align-items: center;
}

.view_all_right svg {
  width: 9px;
  height: 16px;
  margin-left: 10px;
}

.home-banner-section section.whyus-section {
  padding: 25px;
  background: #023D67;
  display: flex !important;
  align-items: start;
}

.home-banner-section span.whyus-icon svg * {
  fill: #fff !important;
}

.home-banner-section .whyus-section p strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.home-banner-section .whyus-section p {
  font-size: 14px;
}

.home-banner-section figure.whyus + figure.whyus {
  margin-top: 22px;
  padding-top: 22px;
}

.hot-deals .product.product-item .product-item-photo {
  padding-bottom: 131px !important;
}

.hot-deals .product.product-item .product-item-photo button {
  display: none;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.bottom-0.right-0 {
  display: none;
}

.hot-deals .product.product-item .product-info {
  padding: 0 15px 15px 15px !important;
}

.hot-deals .product.product-item .product-info .product-category {
  display: none;
}

.hot-deals .product.product-item .product-info .product-title {
  margin: 0 !important;
  min-height: 2.2em;
}

.hot-deals .product.product-item .product-actions {
  display: none;
}

.hot-deals .product.product-item .product-title a {
  font-size: 14px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.left-0 {
  left: 15px;
  right: auto !important;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.left-0 img.amasty-label-image {
  max-width: 44px !important;
  max-height: inherit !important;
}

.hot-deals .product.product-item .product-item-photo > img {
  left: auto;
  right: 15px;
  top: 15px;
  transform: translateY(0);
  max-width: calc(100% - 15px);
  max-height: calc(100% - 15px);
}

.hot-deals .section-content, .product-section .section-content {
  justify-content: space-between !important;
  gap: 10px;
  margin-bottom: 17px !important;
}

.home-banner-section .home-banner-desktop {
  width: calc(41.559% - 10px) !important;
}

.home-banner-section .new1hero_wrapper {
  width: calc(36.364% - 10px);
}

.home-banner-section section.whyus-section {
  width: calc(21.4% - 10px);
}

.home-banner-section .home-banner-desktop > .relative {
  width: 100%;
}

.new1heroimage-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.new1heroimage-grid .new1hero_box {
  width: calc(50% - 5px);
}

.view_all_right:hover {
  color: #007599;
}

.popularcategory-card:hover {
  border-color: #b0c1cd;
  background: #e2f0f9;
}

.popularcategory .scroll-smooth.snap {
  overflow-y: hidden;
}

.popularcategory .section-content {
  justify-content: start;
  gap: 24px;
  align-items: center;
  margin-bottom: 30px !important;
}

.popularcategory .section-content span {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #2E3A62;
}

.popularcategory .section-content .title-1 {
  color: #2E3A62;
  letter-spacing: -0.02em !important;
  line-height: normal;
}

.popularcategory-card {
  padding: 10px 8px;
  gap: 5px;
  background: #F5F6FA;
  border: 1px solid rgba(32, 32, 32, 0.15);
  position: relative;
}

.popularcategory-arrow {
  position: absolute;
  right: 5px;
  bottom: 9px;
}

.popularcategory-imgtext {
  gap: 5px;
  width: 100% !important;
}

.popularcategory-imgtext img.popularcategory-image {
  width: 90px;
  height: auto !important;
}

.popularcategory-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #0A4B9D;
  flex: 1 0 0;
}

.popularcategory-title + span {
  display: none;
}

.popularcategory-arrow, .popularcategory-arrow svg {
  width: 10px !important;
  height: 17px;
}

.popularcategory-arrow svg * {
  stroke: #0A4B9D;
}

.popularcategory nav button.opacity-30 svg {
  opacity: 0.25 !important;
}

.popularcategory nav button, .new_product_section .slider_arrow button, .category_tab_wrapper button {
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.popularcategory nav button svg, .new_product_section .slider_arrow button svg, .category_tab_wrapper button svg {
  width: 10px !important;
  height: 18px !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.popularcategory nav button svg *, .new_product_section .slider_arrow button svg *, .category_tab_wrapper button svg * {
  stroke: #202020;
}

.popularcategory nav button:first-child {
  left: -20px;
}

.popularcategory nav button:last-child {
  right: -20px;
}

.popularcategory > .relative {
  margin-bottom: 30px;
  margin-top: -2px;
}

.new_product_section .tier-price-summary {
  display: none;
}

.new_city_wrapper .reward-content .btn {
  text-transform: uppercase;
}

.category_tab_wrapper nav.absolute {
  align-items: inherit !important;
  margin-top: -15px;
}

.category-view.container .category-image {
  display: none !important;
}

@media (min-width: 568px) {
  .popularcategory .js_slide {
    width: 33.33333% !important;
  }
}

@media (min-width: 640px) {
  .popularcategory .js_slide {
    width: 33.33333% !important;
  }
}

@media (min-width: 768px) {
  .popularcategory .js_slide {
    width: 33.33333% !important;
  }
}

@media (min-width: 1024px) {
  .popularcategory .js_slide {
    width: 25% !important;
  }
}

@media (min-width: 1280px) {
  .popularcategory .js_slide {
    width: 20% !important;
  }

  .hot-deals .js_slide {
    width: 25% !important;
  }
}

@media (min-width: 1440px) {
  .popularcategory .js_slide {
    width: 20% !important;
  }

  .hot-deals .js_slide {
    width: 25% !important;
  }
}

@media (min-width: 1700px) {
  .popularcategory .js_slide {
    width: 16.666% !important;
  }

  .hot-deals .js_slide {
    width: 20% !important;
  }
}

@media (max-width: 567px) {
  .popularcategory .js_slide {
    width: 50% !important;
  }
}

/***/

@media (max-width:1599px) {
  .new_product_section .special-deal .special-deal-icon {
    height: 60px !important;
    width: 56px !important;
  }

  .new_product_section .special-deal {
    padding: 0 12px !important;
  }

  .new_product_section .special-deal .special-deal-content {
    padding-left: 65px !important;
  }

  .new_product_section .special-deal .special-deal-content h2.title-1 {
    font-size: 22px;
    line-height: normal;
  }

  .new_product_section .flex .w-full:last-child {
    padding-left: 25px;
    width: 65% !important;
  }

  .new_product_section .flex .w-full:first-child {
    width: 35% !important;
  }

  .popularcategory-imgtext img.popularcategory-image {
    width: 70px;
  }

  .popularcategory-title {
    font-size: 16px !important;
  }

  .home-banner-section .home-banner-desktop {
    width: calc(53.3% - 10px) !important;
  }

  .home-banner-section .new1hero_wrapper {
    width: calc(46.7% - 10px);
  }

  .home-banner-section section.whyus-section {
    width: 100%;
  }

  .new1heroimage-grid .new1hero_box img {
    width: 100%;
  }

  .home-banner-section figure.whyus + figure.whyus {
    margin-top: 0;
    padding-top: 0;
  }

  .uppercase_title {
    font-size: 26px;
  }

  .uppercase_title.font-26 {
    font-size: 20px;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .w-full:last-child {
    width: 66.6667% !important;
  }

  .new_product_section .flex .w-full:first-child {
    width: 33.3333% !important;
  }
}

.whyus-content {
  flex: 1 0 0 !important;
}

.whyus-icon {
  display: inline-flex;
}

/*** && New Design css 03072026 ****/

/*** New Design css 10072026 ***/

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.left-0 img.amasty-label-image {
  height: auto !important;
}

.amlabel-position-wrapper .amlabel-text+img.edb-badge.hot-deals {
  height: auto !important;
  max-width: 44px !important;
  max-height: inherit !important;
}

.hot-deals .product.product-item .product-title a {
  padding-right: 74px;
}

.new_city_wrapper .reward-benefit-container {
  gap: 40px;
}

.link span {
  display: flex;
  align-items: center;
  line-height: normal;
}

.link span svg {
  margin-top: -1px;
  position: relative;
  left: 3px;
}

.new_city_wrapper .reward-section h2.title-1 + p {
  padding-right: 0 !important;
  margin-top: 19px;
}

.new_city_wrapper .reward-section h2.title-1 strong {
  margin-bottom: -6px !important;
  display: inline-block;
}

@media (min-width:1441px) {
  .new_city_wrapper .city-section .section-space {
    padding: 50px 50px 70px 50px;
  }
}

@media (max-width:1440px) {
  .new_city_wrapper .reward-benefit-container {
    gap: 20px !important
  }

  .hot-deals .product.product-item .product-title a {
    padding-right: 50px;
  }
}

@media (min-width:768px) {
  .parallax-section.section-space.pwa-btn-section {
    display: none;
  }

  .save-more-banner-mobile {
    display: none;
  }
}

@media (max-width:767px) {
  .new_city_wrapper .reward-section .reward-container {
    display: none;
  }

  .save-more-banner-mobile img {
    width: 100%;
  }

  .save-more-banner-mobile a {
    display: block;
  }

  .android-mobile .banner-product-category-section > .container .relative {
    width: 100% !important;
  }

  .hot-deals .product.product-item .product-title a {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 130% !important;
    color: #202020 !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .new_city_wrapper .city-section .section-space {
    padding-bottom: 0 !important;
  }

  .reward-benefit svg {
    width: 24px !important;
    height: 24px;
  }

  .reward-benefit span {
    font-size: 12px !important;
  }

  .new_city_wrapper .reward-benefit_point_new {
    max-width: 150px !important;
  }

  .amlabel-position-wrapper .amlabel-text+img.edb-badge.hot-deals {
    max-width: 34px !important;
  }
}

/*** && New Design css 10072026 ***/

/*** New Design css 17072026 ***/

.popularcategory-title + span {
  display: block;
  padding-right: 20px;
  font-size: 14px;
  line-height: normal;
  color: #0A4B9D;
}

.popularcategory-wraper {
  height: 100% !important;
}

.popularcategory .js_slide {
  height: auto !important;
}

.popularcategory-card {
  height: 100%;
  align-items: start;
}

@media (max-width:767px){
  .popularcategory-title + span {
    font-size: 12px;
    padding-left: 10px;
  }
}

/*** &&New Design css 17072026 ***/

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline !important;
}

.w-1\/1 {
  width: calc(1 / 1 * 100%);
}

.w-1\/2 {
  width: calc(1/2 * 100%) !important
}

.w-12\/12 {
  width: calc(12 / 12 * 100%);
}

.gap-5 {
  gap: calc(var(--spacing) * 5);
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[var\(--gap\)\] {
  gap: var(--gap);
}

.gap-x-\[110px\] {
  column-gap: 110px;
}

.gap-x-\[120px\] {
  column-gap: 120px;
}

.gap-x-\[var\(--gap\)\] {
  column-gap: var(--gap);
}

.gap-y-\[0px\] {
  row-gap: 0px;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-y-\[30px\] {
  row-gap: 30px;
}

.gap-y-\[var\(--content-space\)\] {
  row-gap: var(--content-space);
}

.bg-\[\#CDF3FF\] {
  background-color: #CDF3FF;
}

.grid-cols-\[1fr_1fr\] {
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 480px) {
  .xs\:w-1\/1 {
    width: calc(1/1 * 100%) !important
  }

  .xs\:w-1\/2 {
    width: 50% !important
  }

  .xs\:w-12\/12 {
    width: calc(12/12 * 100%) !important
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .xs\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr !important
  }

  .xs\:gap-x-\[16px\] {
    column-gap: 16px !important
  }

  .xs\:gap-y-\[0px\] {
    row-gap: 0px !important
  }

  .xs\:gap-y-\[30px\] {
    row-gap: 30px !important
  }

  .xs\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr !important;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:gap-y-\[0px\] {
    row-gap: 0px;
  }
}

@media (min-width: 568px) {
  .sm\:w-1\/2 {
    width: calc(1/2 * 100%) !important
  }

  .sm\:w-1\/3 {
    width: 33.3333% !important
  }

  .sm\:w-12\/12 {
    width: calc(12/12 * 100%) !important
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr !important
  }

  .sm\:gap-x-\[16px\] {
    column-gap: 16px !important
  }

  .sm\:gap-y-\[0px\] {
    row-gap: 0px !important
  }

  .sm\:gap-y-\[30px\] {
    row-gap: 30px !important
  }

  .sm\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (min-width: 640px) {
  .sm\:static {
    position: static !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:left-4 {
    left: 1rem !important;
  }

  .sm\:right-4 {
    right: 1rem !important;
  }

  .sm\:top-1\/2 {
    top: 50% !important;
  }

  .sm\:z-10 {
    z-index: 10 !important;
  }

  .sm\:order-1 {
    order: 1 !important;
  }

  .sm\:order-2 {
    order: 2 !important;
  }

  .sm\:order-3 {
    order: 3 !important;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:mt-0 {
    margin-top: 0px !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:w-20 {
    width: 5rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:w-96 {
    width: 24rem !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

  .sm\:items-baseline {
    align-items: baseline !important;
  }

  .sm\:justify-center {
    justify-content: center !important;
  }

  .sm\:gap-8 {
    gap: 2rem !important;
  }

  .sm\:gap-y-\[0px\] {
    row-gap: 0px !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem !important;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem !important;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem !important;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem !important;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem !important;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1 !important;
  }

  .sm\:duration-700 {
    transition-duration: 700ms !important;
  }
}

@media (min-width: 768px) {
  .md\:grid {
    display: grid !important
  }

  .md\:hidden {
    display: none !important
  }

  .md\:w-1\/2 {
    width: calc(1/2 * 100%) !important
  }

  .md\:w-1\/4 {
    width: 25% !important
  }

  .md\:w-1\/5 {
    width: 20% !important
  }

  .md\:w-3\/12 {
    width: calc(3/12 * 100%) !important
  }

  .md\:w-4\/12 {
    width: calc(4/12 * 100%) !important
  }

  .md\:w-8\/12 {
    width: calc(8/12 * 100%) !important
  }

  .md\:w-9\/12 {
    width: calc(9/12 * 100%) !important
  }

  .md\:w-12\/12 {
    width: calc(12/12 * 100%) !important
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr !important
  }

  .md\:gap-10 {
    gap: calc(var(--spacing) * 10) !important
  }

  .md\:gap-x-\[20px\] {
    column-gap: 20px !important
  }

  .md\:gap-y-\[40px\] {
    row-gap: 40px !important
  }

  .md\:pr-10 {
    padding-right: calc(var(--spacing) * 10) !important
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:order-3 {
    order: 3 !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem !important;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px !important;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem !important;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto !important;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mr-0 {
    margin-right: 0px !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr) !important;
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: -webkit-min-content minmax(0, 1fr);
    grid-template-rows: min-content minmax(0, 1fr) !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-center {
    justify-content: center !important;
  }

  .md\:table-header-group {
    display: table-header-group !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:gap-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-4 {
    gap: 1rem !important;
  }

  .md\:gap-x-5 {
    column-gap: 1.25rem !important;
  }

  .md\:gap-x-6 {
    column-gap: 1.5rem !important;
  }

  .md\:gap-y-\[40px\] {
    row-gap: 40px !important;
  }

  .md\:border-0 {
    border-width: 0px !important;
  }

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem !important;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem !important;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem !important;
  }

  .md\:pl-16 {
    padding-left: 4rem !important;
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem !important;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem !important;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr !important;
  }
}

@media (min-width: 992px) {
  .lg\:block {
    display: block !important
  }

  .lg\:w-1\/2 {
    width: calc(1/2 * 100%) !important
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-1\/6 {
    width: 16.6666% !important;
  }

  .lg\:w-3\/12 {
    width: calc(3/12 * 100%) !important
  }

  .lg\:w-4\/12 {
    width: calc(4/12 * 100%) !important
  }

  .lg\:w-5\/12 {
    width: calc(5/12 * 100%) !important
  }

  .lg\:w-7\/12 {
    width: calc(7/12 * 100%) !important
  }

  .lg\:w-8\/12 {
    width: calc(8/12 * 100%) !important
  }

  .lg\:w-9\/12 {
    width: calc(9/12 * 100%) !important
  }

  .lg\:w-12\/12 {
    width: calc(12/12 * 100%) !important
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr !important
  }

  .lg\:gap-x-\[30px\] {
    column-gap: 30px !important
  }

  .lg\:gap-y-\[50px\] {
    row-gap: 50px !important
  }

  .lg\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr !important;
  }
}

@media (min-width: 1024px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0 !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky !important;
  }

  .lg\:bottom-auto {
    bottom: auto !important;
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset) !important;
  }

  .lg\:right-auto {
    right: auto !important;
  }

  .lg\:top-2 {
    top: 0.5rem !important;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset) !important;
  }

  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:table-header-group {
    display: table-header-group !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-56 {
    width: 14rem !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-80 {
    width: 20rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:gap-x-10 {
    column-gap: 2.5rem !important;
  }

  .lg\:gap-y-\[50px\] {
    row-gap: 50px !important;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem !important;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem !important;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem !important;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem !important;
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}

@media (min-width: 1200px) {
  .xl\:hidden {
    display: none !important
  }

  .xl\:w-1\/2 {
    width: calc(1/2 * 100%) !important
  }

  .xl\:w-1\/6 {
    width: 16.6666% !important;
  }

  .xl\:w-1\/7 {
    width: 14.2857% !important;
  }

  .xl\:w-3\/12 {
    width: calc(3/12 * 100%) !important
  }

  .xl\:w-4\/12 {
    width: calc(4/12 * 100%) !important
  }

  .xl\:w-5\/12 {
    width: calc(5/12 * 100%) !important
  }

  .xl\:w-6\/12 {
    width: calc(6/12 * 100%) !important
  }

  .xl\:w-7\/12 {
    width: calc(7/12 * 100%) !important
  }

  .xl\:w-8\/12 {
    width: calc(8/12 * 100%) !important
  }

  .xl\:w-9\/12 {
    width: calc(9/12 * 100%) !important
  }

  .xl\:w-12\/12 {
    width: calc(12/12 * 100%) !important
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr !important
  }

  .xl\:gap-x-\[80px\] {
    column-gap: 80px !important
  }

  .xl\:gap-y-\[50px\] {
    row-gap: 50px !important
  }

  .xl\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr !important;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:w-1\/4 {
    width: 25% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:grow {
    flex-grow: 1 !important;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:gap-y-\[50px\] {
    row-gap: 50px !important;
  }

  .xl\:border-none {
    border-style: none !important;
  }
}

@media (min-width: 1440px) {
  .xxl\:w-1\/2 {
    width: calc(1/2 * 100%) !important
  }

  .xxl\:w-3\/12 {
    width: calc(3/12 * 100%) !important
  }

  .xxl\:w-1\/3 {
    width: 33.3333% !important;
  }

  .xxl\:w-3\/4 {
    width: 75% !important;
  }

  .xxl\:w-1\/5 {
    width: 20% !important;
  }

  .xxl\:w-1\/7 {
    width: 14.2857% !important;
  }

  .xxl\:w-1\/8 {
    width: 12.5% !important;
  }

  .xxl\:w-4\/12 {
    width: calc(4/12 * 100%) !important
  }

  .xxl\:w-5\/12 {
    width: calc(5/12 * 100%) !important
  }

  .xxl\:w-7\/12 {
    width: calc(7/12 * 100%) !important
  }

  .xxl\:w-9\/12 {
    width: calc(9/12 * 100%) !important
  }

  .xxl\:w-12\/12 {
    width: calc(12/12 * 100%) !important
  }

  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important
  }

  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important
  }

  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important
  }

  .xxl\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr !important
  }

  .xxl\:gap-x-\[100px\] {
    column-gap: 100px !important
  }

  .xxl\:gap-y-\[50px\] {
    row-gap: 50px !important
  }

  .xxl\:w-1\/2 {
    width: calc(1/2 * 100%) !important;
  }

  .xxl\:w-3\/12 {
    width: calc(3/12 * 100%) !important;
  }

  .xxl\:w-4\/12 {
    width: calc(4/12 * 100%) !important;
  }

  .xxl\:w-5\/12 {
    width: calc(5/12 * 100%) !important;
  }

  .xxl\:w-7\/12 {
    width: calc(7/12 * 100%) !important;
  }

  .xxl\:w-9\/12 {
    width: calc(9/12 * 100%) !important;
  }

  .xxl\:w-12\/12 {
    width: calc(12/12 * 100%) !important;
  }

  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr !important;
  }

  .xxl\:gap-x-\[100px\] {
    column-gap: 100px !important;
  }

  .xxl\:gap-y-\[50px\] {
    row-gap: 50px !important;
  }

  .xxl\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr !important;
  }
}

@media (min-width: 1800px) {
  .sl\:w-1\/2 {
    width: calc(1/2 * 100%) !important
  }

  .sl\:w-1\/4 {
    width: 25% !important;
  }

  .sl\:w-1\/3 {
    width: 33.3333% !important;
  }

  .sl\:w-4\/5 {
    width: 80% !important;
  }

  .sl\:w-1\/5 {
    width: 20% !important;
  }

  .sl\:w-1\/7 {
    width: 14.2857% !important;
  }

  .sl\:w-1\/8 {
    width: 12.5% !important;
  }

  .sl\:w-3\/12 {
    width: calc(3/12 * 100%) !important
  }

  .sl\:w-4\/12 {
    width: calc(4/12 * 100%) !important
  }

  .sl\:w-5\/12 {
    width: calc(5/12 * 100%) !important
  }

  .sl\:w-7\/12 {
    width: calc(7/12 * 100%) !important
  }

  .sl\:w-9\/12 {
    width: calc(9/12 * 100%) !important
  }

  .sl\:w-12\/12 {
    width: calc(12/12 * 100%) !important
  }

  .sl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .sl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .sl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .sl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important
  }

  .sl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .sl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important
  }

  .sl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important
  }

  .sl\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr !important
  }

  .sl\:gap-\[30px\] {
    gap: 30px !important
  }

  .sl\:gap-x-\[110px\] {
    column-gap: 110px !important
  }

  .sl\:gap-x-\[120px\] {
    column-gap: 120px !important
  }

  .sl\:gap-y-\[50px\] {
    row-gap: 50px !important
  }

  .sl\:gap-y-\[71px\] {
    row-gap: 71px !important
  }

  .sl\:gap-y-\[80px\] {
    row-gap: 80px !important
  }

  .sl\:pl-\[4px\] {
    padding-left: 4px !important
  }

  .sl\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr !important;
  }
}

/*********/

.input-group {
  position: relative;
}

.customer-account-login .control svg, .customer-account-create .control svg, .customer-account-forgotpassword .control svg, .customer-account-login .input-group svg, .customer-account-create .input-group svg, .customer-account-forgotpassword .input-group svg, .input-group svg {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.customer-account-login .control button, .customer-account-create .control button, .customer-account-forgotpassword .control button, .customer-account-login .input-group button, .customer-account-create .input-group button, .customer-account-forgotpassword .input-group button, .input-group button {
  height: 30px;
  width: 30px;
  padding: 0 !important;
  top: 8px !important;
  right: 8px !important;
}

.customer-account-login .control button svg, .customer-account-create .control button svg, .customer-account-forgotpassword .control button svg, .customer-account-login .input-group button svg, .customer-account-create .input-group button svg, .customer-account-forgotpassword .input-group button svg, .input-group button svg {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}

.header-actions > li a svg.mobile {
  display: none;
}

.header-actions > li li button svg.mobile {
  display: none;
}

.category-slider-container .relative.js_slides.snap {
  overflow-y: hidden;
}

/** 25032026 **/

form.form.form-edit-account .field.choice {
  margin: 20px 0;
}

/** && 25032026 **/

/*** 001 ***/

@supports (-webkit-touch-callout: none) {
  .android-mobile .categoryboxm_main ul.category_linkmain li a span.num {
    padding-top: 0;
    padding-bottom: 1px;
    line-height: 18px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @supports (-webkit-touch-callout: none) {
    .android-mobile .categoryboxm_main ul.category_linkmain li a span.num {
      padding-top: 0;
      padding-bottom: 1px;
      line-height: 18px;
    }
  }
}

@media (max-width:1199px) {
  .customer-account-login .control svg, .customer-account-create .control svg, .customer-account-forgotpassword .control svg, .customer-account-login .input-group svg, .customer-account-create .input-group svg, .customer-account-forgotpassword .input-group svg, .input-group svg {
    top: 13px;
  }

  .customer-account-login .control button, .customer-account-create .control button, .customer-account-forgotpassword .control button, .customer-account-login .input-group button, .customer-account-create .input-group button, .customer-account-forgotpassword .input-group button, .input-group button {
    top: 6px !important;
  }
}

@media (min-width:768px) {
  .splash_screen_wrapper{
    display: none;
  }

  .search-form button[aria-label="Scan Barcode"] {
    display: none;
  }

  .reward-page-tab.mobile ~ .reward-history-table.my-account-component.amrewardspoint-history {
    margin-top: 30px;
  }

  .rewardpoint_bright + .notification-options {
    display: none;
  }

  .reward-page-tab.mobile {
    display: none;
  }

  .pointsbale-info + .fieldset-wrapper.my-account-component.customer-information {
    display: none;
  }

  .myprofile-myprofile-index .contact-info.pointsSavings svg * {
    fill: #007599;
    opacity: 1;
  }

  .header-search.hidden {
    display: block !important;
  }

  .mob-navigation-container, .default-address {
    display: none;
  }

  li.onlymobile {
    display: none;
  }

  .onlymobile_center_title{
    display: none;
  }

  .appdownload_main {
    display: none;
  }

  .price-section.mobile {
    display: none;
  }

  .app_list_filter {
    display: none;
  }

  .reward-content p.mobile {
    display: none;
  }

  .review_mobile_slider_main {
    display: none;
  }

  .product-section .special-deal + .section-content {
    display: none;
  }

  .featured-products-section .btn.small-btn, .category-section .btn, .special-deal .btn {
    text-transform: uppercase;
  }

  .category_mobile_slider_main {
    display: none;
  }

  .default-address, .address-detail-page, .mob-navigation-container {
    display: none;
  }

  .customer-account-forgotpassword .actions-toolbar button.mobile {
    display: none;
  }

  .login_box_main h3.mb-3.mobile, .registration-form-section h2.title-1.mobile {
    display: none !important;
  }

  .forgotpassbox.mobile {
    display: none;
  }

  .signin-btn.mobile.actions-toolbar {
    display: none;
  }

  .logingbottom_link {
    display: none;
  }

  .registration-form-section .section-content .subtitle.mobile {
    display: none !important;
  }

  .header-actions > li a svg.mobile,  
.header-actions > li button svg.mobile {
    display: none;
  }

  .registration-form-section .section-content .subtitle.mobile {
    display: none !important;
  }

  .customer-account-forgotpassword fieldset.fieldset.login legend h3.mb-3.mobile {
    display: none;
  }

  .customer-account-forgotpassword .actions-toolbar button.mobile {
    display: none;
  }
}

@media (max-width:767px) {
  .small-btn.product-atc-btn:hover, .small-btn.product-atc-btn:focus {
    color: #202020;
  }

  .prod-order-title .product-price {
    margin-top: 0px !important;
  }

  .mob-navigation-container .menu li a {
    position: relative;
  }

  .mob-navigation-container .menu li a span.cart-count {
    right: 50%;
    margin-right: -18px;
  }

  .google-review-landing-right iframe {
    height: 760px;
  }

  .catalogues_list.downloadcatalogue_view {
    margin-top: 20px;
  }

  .amwishlist-wishlist-index .amwishlist-qty-block.quantity-box {
    width: auto !important;
    flex: 1 0 0;
  }

  .amwishlist-wishlist-index .amwishlist-qty-block.quantity-box input.quantity-input {
    width: 100% !important;
  }

  .amwishlist-wishlist-index .amwishlist-qty-block.quantity-box button {
    font-size: 0;
  }

  .amwishlist-wishlist-index .product-option-quantity .quantity-box {
    width: 120px !important;
  }

  .amwishlist-wishlist-index .reward-history-table td:before {
    text-transform: capitalize;
  }

  .amwishlist-wishlist-index .product-option-quantity .quantity-box button,
.amwishlist-wishlist-index .product-option-quantity .quantity-box input {
    height: 40px !important;
  }

  .quickorder_table .tbody {
    background: #f8f8f8;
    border: 0;
    padding: 5px 0;
  }

  .quickorder_table {
    margin: 20px 0 0 0;
  }

  .quickorder_table .tbody + .tbody {
    margin-top: 20px !important;
  }

  .quickorder_table .tbody > * {
    padding: 5px 15px !important;
  }

  .quickorder_table .tbody input.form-control {
    height: 40px;
  }

  .quickorder_table .footbtn #bss-btn-upload {
    height: 50px;
    min-width: 100%;
    background: #e5a820;
    font-size: 14px;
    color: #222;
    border-color: #e5a820;
    box-shadow: none;
  }

  .quickorder_table .footbtn > .col-span-1.gap-4 {
    background: transparent;
    padding: 0;
  }

  .quickorder_table .footbtn > .col-span-1.gap-4 button.btn {
    margin: 0 !important;
    flex: 1 0 0;
    height: 50px;
    font-size: 14px;
  }

  .quickorderpage_main {
    padding-bottom: 10px !important;
  }

  .quickorderpage_main .footbtn {
    padding: 20px 0 0 0;
  }

  .android-mobile .cart.item.message {
    padding: 7px 11px !important;
    font-size: 13px !important;
    border-width: 1px !important;
    margin: 9px 0 0 0;
  }

  .checkout-cart-index .cart-menu {
    padding-right: 10px;
  }

  .cms-content, .accordion-content .cms-content p, .accordion-content .cms-content li {
    font-size: 13px;
  }

  .mobile_back span.top_lefticon {
    pointer-events: none;
  }

  .product-options-table tr {
    background: #f8f8f8;
  }

  .product-options-table {
    margin-top: 10px;
  }

  .product-options-table tr td {
    background: transparent;
  }

  .product-options-table tr td + td {
    padding-top: 10px;
  }

  .product-options-table tr td.product-option-price .flex.pt-2 {
    padding-top: 0 !important;
  }

  .product-options-table tr td .quantity-box input {
    height: 40px !important;
  }

  .product-options-table tr td .quantity-box button {
    height: 40px;
  }

  .product-details-terms-content p, .product-details-terms-content h3 {
    font-size: 13px !important;
  }

  .product-details-terms-content {
    margin: 10px 0 15px 0;
  }

  .product-details-terms-content p {
    margin-top: 5px;
  }

  input[x-model="barcode"] {
    padding: 0 20px !important;
    border-radius: 0 !important;
    border-right-width: 2px !important;
  }

  #template-newsletter .popup_content .title-popup {
    font-size: 20px !important;
  }

  #template-newsletter .subscribe {
    margin-top: 15px !important;
  }

  #template-newsletter .actions .subscribe {
    min-width: 100% !important;
  }

  #template-newsletter .popup_content .newsletter .popup-newsletter-img img {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    top: 0 !important;
  }

  #template-newsletter .popup_content .newsletter .popup-newsletter-img {
    height: auto !important;
    padding: 20px 20px !important;
  }

  li.onlymobile.onlymobile_back,
li.onlymobile.onlymobile_close,
li.onlymobile.onlymobile_cart,
li.onlymobile.onlymobile_search,
li.onlymobile.onlymobile_logout {
    display: none;
  }

  /*****/

  .creditlimit-index-index li.onlymobile.onlymobile_back{
    display: block;
  }

  .creditlimit-index-index .logo,
.creditlimit-index-index li.header_wishlist,
.creditlimit-index-index li.onlymobile.onlymobile_close,
.creditlimit-index-index li.onlymobile.onlymobile_cart,
.creditlimit-index-index li.onlymobile.onlymobile_search,
.creditlimit-index-index li.onlymobile.onlymobile_logout,
.creditlimit-index-index li.menu-mobile-show{
    display: none !important;
  }

  .creditlimit-index-index .header-search {
    display: none !important;
  }

  .creditlimit-index-index li.only_orderdetails_title {
    display: block !important;
  }

  .creditlimit-index-index div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .creditlimit-index-index header.page-header {
    padding-bottom: 0;
  }

  .creditlimit-index-index ul.header-actions {
    flex-direction: row !important;
  }

  .creditlimit-index-index .credit-limit-info h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0 !important;
  }

  .creditlimit-index-index .credit-limit-info h2 * {
    color: #202020;
    font-weight: 500 !important;
  }

  .creditlimit-index-index .credit-limit-info h2 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-index-index .credit-limit-info .summary_wrapper {
    margin: 0;
    gap: 15px !important;
    display: flex;
    flex-wrap: wrap;
  }

  .creditlimit-index-index .credit-limit-info .summary_box {
    width: 100%;
    padding: 0;
    background: transparent;
  }

  .creditlimit-index-index .credit-limit-info .summary_box p.title {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .creditlimit-index-index .credit-limit-info .summary_box p.price {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    margin-top: 5px;
  }

  .creditlimit-index-index .credit-limit-info .summary_box svg * {
    fill: #202020;
    opacity: 0.8;
  }

  .creditlimit-index-index .credit-limit-info .field.choice {
    align-items: start;
    max-width: 260px;
  }

  .creditlimit-index-index .credit-limit-info .field.choice input {
    width: 16px;
    height: 16px;
    margin: 0 !important;
  }

  .creditlimit-index-index .credit-limit-info label.label {
    font-weight: 400;
    font-size: 13px !important;
    line-height: 130% !important;
    color: #202020;
    width: calc(100% - 16px);
    padding-left: 7px;
  }

  .creditlimit-index-index .credit-limit-info button.tocart {
    margin-top: 15px;
  }

  .creditlimit-index-index .credit-limit-info + .credit-limit-info {
    margin-top: 20px;
  }

  .creditlimit-index-index .credit-limit-info + .open-orders {
    margin: 20px 0 20px 0;
  }

  .creditlimit-index-index .my-account-component table tr td.uppercase {
    text-transform: inherit;
  }

  .creditlimit-index-index .credit-information.my-8 {
    margin-bottom: 20px;
  }

  .creditlimit-index-index .return-orders.my-8 {
    margin-bottom: 0 !important;
  }

  h3.my-account-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0 !important;
  }

  h3.my-account-title * {
    color: #202020;
    font-weight: 500 !important;
  }

  .reward-history-table td:before {
    font-weight: 500;
  }

  .reward-history-table td {
    font-size: 13px;
    font-weight: 500;
  }

  /*****/

  .creditlimit-order-pay li.onlymobile.onlymobile_back{
    display: block;
  }

  .creditlimit-order-pay .logo,
.creditlimit-order-pay li.header_wishlist,
.creditlimit-order-pay li.onlymobile.onlymobile_close,
.creditlimit-order-pay li.onlymobile.onlymobile_cart,
.creditlimit-order-pay li.onlymobile.onlymobile_search,
.creditlimit-order-pay li.onlymobile.onlymobile_logout,
.creditlimit-order-pay li.menu-mobile-show{
    display: none !important;
  }

  .creditlimit-order-pay .header-search {
    display: none !important;
  }

  .creditlimit-order-pay li.only_orderdetails_title {
    display: block !important;
  }

  .creditlimit-order-pay div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .creditlimit-order-pay header.page-header {
    padding-bottom: 0;
  }

  .creditlimit-order-pay ul.header-actions {
    flex-direction: row !important;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0 !important;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500 !important;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-pay button.btn.btn-primary {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  /*****/

  .creditlimit-order-masspay li.onlymobile.onlymobile_back{
    display: block;
  }

  .creditlimit-order-masspay .logo,
.creditlimit-order-masspay li.header_wishlist,
.creditlimit-order-masspay li.onlymobile.onlymobile_close,
.creditlimit-order-masspay li.onlymobile.onlymobile_cart,
.creditlimit-order-masspay li.onlymobile.onlymobile_search,
.creditlimit-order-masspay li.onlymobile.onlymobile_logout,
.creditlimit-order-masspay li.menu-mobile-show{
    display: none !important;
  }

  .creditlimit-order-masspay .header-search {
    display: none !important;
  }

  .creditlimit-order-masspay li.only_orderdetails_title {
    display: block !important;
  }

  .creditlimit-order-masspay div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .creditlimit-order-masspay header.page-header {
    padding-bottom: 0;
  }

  .creditlimit-order-masspay ul.header-actions {
    flex-direction: row !important;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0 !important;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500 !important;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay button.btn.btn-primary {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  /********/

  .amwishlist-wishlist-index li.onlymobile.onlymobile_back{
    display: block;
  }

  .amwishlist-wishlist-index .logo,
.amwishlist-wishlist-index li.header_wishlist,
.amwishlist-wishlist-index li.onlymobile.onlymobile_close,
.amwishlist-wishlist-index li.onlymobile.onlymobile_cart,
.amwishlist-wishlist-index li.onlymobile.onlymobile_search,
.amwishlist-wishlist-index li.onlymobile.onlymobile_logout,
.amwishlist-wishlist-index li.menu-mobile-show{
    display: none !important;
  }

  .amwishlist-wishlist-index .header-search {
    display: none !important;
  }

  .amwishlist-wishlist-index li.only_orderdetails_title {
    display: block !important;
  }

  .amwishlist-wishlist-index div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .amwishlist-wishlist-index header.page-header {
    padding-bottom: 0;
  }

  .amwishlist-wishlist-index ul.header-actions {
    flex-direction: row !important;
  }

  .amwishlist-wishlist-index .amwishlist-page-title > button.amwishlist-button {
    display: none;
  }

  .amwishlist-wishlist-index .dashboard-title h2.title-1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0 !important;
  }

  .amwishlist-wishlist-index .dashboard-title h2.title-1 * {
    color: #202020;
    font-weight: 500 !important;
  }

  .amwishlist-wishlist-index .dashboard-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
    width: 100% !important;
    justify-content: center;
  }

  .amwishlist-wishlist-index .actions-toolbar {
    justify-content: center;
  }

  .amwishlist-wishlist-index .actions-toolbar a.back svg {
    display: none;
  }

  .amwishlist-wishlist-index .actions-toolbar a.back {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
    color: #202020;
    opacity: 0.5;
  }

  .amwishlist-wishlist-index .product-option-quantity .quantity-box {
    width: auto;
  }

  .amwishlist-wishlist-index .product-option-quantity .quantity-box input {
    height: inherit;
  }

  /*****/

  .customer-address-index li.onlymobile.onlymobile_back{
    display: block;
  }

  .customer-address-index .logo,
.customer-address-index li.header_wishlist,
.customer-address-index li.onlymobile.onlymobile_close,
.customer-address-index li.onlymobile.onlymobile_cart,
.customer-address-index li.onlymobile.onlymobile_search,
.customer-address-index li.onlymobile.onlymobile_logout,
.customer-address-index li.menu-mobile-show{
    display: none !important;
  }

  .customer-address-index .header-search {
    display: none !important;
  }

  .customer-address-index li.only_orderdetails_title {
    display: block !important;
  }

  .customer-address-index div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .customer-address-index header.page-header {
    padding-bottom: 0;
  }

  .customer-address-index ul.header-actions {
    flex-direction: row !important;
  }

  .customer-address-index .info-item.address-wrapper .dashboard-content {
    width: 100%;
  }

  .customer-address-index .info-item.address-wrapper .dashboard-content h3.my-account-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0 !important;
  }

  .customer-address-index .info-item.address-wrapper .dashboard-content h3.my-account-title * {
    color: #202020;
    font-weight: 500 !important;
  }

  .customer-address-index .info-item.address-wrapper > .flex-ac-js {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .customer-address-index .billing-add{
    margin: 0;
  }

  .customer-address-index .shipping-add {
    margin: 30px 0 0 0;
  }

  .customer-address-index .billing-add h4, 
.customer-address-index .shipping-add h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    margin: 0 !important;
  }

  .customer-address-index .billing-add h4 a.address-edit, 
.customer-address-index .shipping-add h4 a.address-edit {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .customer-address-index .billing-add h4 a.address-edit svg, 
.customer-address-index .shipping-add h4 a.address-edit svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
  }

  .customer-address-index .billing-add h4, 
.customer-address-index .shipping-add h4 {
    position: relative;
    padding-right: 25px;
  }

  .customer-address-index .add-details {
    padding: 15px;
    background: #FFFFFF;
    margin-top: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #202020;
  }

  .customer-address-index .my-account-component.info-item.address-wrapper {
    padding: 0 !important;
    background: transparent !important;
  }

  .customer-address-index .dashboard-btn {
    display: none;
  }

  .customer-address-index .my-account-component.info-item.address-wrapper .grid {
    gap: 0;
  }

  .customer-address-index .actions-toolbar .primary a{
    width: 100%;
    height: 100%;
    font-size: inherit;
    background: transparent;
    border: 0;
    color: inherit;
  }

  .customer-address-index .actions-toolbar a.back svg {
    display: none;
  }

  .customer-address-index .actions-toolbar a.back {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
    color: #202020;
    opacity: 0.5;
  }

  .customer-address-index .actions-toolbar {
    flex-direction: column;
    gap: 15px;
  }

  .customer-address-index .actions-toolbar .primary, 
.customer-address-index .actions-toolbar .primary button {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  /*****/

  /*****/

  .customer-account-edit li.onlymobile.onlymobile_back{
    display: block;
  }

  .customer-account-edit .logo,
.customer-account-edit li.header_wishlist,
.customer-account-edit li.onlymobile.onlymobile_close,
.customer-account-edit li.onlymobile.onlymobile_cart,
.customer-account-edit li.onlymobile.onlymobile_search,
.customer-account-edit li.onlymobile.onlymobile_logout,
.customer-account-edit li.menu-mobile-show{
    display: none !important;
  }

  .customer-account-edit .header-search {
    display: none !important;
  }

  .customer-account-edit li.only_orderdetails_title {
    display: block !important;
  }

  .customer-account-edit div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .customer-account-edit header.page-header {
    padding-bottom: 0;
  }

  .customer-account-edit ul.header-actions {
    flex-direction: row !important;
  }

  .customer-account-edit .address-wrapper h4.my-account-title {
    margin-bottom: 15px !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0 !important;
  }

  .customer-account-edit fieldset + fieldset{
    margin-top: 30px !important;
  }

  .customer-account-edit .actions-toolbar a.back svg {
    display: none;
  }

  .customer-account-edit .actions-toolbar a.back {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
    color: #202020;
    opacity: 0.5;
  }

  .customer-account-edit .actions-toolbar {
    flex-direction: column;
    gap: 15px;
  }

  .customer-account-edit .actions-toolbar .primary, 
.customer-account-edit .actions-toolbar .primary button {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .customer-account-edit .actions-toolbar {
    border: 0;
    margin-top: 0 !important;
  }

  /*****/

  .customer-address-form li.onlymobile.onlymobile_back{
    display: block;
  }

  .customer-address-form .logo,
.customer-address-form li.header_wishlist,
.customer-address-form li.onlymobile.onlymobile_close,
.customer-address-form li.onlymobile.onlymobile_cart,
.customer-address-form li.onlymobile.onlymobile_search,
.customer-address-form li.onlymobile.onlymobile_logout,
.customer-address-form li.menu-mobile-show{
    display: none !important;
  }

  .customer-address-form .header-search {
    display: none !important;
  }

  .customer-address-form li.only_orderdetails_title {
    display: block !important;
  }

  .customer-address-form div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .customer-address-form header.page-header {
    padding-bottom: 0;
  }

  .customer-address-form ul.header-actions {
    flex-direction: row !important;
  }

  .customer-address-form .address-wrapper .dashboard-content {
    width: 100%;
  }

  .customer-address-form .address-wrapper .dashboard-content h3.my-account-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0 !important;
  }

  .customer-address-form .address-wrapper .dashboard-content h3.my-account-title * {
    color: #202020;
    font-weight: 500 !important;
  }

  .customer-address-form .address-wrapper > .flex-ac-js {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .customer-address-form .actions-toolbar a.back svg {
    display: none;
  }

  .customer-address-form .actions-toolbar a.back {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
    color: #202020;
    opacity: 0.5;
  }

  .customer-address-form .actions-toolbar {
    flex-direction: column;
    gap: 15px;
  }

  .customer-address-form .actions-toolbar .primary, 
.customer-address-form .actions-toolbar .primary button {
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #202020;
  }

  .customer-address-form .address-wrapper h4 {
    font-weight: 500 !important;
    margin-bottom: 15px !important;
  }

  .customer-address-form fieldset + fieldset {
    margin-top: 30px !important;
  }

  /*****/

  .header-search {
    padding: 0 20px !important;
    background: transparent;
  }

  .header-search input {
    height: 50px !important;
    padding: 10px 46px 10px 15px;
    background: #FFFFFF;
    border-width: 2px 0px 2px 2px;
    border-style: solid;
    border-color: #007599;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgb(32, 32, 32);
  }

  .header-search input::placeholder {
    color: rgba(32, 32, 32, 0.6)
  }

  .header-search input:-ms-input-placeholder {
    color: rgba(32, 32, 32, 0.6)
  }

  .header-search input::-ms-input-placeholder {
    color: rgba(32, 32, 32, 0.6)
  }

  .header-search button.search-submit {
    width: 50px;
    height: 50px;
    background: #007599;
    border-color: #007599;
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='%23ffffff'%3e%3cpath d='M17.7803 16.7198L13.3207 12.2603C14.3797 10.9665 15.0165 9.31425 15.0165 7.5165C15.0157 3.381 11.6512 0.0157497 7.51575 0.0157497C3.38025 0.0157497 0.0157497 3.381 0.0157497 7.51575C0.0157497 11.6505 3.38025 15.0158 7.51575 15.0158C9.31425 15.0158 10.9665 14.379 12.2595 13.32L16.719 17.7795C16.8652 17.9258 17.0573 17.9993 17.2493 17.9993C17.4413 17.9993 17.6332 17.9258 17.7795 17.7795C18.0727 17.4863 18.0727 17.0123 17.7795 16.719L17.7803 16.7198ZM1.51575 7.51575C1.51575 4.2075 4.2075 1.51575 7.51575 1.51575C10.824 1.51575 13.5157 4.2075 13.5157 7.51575C13.5157 10.824 10.824 13.5158 7.51575 13.5158C4.2075 13.5158 1.51575 10.8248 1.51575 7.51575Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
  }

  .header-search button[aria-label="Scan Barcode"] {
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
    position: absolute;
    right: 50px;
    z-index: 5;
  }

  .header-search form.minisearch {
    box-shadow: 0px 15px 20px rgba(7, 78, 101, 0.15);
  }

  /** Dashboard css ***/

  .customer-account-index:not(.myprofile-myprofile-index) li.onlymobile.onlymobile_back{
    display: block;
  }

  .customer-account-index:not(.myprofile-myprofile-index) .logo,
.customer-account-index:not(.myprofile-myprofile-index) li.menu-mobile-show,
.customer-account-index:not(.myprofile-myprofile-index) li.onlymobile.onlymobile_logout,
.customer-account-index:not(.myprofile-myprofile-index) li.onlymobile.onlymobile_search,
.customer-account-index:not(.myprofile-myprofile-index) li.onlymobile.onlymobile_cart,
.customer-account-index:not(.myprofile-myprofile-index) li.onlymobile.onlymobile_close,
.customer-account-index:not(.myprofile-myprofile-index) li.header_wishlist {
    display: none !important;
  }

  .customer-account-index:not(.myprofile-myprofile-index) li.center_title.only_dashboard_title {
    display: block !important;
  }

  .customer-account-index:not(.myprofile-myprofile-index) .header-search {
    display: none !important;
  }

  .customer-account-index:not(.myprofile-myprofile-index) ul.header-actions{
    flex-direction: row !important;
  }

  .customer-account-index:not(.myprofile-myprofile-index) div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .customer-account-index:not(.myprofile-myprofile-index) header.page-header {
    padding-bottom: 0;
  }

  .customer-account-index:not(.myprofile-myprofile-index) .my-account-nav{
    display: none !important;
  }

  .customer-account-index .my-account-container.hidden {
    display: block;
  }

  .customer-account-index .my-account-component.dashboard-welcome {
    padding: 0 !important;
    background: transparent !important;
  }

  .customer-account-index .my-account-component.dashboard-welcome .dashboard-title {
    background: #fff;
    padding: 20px 20px;
    gap: 0 !important;
  }

  .customer-account-index div#header {
    background: #f8f8f8;
  }

  .customer-account-index.account {
    background: #F8F8F8 !important;
  }

  .customer-account-index .my-account-component.dashboard-welcome .dashboard-title h2.title-1 {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 5px;
  }

  .customer-account-index .my-account-component.dashboard-welcome .dashboard-title p, 
.customer-account-index .my-account-component.dashboard-welcome .dashboard-title p * {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .customer-account-index .recent-order-wrapper.my-account-component.reward-history-table {
    margin-top: 30px;
  }

  .customer-account-index .my-account-component.dashboard-welcome .dashboard-title p span {
    color: #0075a6;
  }

  .customer-account-index .my-account-component.dashboard-welcome .dashboard-content {
    display: none;
  }

  .customer-account-index .my-account-component.info-item.account-wrapper {
    padding: 0 !important;
    margin-top: 0 !important;
    background: transparent;
  }

  .customer-account-index .my-account-component.info-item.account-wrapper .dashboard-content {
    display: none;
  }

  .customer-account-index .membership-info {
    background: transparent !important;
    padding: 0 !important;
    position: relative;
  }

  .customer-account-index .membership-info .member-info-item {
    background: #EEFAFF;
    padding: 20px 20px;
  }

  .customer-account-index .account-wrapper h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    margin-bottom: 15px !important;
  }

  .customer-account-index .account-wrapper h4 span{
    color: #007599;
  }

  .customer-account-index .membership-info .dashboard-btn,
.customer-account-index .my-account-component .contact-info .dashboard-btn {
    position: absolute;
    right: 0;
    top: 4px;
    line-height: normal;
  }

  .customer-account-index .membership-info .dashboard-btn a.btn,
.customer-account-index .my-account-component .contact-info .dashboard-btn a.btn {
    margin: 0 !important;
    padding: 0;
    border: 0;
    height: auto;
    line-height: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    text-transform: inherit;
  }

  .customer-account-index .my-account-component.dashboard-welcome .dashboard-title {
    margin-bottom: 30px;
  }

  .customer-account-index .info-item .grid.gap {
    gap: 30px;
  }

  .customer-account-index .member-logo img {
    width: 60px;
  }

  .customer-account-index .earn-point-wrapper {
    padding-left: 20px;
    margin-left: 20px;
  }

  .customer-account-index .earn-point-wrapper p {
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .customer-account-index .earn-point-wrapper p * {
    font-weight: 400 !important;
  }

  .customer-account-index .earn-point-wrapper p+p {
    margin-top: 10px !important;
  }

  .customer-account-index .earn-point-wrapper:before {
    top: 0;
    bottom: 0;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.hidden {
    display: block !important;
  }

  .customer-account-index .recent-order-wrapper .flex-ac-js {
    margin-bottom: 15px !important;
  }

  .customer-account-index .recent-order-wrapper {
    background: transparent;
    padding: 0 !important;
  }

  .customer-account-index .reward-history-table tr {
    padding: 15px 125px 15px 65px;
    background: #FFFFFF;
    border: 0 !important;
    position: relative;
  }

  .customer-account-index .reward-history-table tr + tr {
    margin-top: 15px;
  }

  .customer-account-index .reward-history-table tr td[data-title="Ship To"], .customer-account-index .reward-history-table tr td[data-title="Order Total"] {
    display: none;
  }

  .customer-account-index .reward-history-table tr td[data-title="Status"]:before {
    display: none;
  }

  .customer-account-index .reward-history-table tr td[data-title="Order Number"] {
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    padding-bottom: 5px;
  }

  .customer-account-index .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.text-sm {
    display: none;
  }

  .customer-account-index .reward-history-table tr td[data-title="Date"]:before {
    display: none;
  }

  .customer-account-index .reward-history-table tr td[data-title="Action"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 !important;
    opacity: 0;
  }

  .customer-account-index .reward-history-table tr td[data-title="Status"] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 10px;
    min-width: 100px;
    border: 1px solid #007599;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
    text-align: center;
  }

  .customer-account-index .reward-history-table tr td[data-title="Date"] {
    padding-bottom: 0 !important;
  }

  .customer-account-index .reward-history-table tr td[data-title="Order Number"]:before {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
    content: attr(data-title)" ";
  }

  .customer-account-index .reward-history-table tr td[data-title="Date"] * {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: rgba(32, 32, 32, 0.5);
    text-transform: uppercase;
  }

  .customer-account-index .reward-history-table tr td[data-title="Action"] * {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }

  .customer-account-index .reward-history-table tr td[data-title="Action"] * svg, .customer-account-index .reward-history-table tr td[data-title="Action"] * svg + span {
    display: none !important;
  }

  .customer-account-index .reward-history-table tr:before {
    content: "";
    background: url(../../frontend/Hyva/Maintheme/en_AU/images/order-icon.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .customer-account-index .recent-order-wrapper + .actions-toolbar {
    display: none;
  }

  .customer-account-index .recent-order-wrapper h3.my-account-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
  }

  .customer-account-index .recent-order-wrapper a.btn {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    text-transform: capitalize;
    padding: 0 !important;
    min-width: inherit;
    height: auto !important;
    background: transparent;
    border: 0;
  }

  .customer-account-index .my-account-component.info-item.address-wrapper {
    display: none;
  }

  .customer-account-index .contact-info.financialOverview .contact-data table tbody tr:before {
    background: url(../../frontend/Hyva/Maintheme/en_AU/images/balance-icon.svg);
    left: 5px;
  }

  .customer-account-index .contact-info.financialOverview .contact-data table tbody tr.spendicon:before {
    background: url(../../frontend/Hyva/Maintheme/en_AU/images/spend-icon.svg);
    left: 5px;
  }

  .customer-account-index .contact-info.billingSummary .contact-data table tbody tr:before {
    background: url(../../frontend/Hyva/Maintheme/en_AU/images/invoice-icon.svg);
    left: 5px;
  }

  .customer-account-index .contact-info.financialOverview .contact-data table tbody tr:before, 
.customer-account-index .contact-info.billingSummary .contact-data table tbody tr:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    transform: translateY(0);
  }

  .customer-account-index .contact-info.financialOverview .contact-data table tbody tr, 
.customer-account-index .contact-info.billingSummary .contact-data table tbody tr {
    padding-left: 55px;
  }

  /**pointsSavings **/

  .customer-account-index .contact-info.pointsSavings h4 + p {
    display: none;
  }

  .customer-account-index .contact-info.pointsSavings .contact-data {
    padding: 10px 10px;
  }

  .customer-account-index .contact-info.pointsSavings .contact-data h2 {
    margin: 0 0 20px 0;
    border: 0;
    padding: 20px 15px;
    background: #EEFAFF;
    height: 91px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    text-align: right;
    text-transform: capitalize;
    color: #007599;
  }

  .customer-account-index .contact-info.pointsSavings .contact-data h2 span {
    position: absolute;
    max-width: 145px;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .customer-account-index .contact-info.pointsSavings .contact-data table tbody tr {
    width: 100%;
    display: flex;
    padding: 0 !important;
  }

  .customer-account-index .contact-info.pointsSavings .contact-data table tbody tr td {
    padding: 0 !important;
  }

  .customer-account-index .contact-info.pointsSavings .contact-data table tbody tr td.das-contact-title + td {
    width: 100px;
    text-align: right;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
  }

  .customer-account-index .contact-info.pointsSavings .contact-data table tbody tr td.das-contact-title {
    width: calc(100% - 100px);
    position: relative;
    padding: 2px 0 2px 30px !important;
  }

  .customer-account-index .contact-info.pointsSavings .contact-data table tbody tr td.das-contact-title svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
  }

  .customer-account-index .contact-info.pointsSavings .contact-data table tbody {
    margin: 0 !important;
    padding: 0 15px;
    row-gap: 10px;
  }

  /**&& pointsSavings **/

  /**Financial Overview **/

  .customer-account-index .contact-info {
    padding: 0 !important;
    position: relative;
  }

  .customer-account-index .contact-info .contact-data {
    width: 100%;
    display: inherit !important;
    gap: 0;
    background: #fff;
    padding: 15px 15px;
  }

  .customer-account-index .contact-info h4 {
    margin: 0 0 15px 0 !important;
    width: calc(100% - 90px);
  }

  .customer-account-index .contact-info .contact-data table, 
.customer-account-index .contact-info .contact-data table * {
    width: 100%;
    display: block;
  }

  .customer-account-index .contact-info .contact-data table tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    row-gap: 15px;
  }

  .customer-account-index .contact-info .contact-data table tbody tr {
    width: 50%;
    padding: 0 5px;
    position: relative;
  }

  .customer-account-index .contact-info .contact-data table tbody td.das-contact-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .customer-account-index .contact-info .contact-data table tbody td.das-contact-title + td {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }

  /** &&Financial Overview  **/

  /*** billing Summary **/

  .customer-account-index .contact-info.billingSummary .contact-data table tbody tr {
    width: 100%;
  }

  /*** && billing Summary **/

  /*** das_contactInfo **/

  .customer-account-index .contact-info.das_contactInfo {
    display: none;
  }

  /*** && das_contactInfo **/

  /** && Dashboard css ***/

  .checkout-cart-index .default-address .address {
    padding-top: 0;
  }

  .checkout-cart-index .default-address .action {
    top: -2px;
  }

  .checkout-cart-index .default-address {
    margin-bottom: 30px;
  }

  .checkout-cart-index .cart-menu .product-content h4.product-title {
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    overflow: inherit;
    line-height: normal !important;
    opacity: 1 !important;
  }

  .checkout-cart-index .cart-menu .product-content h4.product-title a {
    margin: 0 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: rgb(32, 32, 32) !important;
    overflow: visible !important;
  }

  .checkout-cart-index .cart-menu .product-content h4.product-title strong.product-item-name {
    margin-top: 0px !important;
    display: block;
  }

  .checkout-cart-index .total-estimated p {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #202020 !important;
  }

  .checkout-cart-index .mob-cart-container .btn {
    box-shadow: none;
    bottom: 70px;
  }

  .checkout-cart-index .cart-menu {
    height: calc(100vh - 286px) !important;
    overflow-y: auto;
  }

  .checkout-cart-index.android-mobile section.product-section.section-space {
    padding-bottom: 0 !important;
  }

  .checkout-cart-index.android-mobile .message {
    margin: 5px 0 0 0;
  }

  /**** Header css ****/

  li.onlymobile_cart a.mobile_cart {
    position: relative;
  }

  li.onlymobile_cart a.mobile_cart .tabular-nums {
    z-index: 1;
  }

  .onlymobile svg {
    display: block !important;
  }

  ul.onlymobile_center_title{
    display: none;
  }

  ul.onlymobile_center_title li.center_title {
    display: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
  }

  ul.onlymobile_center_title {
    display: block;
    position: absolute;
    left: 60px;
    right: 60px;
    text-align: center;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
  }

  .cms-home li.onlymobile,
.digital-index-categorylist li.onlymobile{
    display: none;
  }

  /***/

  .sales-order-view li.onlymobile.onlymobile_back{
    display: block;
  }

  .sales-order-view .logo,
.sales-order-view li.header_wishlist,
.sales-order-view li.onlymobile.onlymobile_close,
.sales-order-view li.onlymobile.onlymobile_cart,
.sales-order-view li.onlymobile.onlymobile_search,
.sales-order-view li.onlymobile.onlymobile_logout,
.sales-order-view li.menu-mobile-show{
    display: none !important;
  }

  .sales-order-view .header-search {
    display: none !important;
  }

  .sales-order-view li.only_orderdetails_title {
    display: block !important;
  }

  .sales-order-view div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .sales-order-view header.page-header {
    padding-bottom: 0;
  }

  .sales-order-view ul.header-actions {
    flex-direction: row !important;
  }

  .sales-order-view .my-account-component.dashboard-order {
    display: none;
  }

  .sales-order-view .my-account-component.info-item.address-wrapper {
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
  }

  .sales-order-view .my-account-component.info-item.address-wrapper .order_tab_wrapper {
    display: none;
  }

  .sales-order-view .my-account-component.info-item.address-wrapper .grid.gap {
    gap: 0;
  }

  .billing-add, 
.shipping-add,
.sales-order-view .billing-add, 
.sales-order-view .shipping-add,
.checkout-onepage-success .billing-add, 
.checkout-onepage-success .shipping-add {
    margin: 30px 0 0 0;
  }

  .billing-add h4, 
.shipping-add h4,
.sales-order-view .billing-add h4, 
.sales-order-view .shipping-add h4,
.checkout-onepage-success .billing-add h4, 
.checkout-onepage-success .shipping-add h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    margin: 0 !important;
  }

  .billing-add h4 a.address-edit, 
.shipping-add h4 a.address-edit,
.sales-order-view .billing-add h4 a.address-edit, 
.sales-order-view .shipping-add h4 a.address-edit,
.checkout-onepage-success .billing-add h4 a.address-edit, 
.checkout-onepage-success .shipping-add h4 a.address-edit {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .billing-add h4 a.address-edit svg, 
.shipping-add h4 a.address-edit svg,
.sales-order-view .billing-add h4 a.address-edit svg, 
.sales-order-view .shipping-add h4 a.address-edit svg,
.checkout-onepage-success .billing-add h4 a.address-edit svg, 
.checkout-onepage-success .shipping-add h4 a.address-edit svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
  }

  .billing-add h4, 
.shipping-add h4,
.sales-order-view .billing-add h4, 
.sales-order-view .shipping-add h4,
.checkout-onepage-success .billing-add h4, 
.checkout-onepage-success .shipping-add h4 {
    position: relative;
    padding-right: 25px;
  }

  .add-details span.text-primary.font-semibold,
.sales-order-view .add-details span.text-primary.font-semibold,
.checkout-onepage-success .add-details span.text-primary.font-semibold {
    display: inline-block;
  }

  .add-details,
.sales-order-view .add-details,
.checkout-onepage-success .add-details {
    padding: 15px;
    background: #FFFFFF;
    margin-top: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #202020;
  }

  .sales-order-view .my-account-component.info-item.address-wrapper .grid.gap > *,
.page-print .my-account-component.info-item.address-wrapper .grid.gap > * {
    margin-bottom: 30px;
  }

  .sales-order-view .actions-toolbar,
.page-print .actions-toolbar {
    display: none;
  }

  .sales-order-view .info-item.recent-order-wrapper.my-account-component.reward-history-table,
.page-print .info-item.recent-order-wrapper.my-account-component.reward-history-table {
    margin-top: 0;
  }

  /***/

  .amrewards-index-index .benefitsjoining_main + .notification-options {
    display: none;
  }

  .amrewards-index-index .notification-options {
    margin: 0 0 20px 0 !important;
    border: 0;
    box-shadow: none;
    padding: 15px 15px;
  }

  .amrewards-index-index .notification-options legend.legend {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    margin: 0 0 20px 0;
    width: 100%;
  }

  .amrewards-index-index .notification-options button.action.tocart {
    display: none;
  }

  .amrewards-index-index .notification-options .field.choice input {
    width: 16px;
    height: 16px;
    margin: 0 !important;
  }

  .amrewards-index-index .notification-options label.label {
    font-weight: 400;
    font-size: 13px !important;
    line-height: 130% !important;
    color: #202020;
    width: calc(100% - 16px);
    padding-left: 7px;
  }

  .amrewards-index-index .notification-options .field.choice {
    align-items: start;
    max-width: 260px;
  }

  .amrewards-index-index .reward-page-tab.mobile .rewardpagemo_acc button + * {
    border-bottom: 1px solid rgba(32, 32, 32, 0.15);
    padding: 20px 0;
    background: transparent;
  }

  .amrewards-index-index .rewardpagemo_acc .my-account-component {
    background: transparent;
  }

  .amrewards-index-index .rewardpagemo_acc .my-account-component h3.my-account-title {
    display: none;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewardspoint-history {
    margin-bottom: 0 !important;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewardspoint-history tr:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewardspoint-history tr td:before {
    content: attr(data-title) "";
    font-weight: 400;
    width: 150px;
    display: inline-block;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewardspoint-history tr td {
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
    padding-bottom: 5px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewardspoint-history tr td:last-child {
    padding-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewardspoint-history tr {
    padding: 16px 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewardspoint-history tr:first-child {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid {
    gap: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .flex {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main.my-account-component {
    margin-bottom: 0 !important;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img.mb-4 {
    width: 50px;
    margin-bottom: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points.my-account-component > p {
    font-size: 13px !important;
    color: #202020;
    line-height: 130%;
    margin: 0 0 15px 0 !important;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid {
    margin: 20px 0 0 0;
    gap: 20px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points svg {
    width: 30px;
    height: 30px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: normal;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .flex {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .flex svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points {
    margin-bottom: 0 !important;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main {
    margin-bottom: 0 !important;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid {
    margin: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .flex {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .benefitsjoining_box svg {
    left: 15px;
    top: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .benefitsjoining_box h3 {
    margin-bottom: 6px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_box p {
    font-size: 13px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq {
    margin: 0 !important;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq h2 {
    display: none;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border button {
    padding: 10px 10px;
  }

  .amrewards-index-index .reward-page-tab.mobile .rewardpagemo_acc:last-child button + * {
    border-top: 1px solid rgba(32, 32, 32, 0.15);
    border-bottom: 0;
    padding-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border button span svg {
    width: 16px;
    height: 16px;
  }

  .amrewards-index-index .reward-page-tab.mobile ~ .my-account-component {
    display: none;
  }

  .amrewards-index-index .rewardpoint_bright > .fieldset-wrapper.my-account-component.customer-information {
    display: none;
  }

  .amrewards-index-index .pointsbale-info + .fieldset-wrapper.my-account-component.customer-information {
    margin-top: 20px !important;
  }

  .amrewards-index-index .reward-history-table.breakdown_table {
    margin: 0;
  }

  .amrewards-index-index .reward-page-tab.mobile .rewardpagemo_acc {
    padding: 0 !important;
    background: transparent !important;
    margin: 0 !important;
  }

  .amrewards-index-index .reward-page-tab.mobile .rewardpagemo_acc > button {
    padding: 18px 0 18px 45px;
    position: relative;
  }

  .amrewards-index-index .reward-page-tab.mobile .rewardpagemo_acc > button > span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
    width: calc(100% - 16px);
    text-align: left;
  }

  .amrewards-index-index .reward-page-tab.mobile .rewardpagemo_acc > button > span + span, 
.amrewards-index-index .reward-page-tab.mobile .rewardpagemo_acc > button > span > svg {
    width: 16px;
    height: 16px;
  }

  .amrewards-index-index .reward-page-tab.mobile .rewardpagemo_acc:not(:last-child) > button {
    border-bottom: 1px solid rgba(32, 32, 32, 0.15);
  }

  .amrewards-index-index .reward-page-tab.mobile .rewardpagemo_acc > button > svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    margin-top: -1px;
  }

  .amrewards-index-index .my-account-component {
    padding: 0 !important;
    background: transparent;
    margin:0 0 20px 0 !important;
  }

  .amrewards-index-index .info-item.account-wrapper .dashboard-content {
    display: none;
  }

  .amrewards-index-index .info-item.account-wrapper .grid.gap {
    gap: 0;
  }

  .amrewards-index-index .pointsbale-info {
    background: #fff;
    padding: 15px;
  }

  .amrewards-index-index .datebig.bg-white {
    background: #EEFAFF;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
  }

  .amrewards-index-index .datebig span.pointsbaletitle h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    text-transform: capitalize;
    color: #007599;
    margin-bottom: 5px;
  }

  .amrewards-index-index .datebig.bg-white p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .amrewards-index-index .pointsbale-content svg {
    width: 24px !important;
    height: 24px !important;
  }

  .amrewards-index-index .pointsbale-content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
  }

  .amrewards-index-index .pointsbale-content .box {
    gap: 0;
    width: calc(50% - 5px);
  }

  .amrewards-index-index .pointsbale-content p {
    width: calc(100% - 24px);
    padding-left: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .amrewards-index-index .pointsbale-content .box+.box {
    margin: 0 !important;
  }

  .amrewards-index-index .pointsbale-content p strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #007599;
  }

  .amrewards-index-index .my-account-component .reward-title {
    display: none;
  }

  .amrewards-index-index .customer-information .details {
    background: #fff;
    padding: 20px;
    margin: 0;
  }

  .amrewards-index-index .customer-information>img {
    display: none;
  }

  .amrewards-index-index .customer-information .details span.highlight {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #007599;
    margin-bottom: 5px;
  }

  .amrewards-index-index .customer-information .details img+span {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .amrewards-index-index .reward-history-table {
    background: #fff;
    padding: 15px;
    margin-top: 20px;
  }

  .amrewards-index-index .breakdown_table h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    margin: 0 0 20px 0 !important;
  }

  .amrewards-index-index .breakdown_table tr {
    padding: 0;
    border: 0;
  }

  .amrewards-index-index .breakdown_table tr td, .breakdown_table tr td:before {
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
    text-align: left;
  }

  .amrewards-index-index .breakdown_table tr td:before {
    content: attr(data-title) "";
    width: 150px;
    display: inline-block;
  }

  .amrewards-index-index .breakdown_table tr td {
    padding: 0;
  }

  /***/

  .amrewards-index-index li.onlymobile.onlymobile_back{
    display: block;
  }

  .amrewards-index-index .logo,
.amrewards-index-index li.header_wishlist,
.amrewards-index-index li.onlymobile.onlymobile_close,
.amrewards-index-index li.onlymobile.onlymobile_cart,
.amrewards-index-index li.onlymobile.onlymobile_search,
.amrewards-index-index li.onlymobile.onlymobile_logout,
.amrewards-index-index li.menu-mobile-show{
    display: none !important;
  }

  .amrewards-index-index .header-search {
    display: none !important;
  }

  .amrewards-index-index li.only_rewardpoints_title {
    display: block !important;
  }

  .amrewards-index-index div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .amrewards-index-index header.page-header {
    padding-bottom: 0;
  }

  .amrewards-index-index ul.header-actions {
    flex-direction: row !important;
  }

  /***/

  .page-products li.menu-mobile-show,
.page-products li.onlymobile.onlymobile_cart{
    display: block;
  }

  .page-products .next_dispatch_btn,
.page-products header .logo,
.page-products li.header_wishlist,
.page-products li.onlymobile.onlymobile_back,
.page-products li.onlymobile.onlymobile_logout,
.page-products li.onlymobile.onlymobile_search,
.page-products li.onlymobile.onlymobile_close,
.page-products .special-deal-slider-container {
    display: none !important;
  }

  .page-products li.only_category_title {
    display: block !important;
  }

  .page-products ul.header-actions {
    flex-direction: row-reverse !important;
  }

  .page-products .top-container.bg-light {
    background: transparent;
  }

  /***/

  .product-details-content p.text-red-600 {
    margin: 10px 0 15px 0;
    line-height: normal;
  }

  .catalog-product-view li.onlymobile.onlymobile_back,
.catalog-product-view li.onlymobile.onlymobile_search{
    display: block;
  }

  .catalog-product-view .logo,
.catalog-product-view li.header_wishlist,
.catalog-product-view li.onlymobile.onlymobile_close,
.catalog-product-view li.onlymobile.onlymobile_cart,
.catalog-product-view li.onlymobile.onlymobile_logout,
.catalog-product-view li.menu-mobile-show{
    display: none;
  }

  .catalog-product-view .header-search {
    display: none !important;
  }

  .catalog-product-view div#header {
    box-shadow: none;
    border-bottom: 0;
  }

  .catalog-product-view header.page-header {
    padding-bottom: 0;
  }

  .catalog-product-view .product-details {
    padding-top: 0;
  }

  .catalog-product-view ul.header-actions {
    flex-direction: row !important;
  }

  /***/

  .sales-order-history li.onlymobile.onlymobile_back,
.sales-order-history li.onlymobile.onlymobile_search{
    display: block;
  }

  .sales-order-history .logo,
.sales-order-history li.header_wishlist,
.sales-order-history li.onlymobile.onlymobile_close,
.sales-order-history li.onlymobile.onlymobile_cart,
.sales-order-history li.onlymobile.onlymobile_logout,
.sales-order-history li.menu-mobile-show{
    display: none;
  }

  .sales-order-history li.only_myorders_title {
    display: block !important;
  }

  .sales-order-history .header-search {
    display: none !important;
  }

  .sales-order-history div#header {
    box-shadow: none;
    border-bottom: 0;
    background: #f8f8f8;
  }

  .sales-order-history header.page-header {
    padding-bottom: 0;
  }

  .sales-order-history ul.header-actions {
    flex-direction: row !important;
  }

  /***/

  .checkout-cart-index li.onlymobile.onlymobile_search{
    display: block;
  }

  .checkout-cart-index .logo,
.checkout-cart-index li.header_wishlist,
.checkout-cart-index li.onlymobile.onlymobile_back,
.checkout-cart-index li.onlymobile.onlymobile_close,
.checkout-cart-index li.onlymobile.onlymobile_cart,
.checkout-cart-index li.onlymobile.onlymobile_logout{
    display: none;
  }

  .checkout-cart-index li.center_title.only_cart_title {
    display: block !important;
  }

  .checkout-cart-index .header-search {
    display: none !important;
  }

  .checkout-cart-index header.page-header{
    padding-bottom: 0 !important;
  }

  .checkout-cart-index div#header {
    box-shadow: none;
    border-bottom: 0;
  }

  /***/

  .myprofile-myprofile-index li.onlymobile.onlymobile_logout{
    display: block;
  }

  .myprofile-myprofile-index .logo,
.myprofile-myprofile-index li.header_wishlist,
.myprofile-myprofile-index li.onlymobile.onlymobile_back,
.myprofile-myprofile-index li.onlymobile.onlymobile_close,
.myprofile-myprofile-index li.onlymobile.onlymobile_cart,
.myprofile-myprofile-index li.onlymobile.onlymobile_search {
    display: none;
  }

  .myprofile-myprofile-index .header-search {
    display: none !important;
  }

  .myprofile-myprofile-index header.page-header{
    padding-bottom: 0 !important;
  }

  .myprofile-myprofile-index div#header {
    box-shadow: none;
    border-bottom: 0;
  }

  .myprofile-myprofile-index {
    background: transparent !important;
  }

  .myprofile-myprofile-index li.only_myprofile_title {
    display: block !important;
  }

  /***/

  .myprofile-myprofile-index .my-account-nav {
    border: 0;
    margin-bottom: 0;
  }

  .account.myprofile-myprofile-index .columns aside.sidebar.sidebar-main .account-nav {
    border: 0 !important;
    margin: 0 !important;
  }

  .myprofile-myprofile-index .my-account-nav ul {
    padding: 0;
  }

  .myprofile-myprofile-index .my-account-nav ul li:not(:first-child) {
    border-top: 1px solid rgba(32, 32, 32, 0.15);
  }

  .myprofile-myprofile-index .my-account-nav ul li:last-child {
    display: none;
  }

  .myprofile-myprofile-index .my-account-nav ul li a, 
.myprofile-myprofile-index .my-account-nav ul li>strong {
    margin-bottom: 0;
    padding: 22px 0;
    display: block;
  }

  .myprofile-myprofile-index .my-account-nav ul li a:before, 
.myprofile-myprofile-index .my-account-nav ul li.selected a:before, 
.myprofile-myprofile-index .my-account-nav ul li.selected a:after, 
.myprofile-myprofile-index .my-account-nav ul li.current a:before, 
.myprofile-myprofile-index .my-account-nav ul li.current a:after, 
.myprofile-myprofile-index .my-account-nav ul li.current>strong:before, 
.myprofile-myprofile-index .my-account-nav ul li.current>strong:after {
    opacity: 0.8;
  }

  .myprofile-myprofile-index .my-account-nav ul li a:after, 
.myprofile-myprofile-index .my-account-nav ul li>strong:after {
    display: none;
  }

  /****/

  body.android-mobile .header-search.block {
    display: block !important;
  }

  /**** && Header css ****/

  .account .default-address {
    display: none;
  }

  .android-mobile.account .page-main .columns {
    padding-top: 0 !important;
  }

  .android-mobile.account main.page-main{
    background-color: transparent !important;
  }

  .account {
    background: #F8F8F8;
  }

  body.account .page-wrapper {
    padding-bottom: 0;
  }

  body.account .mob-navigation-container {
    display: none !important;
  }

  body.myprofile-myprofile-index .mob-navigation-container {
    display: block !important;
  }

  body.myprofile-myprofile-index .page-wrapper {
    padding-bottom: 70px;
  }

  .sales-order-history .dashboard-content {
    display: none;
  }

  .sales-order-history .recent-order-wrapper .flex-ac-js {
    margin-bottom: 0 !important;
  }

  .sales-order-history .recent-order-wrapper {
    background: transparent;
    padding: 0 !important;
  }

  .sales-order-history .reward-history-table tr {
    padding: 15px 125px 15px 65px;
    background: #FFFFFF;
    border: 0 !important;
    position: relative;
  }

  .sales-order-history .reward-history-table tr + tr {
    margin-top: 15px;
  }

  .sales-order-history .reward-history-table tr td[data-title="Ship To"], 
.sales-order-history .reward-history-table tr td[data-title="Order Total"] {
    display: none;
  }

  .sales-order-history .reward-history-table tr td[data-title="Status"]:before {
    display: none;
  }

  .sales-order-history .reward-history-table tr td[data-title="Order Number"] {
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    padding-bottom: 5px;
  }

  .sales-order-history .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.text-sm {
    display: none;
  }

  .sales-order-history .reward-history-table tr td[data-title="Date"]:before {
    display: none;
  }

  .sales-order-history .reward-history-table tr td[data-title="Action"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 !important;
    opacity: 0;
  }

  .sales-order-history .reward-history-table tr td[data-title="Status"] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 10px;
    min-width: 100px;
    border: 1px solid #007599;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
    text-align: center;
  }

  .sales-order-history .reward-history-table tr td[data-title="Date"] {
    padding-bottom: 0 !important;
  }

  .sales-order-history .reward-history-table tr td[data-title="Order Number"]:before {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
    content: attr(data-title)" ";
  }

  .sales-order-history .reward-history-table tr td[data-title="Date"] * {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: rgba(32, 32, 32, 0.5);
    text-transform: uppercase;
  }

  .sales-order-history .reward-history-table tr td[data-title="Action"] * {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }

  .sales-order-history .reward-history-table tr td[data-title="Action"] * svg, .sales-order-history .reward-history-table tr td[data-title="Action"] * svg + span {
    display: none !important;
  }

  .sales-order-history .reward-history-table tr:before {
    content: "";
    background: url(../../frontend/Hyva/Maintheme/en_AU/images/order-icon.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .sales-order-history .recent-order-wrapper + .actions-toolbar {
    display: none;
  }

  /** detail **/

  .android-mobile button.absolute.zoominimage {
    pointer-events: none;
  }

  .android-mobile button.zoominimage:before {
    display: none;
  }

  .android-mobile .product-details-slider-container .flex.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .flex.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .flex.justify-center button.bg-primary {
    width: 18px !important;
    background: #007599;
  }

  .android-mobile .product-brand {
    display: none;
  }

  .android-mobile.catalog-product-view .product-info-main > section:first-child h1.page-title {
    margin-top: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    opacity: 0.8;
    max-width: 330px;
  }

  .android-mobile .product-details-content {
    padding-top: 15px;
  }

  .android-mobile span.price-wrapper {
    margin: 0 !important;
  }

  .android-mobile .product-details-price .price-container .old-price>span span.price, .android-mobile .product-details-price .price-container .old-price~.final-price span.price {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px !important;
  }

  .android-mobile .product-details-price .price-container .final-price {
    margin-right: 11px;
  }

  .android-mobile .brand-sku-section.mobile {
    border-top: 1px solid rgba(32, 32, 32, 0.1);
    padding-top: 10px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .android-mobile .brand-sku-section.mobile dt {
    width: 80px;
    padding-right: 10px !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #202020;
    opacity: 0.5;
  }

  .android-mobile .brand-sku-section.mobile dd {
    width: calc(100% - 80px);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #202020;
    opacity: 0.8;
  }

  .android-mobile .brand-sku-section.mobile dt, .android-mobile .brand-sku-section.mobile dd {
    padding: 5px 0;
  }

  .android-mobile .sku-expiry {
    display: none;
  }

  .android-mobile .brand-sku-section.mobile dd.text-green-600 {
    color: #56AC5E !important;
  }

  .android-mobile .product-details-quantity .quantity-input {
    height: 40px !important;
  }

  .catalog-product-view div[x-show="loader"] {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    left: 0;
    top: 0;
    z-index: 55;
    visibility: visible !important;
    pointer-events: none !important;
  }

  .catalog-product-view div[x-show="loader"] > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: visible !important;
  }

  .catalog-product-view .default-address {
    display: none !important;
  }

  .android-mobile .address-detail-page .default-address {
    display: block !important;
    margin-top: 15px;
  }

  .android-mobile .address-detail-page .default-address .address {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }

  .android-mobile .address-detail-page p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #007599;
  }

  .android-mobile .address-detail-page {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  }

  .android-mobile .address-detail-page .default-address .action {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-top: -2px;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .relative.container.px-0 {
    padding: 0 10px !important;
  }

  .android-mobile .product-details-actions {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 21;
    padding: 15px 20px;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.08);
  }

  .android-mobile .product-details-actions button.btn-secondary {
    box-shadow: none;
    flex: 1 0 0;
  }

  .android-mobile .product-details-quantity .quantity-box button {
    height: 38px !important;
  }

  .android-mobile .product-details-quantity {
    height: 40px;
    min-width: inherit;
    margin: 0;
    padding: 0;
    width: 100px;
  }

  .product-details-actions button#add-to-wishlist {
    width: 40px;
    height: 40px;
  }

  .android-mobile .product-details-quantity label {
    display: none;
  }

  /* .android-mobile .tier-price-container { display: none; } */

  ul.prices-tier li.item {
    background: #f8f8f8;
  }

  .android-mobile .product-options-table-container {
    margin: 0;
  }

  .android-mobile .product-details-review {
    margin: 0;
  }

  .android-mobile .product-details-actions {
    margin-top: 0 !important;
  }

  .android-mobile.catalog-product-view .block.widget.-slider {
    padding: 0 0 20px 0;
  }

  .android-mobile .appdownload_main {
    padding: 0 0;
  }

  .android-mobile .appdownload_main img {
    width: 100%;
    height: auto !important;
  }

  .android-mobile .adddownload_content {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0;
    max-width: 160px;
  }

  .android-mobile .adddownload_content h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
  }

  .android-mobile .adddownload_content h2 strong {
    font-weight: 700 !important;
  }

  .android-mobile .adddownload_content h2 + a {
    margin-top: 15px;
  }

  .android-mobile .parallax-section.pwa-btn-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .android-mobile .parallax-section.pwa-btn-section .relative.container {
    padding: 0 0 !important;
  }

  /** && detail **/

  .android-mobile .priceqtychckmain .product-details-price {
    display: none;
  }

  .android-mobile .list_bottom_menu {
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
  }

  .android-mobile .list_bottom_menu > .fixed > * {
    width: 100%;
    padding: 0 20px;
    border: 0;
    flex: inherit !important;
  }

  .android-mobile .list_bottom_menu h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    display: block;
    padding: 30px 0 25px 0;
  }

  .android-mobile .list_bottom_menu h3 + button {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px !important;
  }

  .android-mobile .list_bottom_menu h3 + button svg * {
    stroke: #111!important;
    opacity: 1;
  }

  .android-mobile .list_bottom_menu .space-y-2 > button span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
  }

  .android-mobile .list_bottom_menu .space-y-2 > button {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: relative;
    flex-wrap: nowrap !important;
    background: transparent;
  }

  .android-mobile .list_bottom_menu .space-y-2 > button + button {
    margin-top: 20px !important;
  }

  .android-mobile .list_bottom_menu .space-y-2 > button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    border: 2px solid #000000;
    border-radius: 50%;
    z-index: -1;
  }

  .android-mobile .list_bottom_menu .space-y-2 > button:has(svg):after {
    background: #E5A820 !important;
    opacity: 1;
    border-color: #E5A820 !important;
  }

  .android-mobile .list_bottom_menu .space-y-2 > button svg {
    color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 2px;
    top: 2px;
  }

  .android-mobile .list_bottom_menu > .fixed {
    max-height: 50vh;
    flex-wrap: nowrap !important;
  }

  .android-mobile .list_bottom_menu .fixed.bg-opacity-50 {
    max-height: 100vh !important;
    background: rgba(0,0,0,0.8);
  }

  .android-mobile .list_bottom_menu > .fixed .p-4.border-t.border-gray-200.bg-gray-50 {
    display: none;
  }

  .android-mobile .list_bottom_menu .space-y-2 {
    padding-bottom: 30px;
  }

  .android-mobile .filter_bottom_menu.list_bottom_menu > .fixed {
    max-height: 70vh;
  }

  div#header {
    padding-top: 0;
  }

  .android-mobile.customer-account-login .login-container {
    padding: 0px 0 0 0 !important;
  }

  .android-mobile.customer-account-login .page-wrapper, .android-mobile.customer-account-create .page-wrapper, .android-mobile.customer-account-forgotpassword .page-wrapper {
    padding-bottom: 0 !important;
  }

  .android-mobile .products.products-grid {
    padding-top: 20px;
  }

  .android-mobile .drawer-filter-content .filter-options>li {
    padding: 0 !important;
    margin: 0 !important;
  }

  .android-mobile .product-filter ul.filter-options ul {
    margin-top: 0;
  }

  .android-mobile .product-filter ul.filter-options ul li:before {
    top: 5px;
  }

  .android-mobile .product-filter ul.filter-options ul li+li {
    margin-top: 0px !important;
  }

  .android-mobile .check-container a+span.toggle-icon {
    height: 20px !important;
    background: transparent;
  }

  .android-mobile .reward-content p {
    display: none;
  }

  .android-mobile .reward-content p.mobile {
    display: block;
  }

  .android-mobile .form-control {
    height: 50px;
  }

  header.page-header {
    padding-bottom: 50px;
  }

  div#header {
    box-shadow: none;
    border: 0;
  }

  /* .android-mobile .search-input { height: var(--btn-height) !important; } */

  .default-address .action {
    position: absolute;
    top: 18px;
    right: 20px;
  }

  .default-address {
    position: relative;
  }

  .default-address .action a {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
  }

  .default-address .address {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 20px 50px 0 20px;
  }

  .default-address .address svg {
    width: 20px;
    height: 20px;
  }

  .android-mobile .message {
    padding: 7px 11px;
    font-size: 13px;
    border-width: 1px !important;
    margin:10px 0;
  }

  .mob-navigation-container {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.08);
  }

  .mob-navigation-container .menu {
    padding: 14px 20px 13px 20px;
    justify-content: space-between;
    text-align: center;
  }

  .mob-navigation-container .menu li {
    font-weight: 400;
    font-size: 11px;
    line-height: 1.3;
    color: var(--text-color);
    display: inline-block;
    flex: 1 1 0;
  }

  .mob-navigation-container .menu li a {
    color: inherit;
    display: flex;
    flex-direction: column;
  }

  .mob-navigation-container .menu li > a svg {
    margin-bottom: 8px;
    opacity: 0.5;
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .mob-navigation-container .menu li > a svg * {
    fill: #202020 !important;
  }

  .mob-navigation-container .menu li > a svg .f_bg {
    fill: #007599 !important;
    opacity: 0;
  }

  .mob-navigation-container .menu .selected svg .f_bg {
    opacity: 0.2 !important;
  }

  .mob-navigation-container .menu .selected {
    color: var(--primary-color);
  }

  .mob-navigation-container .menu .selected .selected-icon {
    display: block;
  }

  .mob-navigation-container .menu .selected > a svg {
    opacity: 1;
  }

  .mob-navigation-container .menu .selected a svg * {
    fill: #007599 !important;
  }

  .android-mobile .barcode-scanner {
    display: none;
  }

  /*****/

  .android-mobile .app_list_filter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.08);
  }

  .android-mobile .app_list_filter ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 20px;
  }

  .android-mobile .app_list_filter ul li {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .android-mobile .app_list_filter ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 11px;
    line-height: 130%;
    color: #202020;
    width: 100%;
    justify-content: center;
    padding: 14px 0;
  }

  .android-mobile .app_list_filter ul li a svg {
    width: 20px;
    height: 20px;
  }

  /*****/

  /** List page **/

  .android-mobile.catalog-product-view .mob-navigation-container {
    display: none !important;
  }

  footer.page-footer .footer {
    display: none;
  }

  .page-products .mob-navigation-container {
    display: none;
  }

  .page-wrapper {
    padding-top: 0;
  }

  .android-mobile .category-breadcrumbs-wrapper {
    display: none;
  }

  aside.sidebar.sidebar-main {
    display: none;
  }

  .product-shorting-filter {
    display: none;
  }

  .android-mobile section.product-section.section-space {
    padding-bottom: 30px !important;
    padding-top: 0;
  }

  .android-mobile .products ul.mx-auto.grid.gap {
    gap: 20px;
  }

  .android-mobile div#category-view-container {
    display: none;
  }

  .android-mobile .quick-view-main {
    display: none;
  }

  .android-mobile .drawer-filter-content .filter-title {
    color: #007599;
  }

  /** && List page **/

  /** Detail Page **/

  .android-mobile header.page-header {
    display: none;
  }

  .android-mobile footer.page-footer .footer {
    display: none;
  }

  .mob-navigation-container {
    display: none;
  }

  .page-wrapper {
    padding-top: 0;
  }

  .product-details-accordion .accordion-item + .accordion-item {
    margin: 0 !important;
  }

  .product-details-accordion .accordion-btn {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(32, 32, 32, 0.25);
  }

  .product-details-accordion {
    margin: 0;
    border-top: 1px solid rgba(32, 32, 32, 0.25);
  }

  .product-details-accordion button.accordion-btn.h5 .titlemainacc, 
.product-details-accordion button.accordion-btn.h5 .titlemainacc * {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
  }

  .product-details-accordion .iconmainacc {
    top: 16px;
    z-index: 1;
  }

  .product-details-section {
    background: transparent;
  }

  .product-details .relative.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  /** && Detail Page **/

  /** Header css **/

  .header-actions > li a svg, 
.header-actions > li button svg {
    display: none;
    width: 20px;
    height: 20px;
  }

  nav ul li button svg,
.mobile-navigation-menu dialog button[aria-label="Close menu"] svg {
    display: block !important;
  }

  .header-actions > li a svg.mobile, 
.header-actions > li button svg.mobile {
    display: block !important;
  }

  .header-actions > li.mobilehide {
    display: none;
  }

  header .logo img {
    height: 50px;
  }

  header .logo, 
header .logo img {
    width: 137px;
  }

  .customer-account-login header .logo, 
.customer-account-create header .logo, 
.customer-account-forgotpassword header .logo,
.customer-account-login header .logo img, 
.customer-account-create header .logo img, 
.customer-account-forgotpassword header .logo img{
    width: 164px !important;
    height: 60px !important;
  }

  header .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
  }

  .android-mobile {
    min-height: 70px;
    border: 0;
    box-shadow: none;
    padding-top: 0 !important;
  }

  ul.header-actions {
    justify-content: space-between;
    width: 100%;
    align-items: center !important;
    flex-direction: row-reverse;
  }

  .header-actions > li:first-child {
    display: none;
  }

  .header-actions > li:not(:first-child) {
    margin: 0;
  }

  header.page-header #header>.container {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  body .header-search {
    top: 73px !important;
    display: block !important;
  }

  .next_dispatch_btn {
    display: none !important;
  }

  /** && Header css **/

  /** Home **/

  .android-mobile .page-wrapper {
    padding-top: 130px !important;
  }

  .android-mobile footer.page-footer .footer, .whyus-section, .special-deal, .android-mobile .only-content-section {
    display: none;
  }

  .android-mobile section.banner-product-category-section {
    margin-top: 20px !important;
    padding-bottom: 30px !important;
  }

  .android-mobile .banner-product-category-section nav {
    display: none !important;
  }

  .android-mobile .category-section {
    background: transparent;
    padding: 0 0px 0 20px !important;
    display: none;
  }

  .android-mobile .category-section .title-1 {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    margin-bottom: 15px;
  }

  .android-mobile .category-img {
    max-width: 90px;
  }

  .android-mobile .category-section .grid.gap {
    gap: 10px !important;
    display: flex;
    flex-wrap: wrap;
  }

  .android-mobile .category-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
    margin: 5px 0 0 0;
  }

  .android-mobile .category-section figure.category {
    width: calc(25% - 8px);
  }

  .android-mobile .banner-product-category-section > .container {
    padding: 0 !important;
  }

  .android-mobile .banner-product-category-section .banner-box {
    width: 100% !important;
  }

  .android-mobile .banner-product-category-section > .container .grid.gap {
    gap: 30px !important;
  }

  .android-mobile .banner-product-category-section > .container .relative {
    padding-bottom: 21px;
    background: transparent;
  }

  .android-mobile .slider_dot_main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
  }

  .android-mobile .banner-product-category-section > .container .relative {
    padding-bottom: 20px;
    background: transparent;
  }

  .android-mobile .slider_dot_main button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .slider_dot_main button[aria-current="true"] {
    width: 18px;
    background: #007599;
  }

  .android-mobile .section-space {
    padding: 15px 0;
  }

  .android-mobile .banner-product-category-section > .container .relative {
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .reward-container > *:first-child {
    width: 105px !important;
  }

  .android-mobile .reward-container {
    align-items: center;
    background: linear-gradient(90deg, rgba(31, 74, 144, 0) 28.2%, #1F4A90 100%);
    background-color: #d5e5f5;
    padding: 28px 20px 28px 40px;
  }

  .android-mobile .reward-content {
    text-align: left;
    padding-right: 0;
  }

  .android-mobile .reward-benefit-container {
    display: none;
  }

  .android-mobile .reward-content .btn {
    display: none;
  }

  .android-mobile .reward-content .title-1 {
    font-size: 0;
  }

  .android-mobile .reward-content p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #FFFFFF;
    margin-top: 16px;
  }

  .android-mobile .reward-img {
    padding: 0 !important;
  }

  .android-mobile .reward-container:before {
    display: block !important;
    width: 90px;
    height: 90px;
    transform: translate(0, 0) !important;
    right: -45px !important;
    top: -45px !important;
    left: auto !important;
  }

  .android-mobile .reward-img img {
    width: 100%;
  }

  .android-mobile .reward-container > *:last-child {
    width: calc(100% - 105px) !important;
    padding-left: 14px;
  }

  .android-mobile .reward-content .title-1 strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
  }

  .android-mobile .free-shipping-img {
    display: block !important;
    max-width: 100%;
    padding: 0 !important;
  }

  .android-mobile .city-section .city-list {
    display: none;
  }

  .android-mobile .city-section .section-content {
    margin: 0 !important;
  }

  .android-mobile .city-section .section-content h2 {
    color: #fff !important;
    width: 100% !important;
  }

  .android-mobile .city-section .section-content .subtitle {
    display: none;
  }

  .android-mobile .city-section .section-space {
    padding: 0 13px 20px 0 !important;
  }

  .android-mobile .city-section .container > .flex {
    align-items: center;
  }

  .android-mobile .city-section .container > .flex > *:first-child {
    width: 40% !important;
  }

  .android-mobile .city-section .container > .flex > *:last-child {
    width: 60% !important;
  }

  .android-mobile section.city-section {
    padding: 20px 0 0 0;
    margin: 0 0 30px 0;
  }

  /** Product List **/

  .product-actions {
    display: none;
  }

  .product-content {
    padding: 0 0 0 0 !important;
  }

  .product-content .product-category > * {
    margin-top: 10px;
  }

  .product .product {
    border: 1px solid rgba(32, 32, 32, 0.15) !important;
  }

  .product {
    border: 0 !important;
    box-shadow: none !important;
  }

  .product-title, .product-title a {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #202020;
    opacity: 0.8;
    margin-top: 12px;
  }

  .product-title + .mx-auto {
    display: none !important;
  }

  .product-price {
    margin-top: 10px !important;
  }

  .price-box span.price {
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 16px;
  }

  .product-category span {
    line-height: normal;
  }

  .new-product-section:before {
    display: none;
  }

  .new-product-section.product-section {
    background: transparent !important;
  }

  /** && Product List **/

  .android-mobile .title-1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
  }

  .android-mobile .product-category span {
    line-height: normal;
  }

  .android-mobile .new-product-section:before {
    display: none;
  }

  .android-mobile .new-product-section.product-section {
    background: transparent !important;
  }

  .android-mobile .section-content .btn.small-btn {
    padding: 0 !important;
    height: auto !important;
    min-width: inherit !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex;
    justify-content: end;
  }

  .android-mobile .product-section .section-content {
    margin-bottom: 15px;
  }

  .android-mobile .product-section .js_slides {
    margin-top: 0 !important;
  }

  .android-mobile .category-section .btn, .android-mobile .slider_arrow {
    display: none !important;
  }

  .android-mobile .section-content {
    text-align: left;
    margin: 0 0 15px 0;
    justify-content: start !important;
  }

  .android-mobile .section-content h2 {
    width: calc(100% - 70px);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom:0;
    text-align: left;
  }

  .android-mobile .section-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .android-mobile .section-content h2 + * {
    width: 70px;
  }

  .android-mobile section.reward-section {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .android-mobile .page-wrapper {
    padding-bottom: 70px;
  }

  .android-mobile .category_mobile_slider_main {
    padding: 0 20px 0 20px !important;
  }

  .android-mobile .category_mobile_slider_main .section-content {
    padding-right: 0;
  }

  .android-mobile .category_mobile_slider_main .relative {
    margin: 0 !important;
    padding: 0 !important;
  }

  .android-mobile .category_mobile_slider_main .relative .js_slide {
    padding: 0 5px !important;
  }

  .android-mobile .category_mobile_slider_main .relative .flex.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .testimonial-section {
    display: none;
  }

  .android-mobile .testimonial-section .grid {
    gap: 20px;
  }

  .android-mobile .review_mobile_slider_main .testimonial-review svg {
    width: 14px;
    height: 14px;
  }

  .android-mobile .review_mobile_slider_main {
    padding: 0 0 0 20px;
    position: relative;
    overflow: hidden;
  }

  .android-mobile .review_mobile_slider_main .section-content {
    padding-right: 20px;
  }

  .android-mobile .review_mobile_slider_main .js_slide {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: none !important;
    width: 83%;
  }

  .android-mobile .review_mobile_slider_main nav.absolute {
    display: none;
  }

  .android-mobile .review_mobile_slider_main .js_slide {
    padding: 0 7.5px;
  }

  .android-mobile .review_mobile_slider_main .flex.flex-nowrap {
    margin: 0 -7.5px;
  }

  .android-mobile .review_mobile_slider_main .testimonial {
    padding: 15px 15px 50px 15px;
    background: linear-gradient(180deg, rgba(32, 193, 229, 0.2) 0%, rgba(223, 223, 223, 0.2) 100%);
    text-align: left;
    height: 100%;
  }

  .android-mobile .review_mobile_slider_main .testimonial .testimonial-content {
    margin-top: 20px;
  }

  .android-mobile .review_mobile_slider_main .testimonial .testimonial-user {
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    color: #007599;
    margin-top: 20px;
  }

  .android-mobile .review_mobile_slider_main .testimonial .testimonial-review {
    justify-content: start;
  }

  .android-mobile .review_mobile_slider_main .testimonial .testimonial-content p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .android-mobile .review_mobile_slider_main .testimonial .testimonial-user {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0 !important;
  }

  .android-mobile .review_mobile_slider_main .testimonial {
    position: relative;
  }

  .android-mobile .page-wrapper {
    padding-top: 0 !important;
  }

  header.page-header {
    position: relative !important;
  }

  /** && Home **/

  /** Category **/

  .android-mobile .page-wrapper {
    padding-bottom: 70px;
  }

  .android-mobile header.page-header, .android-mobile .mob-navigation-container, .android-mobile .category-breadcrumbs-wrapper {
    display: block !important;
  }

  .android-mobile .page-wrapper {
    padding-top: 0 !important;
  }

  header.page-header {
    position: relative !important;
  }

  .category-slider-container {
    display: none;
  }

  .android-mobile footer.page-footer .footer {
    display: none;
  }

  /* section#messages { display: none; } */

  section#messages {
    background: transparent !important;
  }

  .page-main > .container.flex.flex-col {
    display: none;
  }

  .android-mobile .categoryboxm_main {
    padding: 30px 20px 0px 20px;
    width: 100%;
  }

  .android-mobile .categoryboxm_main .leftside {
    width: 105px;
    position: relative;
  }

  .android-mobile .categoryboxm_main .vertical-tab {
    padding-right: 15px;
  }

  .android-mobile .categoryboxm_main .rightside {
    width: calc(100% - 105px);
    padding-left: 15px;
  }

  .android-mobile .categoryboxm_main .leftside:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    background: #202020;
    width: 1px;
  }

  .android-mobile .categoryboxm_main .category-img {
    max-width: 90px;
  }

  .android-mobile .categoryboxm_main .vertical-tab .each-tab + .each-tab {
    margin-top: 10px;
  }

  .android-mobile .categoryboxm_main .category-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
    margin: 5px 0 0 0;
  }

  .android-mobile .categoryboxm_main .active .category-img {
    border-color: #007599;
  }

  .android-mobile .categoryboxm_main ul.category_linkmain {
    padding: 3px 0;
  }

  .android-mobile .categoryboxm_main .active ul.category_linkmain {
    display: block;
  }

  .android-mobile .categoryboxm_main ul.category_linkmain li a {
    display: flex;
    width: 100%;
    padding: 12px 0;
  }

  .android-mobile .categoryboxm_main ul.category_linkmain li a span.text {
    width: calc(100% - 20px);
    padding-right: 10px;
  }

  .android-mobile .categoryboxm_main ul.category_linkmain li a span.num {
    width: 20px;
    height: 20px;
    background: #E5A820;
    border-radius: 30px;
    font-weight: 400;
    font-size: 11px;
    color: #202020;
    line-height: 20px;
    text-align: center;
    padding-top: 1px;
  }

  .android-mobile .categoryboxm_main .vertical-tab .each-tab figure.category {
    pointer-events: none;
  }

  .android-mobile .categoryboxm_main .vertical-tab, .android-mobile .categoryboxm_main .category_linkmain {
    max-height: calc(100vh - 272px);
    overflow-y: auto;
  }

  .android-mobile .categoryboxm_main .each-tab:last-child {
    padding-bottom: 20px !important;
  }

  /** && Category **/

  /** APP Commen css **/

  .android-mobile .container, .android-mobile .container-sm {
    padding: 0 20px;
    max-width: 100%;
  }

  body.customer-account-login .header-search,
body.customer-account-create .header-search,
body.customer-account-forgotpassword .header-search{
    display: none !important;
  }

  form.create.account.form-create-account {
    background: transparent !important;
  }

  .customer-account-login .header-search, .customer-account-login .barcode-scanner, .customer-account-login ul.header-actions, .customer-account-login .login_box_main.bg-primary, .customer-account-login .page-footer .footer, .customer-account-create .header-search, .customer-account-create .barcode-scanner, .customer-account-create ul.header-actions, .customer-account-create .login_box_main.bg-primary, .customer-account-create .page-footer .footer, .customer-account-forgotpassword .header-search, .customer-account-forgotpassword .barcode-scanner, .customer-account-forgotpassword ul.header-actions, .customer-account-forgotpassword .login_box_main.bg-primary, .customer-account-forgotpassword .page-footer .footer {
    display: none;
  }

  .customer-account-login div#header, .customer-account-create div#header, .customer-account-forgotpassword div#header {
    box-shadow: none;
    border: 0;
  }

  .customer-account-login header .logo,
.customer-account-create .logo,
.customer-account-forgotpassword header .logo {
    position: relative !important;
    top: 0;
  }

  .customer-account-login header.page-header #header > .container, .customer-account-create header.page-header #header > .container, .customer-account-forgotpassword header.page-header #header > .container {
    justify-content: center;
    padding: 85px 10px 10px 10px !important;
  }

  .customer-account-login header.page-header, .customer-account-create header.page-header, .customer-account-forgotpassword header.page-header {
    padding-bottom: 0 !important;
    position: relative;
  }

  .customer-account-login .page-wrapper, .customer-account-create .page-wrapper, .customer-account-forgotpassword .page-wrapper {
    padding-top: 0;
  }

  /******/

  .customer-account-login .default-address, .customer-account-create .default-address, .customer-account-forgotpassword .default-address {
    display: none !important;
  }

  .customer-account-login .next_dispatch_btn, .customer-account-create .next_dispatch_btn, .customer-account-forgotpassword .next_dispatch_btn {
    display: none !important;
  }

  .customer-account-login .mob-navigation-container, .customer-account-create .mob-navigation-container, .customer-account-forgotpassword .mob-navigation-container {
    display: none !important;
  }

  .customer-account-login .control svg, .customer-account-create .control svg, .customer-account-forgotpassword .control svg, .customer-account-login .input-group svg, .customer-account-create .input-group svg, .customer-account-forgotpassword .input-group svg, .input-group svg {
    top: 17px;
  }

  .customer-account-login .control button, .customer-account-create .control button, .customer-account-forgotpassword .control button, .customer-account-login .input-group button, .customer-account-create .input-group button, .customer-account-forgotpassword .input-group button, .input-group button {
    top: 10px !important;
  }

  .customer-account-login .logo img, .customer-account-create .logo img, .customer-account-forgotpassword .logo img {
    width: 164px;
    height: 60px;
  }

  .customer-account-login .login_box_main, .customer-account-create .registration-form-section, .customer-account-forgotpassword .login_box_main {
    border: 0;
    box-shadow: none;
    padding: 29px 0 0 0 !important;
  }

  .customer-account-login h1.page-title, .customer-account-forgotpassword h1.page-title, .customer-account-createpassword h1.page-title {
    display: none !important;
  }

  .customer-account-login .page-main > .container.flex.flex-col, .customer-account-create .page-main > .container.flex.flex-col, .customer-account-forgotpassword .page-main > .container.flex.flex-col {
    display: none;
  }

  .customer-account-login .login_box_main h3.mb-3, .customer-account-create .registration-form-section h2.title-1, .customer-account-forgotpassword .login_box_main h3.mb-3 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #202020;
    margin-bottom: 21px !important;
  }

  .customer-account-login fieldset.fieldset.login p.mb-8, .customer-account-create .section-content h2.title-1 + p, .customer-account-forgotpassword fieldset.fieldset.login p.mb-8, .registration-form-section .section-content .subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #202020;
    max-width: 237px;
    margin: 0 auto 29px;
  }

  .customer-account-login .form-control, .customer-account-create .form-control, .customer-account-forgotpassword .form-control {
    padding: 0 45px 0 15px;
    height: 50px;
    border: 1px solid rgba(32, 32, 32, 0.3);
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #202020;
  }

  .customer-account-create section.why-register-section {
    display: none;
  }

  .customer-account-create section.reward-process-section {
    display: none;
  }

  .customer-account-login .actions-toolbar button, .customer-account-create .actions-toolbar button, .customer-account-forgotpassword .actions-toolbar button {
    width: 100%;
    min-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
  }

  .customer-account-create .actions-toolbar {
    padding: 0 8px !important;
  }

  .customer-account-login form, .customer-account-create form, .customer-account-forgotpassword form {
    padding-bottom: 50px !important;
  }

  .customer-account-forgotpassword .forgot_wrapper_main .login-container {
    max-width: 100%;
  }

  .customer-account-forgotpassword .actions-toolbar {
    justify-content: center !important;
  }

  .customer-account-forgotpassword .actions-toolbar .action.back {
    margin-top: 27px;
  }

  .customer-account-forgotpassword .actions-toolbar .action.back svg {
    display: none;
  }

  .customer-account-forgotpassword .actions-toolbar .action.back span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #202020;
    opacity: 0.5;
  }

  .customer-account-forgotpassword .actions-toolbar button {
    display: none;
  }

  .customer-account-forgotpassword .actions-toolbar button.mobile {
    display: block !important;
  }

  .customer-account-login form label.label, .customer-account-create fieldset label.label, .customer-account-forgotpassword form label.label, .customer-account-login fieldset label.label, .customer-account-create form label.label, .customer-account-forgotpassword fieldset label.label {
    display: none !important;
  }

  body.customer-account-login:before, body.customer-account-create:before, body.customer-account-forgotpassword:before {
    content: "";
    background: url(../../frontend/Hyva/Maintheme/en_AU/images/login-frame.png);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 270px;
    pointer-events: none;
    background-size: 100% !important;
    z-index: -1;
  }

  .customer-account-login .login_box_main h3.mb-3, .customer-account-create .login_box_main h3.mb-3, .customer-account-forgotpassword .login_box_main h3.mb-3, .customer-account-create .registration-form-section h2.title-1 {
    display: none !important;
  }

  .customer-account-login .login_box_main h3.mb-3.mobile, .customer-account-create .login_box_main h3.mb-3.mobile, .customer-account-forgotpassword .login_box_main h3.mb-3.mobile, .customer-account-create .registration-form-section h2.title-1.mobile {
    display: block !important;
    width: 100% !important;
  }

  .android-mobile .registration-form-section .section-content .subtitle {
    display: none;
  }

  .android-mobile .registration-form-section .section-content .subtitle.mobile {
    display: block !important;
  }

  .android-mobile .input-select {
    background-position: right 16px top 50% !important;
  }

  .customer-account-create .registration-form-section .flex.y-gap {
    row-gap: 20px;
  }

  .customer-account-login .fieldset.login .actions-toolbar {
    display: none;
  }

  .customer-account-login .signin-btn.mobile.actions-toolbar {
    display: block;
  }

  .customer-account-login .forgotpassbox.pt-6.mobile {
    padding: 0;
    margin-top: -4px;
  }

  .customer-account-login .forgotpassbox .forgot-pass > span span {
    padding-left: 6px;
    color: #202020;
  }

  .customer-account-login .forgotpassbox .forgot-pass > span span, .customer-account-login .forgotpassbox .forgot-pass .forgotpass_main, .logingbottom_link {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
  }

  .android-mobile .logingbottom_link a {
    font-weight: 700 !important;
  }

  .android-mobile .logingbottom_link {
    margin-top: 30px;
  }

  .android-mobile .logingbottom_link a, .android-mobile .forgotpassbox .forgot-pass .forgotpass_main {
    color: #007599 !important;
  }
}

@media (max-width:479px){
}

/* 17-02-26 start */

.mob-cart-container, 
.my-profile_wrapper, 
.order-detail-wrapper {
  display: none;
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label {
    width: auto;
  }

  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .absolute > * {
    width: 150px;
  }

  .checkout-onepage-success main.page-main {
    background: #f8f8f8;
    padding: 20px 0 0 0;
  }

  .checkout-onepage-success header.page-header {
    background: #f8f8f8;
  }

  .checkout-onepage-success div#header {
    background: #f8f8f8;
  }

  .checkout-onepage-success .default-address {
    background: #f8f8f8;
  }

  .checkout-onepage-success .success-messages h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .checkout-onepage-success .success-messages,
.checkout-onepage-success .my-account-component {
    margin-bottom: 30px !important;
  }

  .checkout-onepage-success .my-account-component{
    margin-top: 30px !important;
  }

  .checkout-success .success-messages.my-account-component {
    margin-top: 0 !important;
  }

  .checkout-onepage-success ul.order-menu li.product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }

  .checkout-onepage-success ul.order-menu li.product a.product-img {
    width: 90px;
  }

  .checkout-onepage-success ul.order-menu li.product .product-content {
    padding: 0 0 0 10px !important;
  }

  .checkout-onepage-success ul.order-menu li.product .quantity {
    font-size: 13px !important;
    color: #202020 !important;
  }

  .checkout-onepage-success ul.order-menu li.product .product-content h4.product-title {
    margin: 0 !important;
  }

  .checkout-onepage-success ul.order-menu li.product .product-content .prod-order-title {
    display: flex;
    flex-wrap: wrap;
  }

  .checkout-onepage-success ul.order-menu li.product .product-content .prod-order-title h4.product-title {
    flex: 1 0 0;
    padding-right: 10px;
  }

  .checkout-onepage-success ul.order-menu li.product .product-content .prod-order-title h4.product-title a {
    margin-top: 0 !important;
  }

  .checkout-onepage-success ul.order-menu li.product + li.product {
    margin-top: 10px;
  }

  .checkout-onepage-success .actions-toolbar, 
.checkout-onepage-success .actions-toolbar .primary {
    width: 100%;
  }

  .checkout-onepage-success .actions-toolbar a.action.continue {
    margin: 0 0 30px 0;
    min-width: 100% !important;
    width: 100%;
    display: flex;
  }

  .splash_screen_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 99999;
    background: linear-gradient(180deg, rgba(229, 168, 32, 0.32) 0%, rgba(229, 168, 32, 0) 23.37%), linear-gradient(180deg, rgba(13, 122, 155, 0) 60.23%, rgba(13, 122, 155, 0.6) 100%), #FFFFFF;
  }

  .splash_screen_wrapper img.splash_bg {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    max-width: 100%;
    transform: translateX(-50%);
    min-height: 100%;
    object-fit: cover;
  }

  /******/

  .checkout-index-index .product-image-wrapper {
    z-index: 0;
  }

  .checkout-index-index .opc-block-summary .minicart-items-wrapper {
    border-top: 1px solid #ccc;
  }

  .catalog-product-view .block.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }

  .google-review-landing {
    padding-top: 20px;
  }

  .video-index-index .videolist_wrapper,
.webinars-index-index .webinars-conteiner {
    margin-top: 20px;
  }

  .mpblog-category-view .post-list-content {
    padding-bottom: 10px !important;
  }

  .mpblog-category-view h1.page-title {
    font-size: 22px !important;
    font-weight: 500;
  }

  .mpblog-post-view .mp-blog-view.mt-4 {
    margin-top: 35px;
  }

  .mob-cart-container, 
.order-detail-wrapper {
    display: block;
  }

  .product-cart-wrapper {
    padding: 30px 0;
    gap: 10px;
  }

  .product-cart-wrapper >* {
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 1.3;
  }

  .product-cart-wrapper .location_content {
    flex: 1 1 0;
    gap: 5px;
  }

  /* .cart-menu { overflow-y: scroll; height: 623px; } */

  .mob-cart-container .btn {
    font-size: var(--font-18);
    min-width: 100% !important;
    height: 50px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .cart-menu .product-img, 
.prod-order-details .product-img {
    order: 1px solid rgba(32, 32, 32, 0.15);
    background: #fff;
    height: 132px;
    width: 132px;
  }

  .cart-menu .product-img img, 
.prod-order-details .product-img img {
    width: 100%;
    height: 100%;
  }

  .cart-menu .product {
    flex-direction: row;
    flex: 1 1 0;
  }

  .cart-menu .product-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    min-height: auto;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .cart-menu .product-title a {
    color: var(--dark-color);
  }

  .cart-menu .product-price {
    margin: 16px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
  }

  .cart-product-wishlist {
    display: block;
    width: 20px;
    height: 20px;
    color: rgba(32, 32, 32, 0.5);
  }

  .cart-product-wishlist svg {
    width: 100%;
    height: 100%;
  }

  .cart-menu .product .quantity-input {
    height: 34px;
    font-size: var(--font-18);
  }

  .cart-menu .product .quantity-box button:before, 
.cart-menu .product .quantity-box button:after {
    width: 14px;
  }

  .cart-menu .product .quantity-box button {
    width: 34px;
    height: 34px;
  }

  .cart-menu .product-content {
    padding: 0 0 0 20px !important;
  }

  .cart-menu .product+.product {
    margin-top: 20px;
  }

  .cart-menu .product .quantity-box {
    width: 200px;
  }

  .cart-menu .product-action {
    gap: 30px;
  }

  .cart-menu .cart-items__remove {
    color: rgba(32, 32, 32, 0.5);
  }

  .mob-cart-container .total-estimated {
    padding: 9px 0 20px;
  }

  .mob-cart-container .total-estimated>* {
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
  }

  .my-profile_wrapper {
    display: flex;
    margin-top: 0;
    padding: 20px;
    background: var(--primary-light-color);
    margin-bottom: 15px;
    gap: 15px;
  }

  .my-profile_wrapper h6 {
    flex: 1 1 0;
    font-weight: 600;
    font-size: var(--font-24);
    line-height: 22px;
  }

  .my-profile_wrapper h6 a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
  }

  .my-profile_wrapper .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }

  .my-profile_wrapper .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }

  .sales-order-view .item {
    gap: 10px;
  }

  .sales-order-view .item .title {
    flex: 1 1 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }

  .sales-order-view .order-track .item {
    position: relative;
    z-index: 1;
  }

  .sales-order-view .order-track .item+.item {
    margin-top: 10px;
  }

  .sales-order-view .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(32, 32, 32, 0.5);
  }

  .sales-order-view .order-track {
    position: relative;
    z-index: 1;
    padding: 15px;
    background-color: #fff;
  }

  .sales-order-view .order-track .item::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    z-index: -1;
    width: 2px;
    height: 100%;
    background-color: var(--secondary-color);
  }

  .sales-order-view .product-price {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
  }

  .sales-order-view .order-code_no {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }

  .sales-order-view .order-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(32, 32, 32, 0.5);
    text-transform: uppercase;
  }

  .sales-order-view .prod_order > .btn {
    color: var(--text-color);
    background: transparent !important;
    border: 1px solid var(--primary-color) !important;
  }

  .sales-order-view .prod-order-title {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
  }

  .sales-order-view .product-title {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    min-height: auto;
  }

  .sales-order-view .product-title a {
    color: inherit;
  }

  .sales-order-view .quantity {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    color: var(--text-color);
  }

  .page-print .item {
    gap: 10px;
  }

  .page-print .item .title {
    flex: 1 1 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }

  .page-print .order-track .item {
    position: relative;
    z-index: 1;
  }

  .page-print .order-track .item+.item {
    margin-top: 10px;
  }

  .page-print .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(32, 32, 32, 0.5);
  }

  .page-print .order-track {
    position: relative;
    z-index: 1;
    padding: 15px;
    background-color: #fff;
  }

  .page-print .order-track .item::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    z-index: -1;
    width: 2px;
    height: 100%;
    background-color: var(--secondary-color);
  }

  .page-print .product-price {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
  }

  .page-print .order-code_no {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }

  .page-print .order-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(32, 32, 32, 0.5);
    text-transform: uppercase;
  }

  .page-print .prod_order > .btn {
    color: var(--text-color);
    background: transparent !important;
    border: 1px solid var(--primary-color) !important;
  }

  .page-print .prod-order-title {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
  }

  .page-print .product-title {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    min-height: auto;
  }

  .page-print .product-title a {
    color: inherit;
  }

  .page-print .quantity {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    color: var(--text-color);
  }

  .prod-order-details .product {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }

  .prod_order {
    gap: 15px;
  }

  .prod_order .icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary-light-color);
    border-radius: 50%;
  }

  .order-number {
    flex: 1 1 0;
  }

  .prod-order-details {
    margin-top: 0;
  }

  .free-gift-button {
    display: none;
  }

  /****/

  .cart-menu {
    height: auto;
  }

  .cart-menu .product-img, 
.prod-order-details .product-img {
    height: 92px;
    width: 92px;
  }

  .cart-menu .product-price {
    margin: 7px 0 !important;
    font-size: 13px !important;
  }

  .cart-menu .product .quantity-box {
    width: 100px;
  }

  .cart-menu .product-action {
    gap: 20px;
  }

  .my-profile_wrapper .profile-img {
    width: 60px;
    height: 60px;
  }

  .prod-order-details .product {
    align-items: flex-start;
  }

  .checkout-onepage-success .actions-toolbar a.action.continue {
    background-color: #e5a820;
    color: #000;
    border-color: #e5a820;
    box-shadow: none;
  }

  .sales-order-view .prod_order {
    gap: 10px;
  }

  .sales-order-view .prod_order .icon {
    width: 40px;
    height: 40px;
  }

  .sales-order-view .prod_order .icon svg {
    width: 15px;
    height: auto;
  }

  .sales-order-view .prod_order > .btn {
    min-width: 100px;
    height: 27px;
    line-height: 25px;
  }

  .sales-order-view .quantity {
    margin-top: 10px;
  }

  .sales-order-view .prod-order-details ~ a.btn.product-atc-btn {
    background: transparent;
    border: 1px solid rgba(32, 32, 32, 0.3);
  }

  .sales-order-view .prod-order-details ~ .btn.product-atc-btn, 
.sales-order-view .prod-order-details ~ div .btn.product-atc-btn, 
.checkout-onepage-success .actions-toolbar a.action.continue {
    height: 50px !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .sales-order-view .product-title, 
.sales-order-view .order-date, 
.sales-order-view .text, 
.cart-menu .product-title, 
.cart-menu .product-price {
    font-size: 14px;
  }

  .page-print .prod_order {
    gap: 10px;
  }

  .page-print .prod_order .icon {
    width: 40px;
    height: 40px;
  }

  .page-print .prod_order .icon svg {
    width: 15px;
    height: auto;
  }

  .page-print .prod_order > .btn {
    min-width: 100px;
    height: 27px;
    line-height: 25px;
  }

  .page-print .quantity {
    margin-top: 10px;
  }

  .page-print .prod-order-details ~ a.btn.product-atc-btn {
    background: transparent;
    border: 1px solid rgba(32, 32, 32, 0.3);
  }

  .page-print .prod-order-details ~ .btn.product-atc-btn, 
.page-print .prod-order-details ~ div .btn.product-atc-btn {
    height: 50px !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .page-print .product-title, 
.page-print .order-date, 
.page-print .text {
    font-size: 14px;
  }

  /****/

  .my-profile_wrapper h6 {
    font-size: var(--font-18);
    font-size: 18px;
  }

  .mob-cart-container .btn, 
.sales-order-view .product-title, 
.sales-order-view .order-date, 
.sales-order-view .text, 
.page-print .product-title, 
.page-print .order-date, 
.page-print .text, 
.cart-menu .product-title, 
.cart-menu .product-price {
    font-size: 12px;
  }

  .mob-cart-container .total-estimated>*, 
.sales-order-view .quantity, 
.sales-order-view .product-price, 
.sales-order-view .order-code_no, 
.sales-order-view .prod_order > .btn, 
.sales-order-view .item .title, 
.page-print .quantity, 
.page-print .product-price, 
.page-print .order-code_no, 
.page-print .prod_order > .btn, 
.page-print .item .title, 
.my-profile_wrapper h6 a {
    font-size: 13px;
  }

  /****/

  .mob-cart-container .btn {
    height: 40px;
  }

  .cart-menu .product-content {
    padding: 0 0 0 10px;
  }

  .my-profile_wrapper {
    padding: 16px;
    gap: 5px;
  }

  .my-profile_wrapper h6 {
    margin: 0;
    font-size: var(--font-14);
  }

  .my-profile_wrapper .profile-img {
    width: 50px;
    height: 50px;
  }

  .my-profile_wrapper .profile-edit svg {
    width: 16px;
  }

  .sales-order-view .order-track, 
.page-print .order-track, 
.prod-order-details .product {
    gap: 10px;
  }

  .prodorderbox {
    padding: 15px;
    background: #fff;
  }

  .prodorderbox + ul.order-menu {
    padding: 5px 15px 15px 15px;
    background: #fff;
  }

  .prod-order-details .product:not(:first-child) {
    margin-top: 10px;
  }

  .prod-order-details .product {
    align-items: center;
  }

  .sales-order-view .product-title {
    opacity: 1 !important;
  }

  .sales-order-view .product-title a {
    margin: 0 !important;
  }

  .sales-order-view .reward-history-table .tfoot {
    padding: 30px 0;
    gap: 15px;
  }

  .sales-order-view .reward-history-table .tfoot > div:nth-child(odd) {
    text-align: left;
    color: #202020;
  }

  .sales-order-view .reward-history-table .tfoot > div {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .sales-order-view .reward-history-table .tfoot > div:nth-child(even) {
    color: #007599;
  }

  .sales-order-view .reward-history-table .tfoot > div:last-child, 
.sales-order-view .reward-history-table .tfoot > div:nth-last-child(2) {
    font-size: 18px !important;
  }

  .page-print .product-title {
    opacity: 1 !important;
  }

  .page-print .product-title a {
    margin: 0 !important;
  }

  .page-print .reward-history-table .tfoot {
    padding: 30px 0;
    gap: 15px;
  }

  .page-print .reward-history-table .tfoot > div:nth-child(odd) {
    text-align: left;
    color: #202020;
  }

  .page-print .reward-history-table .tfoot > div {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .page-print .reward-history-table .tfoot > div:nth-child(even) {
    color: #007599;
  }

  .page-print .reward-history-table .tfoot > div:last-child, 
.page-print .reward-history-table .tfoot > div:nth-last-child(2) {
    font-size: 18px !important;
  }
}

@media (max-width:579px){
  .google-review-landing-right iframe {
    height: 710px;
  }
}

/** Detail slider Zoom css 08-04-2026 ***/

@media (max-width:767px){
  button.zoominimage:before {
    display: block !important;
  }

  button.absolute.zoominimage {
    pointer-events: auto !important;
  }

  .product-details-slider-container .w-full.h-full.fixed .relative.w-fit-content {
    width: 100% !important;
    border: 0 !important;
    outline: 0 !important;
    height: 100% !important;
  }

  .product-details-slider-container .w-full.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100% !important;
  }

  .product-details-slider-container .w-full.h-full.fixed .relative.self-center.w-full {
    height: 100% !important;
    border: 0 !important;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0 !important;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666 !important;
  }

  .product-details-slider-container .w-full.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }
}

/** && Detail slider Zoom css 08-04-2026 ***/

/** 13-04-2026 **/

@media (max-width: 767px) {
  .sales-order-history .reward-history-table tr{
    padding: 15px 160px 15px 65px !important;
  }

  .message.success {
    position: relative;
    padding-right: 40px;
  }

  .message.success button {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    line-height: 0;
  }

  .sales-order-view .prod-order-details .address-edit {
    display: none !important;
  }
}

/** 13-04-2026 **/

/** 21042026 **/

.product-slider.crosssell-product-slider {
  padding-bottom: var(--section-space);
  padding-left: 10px;
  padding-right: 10px;
}

.product-slider.crosssell-product-slider .container {
  border: 0 !important;
  padding: 0 0 0 0 !important;
}

@media (max-width:767px){
  .product-slider.crosssell-product-slider {
    padding: 40px 10px 30px 10px;
  }

  .product-slider.crosssell-product-slider .container {
    border: 0 !important;
    padding: 0 !important;
  }

  .checkout-cart-index .page-wrapper {
    height: 100vh;
  }

  .cart-empty {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .checkout-cart-index .message.success{
    margin-bottom: 15px !important;
  }
}

/** && 21042026 **/

/** 24-04-2026 **/

@media (max-width: 1599px) {
  td ul.prices-tier li.item:last-child {
    margin-bottom: 0 !important;
    white-space: normal;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .productlist_wrapper .toolbar.product-shorting-filter {
    display: none !important;
  }

  .productlist_wrapper .toolbar.product-shorting-filter ~ .toolbar.product-shorting-filter {
    display: block !important;
  }
}

/** && 24-04-2026 **/

/*28/4/2026*/

.drawer-filter-content .toggle-icon {
  background: transparent;
  padding: 0 !important;
  font-size: 26px;
  font-weight: 400;
  color: #666;
}

/*28/4/2026*/

/*** 01052026 **/

@media (max-width:767px){
  .checkout-cart-index .container.flex.flex-col {
    display: none;
  }
}

@media (max-width:567px){
  span.fuel-mandatory-badge {
    margin: 10px 0 0 0 !important;
  }
}

/*** && 01052026 **/

ul.prices-tier.items li.item {
  display: flex;
  flex-wrap: wrap;
}

/*** New Design css 03072026 ****/

@media (max-width:767px) {
  .popularcategory .section-content span {
    display: none;
  }

  .popularcategory .section-content {
    margin-bottom: 15px !important;
  }

  .uppercase_title.font-26 {
    font-size: 18px !important;
    font-weight: 700 !important;
  }

  .popularcategory nav button, .new_product_section .slider_arrow button, .category_tab_wrapper button {
    width: 30px !important;
    height: 30px !important;
  }

  .popularcategory nav button:first-child {
    left: -15px;
  }

  .popularcategory nav button:last-child {
    right: 20px !important;
  }

  .popularcategory > .relative {
    margin-bottom: 10px !important;
  }

  .popularcategory-imgtext img.popularcategory-image {
    width: 50px;
  }

  .popularcategory-title {
    font-size: 11px !important;
    line-height: normal;
  }

  .popularcategory-arrow, .popularcategory-arrow svg {
    width: 8px !important;
    height: 15px !important;
  }

  .popularcategory {
    padding-right: 0 !important;
    overflow: hidden;
  }

  .popularcategory .js_slide {
    width: 40% !important;
  }

  .city-section .container > .flex > *.flex-ase {
    display: none !important;
  }

  .android-mobile .city-section .container > .flex > *:first-child {
    width: 100% !important;
  }

  .android-mobile .city-section .section-space {
    text-align: center !important;
    padding-right: 0 !important;
  }

  .android-mobile .city-section .section-content h2 {
    text-align: center;
    font-size: 20px !important;
  }

  .android-mobile .city-section .section-content .subtitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px !important;
    margin-top: 15px !important;
  }

  .android-mobile .city-section .city-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-right: 0;
  }

  .city-section .city-img {
    margin: 0 auto;
  }

  .city-section .city-title {
    margin-top: 15px;
  }

  .android-mobile .reward-content p {
    display: block;
  }

  .android-mobile .reward-benefit-container {
    display: block;
  }

  .android-mobile .reward-content .btn {
    display: inline-block;
    line-height: 38px;
    box-shadow: none;
  }

  .reward-benefit + .reward-benefit.flex {
    margin-top: 10px;
  }

  .android-mobile .reward-content .title-1 {
    font-size: inherit !important;
  }

  .android-mobile .hot-deals .section-content h2 {
    width: auto !important;
  }

  .view_all_right {
    font-size: 12px;
    width: auto !important;
    line-height: normal;
  }

  .view_all_right svg {
    width: 9px;
    height: 12px;
    margin-left: 5px;
  }

  /****/

  .android-mobile .hot-deals .section-content {
    justify-content: space-between !important;
    padding-right: 20px;
  }

  .hot-deals .product.product-item {
    border: 1px solid rgba(32, 32, 32, 0.15) !important;
  }

  .hot-deals .product.product-item .product-item-photo {
    border: 0 !important;
    padding-bottom: 100px !important;
  }

  .hot-deals .product.product-item .product-info {
    padding: 0 10px 10px 10px !important;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.left-0 {
    left: 10px !important;
    top: 10px !important;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.left-0 img.amasty-label-image {
    max-width: 34px !important;
  }

  .hot-deals .product.product-item .product-item-photo > img {
    right: 10px !important;
    top: 10px !important;
  }

  .hot-deals .product-content > p.text-red-600, .product-content > p.text-red-600 {
    font-size: 12px !important;
  }

  /***/

  .new_product_section .special-deal {
    display: block;
    padding: 21px 15px !important;
  }

  .new_product_section .relative.container > .flex > .w-full:first-child {
    width: 100% !important;
    padding: 0 20px 0 0 !important;
  }

  .new_product_section .special-deal .special-deal-content h2.title-1 {
    font-size: 20px !important;
  }

  .new_product_section .relative.container > .flex > .w-full:last-child {
    width: 100% !important;
    padding: 0 !important;
  }

  .new_product_section .container > div.flex {
    margin: 0 !important;
  }

  .new_product_section .relative.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section.product-section .relativeslidermain .slider_arrow {
    display: block !important;
  }

  .new_product_section .slider_arrow button.prevslide {
    left: -15px;
  }

  .new_product_section .slider_arrow button.nextslide {
    right: 20px !important;
  }

  .new_product_section .container > div.flex .product-item {
    width: 305px !important;
    align-items: center;
  }

  .new_product_section .relative.container {
    padding-right: 0 !important;
  }

  /* .new_product_section .product .product-info .product-actions { display: flex !important; } */

  .new_product_section .product .product-item-photo {
    width: 90px !important;
    height: 90px !important;
  }

  .new_product_section .product .product-info .product-title .product-item-link {
    margin: 0 !important;
  }

  /***/

  .android-mobile .banner-product-category-section > .container .relative{
    padding: 0 !important;
  }

  .android-mobile .new_product_section.product-section .js_slides {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }

  section.product-section.new_product_section {
    padding-top: 15px !important;
    overflow: hidden;
  }

  .home-banner-section {
    display: block !important;
    padding: 0 20px;
  }

  .home-banner-section .home-banner-desktop {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .home-banner-section .new1hero_wrapper {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .android-mobile .banner-product-category-section > .container .relative {
    margin: 0 !important;
  }

  .home-banner-section section.whyus-section {
    padding: 15px 15px;
    margin-bottom: 20px;
  }

  .android-mobile .banner-product-category-section > .container .grid.gap {
    gap: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }

  .home-banner-section figure.whyus {
    width: 100%;
  }

  .home-banner-section figure.whyus + figure.whyus {
    margin-top: 15px !important;
    padding-top: 15px !important;
    border-top: 1px solid rgba(217, 217, 217, 0.5);
  }

  .whyus-icon {
    width: 30px !important;
    height: 30px !important;
  }

  .whyus-content {
    padding: 0 0 0 20px;
  }

  .home-banner-section .whyus-section p {
    font-size: 13px;
  }

  .home-banner-section .whyus-section p strong {
    font-size: 14px;
    margin-bottom: 4px;
  }

  /***/

  .home-new-arrivals {
    background: #F4F4F4;
    padding: 30px 0 !important;
  }

  .home-new-arrivals .section-content {
    justify-content: space-between !important;
    padding-right: 20px;
  }

  .home-new-arrivals .section-content h2.title-1 {
    width: auto;
    font-weight: 700 !important;
  }

  .home-new-arrivals .product {
    background: transparent !important;
  }

  .android-mobile section.city-section {
    padding: 20px 20px;
    margin-bottom: 0 !important;
  }

  .new_city_wrapper .city-section .city-list > * {
    width: calc(33.333% - 10px);
  }

  .android-mobile .city-section .city-list {
    gap: 10px;
  }

  .city-section .city-title {
    font-size: 12px;
  }

  .city-price {
    font-size: 16px;
  }

  section.new_city_wrapper {
    gap: 15px;
    padding: 0 20px;
  }

  .android-mobile section.reward-section {
    padding-top: 0 !important;
  }

  /** home product slider **/

  .product-section .relative.container {
    padding-right: 0 !important;
  }

  .product-section .js_slide {
    width: 43% !important;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .product-section .js_slides {
    margin: 0 -7.5px;
  }

  section.product-section {
    overflow: hidden;
    position: relative;
  }

  /** home product slider **/

  .new_city_wrapper .city-section .city-img {
    min-height: 90px;
  }

  .new_city_wrapper .reward-section .reward-container {
    padding: 15px 15px !important;
    min-height: inherit !important;
  }

  .android-mobile .reward-container > *:last-child {
    width: 100% !important;
    padding: 0 !important;
  }

  .new_city_wrapper .reward-section h2.title-1 {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 0 !important;
    max-width: 180px !important;
  }

  .new_city_wrapper .reward-section h2.title-1 strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #E5A820;
    margin-bottom: 5px !important;
    display: inline-block !important;
  }

  .new_city_wrapper .reward-section h2.title-1 + p {
    padding-right: 0 !important;
    margin-top: 15px !important;
    font-size: 13px !important;
  }

  .new_city_wrapper .reward-benefit_point_new {
    max-width: 163px;
    padding-bottom: 0 !important;
  }

  /***/

  section.only-content-section.section-space {
    display: block !important;
    padding: 15px 0 40px 0;
  }

  .only-content-section h1.title-1 {
    font-size: 24px !important;
    line-height: 29px;
  }

  .only-content-section .cms-content p {
    font-size: 14px !important;
  }

  .popularcategory-card {
    padding: 5px 4px;
  }

  .popularcategory-imgtext {
    gap: 3px;
  }

  .new_product_section .product .product-info .product-title .product-item-link {
    -webkit-line-clamp: 2 !important;
  }

  .category_tab_wrapper, .category_tab_wrapper ~ section.product-section {
    display: block !important;
  }

  .popularcategory nav button svg, .new_product_section .slider_arrow button svg, .category_tab_wrapper button svg {
    width: 7px !important;
    height: 14px !important;
  }
}

@media (max-width:389px) {
  .popularcategory .js_slide {
    width: 42% !important;
  }
}

/*** && New Design css 03072026 ****/

:root {
  --spinner-size: 12px;
}

.lds-ripple[hidden] {
  display: none;
}

@media (min-width:768px) {
  .header-search.lds-ripple[hidden] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.lds-ripple[hidden] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.lds-ripple[hidden] {
    display: block;
  }
}

.lds-ripple {
  position: relative;
  display: inline-block;
  height: calc(var(--spinner-size) * 2);
  width: calc(var(--spinner-size) * 2);
}

.product-details-section .product-details .lds-ripple.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>.lds-ripple {
  background: #92ced6;
}

.cart-form .fixed.z-50 .lds-ripple.bg-white {
  max-width: 400px;
  width: 100%;
}

.product-details-section .product-details .lds-ripple.w-fit-content {
  background: #fff;
}

.lds-ripple.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.gift-popup-main .lds-ripple.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.lds-ripple {
  width: 100%;
  padding-right: 0;
}

@media (max-width:1023px) {
  .gift-popup-main .lds-ripple.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media screen and (max-width:567px) {
  .product-details .lds-ripple.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex .lds-ripple.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.lds-ripple.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > .lds-ripple {
  width: calc(50% - 10px);
}

 .popularcategory .lds-ripple > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory .lds-ripple > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .lds-ripple {
  width: 100%;
}

.popularcategory > .lds-ripple {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .lds-ripple {
    width: 100%;
  }
}

.category-slider-container .lds-ripple.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider .lds-ripple.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .lds-ripple.container {
    padding: 0 0;
  }

  .product-details .lds-ripple.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .lds-ripple {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main .lds-ripple {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .lds-ripple .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .lds-ripple .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .lds-ripple > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .lds-ripple.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .lds-ripple.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > .lds-ripple {
    margin-bottom: 10px;
  }

  .new_product_section .lds-ripple.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .lds-ripple.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .lds-ripple.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .lds-ripple.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .lds-ripple{
    padding: 0;
    margin: 0;
  }

  .product-section .lds-ripple.container {
    padding-right: 0;
  }
}

.lds-ripple div {
  position: absolute;
  border-radius: 50%;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  opacity: 1;
}

dialog button.lds-ripple div {
  top: 10px;
  right: 10px;
}

dialog button.lds-ripple div:focus {
  outline: 0;
  box-shadow: none;
}

.quick-view-main .lds-ripple div {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input.lds-ripple div {
  left: 15px;
  top: 15px;
}

.product-details .lds-ripple div.top-0 button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.lds-ripple div {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.lds-ripple div li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.lds-ripple div {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.lds-ripple div li:hover {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow.lds-ripple div.left-0.right-0 {
    display: none;
  }
}

.bss_popup > a.lds-ripple div {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.lds-ripple div svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.lds-ripple div:before {
  display: none;
}

.bss_popup > a.lds-ripple div svg:before {
  display: none;
}

.category_tab_wrapper nav.lds-ripple div {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:767px) {
  .android-mobile button.lds-ripple div.zoominimage {
    pointer-events: none;
  }

  .android-mobile .review_mobile_slider_main nav.lds-ripple div {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .lds-ripple div > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button.lds-ripple div.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img.lds-ripple div.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .lds-ripple div.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .lds-ripple div.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }
}

.lds-ripple div {
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: var(--spinner-size);
    left: var(--spinner-size);
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: var(--spinner-size);
    left: var(--spinner-size);
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: var(--spinner-size);
    left: var(--spinner-size);
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: calc(var(--spinner-size) * 2);
    height: calc(var(--spinner-size) * 2);
    opacity: 0;
  }
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}

@keyframes bounceIn {
  from,
    20%,
    40%,
    60%,
    80%,
    to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDown {
  animation-name: fadeInDown;
}

.amsearch-search-page .message {
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .flex.amsearch-search-page .message.gap-2 {
    display: none;
  }
}

.amsearch-search-page .message .amelsearch-further-section {
  margin-bottom: 1rem;
  width: 100%;
}

.product-details-slider-container .amsearch-search-page .message .amelsearch-further-section.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty.amsearch-search-page .message .amelsearch-further-section {
  margin: 0;
  height: 50px;
}

.membership-tiers-main img.amsearch-search-page .message .amelsearch-further-section {
  margin-bottom: 41px;
}

.flex.flex-col.justify-center.items-center.amsearch-search-page .message .amelsearch-further-section.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1080px) {
  .membership-tiers-main img.amsearch-search-page .message .amelsearch-further-section {
    margin-bottom: 20px;
  }
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .amsearch-search-page .message .amelsearch-further-section {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.amsearch-search-page .message .amelsearch-further-section {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .amsearch-search-page .message .amelsearch-further-section {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.amsearch-search-page .message .amelsearch-further-section {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.amsearch-search-page .message .amelsearch-further-section {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .amsearch-search-page .message .amelsearch-further-section,
    form#discount-coupon-form .coupon .control.amsearch-search-page .message .amelsearch-further-section {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img.amsearch-search-page .message .amelsearch-further-section {
    width: 60px;
  }
}

#search_mini_form > .amsearch-search-page .message .amelsearch-further-section.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .amsearch-search-page .message .amelsearch-further-section.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .amsearch-search-page .message .amelsearch-further-section.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex .amsearch-search-page .message .amelsearch-further-section:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .amsearch-search-page .message .amelsearch-further-section:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .amsearch-search-page .message .amelsearch-further-section:first-child {
  width: 20.5%;
}

.new_product_section .flex .amsearch-search-page .message .amelsearch-further-section:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex .amsearch-search-page .message .amelsearch-further-section:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .amsearch-search-page .message .amelsearch-further-section:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .amsearch-search-page .message .amelsearch-further-section:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .amsearch-search-page .message .amelsearch-further-section:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img.amsearch-search-page .message .amelsearch-further-section {
    width: 50px;
    margin-bottom: 15px;
  }

  .product-details .relative.self-center.amsearch-search-page .message .amelsearch-further-section {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container .amsearch-search-page .message .amelsearch-further-section.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .amsearch-search-page .message .amelsearch-further-section.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .amsearch-search-page .message .amelsearch-further-section.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .amsearch-search-page .message .amelsearch-further-section.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .amsearch-search-page .message .amelsearch-further-section.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .amsearch-search-page .message .amelsearch-further-section.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .amsearch-search-page .message .amelsearch-further-section.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > .amsearch-search-page .message .amelsearch-further-section:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .amsearch-search-page .message .amelsearch-further-section:last-child {
    width: 100%;
    padding: 0;
  }
}

.amsearch-search-page .message .amelsearch-further-section .amelsearch-form-section {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.rating-result:before,
.summ-rating:before {
  content: '\2605' '\2605' '\2605' '\2605' '\2605';
}

/* Custom module styles for PDP */

.catalog-product-view .product-info-main section[id*='mostviewed'] {
  grid-column: span 2 / span 2;
}

.catalog-product-view .product-info-main section[id='amrelated_product_content_tab'] {
  grid-column: span 2 / span 2;
}

/* Styles for bundle pack popup functionality */

[x-ref="bundlePopup"] .product-custom-option.form-textarea,
    [x-ref="bundlePopup"] .product-custom-option.form-select {
  width: 100%;
}

.product-details-slider-container [x-ref="bundlePopup"] .product-custom-option.form-textarea.h-full.fixed,.product-details-slider-container 
    [x-ref="bundlePopup"] .product-custom-option.form-select.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty[x-ref="bundlePopup"] .product-custom-option.form-textarea,.quickorder_table .tbody>* .field.qty
    [x-ref="bundlePopup"] .product-custom-option.form-select {
  margin: 0;
  height: 50px;
}

.flex.flex-col.justify-center.items-center[x-ref="bundlePopup"] .product-custom-option.form-textarea.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto,.flex.flex-col.justify-center.items-center
    [x-ref="bundlePopup"] .product-custom-option.form-select.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon [x-ref="bundlePopup"] .product-custom-option.form-textarea,form#discount-coupon-form .coupon 
    [x-ref="bundlePopup"] .product-custom-option.form-select {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control[x-ref="bundlePopup"] .product-custom-option.form-textarea,form#discount-coupon-form .coupon .control
    [x-ref="bundlePopup"] .product-custom-option.form-select {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon [x-ref="bundlePopup"] .product-custom-option.form-textarea,form#discount-coupon-form .coupon 
    [x-ref="bundlePopup"] .product-custom-option.form-select {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control[x-ref="bundlePopup"] .product-custom-option.form-textarea,form#discount-coupon-form .coupon .control
    [x-ref="bundlePopup"] .product-custom-option.form-select {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center[x-ref="bundlePopup"] .product-custom-option.form-textarea,.product-details .relative.self-center
    [x-ref="bundlePopup"] .product-custom-option.form-select {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon [x-ref="bundlePopup"] .product-custom-option.form-textarea,
    form#discount-coupon-form .coupon .control[x-ref="bundlePopup"] .product-custom-option.form-textarea,form#discount-coupon-form .coupon 
    [x-ref="bundlePopup"] .product-custom-option.form-select,
    form#discount-coupon-form .coupon .control
    [x-ref="bundlePopup"] .product-custom-option.form-select {
    width: 100%;
  }
}

#search_mini_form > [x-ref="bundlePopup"] .product-custom-option.form-textarea.flex .relative.w-full,#search_mini_form > 
    [x-ref="bundlePopup"] .product-custom-option.form-select.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > [x-ref="bundlePopup"] .product-custom-option.form-textarea.flex,#search_mini_form > 
    [x-ref="bundlePopup"] .product-custom-option.form-select.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > [x-ref="bundlePopup"] .product-custom-option.form-textarea.flex,#search_mini_form > 
    [x-ref="bundlePopup"] .product-custom-option.form-select.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex [x-ref="bundlePopup"] .product-custom-option.form-textarea:first-child,.new_product_section .flex 
    [x-ref="bundlePopup"] .product-custom-option.form-select:first-child {
    width: 19.4%;
  }

  .new_product_section .flex [x-ref="bundlePopup"] .product-custom-option.form-textarea:last-child,.new_product_section .flex 
    [x-ref="bundlePopup"] .product-custom-option.form-select:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex [x-ref="bundlePopup"] .product-custom-option.form-textarea:first-child,.new_product_section .flex 
    [x-ref="bundlePopup"] .product-custom-option.form-select:first-child {
  width: 20.5%;
}

.new_product_section .flex [x-ref="bundlePopup"] .product-custom-option.form-textarea:last-child,.new_product_section .flex 
    [x-ref="bundlePopup"] .product-custom-option.form-select:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex [x-ref="bundlePopup"] .product-custom-option.form-textarea:last-child,.new_product_section .flex 
    [x-ref="bundlePopup"] .product-custom-option.form-select:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex [x-ref="bundlePopup"] .product-custom-option.form-textarea:first-child,.new_product_section .flex 
    [x-ref="bundlePopup"] .product-custom-option.form-select:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex [x-ref="bundlePopup"] .product-custom-option.form-textarea:last-child,.new_product_section .flex 
    [x-ref="bundlePopup"] .product-custom-option.form-select:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex [x-ref="bundlePopup"] .product-custom-option.form-textarea:first-child,.new_product_section .flex 
    [x-ref="bundlePopup"] .product-custom-option.form-select:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center[x-ref="bundlePopup"] .product-custom-option.form-textarea,.product-details .relative.self-center
    [x-ref="bundlePopup"] .product-custom-option.form-select {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container [x-ref="bundlePopup"] .product-custom-option.form-textarea.h-full.fixed .relative.w-fit-content,.product-details-slider-container 
    [x-ref="bundlePopup"] .product-custom-option.form-select.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container [x-ref="bundlePopup"] .product-custom-option.form-textarea.h-full.fixed .flex.justify-center.gap-2.mt-4,.product-details-slider-container 
    [x-ref="bundlePopup"] .product-custom-option.form-select.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container [x-ref="bundlePopup"] .product-custom-option.form-textarea.h-full.fixed img.absolute.max-h-screen-75,.product-details-slider-container 
    [x-ref="bundlePopup"] .product-custom-option.form-select.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container [x-ref="bundlePopup"] .product-custom-option.form-textarea.h-full.fixed .relative.self-center.w-full,.product-details-slider-container 
    [x-ref="bundlePopup"] .product-custom-option.form-select.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container [x-ref="bundlePopup"] .product-custom-option.form-textarea.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4,.product-details-slider-container 
    [x-ref="bundlePopup"] .product-custom-option.form-select.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container [x-ref="bundlePopup"] .product-custom-option.form-textarea.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg *,.product-details-slider-container 
    [x-ref="bundlePopup"] .product-custom-option.form-select.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container [x-ref="bundlePopup"] .product-custom-option.form-textarea.h-full.fixed .amlabel-position-wrapper,.product-details-slider-container 
    [x-ref="bundlePopup"] .product-custom-option.form-select.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > [x-ref="bundlePopup"] .product-custom-option.form-textarea:first-child,.new_product_section .relative.container > .flex > 
    [x-ref="bundlePopup"] .product-custom-option.form-select:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > [x-ref="bundlePopup"] .product-custom-option.form-textarea:last-child,.new_product_section .relative.container > .flex > 
    [x-ref="bundlePopup"] .product-custom-option.form-select:last-child {
    width: 100%;
    padding: 0;
  }
}

.amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div {
  padding: 1rem;
}

.form.mini-search .flex > [class*="am-search-"] .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div.box-border {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div.box-border .flex.text-xl {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div {
    width: 100%;
  }
}

@media (max-width:767px) {
  .android-mobile .list_bottom_menu > .fixed .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div.border-t.border-gray-200.bg-gray-50 {
    display: none;
  }
}

@media (min-width: 768px) {
  .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div {
    width: 100%;
  }
}

.amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div > p,
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div > p + div,
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom .product-description,
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom .product-description + div,
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom #product-details {
  display: none;
}

@media (min-width:768px) {
  .header-search.amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div > p,.header-search
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div > p + div,.header-search
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom .product-description,.header-search
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom .product-description + div,.header-search
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom #product-details {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div > p,.customer-account-index .my-account-container
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div > p + div,.customer-account-index .my-account-container
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom .product-description,.customer-account-index .my-account-container
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom .product-description + div,.customer-account-index .my-account-container
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom #product-details {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div > p,.customer-account-index .recent-order-wrapper.reward-history-table
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom > div > p + div,.customer-account-index .recent-order-wrapper.reward-history-table
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom .product-description,.customer-account-index .recent-order-wrapper.reward-history-table
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom .product-description + div,.customer-account-index .recent-order-wrapper.reward-history-table
        .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom #product-details {
    display: block;
  }
}

.amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom div[x-data="initBundleOptions()"] .nested.options-list .field.choice input {
  margin-top: 0.25rem;
}

.amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom div[x-data="initBundleOptions()"] .nested.options-list .field.choice .price-container {
  display: inline-block;
}

.cart-form .fixed.z-50 .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom div[x-data="initBundleOptions()"] .nested.options-list .field.choice .price-container.bg-white {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom div[x-data="initBundleOptions()"] .nested.options-list .field.choice .price-container.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

@media (max-width:1023px) {
  .gift-popup-main .amrelated-popup-wrapper-content div[id^='amrelated-product-container'] .info-container .product-options-bottom div[x-data="initBundleOptions()"] .nested.options-list .field.choice .price-container.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

.amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
  width: 100%;
}

.product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty.amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
  margin: 0;
  height: 50px;
}

.flex.flex-col.justify-center.items-center.amrelated-popup-wrapper-content .swatch-attribute .product-option-label.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .amrelated-popup-wrapper-content .swatch-attribute .product-option-label,
    form#discount-coupon-form .coupon .control.amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
    width: 100%;
  }
}

#search_mini_form > .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-label:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-label:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-label:first-child {
  width: 20.5%;
}

.new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-label:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-label:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-label:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-label:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-label:first-child {
    width: 33.3333%;
  }
}

@media (min-width: 568px) {
  .amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
    width: 33.3333%
  }
}

@media (min-width: 640px) {
  .amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
    width: 33.333333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center.amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-label.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > .amrelated-popup-wrapper-content .swatch-attribute .product-option-label:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .amrelated-popup-wrapper-content .swatch-attribute .product-option-label:last-child {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 640px) {
  .amrelated-popup-wrapper-content .swatch-attribute .product-option-label {
    width: 33.333333%;
  }
}

.amrelated-popup-wrapper-content .swatch-attribute .product-option-values {
  width: 100%;
}

.product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty.amrelated-popup-wrapper-content .swatch-attribute .product-option-values {
  margin: 0;
  height: 50px;
}

.flex.flex-col.justify-center.items-center.amrelated-popup-wrapper-content .swatch-attribute .product-option-values.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .amrelated-popup-wrapper-content .swatch-attribute .product-option-values {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.amrelated-popup-wrapper-content .swatch-attribute .product-option-values {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .amrelated-popup-wrapper-content .swatch-attribute .product-option-values {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.amrelated-popup-wrapper-content .swatch-attribute .product-option-values {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.amrelated-popup-wrapper-content .swatch-attribute .product-option-values {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .amrelated-popup-wrapper-content .swatch-attribute .product-option-values,
    form#discount-coupon-form .coupon .control.amrelated-popup-wrapper-content .swatch-attribute .product-option-values {
    width: 100%;
  }
}

#search_mini_form > .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-values:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-values:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-values:first-child {
  width: 20.5%;
}

.new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-values:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-values:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-values:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-values:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .amrelated-popup-wrapper-content .swatch-attribute .product-option-values:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center.amrelated-popup-wrapper-content .swatch-attribute .product-option-values {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .amrelated-popup-wrapper-content .swatch-attribute .product-option-values.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > .amrelated-popup-wrapper-content .swatch-attribute .product-option-values:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .amrelated-popup-wrapper-content .swatch-attribute .product-option-values:last-child {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 640px) {
  .amrelated-popup-wrapper-content .swatch-attribute .product-option-values {
    width: 66.666667%;
  }
}

/* Styles for bundle pack functionality */

@media (min-width: 1024px){
  .amrelated-content-container .amrelated-content-wrapper .amrelated-pack-item-wrapper[data-class='-narrow-wrapper']:last-child .amrelated-pack-item {
    max-width: 120px;
  }

  .amrelated-content-container .amrelated-content-wrapper .amrelated-pack-item-wrapper:not(:last-child):after {
    content: '+';
    padding: 0.625rem;
    font-size: 90px;
    line-height: 100px;
    --tw-text-opacity: 1;
    color: rgba(25, 121, 195, var(--tw-text-opacity, 1))
  }
}

.free-gift-button a {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.amwishlist-list-block button.free-gift-button a {
  color: var(--primary-color);
}

/* Fix for Tailwind before v3.4 */

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cursor-pointer[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.cursor-pointer[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.cursor-pointer[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.cursor-pointer[disabled] {
    display: block;
  }
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

@media (min-width:768px) {
  .header-search.swiper-pagination-bullets .swiper-pagination-bullet:before {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.swiper-pagination-bullets .swiper-pagination-bullet:before {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.swiper-pagination-bullets .swiper-pagination-bullet:before {
    display: block;
  }
}

.swiper-pagination-horizontal {
  text-align: center;
}

.text-left-mobile th.swiper-pagination-horizontal,
.text-left-mobile td.swiper-pagination-horizontal {
  text-align: center;
}

@media (max-width: 767px) {
  .section-content.swiper-pagination-horizontal {
    justify-content: center;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .block.widget.-slider .section-content.swiper-pagination-horizontal {
    padding: 0 20px;
  }
}

/* Custom module styles */

.w-am-latter:nth-child(4n+5) {
  margin-right: 0px;
}

.ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content,
        .ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  top: -0.25rem;
}

.ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  left: 50%;
}

.catalog-product-view .product-info-main .page-title {
  text-align: left;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"], .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] {
  z-index: 30;
}

.fixed.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"].bg-opacity-50,.fixed .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"].bg-opacity-50 {
  z-index: 88;
  --tw-bg-opacity: 0.7;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content, .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content {
  top: -1rem;
  left: 100%;
  margin-left: 1rem;
  transform: none;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon, .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  top: auto;
  left: 100%;
  bottom: 0px;
  transform: none;
}

.amlabel-position-wrapper.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon .amlabel-text,.amlabel-position-wrapper .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon .amasty-label-container,.amlabel-position-wrapper .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon .amasty-label-container {
  width: auto;
}

.amlabel-position-wrapper.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon,.amlabel-position-wrapper .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  width: 100%;
  align-items: end;
  bottom: 5px;
  gap: 0;
}

.amlabel-position-wrapper.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon .amlabel-text+img,.amlabel-position-wrapper .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon .amlabel-text+img {
  width: auto;
}

.amlabel-position-wrapper.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon .amlabel-text:before,.amlabel-position-wrapper .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.amlabel-position-wrapper.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon .amlabel-text+img,.amlabel-position-wrapper .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon .amlabel-text+img {
  height: 28px;
}

.product-details-section .amlabel-position-wrapper.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon,.product-details-section .amlabel-position-wrapper .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  bottom: auto;
  top: 10px;
  right: 10px;
  width: auto;
}

.product-details-section .amlabel-position-wrapper.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon img.edb-badge,.product-details-section .amlabel-position-wrapper .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon img.edb-badge {
  height: 60px;
  max-height: 60px;
}

@media (max-width:1080px) {
  .product-details-section .amlabel-position-wrapper.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon img.edb-badge,.product-details-section .amlabel-position-wrapper .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon img.edb-badge {
    height: 50px;
    max-height: 40px;
  }
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon.right-0,.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon.right-0 {
  display: none;
}

.catalog-product-view .product-info-main > section:first-child h1.page-title {
  width: 100%;
}

.product-details-slider-container .catalog-product-view .product-info-main > section:first-child h1.page-title.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty.catalog-product-view .product-info-main > section:first-child h1.page-title {
  margin: 0;
  height: 50px;
}

.flex.flex-col.justify-center.items-center.catalog-product-view .product-info-main > section:first-child h1.page-title.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .catalog-product-view .product-info-main > section:first-child h1.page-title {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.catalog-product-view .product-info-main > section:first-child h1.page-title {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .catalog-product-view .product-info-main > section:first-child h1.page-title {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.catalog-product-view .product-info-main > section:first-child h1.page-title {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.catalog-product-view .product-info-main > section:first-child h1.page-title {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .catalog-product-view .product-info-main > section:first-child h1.page-title,
    form#discount-coupon-form .coupon .control.catalog-product-view .product-info-main > section:first-child h1.page-title {
    width: 100%;
  }
}

#search_mini_form > .catalog-product-view .product-info-main > section:first-child h1.page-title.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .catalog-product-view .product-info-main > section:first-child h1.page-title.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .catalog-product-view .product-info-main > section:first-child h1.page-title.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex .catalog-product-view .product-info-main > section:first-child h1.page-title:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .catalog-product-view .product-info-main > section:first-child h1.page-title:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .catalog-product-view .product-info-main > section:first-child h1.page-title:first-child {
  width: 20.5%;
}

.new_product_section .flex .catalog-product-view .product-info-main > section:first-child h1.page-title:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex .catalog-product-view .product-info-main > section:first-child h1.page-title:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .catalog-product-view .product-info-main > section:first-child h1.page-title:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .catalog-product-view .product-info-main > section:first-child h1.page-title:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .catalog-product-view .product-info-main > section:first-child h1.page-title:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center.catalog-product-view .product-info-main > section:first-child h1.page-title {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container .catalog-product-view .product-info-main > section:first-child h1.page-title.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .catalog-product-view .product-info-main > section:first-child h1.page-title.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .catalog-product-view .product-info-main > section:first-child h1.page-title.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .catalog-product-view .product-info-main > section:first-child h1.page-title.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .catalog-product-view .product-info-main > section:first-child h1.page-title.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .catalog-product-view .product-info-main > section:first-child h1.page-title.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .catalog-product-view .product-info-main > section:first-child h1.page-title.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > .catalog-product-view .product-info-main > section:first-child h1.page-title:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .catalog-product-view .product-info-main > section:first-child h1.page-title:last-child {
    width: 100%;
    padding: 0;
  }
}

.catalog-product-view .product-info-main > section:first-child .amshopby-option-link {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.catalog-product-view .product-info-main > section:first-child .amshopby-option-link.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.catalog-product-view .product-info-main > section:first-child .amshopby-option-link div[x-show="showTooltip"] .am-brand-image {
  max-height: 100%;
  max-width: 100%;
}

[x-data^="initSliderComponent"] [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content {
  left: 3rem;
}

.product-info-main p.title-font {
  display: block;
}

#gallery .fixed.product-info-main p.title-font .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.product-info-main p.title-font .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.product-info-main p.title-font .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.product-info-main p.title-font .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .product-info-main p.title-font p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .product-info-main p.title-font p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .product-info-main p.title-font p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .product-info-main p.title-font p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.catalog-product-view .product-info-main p.title-font.widget.-slider {
  padding: var(--section-space) 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.product-info-main p.title-font {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.product-info-main p.title-font span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.product-info-main p.title-font span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .catalog-product-view .product-info-main p.title-font.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .product-info-main p.title-font.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

@media (max-width:767px) {
  body.android-mobile .header-search.product-info-main p.title-font {
    display: block;
  }

  .android-mobile.catalog-product-view .product-info-main p.title-font.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .product-info-main p.title-font.widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .product-info-main p.title-font.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

.product-info-main p.title-font > strong {
  display: none;
}

@media (min-width: 768px) {
  .product-info-main p.title-font > strong {
    display: block;
  }
}

@media (min-width:768px) {
  .header-search.product-info-main p.title-font > strong {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.product-info-main p.title-font > strong {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.product-info-main p.title-font > strong {
    display: block;
  }
}

@media (min-width: 768px) {
  .product-info-main p.title-font > strong {
    display: block;
  }

  #gallery .product-info-main p.title-font > strong.fixed .amasty-label-container {
    display: none;
  }

  @media (min-width:768px) {
    .header-search#gallery .product-info-main p.title-font > strong.fixed .amasty-label-container {
      display: block;
    }
  }

  @media (max-width:767px) {
    .customer-account-index .my-account-container#gallery .product-info-main p.title-font > strong.fixed .amasty-label-container {
      display: block;
    }

    .customer-account-index .recent-order-wrapper.reward-history-table#gallery .product-info-main p.title-font > strong.fixed .amasty-label-container {
      display: block;
    }
  }
}

.product-info-main .product-brands-wrapper {
  margin-top: 0.75rem;
}

.product-info-main .product-brands-wrapper .amshopby-option-link {
  margin-right: 0.5rem;
}

.product-info-main .amshopby-option-link {
  margin-bottom: 0.75rem;
}

fieldset.fieldset.login legend h3.product-info-main .amshopby-option-link {
  display: block;
  width: 100%;
}

.login_box_main h3.product-info-main .amshopby-option-link {
  line-height: normal;
}

@media (min-width:768px) {
  .login_box_main h3.product-info-main .amshopby-option-link.mobile {
    display: none;
  }

  .customer-account-forgotpassword fieldset.fieldset.login legend h3.product-info-main .amshopby-option-link.mobile {
    display: none;
  }
}

@media (max-width:767px) {
  .customer-account-login .login_box_main h3.product-info-main .amshopby-option-link, .customer-account-forgotpassword .login_box_main h3.product-info-main .amshopby-option-link {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #202020;
    margin-bottom: 21px;
  }

  .customer-account-login .login_box_main h3.product-info-main .amshopby-option-link, .customer-account-create .login_box_main h3.product-info-main .amshopby-option-link, .customer-account-forgotpassword .login_box_main h3.product-info-main .amshopby-option-link {
    display: none;
  }

  .customer-account-login .login_box_main h3.product-info-main .amshopby-option-link.mobile, .customer-account-create .login_box_main h3.product-info-main .amshopby-option-link.mobile, .customer-account-forgotpassword .login_box_main h3.product-info-main .amshopby-option-link.mobile {
    display: block;
    width: 100%;
  }
}

.product-info-main .amshopby-option-link .brand-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.recent-order-wrapper .btn a.product-info-main .amshopby-option-link .brand-title {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: none;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-info-main .amshopby-option-link .brand-title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.product-info-main .amshopby-option-link .amtooltip-wrapper {
  height: auto;
  width: auto;
}

.product-info-main .amshopby-option-link .amtooltip-wrapper > .amtooltip-inner {
  position: static;
}

.products .amshopby-option-link {
  display: inline-flex;
}

.products .amshopby-option-link .amtooltip-wrapper {
  height: auto;
  width: auto;
}

.products .amshopby-option-link .amtooltip-wrapper > .amtooltip-inner {
  position: static;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.product-details-slider-container .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].h-full.fixed {
  z-index: 9999;
}

.product-details-slider-container .w-full.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  margin: 0;
  height: 50px;
}

dialog button.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  top: 10px;
  right: 10px;
}

dialog button.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:focus {
  outline: 0;
  box-shadow: none;
}

.amlabel-position-wrapper.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  width: 100%;
  align-items: end;
  gap: 0;
  top: 10px;
  right: 10px;
}

.amlabel-position-wrapper.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.quick-view-main .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  left: 15px;
  top: 15px;
}

.flex.flex-col.justify-center.items-center.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.product-details .absolute.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] button svg * {
  stroke: #fff;
}

.product-details .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].top-0 button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] li:hover {
  color: var(--primary-color);
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"],
    form#discount-coupon-form .coupon .control.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow.absolute.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].right-0 {
    display: none;
  }

  .catalog-product-view .block.widget.-slider .slider_arrow.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].left-0.right-0 {
    display: none;
  }
}

#search_mini_form > .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].flex {
    justify-content: space-between;
  }
}

.amlabel-position-wrapper.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  width: auto;
}

.bss_popup > a.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:before {
  display: none;
}

.bss_popup > a.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] svg:before {
  display: none;
}

@media (min-width: 1700px) {
  .new_product_section .flex .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:first-child {
  width: 20.5%;
}

.new_product_section .flex .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].left-0 {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].left-0 img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
}

.category_tab_wrapper nav.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:1599px) {
  .new_product_section .flex .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:first-child {
    width: 33.3333%;
  }
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].left-0 img.amasty-label-image {
  height: auto;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] img.amasty-label-image {
  height: auto;
}

@media (max-width:767px) {
  .android-mobile button.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].zoominimage {
    pointer-events: none;
  }

  .product-details .relative.self-center.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .review_mobile_slider_main nav.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed img.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .w-full.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full.h-full.fixed .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .product-details-slider-container .w-full.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].fixed .amlabel-position-wrapper {
    display: none;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].left-0 {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].left-0 img.amasty-label-image {
    max-width: 34px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] img.amasty-label-image {
    max-width: 34px;
  }

  .new_product_section .relative.container > .flex > .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]:last-child {
    width: 100%;
    padding: 0;
  }
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] .amtooltip-content {
  top: auto;
  bottom: 100%;
  transform: none;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] .amtooltip-icon {
  left: 2.5rem;
  top: 1.5rem;
}

.ambrands-brandlist-widget .am-brand-small_image {
  max-width: 150px;
  margin: auto;
}

.ambrands-brandlist-widget .am-brand-image {
  margin: auto;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.text-base {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

/*  Styles for slider */

.amslider .swiper-pagination-bullet {
  height: auto;
  width: auto;
  background-color: transparent;
}

.amslider .swiper-pagination-bullet::before {
  margin: 1rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  content: var(--tw-content);
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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);
}

#gallery .amslider .swiper-pagination-bullet.fixed .amasty-label-container::before {
  content: var(--tw-content);
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .amslider .swiper-pagination-bullet.fixed .amasty-label-container::before {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .amslider .swiper-pagination-bullet.fixed .amasty-label-container::before {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .amslider .swiper-pagination-bullet.fixed .amasty-label-container::before {
    display: block;
  }
}

.amslider .swiper-pagination-bullet-active::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity, 1));
}

.amslider .category-item .category-item-title {
  margin: auto;
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.amslider .category-item .category-item-title.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.amslider .slide .category-item-title,
    .amslider .swiper-slide .swiper-category-item {
  font-size: 1rem;
  line-height: 1.5rem;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.amslider .slide .category-item-title,.ambrands-brandlist-widget .brand-tooltip .subtitle
    .amslider .swiper-slide .swiper-category-item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.amslider .swiper-button-next:after, .amslider .swiper-button-prev:after {
  content: '';
}

.amslider .swiper-button-next.swiper-button-disabled, .amslider .swiper-button-prev.swiper-button-disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
  opacity: 1;
}

.amwishlist-list-block .pb-5 button.amslider .swiper-button-next.swiper-button-disabled,
.amwishlist-newlist button.amslider .swiper-button-next.swiper-button-disabled,.amwishlist-list-block .pb-5 button .amslider .swiper-button-prev.swiper-button-disabled,
.amwishlist-newlist button .amslider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.children-category .amslider {
  position: relative;
  left: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3rem;
  margin-right: 3rem;
  display: block;
  width: 100%;
}

#gallery .fixed.children-category .amslider .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.children-category .amslider .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.children-category .amslider .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.children-category .amslider .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .children-category .amslider p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .children-category .amslider p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .children-category .amslider p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .children-category .amslider p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.product-details-section .product-details .children-category .amslider.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>.children-category .amslider {
  background: #92ced6;
}

.product-details-slider-container .children-category .amslider.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty.children-category .amslider {
  margin: 0;
  height: 50px;
}

.product-details-section .product-details .children-category .amslider.w-fit-content {
  background: #fff;
}

.children-category .amslider.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.flex.flex-col.justify-center.items-center.children-category .amslider.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.catalog-product-view .children-category .amslider.widget.-slider {
  padding: var(--section-space) 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.children-category .amslider {
  width: 100%;
  padding-right: 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.children-category .amslider {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.children-category .amslider span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.children-category .amslider span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .children-category .amslider {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.children-category .amslider {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .children-category .amslider {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.children-category .amslider {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .children-category .amslider.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }

  .product-details .relative.self-center.children-category .amslider {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .children-category .amslider,
    form#discount-coupon-form .coupon .control.children-category .amslider {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .catalog-product-view .children-category .amslider.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .children-category .amslider.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

#search_mini_form > .w-full.flex .children-category .amslider.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .children-category .amslider.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.children-category .amslider.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

#search_mini_form > .children-category .amslider.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .children-category .amslider.flex {
    justify-content: space-between;
  }
}

.home-banner-section .home-banner-desktop > .children-category .amslider {
  width: calc(50% - 10px);
}

@media (min-width: 1700px) {
  .new_product_section .flex .children-category .amslider:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .children-category .amslider:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .children-category .amslider:first-child {
  width: 20.5%;
}

.new_product_section .flex .children-category .amslider:last-child {
  width: 79.5%;
  padding-left: 33px;
}

 .popularcategory .children-category .amslider > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory .children-category .amslider > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .children-category .amslider {
  width: 100%;
}

.popularcategory > .children-category .amslider {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:1599px) {
  .new_product_section .flex .children-category .amslider:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .children-category .amslider:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .children-category .amslider:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .children-category .amslider:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .children-category .amslider {
    width: 100%;
  }
}

.category-slider-container .children-category .amslider.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  body.android-mobile .header-search.children-category .amslider {
    display: block;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .children-category .amslider.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .children-category .amslider.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .children-category .amslider.widget.-slider {
    padding: 0 0 20px 0;
  }

  .android-mobile .parallax-section.pwa-btn-section .children-category .amslider.container {
    padding: 0 0;
  }

  .product-details .children-category .amslider.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details .relative.self-center.children-category .amslider {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .children-category .amslider {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main .children-category .amslider {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .children-category .amslider .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .children-category .amslider .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .children-category .amslider > .absolute > * {
    width: 150px;
  }

  .catalog-product-view .children-category .amslider.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .children-category .amslider.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .children-category .amslider.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .children-category .amslider.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .children-category .amslider.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .children-category .amslider.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .children-category .amslider.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .children-category .amslider.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .children-category .amslider.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .children-category .amslider.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .popularcategory > .children-category .amslider {
    margin-bottom: 10px;
  }

  .new_product_section .children-category .amslider.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .children-category .amslider:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .children-category .amslider.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .relative.container > .flex > .children-category .amslider:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .children-category .amslider.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .children-category .amslider.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .children-category .amslider{
    padding: 0;
    margin: 0;
  }

  .product-section .children-category .amslider.container {
    padding-right: 0;
  }
}

.children-category .amslider {
  transform: inherit;
}

.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 80px);
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.children-category-container.swiper-container.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.children-category-container .swiper-wrapper {
  align-items: baseline;
}

.amslider .slide .category-item {
  position: relative;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

.product-details-section .product-details .amslider .slide .category-item.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>.amslider .slide .category-item {
  background: #92ced6;
}

.product-details-slider-container .amslider .slide .category-item.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty.amslider .slide .category-item {
  margin: 0;
  height: 50px;
}

.product-details-section .product-details .amslider .slide .category-item.w-fit-content {
  background: #fff;
}

.amslider .slide .category-item.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.flex.flex-col.justify-center.items-center.amslider .slide .category-item.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.amwishlist-list-block section ul li.amslider .slide .category-item {
  border: 1px solid #eee;
}


.wishListtable_top_main .amwishlist-search-items input.amslider .slide .category-item {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input.amslider .slide .category-item:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.amslider .slide .category-item {
  width: 100%;
  padding-right: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.amslider .slide .category-item {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.amslider .slide .category-item svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .bg-white > .items-center .items-center.amslider .slide .category-item.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.amslider .slide .category-item.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.amslider .slide .category-item.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .amslider .slide .category-item {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.amslider .slide .category-item {
    width: calc(100% - 190px);
  }
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.rounded.amslider .slide .category-item svg {
    top: 0;
  }
}

@media screen and (max-width:767px) {
  .my-account-nav-title span.amslider .slide .category-item {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .amslider .slide .category-item {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.amslider .slide .category-item {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.amslider .slide .category-item {
    width: 90%;
    margin: 0 auto;
  }

  .product-details .amslider .slide .category-item.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .amslider .slide .category-item,
    form#discount-coupon-form .coupon .control.amslider .slide .category-item {
    width: 100%;
  }
}

#search_mini_form > .amslider .slide .category-item.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full.flex .amslider .slide .category-item.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.amslider .slide .category-item.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

#search_mini_form > .amslider .slide .category-item.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .amslider .slide .category-item.flex {
    justify-content: space-between;
  }
}

.home-banner-section .home-banner-desktop > .amslider .slide .category-item {
  width: calc(50% - 10px);
}

@media (min-width: 1700px) {
  .new_product_section .flex .amslider .slide .category-item:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .amslider .slide .category-item:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .amslider .slide .category-item:first-child {
  width: 20.5%;
}

.new_product_section .flex .amslider .slide .category-item:last-child {
  width: 79.5%;
  padding-left: 33px;
}

 .popularcategory .amslider .slide .category-item > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory .amslider .slide .category-item > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .amslider .slide .category-item {
  width: 100%;
}

.popularcategory > .amslider .slide .category-item {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:1599px) {
  .new_product_section .flex .amslider .slide .category-item:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .amslider .slide .category-item:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .amslider .slide .category-item:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .amslider .slide .category-item:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .amslider .slide .category-item {
    width: 100%;
  }
}

.category-slider-container .amslider .slide .category-item.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .slide .category-item {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .slide .category-item button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .slide .category-item button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .slide .category-item .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .slide .category-item button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .slide .category-item button span svg {
    width: 16px;
    height: 16px;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .amslider .slide .category-item.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .amslider .slide .category-item.container {
    padding: 0 0;
  }

  .product-details .relative.self-center.amslider .slide .category-item {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details .amslider .slide .category-item.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .amslider .slide .category-item {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main .amslider .slide .category-item {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .amslider .slide .category-item .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .amslider .slide .category-item .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .amslider .slide .category-item > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .amslider .slide .category-item.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .amslider .slide .category-item.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .amslider .slide .category-item.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .amslider .slide .category-item.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .amslider .slide .category-item.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .amslider .slide .category-item.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .amslider .slide .category-item.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .amslider .slide .category-item.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .amslider .slide .category-item.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .popularcategory > .amslider .slide .category-item {
    margin-bottom: 10px;
  }

  .new_product_section .relative.container > .flex > .amslider .slide .category-item:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .amslider .slide .category-item.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .amslider .slide .category-item:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .amslider .slide .category-item.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .amslider .slide .category-item.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .amslider .slide .category-item.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .amslider .slide .category-item{
    padding: 0;
    margin: 0;
  }

  .product-section .amslider .slide .category-item.container {
    padding-right: 0;
  }
}

.amslider .slide .category-item:hover {
  position: relative;
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  padding: 0.625rem;
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 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);
}

.amslider .slide .category-item:active {
  position: relative;
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  padding: 0.625rem;
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 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);
}

.amslider .slide .category-item.category-item-label img {
  margin-bottom: 1.5rem;
}

.product-details-section .product-details .relative.amslider .slide .category-item.category-item-label img {
  margin-bottom: 0;
}

.amslider .swiper-slide .swiper-category-item {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 0px;
}

.relative.container.amslider .swiper-slide .swiper-category-item>.widget {
  margin-left: 0;
  margin-right: 0;
}


.wishListtable_top_main .amwishlist-search-items input.amslider .swiper-slide .swiper-category-item {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input.amslider .swiper-slide .swiper-category-item:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.amslider .swiper-slide .swiper-category-item {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.amslider .swiper-slide .swiper-category-item svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .bg-white > .items-center .items-center.amslider .swiper-slide .swiper-category-item.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.amslider .swiper-slide .swiper-category-item.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.amslider .swiper-slide .swiper-category-item.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.rounded.amslider .swiper-slide .swiper-category-item svg {
    top: 0;
  }
}

@media screen and (max-width:767px) {
  .my-account-nav-title span.amslider .swiper-slide .swiper-category-item {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .swiper-slide .swiper-category-item {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .swiper-slide .swiper-category-item button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .swiper-slide .swiper-category-item button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .swiper-slide .swiper-category-item .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .swiper-slide .swiper-category-item button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amslider .swiper-slide .swiper-category-item button span svg {
    width: 16px;
    height: 16px;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .relative.container.amslider .swiper-slide .swiper-category-item {
    padding: 0 10px;
  }
}

.amslider .swiper-slide .swiper-category-item:hover {
  margin: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 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);
}

.amslider .swiper-slide .swiper-category-item:active {
  margin: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 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);
}

.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}

.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 1.5rem;
}

.product-details-section .product-details .relative.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 0;
}

.amslider .swiper-slide .swiper-category-item:not(:root:root), .amslider .swiper-slide .ambrands-swiper-brand:not(:root:root), .amslider .swiper-slide .category-item:not(:root:root) {
  padding: 0.625rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand,
    .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }

  .product-details-slider-container .ambrands-swiper-brand.h-full.fixed,.product-details-slider-container 
    .ambrands-swiper-brand .ambrands-empty.h-full.fixed {
    z-index: 9999;
  }

  .quickorder_table .tbody>* .field.qty.ambrands-swiper-brand,.quickorder_table .tbody>* .field.qty
    .ambrands-swiper-brand .ambrands-empty {
    margin: 0;
    height: 50px;
  }

  .flex.flex-col.justify-center.items-center.ambrands-swiper-brand.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto,.flex.flex-col.justify-center.items-center
    .ambrands-swiper-brand .ambrands-empty.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
    flex-direction: inherit;
    height: auto;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  @media (max-width:1023px) {
    form#discount-coupon-form .coupon .ambrands-swiper-brand,form#discount-coupon-form .coupon 
    .ambrands-swiper-brand .ambrands-empty {
      width: 180px;
    }

    form#discount-coupon-form .coupon .control.ambrands-swiper-brand,form#discount-coupon-form .coupon .control
    .ambrands-swiper-brand .ambrands-empty {
      width: calc(100% - 190px);
    }
  }

  @media screen and (max-width:639px) {
    form#discount-coupon-form .coupon .ambrands-swiper-brand,form#discount-coupon-form .coupon 
    .ambrands-swiper-brand .ambrands-empty {
      width: 140px;
    }

    form#discount-coupon-form .coupon .control.ambrands-swiper-brand,form#discount-coupon-form .coupon .control
    .ambrands-swiper-brand .ambrands-empty {
      width: calc(100% - 150px);
    }
  }

  @media screen and (max-width:567px) {
    .product-details .relative.self-center.ambrands-swiper-brand,.product-details .relative.self-center
    .ambrands-swiper-brand .ambrands-empty {
      width: 90%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width:424px) {
    form#discount-coupon-form .coupon .ambrands-swiper-brand,
    form#discount-coupon-form .coupon .control.ambrands-swiper-brand,form#discount-coupon-form .coupon 
    .ambrands-swiper-brand .ambrands-empty,
    form#discount-coupon-form .coupon .control
    .ambrands-swiper-brand .ambrands-empty {
      width: 100%;
    }
  }

  #search_mini_form > .ambrands-swiper-brand.flex .relative.w-full,#search_mini_form > 
    .ambrands-swiper-brand .ambrands-empty.flex .relative.w-full {
    width: auto;
    flex: 1 0 0;
  }

  #search_mini_form > .ambrands-swiper-brand.flex,#search_mini_form > 
    .ambrands-swiper-brand .ambrands-empty.flex {
    max-width: 100%;
  }

  @media (max-width:767px) {
    #search_mini_form > .ambrands-swiper-brand.flex,#search_mini_form > 
    .ambrands-swiper-brand .ambrands-empty.flex {
      justify-content: space-between;
    }
  }

  @media (min-width: 1700px) {
    .new_product_section .flex .ambrands-swiper-brand:first-child,.new_product_section .flex 
    .ambrands-swiper-brand .ambrands-empty:first-child {
      width: 19.4%;
    }

    .new_product_section .flex .ambrands-swiper-brand:last-child,.new_product_section .flex 
    .ambrands-swiper-brand .ambrands-empty:last-child {
      width: 80.6%;
    }
  }

  .new_product_section .flex .ambrands-swiper-brand:first-child,.new_product_section .flex 
    .ambrands-swiper-brand .ambrands-empty:first-child {
    width: 20.5%;
  }

  .new_product_section .flex .ambrands-swiper-brand:last-child,.new_product_section .flex 
    .ambrands-swiper-brand .ambrands-empty:last-child {
    width: 79.5%;
    padding-left: 33px;
  }

  @media (max-width:1599px) {
    .new_product_section .flex .ambrands-swiper-brand:last-child,.new_product_section .flex 
    .ambrands-swiper-brand .ambrands-empty:last-child {
      padding-left: 25px;
      width: 65%;
    }

    .new_product_section .flex .ambrands-swiper-brand:first-child,.new_product_section .flex 
    .ambrands-swiper-brand .ambrands-empty:first-child {
      width: 35%;
    }
  }

  @media (max-width:991px) {
    .new_product_section .flex .ambrands-swiper-brand:last-child,.new_product_section .flex 
    .ambrands-swiper-brand .ambrands-empty:last-child {
      width: 66.6667%;
    }

    .new_product_section .flex .ambrands-swiper-brand:first-child,.new_product_section .flex 
    .ambrands-swiper-brand .ambrands-empty:first-child {
      width: 33.3333%;
    }
  }

  @media (max-width:767px) {
    .product-details .relative.self-center.ambrands-swiper-brand,.product-details .relative.self-center
    .ambrands-swiper-brand .ambrands-empty {
      width: 100%;
      border: 1px solid rgba(32, 32, 32, 0.15);
    }

    .product-details-slider-container .ambrands-swiper-brand.h-full.fixed .relative.w-fit-content,.product-details-slider-container 
    .ambrands-swiper-brand .ambrands-empty.h-full.fixed .relative.w-fit-content {
      width: 100%;
      border: 0;
      outline: 0;
      height: 100%;
    }

    .product-details-slider-container .ambrands-swiper-brand.h-full.fixed .flex.justify-center.gap-2.mt-4,.product-details-slider-container 
    .ambrands-swiper-brand .ambrands-empty.h-full.fixed .flex.justify-center.gap-2.mt-4 {
      position: absolute;
      left: 0;
      right: 0;
      top: auto;
      bottom: 20px;
      z-index: 99;
    }

    .product-details-slider-container .ambrands-swiper-brand.h-full.fixed img.absolute.max-h-screen-75,.product-details-slider-container 
    .ambrands-swiper-brand .ambrands-empty.h-full.fixed img.absolute.max-h-screen-75 {
      max-height: 100%;
    }

    .product-details-slider-container .ambrands-swiper-brand.h-full.fixed .relative.self-center.w-full,.product-details-slider-container 
    .ambrands-swiper-brand .ambrands-empty.h-full.fixed .relative.self-center.w-full {
      height: 100%;
      border: 0;
    }

    .product-details-slider-container .ambrands-swiper-brand.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4,.product-details-slider-container 
    .ambrands-swiper-brand .ambrands-empty.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
      padding: 0;
    }

    .product-details-slider-container .ambrands-swiper-brand.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg *,.product-details-slider-container 
    .ambrands-swiper-brand .ambrands-empty.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
      stroke: #666;
    }

    .product-details-slider-container .ambrands-swiper-brand.h-full.fixed .amlabel-position-wrapper,.product-details-slider-container 
    .ambrands-swiper-brand .ambrands-empty.h-full.fixed .amlabel-position-wrapper {
      display: none;
    }

    .new_product_section .relative.container > .flex > .ambrands-swiper-brand:first-child,.new_product_section .relative.container > .flex > 
    .ambrands-swiper-brand .ambrands-empty:first-child {
      width: 100%;
      padding: 0 20px 0 0;
    }

    .new_product_section .relative.container > .flex > .ambrands-swiper-brand:last-child,.new_product_section .relative.container > .flex > 
    .ambrands-swiper-brand .ambrands-empty:last-child {
      width: 100%;
      padding: 0;
    }
  }
}

/* Custom module styles */

.filter-content .items.-am-singleselect .item > .filter-row > input[type='radio'], .filter-content .items.amshopby-fly-out-view .item > .filter-row > input[type='radio'] {
  display: none;
}

@media (min-width:768px) {
  .header-search.filter-content .items.-am-singleselect .item > .filter-row > input[type='radio'],.header-search .filter-content .items.amshopby-fly-out-view .item > .filter-row > input[type='radio'] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.filter-content .items.-am-singleselect .item > .filter-row > input[type='radio'],.customer-account-index .my-account-container .filter-content .items.amshopby-fly-out-view .item > .filter-row > input[type='radio'] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.filter-content .items.-am-singleselect .item > .filter-row > input[type='radio'],.customer-account-index .recent-order-wrapper.reward-history-table .filter-content .items.amshopby-fly-out-view .item > .filter-row > input[type='radio'] {
    display: block;
  }
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-details-slider-container .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.h-full.fixed,.product-details-slider-container  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .fastorder-row.filter-content .items.-am-singleselect .item .items-children .category-filter-row a,.quickorder_table .fastorder-row .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
  justify-content: start;
}

.quickorder_table .tbody>* .field.qty.filter-content .items.-am-singleselect .item .items-children .category-filter-row a,.quickorder_table .tbody>* .field.qty .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
  margin: 0;
  height: 50px;
}

.flex.flex-col.justify-center.items-center.filter-content .items.-am-singleselect .item .items-children .category-filter-row a.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto,.flex.flex-col.justify-center.items-center .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .filter-content .items.-am-singleselect .item .items-children .category-filter-row a,form#discount-coupon-form .coupon  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.filter-content .items.-am-singleselect .item .items-children .category-filter-row a,form#discount-coupon-form .coupon .control .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .filter-content .items.-am-singleselect .item .items-children .category-filter-row a,form#discount-coupon-form .coupon  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.filter-content .items.-am-singleselect .item .items-children .category-filter-row a,form#discount-coupon-form .coupon .control .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.filter-content .items.-am-singleselect .item .items-children .category-filter-row a,.product-details .relative.self-center .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .filter-content .items.-am-singleselect .item .items-children .category-filter-row a,
    form#discount-coupon-form .coupon .control.filter-content .items.-am-singleselect .item .items-children .category-filter-row a,form#discount-coupon-form .coupon  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a,
    form#discount-coupon-form .coupon .control .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
    width: 100%;
  }
}

#search_mini_form > .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.flex .relative.w-full,#search_mini_form >  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.flex,#search_mini_form >  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.flex,#search_mini_form >  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:first-child,.new_product_section .flex  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:last-child,.new_product_section .flex  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:first-child,.new_product_section .flex  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:first-child {
  width: 20.5%;
}

.new_product_section .flex .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:last-child,.new_product_section .flex  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:last-child,.new_product_section .flex  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:first-child,.new_product_section .flex  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:last-child,.new_product_section .flex  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:first-child,.new_product_section .flex  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center.filter-content .items.-am-singleselect .item .items-children .category-filter-row a,.product-details .relative.self-center .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.h-full.fixed .relative.w-fit-content,.product-details-slider-container  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.h-full.fixed .flex.justify-center.gap-2.mt-4,.product-details-slider-container  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.h-full.fixed img.absolute.max-h-screen-75,.product-details-slider-container  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.h-full.fixed .relative.self-center.w-full,.product-details-slider-container  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4,.product-details-slider-container  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg *,.product-details-slider-container  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.h-full.fixed .amlabel-position-wrapper,.product-details-slider-container  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:first-child,.new_product_section .relative.container > .flex >  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:last-child,.new_product_section .relative.container > .flex >  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:last-child {
    width: 100%;
    padding: 0;
  }
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a img, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a img {
  margin-top: 2px;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .label, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .label {
  margin-right: 0.25rem;
}

.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  position: absolute;
  top: 5px;
  left: 0px;
}

dialog button.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  top: 10px;
  right: 10px;
}

dialog button.filter-content .items.am-labels-folding.is-by-click button.filter-options-title:focus {
  outline: 0;
  box-shadow: none;
}

.quick-view-main .filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  left: 15px;
  top: 15px;
}

.product-details .filter-content .items.am-labels-folding.is-by-click button.filter-options-title.top-0 button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.filter-content .items.am-labels-folding.is-by-click button.filter-options-title li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.filter-content .items.am-labels-folding.is-by-click button.filter-options-title li:hover {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow.filter-content .items.am-labels-folding.is-by-click button.filter-options-title.left-0.right-0 {
    display: none;
  }

  .catalog-product-view .block.widget.-slider .slider_arrow.absolute.filter-content .items.am-labels-folding.is-by-click button.filter-options-title.right-0 {
    display: none;
  }
}

.bss_popup > a.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.filter-content .items.am-labels-folding.is-by-click button.filter-options-title svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.filter-content .items.am-labels-folding.is-by-click button.filter-options-title:before {
  display: none;
}

.bss_popup > a.filter-content .items.am-labels-folding.is-by-click button.filter-options-title svg:before {
  display: none;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.filter-content .items.am-labels-folding.is-by-click button.filter-options-title img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
}

.category_tab_wrapper nav.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  align-items: inherit;
  margin-top: -15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.filter-content .items.am-labels-folding.is-by-click button.filter-options-title img.amasty-label-image {
  height: auto;
}

@media (max-width:767px) {
  .android-mobile button.filter-content .items.am-labels-folding.is-by-click button.filter-options-title.zoominimage {
    pointer-events: none;
  }

  .android-mobile .review_mobile_slider_main nav.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .filter-content .items.am-labels-folding.is-by-click button.filter-options-title > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button.filter-content .items.am-labels-folding.is-by-click button.filter-options-title.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img.filter-content .items.am-labels-folding.is-by-click button.filter-options-title.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .filter-content .items.am-labels-folding.is-by-click button.filter-options-title.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .filter-content .items.am-labels-folding.is-by-click button.filter-options-title.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0.filter-content .items.am-labels-folding.is-by-click button.filter-options-title img.amasty-label-image {
    max-width: 34px;
  }
}

.filter-content.-am-by-click.-am-multiselect .item.am-without-children {
  padding-left: 2rem;
}

.filter-content .amshopby-flyout-block .flyout-element {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .filter-content .amshopby-flyout-block .flyout-element.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }
}

.filter-content .items.-am-by-click .item {
  padding-left: 1.75rem !important;
}

.filter-content .am-labels-folding .item {
  padding-left: 1.5rem;
}

.filter-content .tooltip-wrapper > div > div > div {
  transform: translate(-20%, -100%);
}

.filter-content .tooltip-wrapper div span {
  display: block;
}

#gallery .fixed.filter-content .tooltip-wrapper div span .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.filter-content .tooltip-wrapper div span .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.filter-content .tooltip-wrapper div span .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.filter-content .tooltip-wrapper div span .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .filter-content .tooltip-wrapper div span p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .filter-content .tooltip-wrapper div span p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .filter-content .tooltip-wrapper div span p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .filter-content .tooltip-wrapper div span p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.catalog-product-view .filter-content .tooltip-wrapper div span.widget.-slider {
  padding: var(--section-space) 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.filter-content .tooltip-wrapper div span {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.filter-content .tooltip-wrapper div span span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.filter-content .tooltip-wrapper div span span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .catalog-product-view .filter-content .tooltip-wrapper div span.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .filter-content .tooltip-wrapper div span.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

@media (max-width:767px) {
  body.android-mobile .header-search.filter-content .tooltip-wrapper div span {
    display: block;
  }

  .android-mobile.catalog-product-view .filter-content .tooltip-wrapper div span.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .filter-content .tooltip-wrapper div span.widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .filter-content .tooltip-wrapper div span.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

.filter-content .tooltip-wrapper div span {
  white-space: break-spaces;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected .am-swatch-image {
  border-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

#product-review-table .filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected .am-swatch-image svg {
  color: #c7c7c7;
}

.amwishlist-list-block section ul li.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected .am-swatch-image {
  border: 1px solid #eee;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option .am-swatch-image img {
  vertical-align: inherit;
}

.amshopby-remove-item .am-swatch-image {
  min-width: 40px;
  border-width: 1px;
}


.wishListtable_top_main .amwishlist-search-items input.amshopby-remove-item .am-swatch-image {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input.amshopby-remove-item .am-swatch-image:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.amshopby-remove-item .am-swatch-image {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.amshopby-remove-item .am-swatch-image svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .bg-white > .items-center .items-center.amshopby-remove-item .am-swatch-image.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.amshopby-remove-item .am-swatch-image.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.amshopby-remove-item .am-swatch-image.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.rounded.amshopby-remove-item .am-swatch-image svg {
    top: 0;
  }
}

@media screen and (max-width:767px) {
  .my-account-nav-title span.amshopby-remove-item .am-swatch-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amshopby-remove-item .am-swatch-image {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amshopby-remove-item .am-swatch-image button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amshopby-remove-item .am-swatch-image button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amshopby-remove-item .am-swatch-image .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amshopby-remove-item .am-swatch-image button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq .amshopby-remove-item .am-swatch-image button span svg {
    width: 16px;
    height: 16px;
  }
}

.amshopby-remove-item .am-swatch-image:hover {
  border-color: transparent;
  --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);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

#product-review-table .amshopby-remove-item .am-swatch-image:hover svg {
  color: #c7c7c7;
}

.amwishlist-list-block section ul li.amshopby-remove-item .am-swatch-image:hover {
  border: 1px solid #eee;
}

.amshopby-remove-item .am-swatch-image:hover {
  box-shadow: none;
}

.amshopby-remove-item .am-swatch-image img {
  vertical-align: inherit;
}

.amasty-catalog-topnav .amshopby-fromto-wrap {
  min-width: 250px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  padding-left: 0px;
  padding-right: 0px;
}

.relative.container.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget>.widget {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider .relative.container.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
    padding: 0 10px;
  }
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper {
  max-width: 100px;
}

.amasty-catalog-topnav .amshopby-flyout-block .flyout-element {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .amasty-catalog-topnav .amshopby-flyout-block .flyout-element.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }
}

.amasty-catalog-topnav .filter-options-title-level-1 {
  left: 1.5rem;
}

.amasty-catalog-topnav .-am-by-click .item.level-1 >.filter-row {
  padding-left: 1.75rem;
}

.amasty-catalog-topnav .-am-by-click .item.level-1 >.items.-folding {
  padding-left: 1rem;
}

.amasty-catalog-topnav .items:not(.amshopby-fly-out-view) ul.level-1,
        .amasty-catalog-topnav .items:not(.amshopby-fly-out-view) ol.level-1 {
  padding-left: 1.5rem;
}

.amasty-catalog-topnav .am-filter >.swatch-attribute,
    .amasty-catalog-topnav ol .item:not(.am-swatch-wrapper) {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .amasty-catalog-topnav .am-filter >.swatch-attribute.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq .border 
    .amasty-catalog-topnav ol .item:not(.am-swatch-wrapper).pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }
}

.filter-options-content .-am-overflow::-webkit-scrollbar-track,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-track {
  border-radius: 9999px;
}

.filter-options-content .-am-overflow::-webkit-scrollbar,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar {
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.amwishlist-toolbar button.amwishlist-button.bg-blue-700.filter-options-content .-am-overflow::-webkit-scrollbar,.amwishlist-toolbar button.amwishlist-button.bg-blue-700
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar {
  opacity: 0.5;
}

.filter-options-content .-am-overflow::-webkit-scrollbar-thumb,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
  background-clip: content-box;
}

#html-body.-amshopby-sticky .columns {
  position: relative;
}

.product-details-section .product-details #html-body.-amshopby-sticky .columns.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>#html-body.-amshopby-sticky .columns {
  background: #92ced6;
}

.product-details-section .product-details #html-body.-amshopby-sticky .columns.w-fit-content {
  background: #fff;
}

#html-body.-amshopby-sticky .columns.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field#html-body.-amshopby-sticky .columns {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width:567px) {
  .product-details #html-body.-amshopby-sticky .columns.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex #html-body.-amshopby-sticky .columns.w-full {
  width: auto;
  flex: 1 0 0;
}

.container#html-body.-amshopby-sticky .columns.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > #html-body.-amshopby-sticky .columns {
  width: calc(50% - 10px);
}

 .popularcategory #html-body.-amshopby-sticky .columns > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory #html-body.-amshopby-sticky .columns > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > #html-body.-amshopby-sticky .columns {
  width: 100%;
}

.popularcategory > #html-body.-amshopby-sticky .columns {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container #html-body.-amshopby-sticky .columns {
    width: 100%;
  }
}

.category-slider-container #html-body.-amshopby-sticky .columns.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider #html-body.-amshopby-sticky .columns.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section #html-body.-amshopby-sticky .columns.container {
    padding: 0 0;
  }

  .product-details #html-body.-amshopby-sticky .columns.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container #html-body.-amshopby-sticky .columns {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main #html-body.-amshopby-sticky .columns {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main #html-body.-amshopby-sticky .columns .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main #html-body.-amshopby-sticky .columns .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + #html-body.-amshopby-sticky .columns > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed #html-body.-amshopby-sticky .columns.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed #html-body.-amshopby-sticky .columns.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > #html-body.-amshopby-sticky .columns {
    margin-bottom: 10px;
  }

  .new_product_section #html-body.-amshopby-sticky .columns.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section #html-body.-amshopby-sticky .columns.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section #html-body.-amshopby-sticky .columns.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section #html-body.-amshopby-sticky .columns.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container #html-body.-amshopby-sticky .columns{
    padding: 0;
    margin: 0;
  }

  .product-section #html-body.-amshopby-sticky .columns.container {
    padding-right: 0;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}

header.page-header#html-body.-amshopby-sticky .columns > .sidebar-main {
  position: fixed;
}

.amlabel-position-wrapper#html-body.-amshopby-sticky .columns > .sidebar-main .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper#html-body.-amshopby-sticky .columns > .sidebar-main {
  width: 100%;
  align-items: end;
  gap: 0;
  top: 10px;
  right: 10px;
}

.amlabel-position-wrapper#html-body.-amshopby-sticky .columns > .sidebar-main .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.product-details .absolute#html-body.-amshopby-sticky .columns > .sidebar-main button svg * {
  stroke: #fff;
}

.container.relative.py-2.mx-auto.text-black#html-body.-amshopby-sticky .columns > .sidebar-main {
  max-width: 100%;
  padding: 0;
}

.amlabel-position-wrapper#html-body.-amshopby-sticky .columns > .sidebar-main {
  width: auto;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper#html-body.-amshopby-sticky .columns > .sidebar-main.left-0 {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper#html-body.-amshopby-sticky .columns > .sidebar-main.left-0 img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
  height: auto;
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .absolute#html-body.-amshopby-sticky .columns > .sidebar-main.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute#html-body.-amshopby-sticky .columns > .sidebar-main.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper#html-body.-amshopby-sticky .columns > .sidebar-main.left-0 {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper#html-body.-amshopby-sticky .columns > .sidebar-main.left-0 img.amasty-label-image {
    max-width: 34px;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-track {
  border-radius: 9999px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar {
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.amwishlist-toolbar button.amwishlist-button.bg-blue-700#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar {
  opacity: 0.5;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
  background-clip: content-box;
  color: red;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px !important;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute > div[class^='absolute'] {
  transform: translate(28px, 5px);
}

.catalog-product-view .amshopby-option-link img:not([src*='resized/']) {
  max-height: 30px;
  max-width: 30px;
}

.product-info-main > section:first-child h1.page-title {
  width: 100%;
}

.product-details-slider-container .product-info-main > section:first-child h1.page-title.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty.product-info-main > section:first-child h1.page-title {
  margin: 0;
  height: 50px;
}

.flex.flex-col.justify-center.items-center.product-info-main > section:first-child h1.page-title.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .product-info-main > section:first-child h1.page-title {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.product-info-main > section:first-child h1.page-title {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .product-info-main > section:first-child h1.page-title {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.product-info-main > section:first-child h1.page-title {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.product-info-main > section:first-child h1.page-title {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .product-info-main > section:first-child h1.page-title,
    form#discount-coupon-form .coupon .control.product-info-main > section:first-child h1.page-title {
    width: 100%;
  }
}

#search_mini_form > .product-info-main > section:first-child h1.page-title.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .product-info-main > section:first-child h1.page-title.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .product-info-main > section:first-child h1.page-title.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex .product-info-main > section:first-child h1.page-title:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .product-info-main > section:first-child h1.page-title:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .product-info-main > section:first-child h1.page-title:first-child {
  width: 20.5%;
}

.new_product_section .flex .product-info-main > section:first-child h1.page-title:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex .product-info-main > section:first-child h1.page-title:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .product-info-main > section:first-child h1.page-title:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .product-info-main > section:first-child h1.page-title:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .product-info-main > section:first-child h1.page-title:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center.product-info-main > section:first-child h1.page-title {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container .product-info-main > section:first-child h1.page-title.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .product-info-main > section:first-child h1.page-title.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .product-info-main > section:first-child h1.page-title.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .product-info-main > section:first-child h1.page-title.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .product-info-main > section:first-child h1.page-title.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .product-info-main > section:first-child h1.page-title.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .product-info-main > section:first-child h1.page-title.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > .product-info-main > section:first-child h1.page-title:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .product-info-main > section:first-child h1.page-title:last-child {
    width: 100%;
    padding: 0;
  }
}

.product-info-main > section:first-child .amshopby-option-link {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.product-info-main > section:first-child .amshopby-option-link.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.product-info-main > section:first-child .amshopby-option-link div[x-show="showTooltip"] .am-brand-image {
  max-height: 100%;
  max-width: 100%;
}

.filter-content.is-sidebar .swatch-attribute,
    .filter-content.is-sidebar .amshopby-search-box,
    .filter-content.is-sidebar .item.level-1,
    .filter-content.is-sidebar .am-show-more {
  padding-left: 0px;
  padding-right: 0px;
}

.relative.container.filter-content.is-sidebar .swatch-attribute>.widget,.relative.container
    .filter-content.is-sidebar .amshopby-search-box>.widget,.relative.container
    .filter-content.is-sidebar .item.level-1>.widget,.relative.container
    .filter-content.is-sidebar .am-show-more>.widget {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider .relative.container.filter-content.is-sidebar .swatch-attribute,.android-mobile.catalog-product-view .block.widget.-slider .relative.container
    .filter-content.is-sidebar .amshopby-search-box,.android-mobile.catalog-product-view .block.widget.-slider .relative.container
    .filter-content.is-sidebar .item.level-1,.android-mobile.catalog-product-view .block.widget.-slider .relative.container
    .filter-content.is-sidebar .am-show-more {
    padding: 0 10px;
  }
}

.filter-content.is-sidebar .swatch-attribute,
    .filter-content.is-sidebar .amshopby-search-box,
    .filter-content.is-sidebar .am-filter > .items > .item,
    .filter-content.is-sidebar .am-filter > .items > .item-category {
  padding-left: 0px;
  padding-right: 0px;
}

.relative.container.filter-content.is-sidebar .swatch-attribute>.widget,.relative.container
    .filter-content.is-sidebar .amshopby-search-box>.widget,.relative.container
    .filter-content.is-sidebar .am-filter > .items > .item>.widget,.relative.container
    .filter-content.is-sidebar .am-filter > .items > .item-category>.widget {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider .relative.container.filter-content.is-sidebar .swatch-attribute,.android-mobile.catalog-product-view .block.widget.-slider .relative.container
    .filter-content.is-sidebar .amshopby-search-box,.android-mobile.catalog-product-view .block.widget.-slider .relative.container
    .filter-content.is-sidebar .am-filter > .items > .item,.android-mobile.catalog-product-view .block.widget.-slider .relative.container
    .filter-content.is-sidebar .am-filter > .items > .item-category {
    padding: 0 10px;
  }
}

/* Custom slider styles */

.amshopby-fromto-wrap input.am-filter-price::-webkit-outer-spin-button,
    .amshopby-fromto-wrap input.am-filter-price::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amshopby-slider-container .noUi-handle::after, .amshopby-slider-container .noUi-handle::before {
  display: none;
}

@media (min-width:768px) {
  .header-search.amshopby-slider-container .noUi-handle::after,.header-search .amshopby-slider-container .noUi-handle::before {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.amshopby-slider-container .noUi-handle::after,.customer-account-index .my-account-container .amshopby-slider-container .noUi-handle::before {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.amshopby-slider-container .noUi-handle::after,.customer-account-index .recent-order-wrapper.reward-history-table .amshopby-slider-container .noUi-handle::before {
    display: block;
  }
}

.amshopby-slider-container .noUi-horizontal .noUi-tooltip {
  bottom: 130%;
}

.amshopby-slider-container .noUi-tooltip {
  pointer-events: none;
  border-radius: 0.25rem;
  border-style: none;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-category span.amshopby-slider-container .noUi-tooltip {
  padding: 0 5px;
}

.amshopby-slider-container .noUi-tooltip {
  color: #ffffff;
}

.product-category span.amshopby-slider-container .noUi-tooltip {
  opacity: 1;
}

.am-filter-state.filter-options-content span.py-1.px-1.amshopby-slider-container .noUi-tooltip.border {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.amshopby-slider-container .noUi-tooltip.border svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .bg-white > .items-center .items-center.border.amshopby-slider-container .noUi-tooltip > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.border.amshopby-slider-container .noUi-tooltip {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.border.amshopby-slider-container .noUi-tooltip button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 .bg-white.p-6.amshopby-slider-container .noUi-tooltip {
  height: 70vh;
  overflow-y: auto;
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.amshopby-slider-container .noUi-tooltip.border svg {
    top: 0;
  }
}

.product-category span.amshopby-slider-container .noUi-tooltip {
  padding-top: 2px;
  display: flex;
  align-items: center;
  line-height: normal;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.amshopby-slider-container .noUi-tooltip.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.amshopby-slider-container .noUi-tooltip.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.amshopby-slider-container .noUi-tooltip.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.amshopby-slider-container .noUi-tooltip.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.amshopby-slider-container .noUi-tooltip.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.amshopby-slider-container .noUi-tooltip.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.amshopby-slider-container .noUi-tooltip.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.amshopby-slider-container .noUi-tooltip.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }
}

.amshopby-slider-container .noUi-tooltip {
  border-color: inherit;
  background-color: inherit;
}

.amshopby-slider-container .noUi-tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  height: 0px;
  width: 0px;
}

dialog button.amshopby-slider-container .noUi-tooltip:after {
  top: 10px;
  right: 10px;
}

dialog button.amshopby-slider-container .noUi-tooltip:focus:after {
  outline: 0;
  box-shadow: none;
}

.quick-view-main .amshopby-slider-container .noUi-tooltip:after {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input.amshopby-slider-container .noUi-tooltip:after {
  left: 15px;
  top: 15px;
}

.product-details .amshopby-slider-container .noUi-tooltip.top-0 button svg *:after {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.amshopby-slider-container .noUi-tooltip:after {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.amshopby-slider-container .noUi-tooltip li:after {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.amshopby-slider-container .noUi-tooltip:after {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.amshopby-slider-container .noUi-tooltip li:hover:after {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow.amshopby-slider-container .noUi-tooltip.left-0.right-0:after {
    display: none;
  }
}

.bss_popup > a.amshopby-slider-container .noUi-tooltip:after {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.amshopby-slider-container .noUi-tooltip svg:after {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.amshopby-slider-container .noUi-tooltip:after:before {
  display: none;
}

.bss_popup > a.amshopby-slider-container .noUi-tooltip svg:after:before {
  display: none;
}

.category_tab_wrapper nav.amshopby-slider-container .noUi-tooltip:after {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:767px) {
  .android-mobile button.amshopby-slider-container .noUi-tooltip.zoominimage:after {
    pointer-events: none;
  }

  .android-mobile .review_mobile_slider_main nav.amshopby-slider-container .noUi-tooltip:after {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .amshopby-slider-container .noUi-tooltip > *:after {
    width: 150px;
  }
}

@media (max-width:767px){
  button.amshopby-slider-container .noUi-tooltip.zoominimage:after {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img.amshopby-slider-container .noUi-tooltip.max-h-screen-75:after {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .amshopby-slider-container .noUi-tooltip.top-0.right-0.pt-4.pr-4:after {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .amshopby-slider-container .noUi-tooltip.top-0.right-0.pt-4.pr-4 svg *:after {
    stroke: #666;
  }
}

.amshopby-slider-container .noUi-tooltip:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  border-top-color: inherit;
}

.amshopby-slider-container .noUi-handle {
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container .noUi-handle:hover .noUi-tooltip {
  opacity: 1;
}

.amshopby-slider-container .noUi-target {
  border-style: none;
}

/*default*/

.amshopby-slider-container.-default .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-default .noUi-target {
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity, 1));
  --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);
}

.amshopby-slider-container.-default .noUi-handle {
  top: -3px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --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);
}

.amshopby-slider-container.-default .noUi-handle[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.amshopby-slider-container.-default .noUi-handle[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.amshopby-slider-container.-default .noUi-handle[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.amshopby-slider-container.-default .noUi-handle[disabled] {
    display: block;
  }
}

.amshopby-slider-container.-default .noUi-tooltip {
  background-color: transparent;
  color: transparent;
}

.amshopby-slider-container.-default .noUi-tooltip:after {
  border-color: transparent;
}

.amwishlist-list-block section ul li.amshopby-slider-container.-default .noUi-tooltip:after {
  border: 1px solid #eee;
}

/*improved*/

.amshopby-slider-container.-improved .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-improved .noUi-target {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity, 1));
  --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);
}

.amshopby-slider-container.-improved .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-improved .noUi-handle {
  top: -6px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --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);
}

.amshopby-slider-container.-improved .noUi-handle[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.amshopby-slider-container.-improved .noUi-handle[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.amshopby-slider-container.-improved .noUi-handle[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.amshopby-slider-container.-improved .noUi-handle[disabled] {
    display: block;
  }
}

/*volumetric gradient*/

.amshopby-slider-container.-volumetric .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-volumetric .noUi-target {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(223, 222, 221, var(--tw-bg-opacity, 1));
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-volumetric .noUi-handle {
  top: 0.75rem;
  right: -0.25rem;
  height: 0.75rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-volumetric .noUi-handle[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.amshopby-slider-container.-volumetric .noUi-handle[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.amshopby-slider-container.-volumetric .noUi-handle[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.amshopby-slider-container.-volumetric .noUi-handle[disabled] {
    display: block;
  }
}

.amshopby-slider-container.-volumetric .noUi-handle:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.5rem;
  display: block;
  height: 0px;
  width: 0px;
}

#gallery .fixed.amshopby-slider-container.-volumetric .noUi-handle .amasty-label-container:before {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.amshopby-slider-container.-volumetric .noUi-handle .amasty-label-container:before {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.amshopby-slider-container.-volumetric .noUi-handle .amasty-label-container:before {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.amshopby-slider-container.-volumetric .noUi-handle .amasty-label-container:before {
    display: block;
  }
}

[data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.membership-tiers-main img[data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before {
    width: 50px;
    margin-bottom: 15px;
  }
}

dialog button.amshopby-slider-container.-volumetric .noUi-handle:before {
  top: 10px;
  right: 10px;
}

dialog button.amshopby-slider-container.-volumetric .noUi-handle:focus:before {
  outline: 0;
  box-shadow: none;
}

.amlabel-position-wrapper.amshopby-slider-container.-volumetric .noUi-handle .amlabel-text:before {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper.amshopby-slider-container.-volumetric .noUi-handle:before {
  width: 100%;
  align-items: end;
  gap: 0;
  top: 10px;
  right: 10px;
}

.amlabel-position-wrapper.amshopby-slider-container.-volumetric .noUi-handle .amlabel-text:before:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.quick-view-main .amshopby-slider-container.-volumetric .noUi-handle:before {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input.amshopby-slider-container.-volumetric .noUi-handle:before {
  left: 15px;
  top: 15px;
}

.product-details .amshopby-slider-container.-volumetric .noUi-handle.top-0 button svg *:before {
  stroke: #fff;
}

.product-details .absolute.amshopby-slider-container.-volumetric .noUi-handle button svg *:before {
  stroke: #fff;
}

.catalog-product-view .amshopby-slider-container.-volumetric .noUi-handle.widget.-slider:before {
  padding: var(--section-space) 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.amshopby-slider-container.-volumetric .noUi-handle:before {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.amshopby-slider-container.-volumetric .noUi-handle:before {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.amshopby-slider-container.-volumetric .noUi-handle span.am-swatch-image:before {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.amshopby-slider-container.-volumetric .noUi-handle span.swatch-image-label:before {
  max-width: 100%;
  padding: 0;
  display: block;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.amshopby-slider-container.-volumetric .noUi-handle li:before {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.amshopby-slider-container.-volumetric .noUi-handle:before {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.amshopby-slider-container.-volumetric .noUi-handle li:hover:before {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .catalog-product-view .amshopby-slider-container.-volumetric .noUi-handle.widget.-slider:before {
    padding-top: 0;
  }

  .catalog-product-view .block.widget.-slider .slider_arrow.amshopby-slider-container.-volumetric .noUi-handle.left-0.right-0:before {
    display: none;
  }

  .catalog-product-view .amshopby-slider-container.-volumetric .noUi-handle.widget.-slider .slider_arrow.absolute.left-0.right-0:before {
    display: none;
  }
}

.amlabel-position-wrapper.amshopby-slider-container.-volumetric .noUi-handle:before {
  width: auto;
}

.bss_popup > a.amshopby-slider-container.-volumetric .noUi-handle:before {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.amshopby-slider-container.-volumetric .noUi-handle svg:before {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.amshopby-slider-container.-volumetric .noUi-handle:before:before {
  display: none;
}

.bss_popup > a.amshopby-slider-container.-volumetric .noUi-handle svg:before:before {
  display: none;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.amshopby-slider-container.-volumetric .noUi-handle.left-0:before {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.amshopby-slider-container.-volumetric .noUi-handle.left-0 img.amasty-label-image:before {
  max-width: 44px;
  max-height: inherit;
}

.category_tab_wrapper nav.amshopby-slider-container.-volumetric .noUi-handle:before {
  align-items: inherit;
  margin-top: -15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.amshopby-slider-container.-volumetric .noUi-handle.left-0 img.amasty-label-image:before {
  height: auto;
}

@media (max-width:767px) {
  body.android-mobile .header-search.amshopby-slider-container.-volumetric .noUi-handle:before {
    display: block;
  }

  .android-mobile button.amshopby-slider-container.-volumetric .noUi-handle.zoominimage:before {
    pointer-events: none;
  }

  .android-mobile.catalog-product-view .amshopby-slider-container.-volumetric .noUi-handle.widget.-slider .relative.container.px-0:before {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .amshopby-slider-container.-volumetric .noUi-handle.widget.-slider:before {
    padding: 0 0 20px 0;
  }

  .android-mobile .review_mobile_slider_main nav.amshopby-slider-container.-volumetric .noUi-handle:before {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .amshopby-slider-container.-volumetric .noUi-handle > *:before {
    width: 150px;
  }

  .catalog-product-view .amshopby-slider-container.-volumetric .noUi-handle.widget.-slider .section-content.text-center:before {
    padding: 0 20px;
  }
}

@media (max-width:767px){
  button.amshopby-slider-container.-volumetric .noUi-handle.zoominimage:before {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img.amshopby-slider-container.-volumetric .noUi-handle.max-h-screen-75:before {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .amshopby-slider-container.-volumetric .noUi-handle.top-0.right-0.pt-4.pr-4:before {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.amshopby-slider-container.-volumetric .noUi-handle.right-0.pt-4.pr-4:before {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .amshopby-slider-container.-volumetric .noUi-handle.top-0.right-0.pt-4.pr-4 svg *:before {
    stroke: #666;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.amshopby-slider-container.-volumetric .noUi-handle.right-0.pt-4.pr-4 svg *:before {
    stroke: #666;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.amshopby-slider-container.-volumetric .noUi-handle.left-0:before {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.amshopby-slider-container.-volumetric .noUi-handle.left-0 img.amasty-label-image:before {
    max-width: 34px;
  }
}

.amshopby-slider-container.-volumetric .noUi-handle:before {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid;
  border-bottom-color: inherit;
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
  margin-bottom: 1rem;
}

.membership-tiers-main img.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
    width: 50px;
    margin-bottom: 15px;
  }
}

/*light*/

.amshopby-slider-container.-light .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-light .noUi-target {
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(223, 222, 221, var(--tw-bg-opacity, 1));
  --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);
}

.amshopby-slider-container.-light .noUi-handle {
  top: -7px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(223, 222, 221, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --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);
  background-color: #ffffff;
}

.cart-form .fixed.z-50 .inline-block.amshopby-slider-container.-light .noUi-handle {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main .inline-block.amshopby-slider-container.-light .noUi-handle {
  border-radius: 0;
  padding: 30px 30px;
}

.flex.flex-col.justify-center.items-center.w-full.amshopby-slider-container.-light .noUi-handle.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.datebig.amshopby-slider-container.-light .noUi-handle p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.datebig.amshopby-slider-container.-light .noUi-handle p svg {
  width: 14px;
  height: 14px;
}

.amwishlist-item .amshopby-slider-container.-light .noUi-handle > .items-center {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .amshopby-slider-container.-light .noUi-handle > .items-center input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .amshopby-slider-container.-light .noUi-handle > .items-center .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .amshopby-slider-container.-light .noUi-handle > .items-center .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .amshopby-slider-container.-light .noUi-handle > .items-center .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 .amshopby-slider-container.-light .noUi-handle.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

@media (max-width:1023px) {
  .gift-popup-main .inline-block.amshopby-slider-container.-light .noUi-handle {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-handle.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-handle.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-handle.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-handle.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-handle.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-handle.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-handle.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-handle.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .amrewards-index-index .datebig.amshopby-slider-container.-light .noUi-handle {
    background: #EEFAFF;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
  }

  .amrewards-index-index .datebig.amshopby-slider-container.-light .noUi-handle p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }
}

.amshopby-slider-container.-light .noUi-handle[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.amshopby-slider-container.-light .noUi-handle[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.amshopby-slider-container.-light .noUi-handle[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.amshopby-slider-container.-light .noUi-handle[disabled] {
    display: block;
  }
}

.amshopby-slider-container.-light .noUi-handle:not(:hover) {
  border-color: #dfdedd !important;
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(223, 222, 221, var(--tw-border-opacity, 1));
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after {
  margin-left: -0.25rem;
  margin-top: -2px;
  height: 6px;
  width: 6px;
  transform-origin: center;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(223, 222, 221, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  background-color: #ffffff;
}

.cart-form .fixed.z-50 .inline-block.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main .inline-block.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after {
  border-radius: 0;
  padding: 30px 30px;
}

.flex.flex-col.justify-center.items-center.w-full.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto:after {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.datebig.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip p:after {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.datebig.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip p svg:after {
  width: 14px;
  height: 14px;
}

.amwishlist-item .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip > .items-center:after {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip > .items-center input.w-12:after {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip > .items-center .items-center.border.rounded > *:after {
  height: 38px;
}

.amwishlist-item .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip > .items-center .items-center.border.rounded:after {
  border-radius: 0;
}

.amwishlist-item .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip > .items-center .items-center.border.rounded button:after {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip.p-6.rounded:after {
  height: 70vh;
  overflow-y: auto;
}

@media (max-width:1023px) {
  .gift-popup-main .inline-block.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog>.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:first-child:after {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
  }

  .mobile-navigation-menu dialog .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip .flex:after {
    padding: 0;
  }

  .mobile-navigation-menu dialog .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip .flex button:after {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip .flex button svg:after {
    margin: 0;
  }
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip.p-6.rounded.shadow:after {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip.p-6.rounded.shadow h2.text-xl:after {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip.p-6.rounded.shadow h2.text-xl *:after {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip.p-6.rounded.shadow h2.text-xl:after {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip.p-6.rounded.shadow:after {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip.p-6.rounded.shadow h2.text-xl:after {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip.p-6.rounded.shadow h2.text-xl *:after {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip.p-6.rounded.shadow h2.text-xl:after {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .amrewards-index-index .datebig.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after {
    background: #EEFAFF;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
  }

  .amrewards-index-index .datebig.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip p:after {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }
}

/*dark*/

.amshopby-slider-container.-dark .noUi-target {
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgba(74, 73, 72, var(--tw-bg-opacity, 1));
  --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);
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-dark .noUi-handle {
  top: -6px;
  right: -5px;
  height: 15px;
  width: 10px;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-dark .noUi-handle[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.amshopby-slider-container.-dark .noUi-handle[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.amshopby-slider-container.-dark .noUi-handle[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.amshopby-slider-container.-dark .noUi-handle[disabled] {
    display: block;
  }
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

/* categories widget styles */

.amwidget-children-categories .amslider .slide {
  max-width: 30%;
  flex-basis: 33.333333%;
}

@media (min-width: 768px) {
  .amwidget-children-categories .amslider .slide {
    max-width: none;
    flex-basis: auto;
  }
}

/* Custom module styles */

.amsearch-related-terms {
  margin-top: 1rem;
}

div#review-form .card .amsearch-related-terms {
  margin-top: 5px;
}

.amwishlist-content-tab .amsearch-related-terms.grid.items-center,
.wishlist-toolbar .amsearch-related-terms.grid.items-center {
  display: flex;
}

@media screen and (max-width:767px) {
  .mpblog-post-view .mp-blog-view.amsearch-related-terms {
    margin-top: 35px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .flex.justify-center.gap-2.amsearch-related-terms {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }
}

.amsearch-related-terms .amsearch-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
  color: #007599;
}

@media (max-width:767px) {
  .add-details span.amsearch-related-terms .amsearch-title.font-semibold,
.sales-order-view .add-details span.amsearch-related-terms .amsearch-title.font-semibold,
.checkout-onepage-success .add-details span.amsearch-related-terms .amsearch-title.font-semibold {
    display: inline-block;
  }

  .add-details span.text-primary.amsearch-related-terms .amsearch-title,
.sales-order-view .add-details span.text-primary.amsearch-related-terms .amsearch-title,
.checkout-onepage-success .add-details span.text-primary.amsearch-related-terms .amsearch-title {
    display: inline-block;
  }
}

.amsearch-related-suggestions,
.amsearch-related-recommendations {
  margin-top: 1rem;
}

div#review-form .card .amsearch-related-suggestions,div#review-form .card 
.amsearch-related-recommendations {
  margin-top: 5px;
}

.amwishlist-content-tab .amsearch-related-suggestions.grid.items-center,
.wishlist-toolbar .amsearch-related-suggestions.grid.items-center,.amwishlist-content-tab 
.amsearch-related-recommendations.grid.items-center,
.wishlist-toolbar 
.amsearch-related-recommendations.grid.items-center {
  display: flex;
}

@media screen and (max-width:767px) {
  .mpblog-post-view .mp-blog-view.amsearch-related-suggestions,.mpblog-post-view .mp-blog-view
.amsearch-related-recommendations {
    margin-top: 35px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .flex.justify-center.gap-2.amsearch-related-suggestions,.product-details-slider-container .w-full.h-full.fixed .flex.justify-center.gap-2
.amsearch-related-recommendations {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }
}

.amsearch-related-suggestions .title, .amsearch-related-recommendations .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
  color: #007599;
}

@media (max-width:767px) {
  .add-details span.amsearch-related-suggestions .title.font-semibold,
.sales-order-view .add-details span.amsearch-related-suggestions .title.font-semibold,
.checkout-onepage-success .add-details span.amsearch-related-suggestions .title.font-semibold,.add-details span .amsearch-related-recommendations .title.font-semibold,
.sales-order-view .add-details span .amsearch-related-recommendations .title.font-semibold,
.checkout-onepage-success .add-details span .amsearch-related-recommendations .title.font-semibold {
    display: inline-block;
  }

  .add-details span.text-primary.amsearch-related-suggestions .title,
.sales-order-view .add-details span.text-primary.amsearch-related-suggestions .title,
.checkout-onepage-success .add-details span.text-primary.amsearch-related-suggestions .title,.add-details span.text-primary .amsearch-related-recommendations .title,
.sales-order-view .add-details span.text-primary .amsearch-related-recommendations .title,
.checkout-onepage-success .add-details span.text-primary .amsearch-related-recommendations .title {
    display: inline-block;
  }
}

.amtitles .amtitle {
  min-width: 45%;
}

@media (min-width: 768px) {
  .amtitles .amtitle {
    min-width: unset
  }
}

.amtitles .amtitle.active {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  background-color: #ffffff;
}

.cart-form .fixed.z-50 .inline-block.amtitles .amtitle.active {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main .inline-block.amtitles .amtitle.active {
  border-radius: 0;
  padding: 30px 30px;
}

.flex.flex-col.justify-center.items-center.w-full.amtitles .amtitle.active.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.datebig.amtitles .amtitle.active p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.datebig.amtitles .amtitle.active p svg {
  width: 14px;
  height: 14px;
}

.amwishlist-item .amtitles .amtitle.active > .items-center {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .amtitles .amtitle.active > .items-center input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .amtitles .amtitle.active > .items-center .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .amtitles .amtitle.active > .items-center .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .amtitles .amtitle.active > .items-center .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 .amtitles .amtitle.active.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

@media (max-width:1023px) {
  .gift-popup-main .inline-block.amtitles .amtitle.active {
    max-width: 100%;
    margin: 0 20px;
  }
}

.container.relative.py-2.mx-auto.amtitles .amtitle.active.z-20 {
  max-width: 100%;
  padding: 0;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.amtitles .amtitle.active.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.amtitles .amtitle.active.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.amtitles .amtitle.active.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.amtitles .amtitle.active.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amtitles .amtitle.active.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amtitles .amtitle.active.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amtitles .amtitle.active.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.amtitles .amtitle.active.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .amrewards-index-index .datebig.amtitles .amtitle.active {
    background: #EEFAFF;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
  }

  .amrewards-index-index .datebig.amtitles .amtitle.active p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.amtitles .amtitle.active {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.amtitles .amtitle.active + svg {
  right: -2rem;
}

.amtitles .amtitle.active .amsearch-results-icon {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.amcontents .amcontent {
  animation-duration: 0.45s;
  animation-fill-mode: both;
  animation-name: slideIn;
}

.amcontents .amcontent .amsearch-item {
  margin-bottom: 0.25rem;
}

.amcontents .amcontent .amsearch-item .amsearch-link {
  font-weight: 700;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform:translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

.amsearch-container {
  background-color: var(--amsearch-color-background, #ffffff);
}

.amsearch-container .amsearch-highlight {
  color: var(--amsearch-color-highlight, #1c6f5a);
  font-weight: 700;
}

.amsearch-container .card-interactive {
  background-color: var(--amsearch-color-background, #ffffff);
}

.amsearch-container .card-interactive:hover {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}

.amsearch-container .card-interactive:focus {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}

.amsearch-container .amsearch-product-name,
    .amsearch-container .am-search-view-all a {
  color: var(--amsearch-color-text, #1c6f5a);
}

.amsearch-container .amsearch-product-name:hover, .amsearch-container .am-search-view-all a:hover {
  color: var(--amsearch-color-text-hover, #1c6f5a);
}

.amsearch-container .amsearch-product-name:focus, .amsearch-container .am-search-view-all a:focus {
  color: var(--amsearch-color-text-focus, #1c6f5a);
}

.am-search-item-list a:not(.reviews-link) {
  color: var(--amsearch-color-text, #1c6f5a);
}

.am-search-item-list a:not(.reviews-link):hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-text-hover, #1c6f5a);
}

.am-search-item-list a:not(.reviews-link):focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #1c6f5a);
}

#search_mini_form .product-item a:not(.reviews-link) {
  color: var(--amsearch-color-text, rgba(59, 130, 246, 0.8));
}

#search_mini_form .product-item a:not(.reviews-link):hover {
  color: var(--amsearch-color-hover-text-hover, rgba(59, 130, 246, 1));
}

#search_mini_form .product-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
}

.amtabs-wrapper .amcontent a:not(.product-item-link) {
  color: #1979c2;
}

.amtabs-wrapper .amcontent a:not(.product-item-link):hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.am-search-content {
  width: 100%;
}

@media (min-width: 768px) {
  .am-search-content:not(.am-search-horizontal-view) {
    width: calc(100% - 283px)
  }

  .am-search-content.am-search-sidebar-disabled {
    width: 100%
  }
}

.am-search-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .am-search-sidebar:not(.am-search-horizontal-view) {
    max-width: 283px
  }
}

.am-custom-search-button {
  background: var(--amsearch-color-search_button, rgba(59, 130, 246, 1));
  color: var(--amsearch-color-search_button_text, #fff);
}

.am-custom-search-button:hover {
  background: var(--amsearch-color-search_button-hover, rgba(59, 130, 246, 1));
  color: var(--amsearch-color-search_button_text-hover, #fff);
}

.am-custom-search-button:focus {
  background: var(--amsearch-color-search_button-hover, #f4f5fa);
  color: var(--amsearch-color-search_button_text-hover, #1c6f5a);
}

/* Custom module styles */

#header .navigation {
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#header .navigation.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#header .navigation.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

.product-item.list-view {
  width: 100%;
}

.product-item.list-view:nth-child(even) {
  margin-right: 0px;
}

@media (min-width: 1024px) {
  .product-item.list-view {
    width: 48%
  }

  .product-item.list-view:nth-child(even) {
    margin-right: 1.25rem;
  }
}

/* Custom styles for installed hyva ui module */

/* TODO: Possible it will needs to change selector for header type after it is configured in Admin    */

#header.a-header-type #search-content {
  z-index: 110;
}

@media (min-width: 768px) {
  #header.a-header-type #search-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .relative.container#header.a-header-type #search-content>.widget {
    margin-left: 0;
    margin-right: 0;
  }

  @media (max-width:767px) {
    .android-mobile.catalog-product-view .block.widget.-slider .relative.container#header.a-header-type #search-content {
      padding: 0 10px;
    }
  }
}

#header.a-header-type #menu-search-icon {
  display: inline-block;
}

.cart-form .fixed.z-50 #header.a-header-type #menu-search-icon.bg-white {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main #header.a-header-type #menu-search-icon.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

@media (max-width:1023px) {
  .gift-popup-main #header.a-header-type #menu-search-icon.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

#header.a-header-type #header-notification {
  z-index: 9;
}

#header.a-header-type #search_mini_form button[type="submit"][disabled] {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity, 1));
  opacity: 1;
}

@media (min-width: 768px) {
  #header.b-header-type #search-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .relative.container#header.b-header-type #search-content>.widget {
    margin-left: 0;
    margin-right: 0;
  }

  @media (max-width:767px) {
    .android-mobile.catalog-product-view .block.widget.-slider .relative.container#header.b-header-type #search-content {
      padding: 0 10px;
    }
  }
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

.product-details-slider-container #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  margin: 0;
  height: 50px;
}

dialog button#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  top: 10px;
  right: 10px;
}

dialog button#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:focus {
  outline: 0;
  box-shadow: none;
}

.quick-view-main #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  left: 15px;
  top: 15px;
}

.flex.flex-col.justify-center.items-center#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.product-details #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.top-0 button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type li:hover {
  color: var(--primary-color);
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type,
    form#discount-coupon-form .coupon .control#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.left-0.right-0 {
    display: none;
  }

  .catalog-product-view .block.widget.-slider .slider_arrow.absolute#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.right-0 {
    display: none;
  }
}

#search_mini_form > #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.flex {
    justify-content: space-between;
  }
}

.bss_popup > a#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:before {
  display: none;
}

.bss_popup > a#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type svg:before {
  display: none;
}

@media (min-width: 1700px) {
  .new_product_section .flex #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:first-child {
    width: 19.4%;
  }

  .new_product_section .flex #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:first-child {
  width: 20.5%;
}

.new_product_section .flex #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:last-child {
  width: 79.5%;
  padding-left: 33px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
}

.category_tab_wrapper nav#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:1599px) {
  .new_product_section .flex #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:first-child {
    width: 33.3333%;
  }
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type img.amasty-label-image {
  height: auto;
}

@media (max-width:767px) {
  .android-mobile button#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.zoominimage {
    pointer-events: none;
  }

  .product-details .relative.self-center#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .review_mobile_slider_main nav#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed img#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.top-0#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type img.amasty-label-image {
    max-width: 34px;
  }

  .new_product_section .relative.container > .flex > #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type:last-child {
    width: 100%;
    padding: 0;
  }
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type [x-ref="searchForm"] {
  max-width: none;
}

.column.main.a-header-type section {
  z-index: 8;
}

@theme {
  --max-width-am-search-sidebar: 20%;

  --max-width-am-search-content: 80%;

  --flex-am-search-sidebar: 0 1 100%;

  --height-carousel-product-item: 540px;
}

.border-radius-20 {
  border-radius: 20px;
}

.bss-fastorder-link {
  margin-left: 0.625rem;
}

.text-toolber {
  position: relative;
  display: inline-block;
  display: flex;
  border-width: 2px;
  border-style: solid;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-wrap: wrap;
}

.product-details-section .product-details .text-toolber.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>.text-toolber {
  background: #92ced6;
}

.my-account-component .order-title.text-toolber {
  align-items: center;
  margin-bottom: 15px;
}

.content-search-fastorder ul li .text-toolber {
  align-items: start;
}

.content-search-fastorder ul li .text-toolber .searchimg {
  border: 1px solid #ddd;
  width: 67px;
}

.content-search-fastorder ul li .text-toolber .searchimg+.box-border {
  width: calc(100% - 67px);
  align-self: center;
}

.cart-form .fixed.z-50 .text-toolber.bg-white {
  max-width: 400px;
  width: 100%;
}

.product-details-section .product-details .text-toolber.w-fit-content {
  background: #fff;
}

.text-toolber.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.sidebar-topnav .filter-content .filter-option span.text-toolber {
  padding: 0;
  border: 0;
  height: auto;
  display: flex;
}

.sidebar-topnav .filter-content .filter-option span.text-toolber svg {
  width: 18px;
  height: 18px;
}

.gift-popup-main .text-toolber.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

.pearly-points .text-toolber {
  justify-content: start;
  align-items: start;
}

.pearly-points .text-toolber h3 {
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 29px;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0 20px 0;
  text-align: left;
}

.pearly-points .text-toolber h3+p {
  font-weight: 400;
  font-size: var(--font-20);
  line-height: 140%;
  color: #202020;
  text-align: left;
}

.ampromo-carousel-product .my-6.text-gray-700.body-font.text-toolber.flex-col {
  flex-wrap: nowrap;
}

.ampromo-carousel-product form.product-item .text-toolber.items-center.justify-center {
  justify-content: start;
}

body.account main.page-main>.container.text-toolber {
  padding-top: 2rem;
  margin-top: 0;
}

.text-toolber.fixed.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.text-toolber.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.banner-product-category-section .text-toolber.transition-transform {
  flex-wrap: nowrap;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.text-toolber {
  width: 100%;
  padding-right: 0;
}

.am-filter-state.filter-options-content span.text-toolber.px-1.rounded.border {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.text-toolber.px-1.rounded.border svg {
  position: relative;
  top: 3px;
}

.items.am-filter .amshopby-remove-item span.text-toolber {
  width: calc(100% - 35px);
}

.items.am-filter .amshopby-remove-item span.text-toolber+span {
  width: 35px;
}

.items.am-filter .amshopby-remove-item span.text-toolber+span a.amshopby-remove {
  padding: 0;
}

.banner-product-category-section .text-toolber.transition-transform {
  flex-wrap: wrap;
}

.banner-product-category-section.slider-loaded .text-toolber.transition-transform {
  flex-wrap: nowrap;
}

.banner-product-category-section.slider-loaded .text-toolber.transition-transform .item+.item {
  display: inline-flex
}

.amwishlist-item .text-toolber.fixed.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

@media (max-width:1023px) {
  .gift-popup-main .text-toolber.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }

  .quickorder_table .fastorder-row+.text-toolber {
    display: none;
  }
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.text-toolber.px-1.rounded.border svg {
    top: 0;
  }

  .pearly-points .text-toolber h3 {
    margin: 10px 0 5px 0;
  }

  .cart table.cart td.action .text-toolber {
    justify-content: start;
    display: inline-block;
  }
}

@media screen and (max-width:567px) {
  .product-details .text-toolber.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:479px) {
  .price-final_price + .text-toolber ul.prices-tier {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog .border-b .text-toolber {
    padding: 0;
  }

  .mobile-navigation-menu dialog .border-b .text-toolber button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .border-b .text-toolber button svg {
    margin: 0;
  }
}

#search_mini_form > .w-full.flex .text-toolber.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .w-full.text-toolber .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.text-toolber.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

#search_mini_form > .w-full.text-toolber {
  max-width: 100%;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-item-photo {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin: 0;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-info {
  width: calc(100% - 100px);
  padding-left: 15px;
  align-self: center;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-info .items-center {
  margin: 0;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  line-height: normal;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link, .form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-info .product-actions {
  display: none;
}

.form.mini-search .text-toolber > [class*="am-search-"] .p-4.box-border {
  padding: 0;
}

.form.mini-search .text-toolber > [class*="am-search-"] .p-4.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > .w-full.text-toolber {
    justify-content: space-between;
  }

  .form.mini-search .text-toolber > [class*="am-search-"] .p-4.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.mpblog-post-view .mp-blog-view .text-toolber.product-actions .quantity-box {
  width: 100%;
}

.mpblog-post-view .mp-blog-view .text-toolber.product-actions button.product-atc-btn {
  width: 100%;
  margin: 10px 0 0 0;
}

.home-banner-section .home-banner-desktop > .text-toolber {
  width: calc(50% - 10px);
}

@media (min-width: 1700px) {
  .new_product_section .text-toolber .w-full:first-child {
    width: 19.4%;
  }

  .new_product_section .text-toolber .w-full:last-child {
    width: 80.6%;
  }
}

@media (max-width: 1199px) {
  .new_product_section .product .product-info .product-atc-btn + .text-toolber.flex-wrap.gap-2 {
    display: none;
  }
}

.new_product_section .text-toolber .w-full:first-child {
  width: 20.5%;
}

.new_product_section .text-toolber .w-full:last-child {
  width: 79.5%;
  padding-left: 33px;
}

 .popularcategory .text-toolber > div.flex {
  margin: 0 -7.5px;
}

.new_product_section .container > div.text-toolber, .popularcategory .relative > div.text-toolber {
  margin: 0 -7.5px;
}

 .popularcategory .text-toolber > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.new_product_section .container > div.text-toolber .product-item, .popularcategory .relative > div.text-toolber .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .text-toolber {
  width: 100%;
}

.popularcategory > .text-toolber {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:1599px) {
  .new_product_section .text-toolber .w-full:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .text-toolber .w-full:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .text-toolber .w-full:last-child {
    width: 66.6667%;
  }

  .new_product_section .text-toolber .w-full:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .text-toolber {
    width: 100%;
  }
}

.form.mini-search .text-toolber > [class*="am-search-"] .product.product-item .product-info .items-center .product-item-link span {
  display: inline;
}

.category-slider-container .text-toolber.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .product-options-table tr td.product-option-price .text-toolber.pt-2 {
    padding-top: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main .grid > .text-toolber {
    background: #fff;
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .text-toolber {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .pearly-points .grid > .text-toolber svg {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .amrewards-index-index .rewardpagemo_acc .benefitsjoining_main .grid > .text-toolber {
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .text-toolber.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .android-mobile .product-details-slider-container .text-toolber.justify-center {
    margin: 15px 0 0 0;
  }

  .android-mobile .product-details-slider-container .text-toolber.justify-center button {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 6px;
  }

  .android-mobile .product-details-slider-container .text-toolber.justify-center button.bg-primary {
    width: 18px;
    background: #007599;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .text-toolber.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .text-toolber.container {
    padding: 0 0;
  }

  .product-details .text-toolber.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .text-toolber {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .city-section .container > .text-toolber {
    align-items: center;
  }

  .android-mobile .city-section .container > .text-toolber > *:first-child {
    width: 40%;
  }

  .android-mobile .city-section .container > .text-toolber > *:last-child {
    width: 60%;
  }

  .android-mobile .category_mobile_slider_main .text-toolber {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .text-toolber .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .text-toolber .flex.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .category_mobile_slider_main .relative .text-toolber.flex-nowrap {
    margin: 0 -5px;
  }

  .android-mobile .review_mobile_slider_main .text-toolber.flex-nowrap {
    margin: 0 -7.5px;
  }

  .page-main > .container.text-toolber.flex-col {
    display: none;
  }

  .customer-account-login .page-main > .container.text-toolber.flex-col, .customer-account-create .page-main > .container.text-toolber.flex-col, .customer-account-forgotpassword .page-main > .container.text-toolber.flex-col {
    display: none;
  }

  .customer-account-create .registration-form-section .text-toolber.y-gap {
    row-gap: 20px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .text-toolber > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .text-toolber.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .text-toolber.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.fixed .text-toolber.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .checkout-cart-index .container.text-toolber.flex-col {
    display: none;
  }

  .popularcategory > .text-toolber {
    margin-bottom: 10px;
  }

  .city-section .container > .text-toolber > *.flex-ase {
    display: none;
  }

  .android-mobile .city-section .container > .text-toolber > *:first-child {
    width: 100%;
  }

  .reward-benefit + .reward-benefit.text-toolber {
    margin-top: 10px;
  }

  .new_product_section .text-toolber.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .text-toolber > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .text-toolber.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .relative.container > .text-toolber > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .container > div.text-toolber {
    margin: 0;
  }

  .new_product_section .text-toolber.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .container > div.text-toolber .product-item {
    width: 305px;
    align-items: center;
  }

  .new_product_section .text-toolber.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .text-toolber{
    padding: 0;
    margin: 0;
  }

  .product-section .text-toolber.container {
    padding-right: 0;
  }
}

.text-toolber {
  border-radius: 20px;
}

.sorter-label {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 2rem;
}

.product-title+.sorter-label {
  margin-top: 5px;
}

.container.relative.py-2.sorter-label.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.new_product_section .product .product-info > .sorter-label {
  display: none;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.sorter-label.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.sorter-label.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.sorter-label.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.sorter-label.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.sorter-label.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.sorter-label.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.sorter-label.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.sorter-label.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .android-mobile .products ul.sorter-label.grid.gap {
    gap: 20px;
  }

  .product-title + .sorter-label {
    display: none;
  }
}

.sorter-label {
  color: rgba(120, 120, 120, 1);
}

.sorter {
  cursor: pointer;
  border-style: none;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0.5rem;
  font-weight: 600;
  --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);
}

@media (max-width:767px) {
  .add-details span.text-primary.sorter,
.sales-order-view .add-details span.text-primary.sorter,
.checkout-onepage-success .add-details span.text-primary.sorter {
    display: inline-block;
  }
}

.sorter[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.sorter[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.sorter[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.sorter[disabled] {
    display: block;
  }
}

.sorter {
  color: rgba(17, 17, 17, 1);
}

.sorter-action {
  margin-top: 0.5rem;
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.sorter-action.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.sorter-action {
  color: rgba(165, 165, 165, 1);
}

.icon-down {
  position: absolute;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

dialog button.icon-down {
  top: 10px;
  right: 10px;
}

dialog button.icon-down:focus {
  outline: 0;
  box-shadow: none;
}

.quick-view-main .icon-down {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input.icon-down {
  left: 15px;
  top: 15px;
}

.product-details .icon-down.top-0 button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.icon-down {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.am-filter-state.filter-options-content span.py-1.icon-down.rounded.border {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.icon-down.rounded.border svg {
  position: relative;
  top: 3px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.icon-down li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.icon-down {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.icon-down li:hover {
  color: var(--primary-color);
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.icon-down.rounded.border svg {
    top: 0;
  }
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow.icon-down.left-0.right-0 {
    display: none;
  }
}

.bss_popup > a.icon-down {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.icon-down svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.icon-down:before {
  display: none;
}

.bss_popup > a.icon-down svg:before {
  display: none;
}

.category_tab_wrapper nav.icon-down {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:767px) {
  .android-mobile button.icon-down.zoominimage {
    pointer-events: none;
  }

  .android-mobile .review_mobile_slider_main nav.icon-down {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .icon-down > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button.icon-down.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img.icon-down.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .icon-down.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .icon-down.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }
}

.icon-down {
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/Bss_FastOrder/images/icon.png);
  background-position: 33px 0px;
  top: 11px;
  right: 14px;
}

.bss-search-input2 {
  z-index: 4;
  margin-top: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.cart-form .fixed.z-50 .inline-block.bss-search-input2 {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main .inline-block.bss-search-input2 {
  border-radius: 0;
  padding: 30px 30px;
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.bss-search-input2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.justify-center.items-center.w-full.bss-search-input2.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.datebig.bss-search-input2 p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.datebig.bss-search-input2 p svg {
  width: 14px;
  height: 14px;
}

.amwishlist-item .bss-search-input2 > .items-center {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bss-search-input2 > .items-center input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bss-search-input2 > .items-center .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bss-search-input2 > .items-center .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bss-search-input2 > .items-center .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 .bss-search-input2.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

@media (max-width:1023px) {
  .gift-popup-main .inline-block.bss-search-input2 {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.bss-search-input2.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bss-search-input2.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bss-search-input2.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bss-search-input2.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bss-search-input2.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bss-search-input2.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bss-search-input2.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bss-search-input2.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .amrewards-index-index .datebig.bss-search-input2 {
    background: #EEFAFF;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
  }

  .amrewards-index-index .datebig.bss-search-input2 p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }
}

.bss-search-input2 {
  background-position: 92% center;
  background-image: url(../../frontend/Hyva/Maintheme/en_AU/Bss_FastOrder/images/icon-search.png);
  border-radius: 20px;
}

.bss-search-input {
  position: relative;
  max-width: 362px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.product-details-section .product-details .bss-search-input.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>.bss-search-input {
  background: #92ced6;
}

.product-details-section .product-details .bss-search-input.w-fit-content {
  background: #fff;
}

.bss-search-input.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.bss-search-input {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width:567px) {
  .product-details .bss-search-input.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex .bss-search-input.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.bss-search-input.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > .bss-search-input {
  width: calc(50% - 10px);
}

 .popularcategory .bss-search-input > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory .bss-search-input > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .bss-search-input {
  width: 100%;
}

.popularcategory > .bss-search-input {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .bss-search-input {
    width: 100%;
  }
}

.category-slider-container .bss-search-input.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider .bss-search-input.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .bss-search-input.container {
    padding: 0 0;
  }

  .product-details .bss-search-input.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .bss-search-input {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main .bss-search-input {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .bss-search-input .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .bss-search-input .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .bss-search-input > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .bss-search-input.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .bss-search-input.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > .bss-search-input {
    margin-bottom: 10px;
  }

  .new_product_section .bss-search-input.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .bss-search-input.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .bss-search-input.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .bss-search-input.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .bss-search-input{
    padding: 0;
    margin: 0;
  }

  .product-section .bss-search-input.container {
    padding-right: 0;
  }
}

.bss-search-input {
  background-color: rgba(242, 242, 242, 1);
  border-radius: 30px;
  color: rgba(120, 120, 120, 1);
}

.bss-fastorder-row-ref {
  width: 27%;
}

.bss-fastorder-row-image {
  width: 10%;
}

.bss-fastorder-row-name {
  text-align: center;
}

.text-left-mobile th.bss-fastorder-row-name,
.text-left-mobile td.bss-fastorder-row-name {
  text-align: center;
}

@media (max-width: 767px) {
  .section-content.bss-fastorder-row-name {
    justify-content: center;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .block.widget.-slider .section-content.bss-fastorder-row-name {
    padding: 0 20px;
  }
}

.bss-fastorder-row-name {
  width: 21%;
}

.bss-fastorder-row-edit-remove {
  width: 9%;
}

.bss-fastorder-row-qty {
  width: 13%;
}

.bss-fastorder-row-price {
  width: 20%;
}

.bss-fastorder-multiple-form tr td {
  box-sizing: border-box;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-style: solid;
}

.content-search-fastorder ul li .flex .searchimg+.bss-fastorder-multiple-form tr td {
  width: calc(100% - 67px);
  align-self: center;
}

.form.mini-search .flex > [class*="am-search-"] .p-4.bss-fastorder-multiple-form tr td {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4.bss-fastorder-multiple-form tr td .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4.bss-fastorder-multiple-form tr td .flex.text-xl {
    font-size: 15px;
  }

  .android-mobile .list_bottom_menu > .fixed .p-4.bss-fastorder-multiple-form tr td.border-gray-200.bg-gray-50 {
    display: none;
  }
}

.bss-fastorder-multiple-form tr td {
  border-width: 1px;
  border-color: rgba(236, 233, 233, 1);
}

.foot1 {
  background: #fafafa;
  color: #111;
}

.foot1 td {
  padding: 0.5rem;
}


.reward-history-table .table .tbody>div .foot1 td:first-child {
  padding-left: 0;
}


.reward-history-table .table .tbody>div .foot1 td {
  border-bottom: 1px solid #bbb;
  padding: 20px;
}

@media print {
  .reward-history-table .table .tbody>div .foot1 td {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .table .tbody>div .foot1 td p.md\:sr-only {
    display: inline-block;
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .foot1 td p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .foot1 td p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .table .tbody>div .foot1 td>span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .foot1 td * {
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (max-width:1365px) {
  
    .reward-history-table .table .tbody>div .foot1 td {
    padding: 12px;
  }
}

@media screen and (max-width:991px) {
  
    .reward-history-table .table .tbody>div .foot1 td p.text-sm {
    display: inline-block;
  }
}

@media screen and (max-width:767px) {
  .reward-history-table .table .tbody>div .foot1 td {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .table .tbody>div .foot1 td p.md\:sr-only {
    display: inline-block;
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .foot1 td p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .foot1 td p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .table .tbody>div .foot1 td>span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .foot1 td * {
    font-size: 15px;
    font-weight: 400;
  }
}

.bss-fastorde-bottom {
  border-width: 1px;
  border-style: solid;
}


.wishListtable_top_main .amwishlist-search-items input.bss-fastorde-bottom {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input.bss-fastorde-bottom:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.bss-fastorde-bottom {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.bss-fastorde-bottom svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .bg-white > .items-center .items-center.bss-fastorde-bottom.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.bss-fastorde-bottom.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.bss-fastorde-bottom.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.rounded.bss-fastorde-bottom svg {
    top: 0;
  }
}

@media screen and (max-width:767px) {
  .my-account-nav-title span.bss-fastorde-bottom {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-fastorde-bottom {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-fastorde-bottom button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-fastorde-bottom button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-fastorde-bottom .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-fastorde-bottom button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-fastorde-bottom button span svg {
    width: 16px;
    height: 16px;
  }
}

.bss-fastorde-bottom {
  border-color: rgba(238, 238, 238, 1);
  width: -webkit-fill-available;
}

.multi-wishlist-bottom , .all-add-button {
  width: 50%;
  padding-right: 0px;
  padding-bottom: 0.75rem;
  padding-top: 2rem;
  padding-left: 2rem;
  vertical-align: top;
}

@media (max-width: 567px) {
  .product-section .multi-wishlist-bottom ,.product-section  .all-add-button {
    width: calc(1/2 * 100%)
  }
}

.multi-wishlist-bottom , .all-add-button {
  width: calc(1/2 * 100%)
}

.bss-action-add {
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --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);
}

.product-category span.bss-action-add {
  padding: 0 5px;
}

.bss-action-add {
  color: #ffffff;
}

.ampromo-carousel-product form.product-item .flex.bss-action-add.justify-center {
  justify-content: start;
}

.flex.flex-col.justify-center.bss-action-add.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.product-category span.bss-action-add {
  opacity: 1;
}

.amwishlist-content-tab .mt-4.grid.bss-action-add,
.wishlist-toolbar .mt-4.grid.bss-action-add {
  display: flex;
}

.amwishlist-item .bg-white > .bss-action-add {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bg-white > .bss-action-add input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bg-white > .bss-action-add .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .bss-action-add .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .bss-action-add .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

.container.relative.bss-action-add.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .bss-action-add {
  margin: 0;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .bss-action-add .product-item-link {
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .bss-action-add .product-item-link, .form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .bss-action-add .product-item-link span {
  color: var(--dark-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .bss-action-add .product-item-link {
  margin-bottom: 10px;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .bss-action-add .product-item-link .amsearch-highlight {
  font-weight: 700;
}

.product-category span.bss-action-add {
  padding-top: 2px;
  display: flex;
  align-items: center;
  line-height: normal;
}

.form.mini-search .flex > [class*="am-search-"] .product.product-item .product-info .bss-action-add .product-item-link span {
  display: inline;
}

.bss-action-add {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, 1);
  --tw-text-opacity: 1;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.multiple-wishlist {
  position: relative;
  max-height: 165px;
  max-width: 474px;
  overflow: hidden;
}

.product-details-section .product-details .multiple-wishlist.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>.multiple-wishlist {
  background: #92ced6;
}

.product-details-section .product-details .multiple-wishlist.w-fit-content {
  background: #fff;
}

.multiple-wishlist.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.multiple-wishlist {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width:567px) {
  .product-details .multiple-wishlist.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex .multiple-wishlist.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.multiple-wishlist.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > .multiple-wishlist {
  width: calc(50% - 10px);
}

 .popularcategory .multiple-wishlist > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory .multiple-wishlist > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .multiple-wishlist {
  width: 100%;
}

.popularcategory > .multiple-wishlist {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .multiple-wishlist {
    width: 100%;
  }
}

.category-slider-container .multiple-wishlist.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider .multiple-wishlist.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .multiple-wishlist.container {
    padding: 0 0;
  }

  .product-details .multiple-wishlist.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .multiple-wishlist {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main .multiple-wishlist {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .multiple-wishlist .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .multiple-wishlist .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .multiple-wishlist > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .multiple-wishlist.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .multiple-wishlist.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > .multiple-wishlist {
    margin-bottom: 10px;
  }

  .new_product_section .multiple-wishlist.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .multiple-wishlist.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .multiple-wishlist.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .multiple-wishlist.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .multiple-wishlist{
    padding: 0;
    margin: 0;
  }

  .product-section .multiple-wishlist.container {
    padding-right: 0;
  }
}

.multiple-wishlist {
  border-radius: 20px;
}

.bss-multiple-sku {
  max-height: 130px;
}

.show-input {
  padding: 0.5rem;
  text-align: left;
  font-weight: 500;
}


.reward-history-table .table .tbody>div .show-input:first-child {
  padding-left: 0;
}


.reward-history-table .table .tbody>div .show-input {
  border-bottom: 1px solid #bbb;
  padding: 20px;
}

@media print {
  .reward-history-table .table .tbody>div .show-input {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .table .tbody>div .show-input p.md\:sr-only {
    display: inline-block;
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .show-input p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .show-input p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .table .tbody>div .show-input>span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .show-input * {
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (max-width:1365px) {
  
    .reward-history-table .table .tbody>div .show-input {
    padding: 12px;
  }
}

@media screen and (max-width:991px) {
  
    .reward-history-table .table .tbody>div .show-input p.text-sm {
    display: inline-block;
  }
}

@media screen and (max-width:767px) {
  .reward-history-table .table .tbody>div .show-input {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .table .tbody>div .show-input p.md\:sr-only {
    display: inline-block;
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .show-input p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .show-input p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .table .tbody>div .show-input>span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .show-input * {
    font-size: 15px;
    font-weight: 400;
  }
}

.show-input {
  color: rgba(189, 189, 189, 1);
}

.bss-file-upload {
  float: left;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0px;
  margin-right: 0.5rem;
  border-radius: 20px;
}

.bss-sample-csv {
  display: inline-block;
  padding-left: 0.25rem;
  font-style: italic;
}

.cart-form .fixed.z-50 .bss-sample-csv.bg-white {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main .bss-sample-csv.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

@media (max-width:1023px) {
  .gift-popup-main .bss-sample-csv.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

.bss-sample-csv {
  color: rgba(0, 0, 255, 1);
  line-height: 5px;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
}

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

.content-search-fastorder {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  overflow: auto;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  background-color: #ffffff;
}

.cart-form .fixed.z-50 .inline-block.content-search-fastorder {
  max-width: 400px;
  width: 100%;
}

dialog button.content-search-fastorder {
  top: 10px;
  right: 10px;
}

dialog button.content-search-fastorder:focus {
  outline: 0;
  box-shadow: none;
}

.quick-view-main .content-search-fastorder {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.gift-popup-main .inline-block.content-search-fastorder {
  border-radius: 0;
  padding: 30px 30px;
}

.ampromo-carousel-product form.product-item input.content-search-fastorder {
  left: 15px;
  top: 15px;
}

.flex.flex-col.justify-center.items-center.w-full.content-search-fastorder.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.product-details .content-search-fastorder.top-0 button svg * {
  stroke: #fff;
}

.datebig.content-search-fastorder p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.datebig.content-search-fastorder p svg {
  width: 14px;
  height: 14px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.content-search-fastorder {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.content-search-fastorder li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.content-search-fastorder {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.content-search-fastorder li:hover {
  color: var(--primary-color);
}

.amwishlist-item .content-search-fastorder > .items-center {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .content-search-fastorder > .items-center input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .content-search-fastorder > .items-center .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .content-search-fastorder > .items-center .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .content-search-fastorder > .items-center .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 .content-search-fastorder.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

@media (max-width:1023px) {
  .gift-popup-main .inline-block.content-search-fastorder {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow.content-search-fastorder.left-0.right-0 {
    display: none;
  }
}

.bss_popup > a.content-search-fastorder {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.content-search-fastorder svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.content-search-fastorder:before {
  display: none;
}

.bss_popup > a.content-search-fastorder svg:before {
  display: none;
}

.category_tab_wrapper nav.content-search-fastorder {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.content-search-fastorder.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.content-search-fastorder.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.content-search-fastorder.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.content-search-fastorder.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.content-search-fastorder.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.content-search-fastorder.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.content-search-fastorder.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.content-search-fastorder.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .amrewards-index-index .datebig.content-search-fastorder {
    background: #EEFAFF;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
  }

  .amrewards-index-index .datebig.content-search-fastorder p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .android-mobile button.content-search-fastorder.zoominimage {
    pointer-events: none;
  }

  .android-mobile .review_mobile_slider_main nav.content-search-fastorder {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .content-search-fastorder > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button.content-search-fastorder.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img.content-search-fastorder.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .content-search-fastorder.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .content-search-fastorder.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }
}

.content-search-fastorder {
  z-index: 3;
  max-width: 368px;
  max-height: 567px;
  text-align: -webkit-auto;
  border-color: rgba(242, 242, 242, 1);
}

.content-search-fastorder ul {
  margin-bottom: 0px;
  overflow: auto;
  padding-left: 0px;
}

.pointsprog_wrapper .cms-page-wrapper.content-search-fastorder ul {
  margin-bottom: 0;
}

.pearl_howworks_box_main .section-content+.cms-page-wrapper.content-search-fastorder ul {
  margin-bottom: 40px;
}

.content-search-fastorder ul {
  list-style: none;
  max-height: 430px;
}

.content-search-fastorder ul li {
  margin-bottom: 0px;
  cursor: pointer;
  border-bottom-width: 1px;
  border-style: solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
}

.pointsprog_wrapper .cms-page-wrapper.content-search-fastorder ul li {
  margin-bottom: 0;
}

.pearl_howworks_box_main .section-content+.cms-page-wrapper.content-search-fastorder ul li {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .mobile-navigation-menu dialog>.content-search-fastorder ul li:first-child {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
  }

  .mobile-navigation-menu dialog .content-search-fastorder ul li .flex {
    padding: 0;
  }

  .mobile-navigation-menu dialog .content-search-fastorder ul li .flex button {
    width: 35px;
    min-width: inherit;
    padding: 0;
    height: 35px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-navigation-menu dialog .content-search-fastorder ul li .flex button svg {
    margin: 0;
  }
}

.content-search-fastorder ul li[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.content-search-fastorder ul li[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.content-search-fastorder ul li[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.content-search-fastorder ul li[disabled] {
    display: block;
  }
}

.content-search-fastorder ul li {
  border-color: rgba(249, 249, 249, 1);
}

.bt-search-template2 {
  border-top-width: 1px;
  border-style: solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
  padding-right: 1.5rem;
}

@media (max-width:767px) {
  .android-mobile .list_bottom_menu > .fixed .p-4.bt-search-template2.border-gray-200.bg-gray-50 {
    display: none;
  }
}

.bt-search-template2 {
  border-color: rgba(238, 238, 238, 1);
}

.fastorder-row {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .fastorder-row {
    display: flex;
  }
}

@media (max-width:767px) {
  .android-mobile .list_bottom_menu > .fixed .p-4.border-t.fastorder-row.bg-gray-50 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fastorder-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.bss-content-option-product {
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  margin-left: 0px;
  box-sizing: border-box;
  max-height: 658px;
  min-height: 100px;
  width: 380px;
  max-width: 490px;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  text-align: center;
  --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);
}

#gallery .bss-content-option-product.block .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .bss-content-option-product.block .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .bss-content-option-product.block .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .bss-content-option-product.block .amasty-label-container {
    display: block;
  }
}


.reward-history-table .table .tbody>div .bss-content-option-product:first-child {
  padding-left: 0;
}


.reward-history-table .table .tbody>div .bss-content-option-product {
  border-bottom: 1px solid #bbb;
  padding: 20px;
}

.bss-content-option-product {
  background-color: #ffffff;
}

.product-details-slider-container .w-full.h-full.bss-content-option-product {
  z-index: 9999;
}

.content-search-fastorder ul li .flex .searchimg+.bss-content-option-product {
  width: calc(100% - 67px);
  align-self: center;
}

.cart-form .bss-content-option-product.z-50 {
  z-index: 88;
}

.cart-form .fixed.z-50 .inline-block.bss-content-option-product {
  max-width: 400px;
  width: 100%;
}

.cart-form .bss-content-option-product.z-50 .inline-block.bg-white {
  max-width: 400px;
  width: 100%;
}

.bss-content-option-product.z-30.bg-opacity-50 {
  z-index: 88;
  --tw-bg-opacity: 0.7;
}

.text-left-mobile th.bss-content-option-product,
.text-left-mobile td.bss-content-option-product {
  text-align: center;
}

.gift-popup-main .inline-block.bss-content-option-product {
  border-radius: 0;
  padding: 30px 30px;
}

.flex.bss-content-option-product.z-50 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.flex.flex-col.justify-center.items-center.w-full.bss-content-option-product.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.amwishlist-list-block .bss-content-option-product {
  max-height: inherit;
  overflow: visible;
}

.datebig.bss-content-option-product p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.datebig.bss-content-option-product p svg {
  width: 14px;
  height: 14px;
}


.wishListtable_top_main .amwishlist-search-items input.bss-content-option-product {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input.bss-content-option-product:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.bss-content-option-product {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.bss-content-option-product svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .flex.bss-content-option-product.z-50 {
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.amwishlist-item .bss-content-option-product > .items-center {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .bss-content-option-product > .items-center input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .bss-content-option-product > .items-center .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.bss-content-option-product.rounded > * {
  height: 38px;
}

.amwishlist-item .bss-content-option-product > .items-center .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.bss-content-option-product.rounded {
  border-radius: 0;
}

.amwishlist-item .bss-content-option-product > .items-center .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .bg-white > .items-center .items-center.bss-content-option-product.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 .bss-content-option-product.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

.amwishlist-item .bss-content-option-product.z-50 .bg-white.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

.amwishlist-item .bss-content-option-product.z-50  button.btn {
  min-width: inherit;
}

@media print {
  .reward-history-table .table .tbody>div .bss-content-option-product {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product p.md\:sr-only {
    display: inline-block;
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .bss-content-option-product p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product>span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product * {
    font-size: 15px;
    font-weight: 400;
  }
}

@media (max-width:1023px) {
  .gift-popup-main .inline-block.bss-content-option-product {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.rounded.bss-content-option-product svg {
    top: 0;
  }
}

@media screen and (max-width:1365px) {
  
    .reward-history-table .table .tbody>div .bss-content-option-product {
    padding: 12px;
  }
}

@media screen and (max-width:991px) {
  
    .reward-history-table .table .tbody>div .bss-content-option-product p.text-sm {
    display: inline-block;
  }
}

@media screen and (max-width:767px) {
  .reward-history-table .table .tbody>div .bss-content-option-product {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product p.md\:sr-only {
    display: inline-block;
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .bss-content-option-product p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product>span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product * {
    font-size: 15px;
    font-weight: 400;
  }

  .my-account-nav-title span.bss-content-option-product {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .section-content.bss-content-option-product {
    justify-content: center;
  }
}

.form.mini-search .flex > [class*="am-search-"] .p-4.bss-content-option-product {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4.bss-content-option-product .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4.bss-content-option-product .flex.text-xl {
    font-size: 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bss-content-option-product.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bss-content-option-product.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bss-content-option-product.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bss-content-option-product.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bss-content-option-product.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bss-content-option-product.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bss-content-option-product.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bss-content-option-product.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-content-option-product {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-content-option-product button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-content-option-product button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-content-option-product .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-content-option-product button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq .bss-content-option-product button span svg {
    width: 16px;
    height: 16px;
  }

  .amrewards-index-index .datebig.bss-content-option-product {
    background: #EEFAFF;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
  }

  .amrewards-index-index .datebig.bss-content-option-product p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .android-mobile .list_bottom_menu > .bss-content-option-product > * {
    width: 100%;
    padding: 0 20px;
    border: 0;
    flex: inherit;
  }

  .android-mobile .list_bottom_menu > .bss-content-option-product {
    max-height: 50vh;
    flex-wrap: nowrap;
  }

  .android-mobile .list_bottom_menu .bss-content-option-product.bg-opacity-50 {
    max-height: 100vh;
    background: rgba(0,0,0,0.8);
  }

  .android-mobile .list_bottom_menu > .bss-content-option-product .p-4.border-t.border-gray-200.bg-gray-50 {
    display: none;
  }

  .android-mobile .filter_bottom_menu.list_bottom_menu > .bss-content-option-product {
    max-height: 70vh;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .block.widget.-slider .section-content.bss-content-option-product {
    padding: 0 20px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.bss-content-option-product .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.bss-content-option-product .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .w-full.h-full.bss-content-option-product img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.bss-content-option-product .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .w-full.h-full.bss-content-option-product .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.bss-content-option-product .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full.h-full.bss-content-option-product .amlabel-position-wrapper {
    display: none;
  }
}

.bss-content-option-product {
  border-color: rgba(230, 230, 230, 1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bss-content-option-product .bss-product-info {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0px;
  padding-top: 1.25rem;
}

#gallery .fixed.bss-content-option-product .bss-product-info .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.bss-content-option-product .bss-product-info .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.bss-content-option-product .bss-product-info .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.bss-content-option-product .bss-product-info .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .bss-content-option-product .bss-product-info p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .bss-content-option-product .bss-product-info p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .bss-content-option-product .bss-product-info p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .bss-content-option-product .bss-product-info p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.bss-content-option-product .bss-product-info {
  padding-bottom: 0;
}

.product-details-section .product-details .bss-content-option-product .bss-product-info.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>.bss-content-option-product .bss-product-info {
  background: #92ced6;
}

.product-details-section .product-details .bss-content-option-product .bss-product-info.w-fit-content {
  background: #fff;
}

.bss-content-option-product .bss-product-info.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.catalog-product-view .bss-content-option-product .bss-product-info.widget.-slider {
  padding: var(--section-space) 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.bss-content-option-product .bss-product-info {
  width: 100%;
  padding-right: 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.bss-content-option-product .bss-product-info {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.bss-content-option-product .bss-product-info span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.bss-content-option-product .bss-product-info span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media screen and (max-width:567px) {
  .product-details .bss-content-option-product .bss-product-info.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

.bss-content-option-product .bss-product-info {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .catalog-product-view .bss-content-option-product .bss-product-info.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .bss-content-option-product .bss-product-info.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

#search_mini_form > .w-full.flex .bss-content-option-product .bss-product-info.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.bss-content-option-product .bss-product-info.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > .bss-content-option-product .bss-product-info {
  width: calc(50% - 10px);
}

 .popularcategory .bss-content-option-product .bss-product-info > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory .bss-content-option-product .bss-product-info > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .bss-content-option-product .bss-product-info {
  width: 100%;
}

.popularcategory > .bss-content-option-product .bss-product-info {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .bss-content-option-product .bss-product-info {
    width: 100%;
  }
}

.category-slider-container .bss-content-option-product .bss-product-info.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  body.android-mobile .header-search.bss-content-option-product .bss-product-info {
    display: block;
  }

  .android-mobile.catalog-product-view .bss-content-option-product .bss-product-info.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .bss-content-option-product .bss-product-info.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .bss-content-option-product .bss-product-info.widget.-slider {
    padding: 0 0 20px 0;
  }

  .android-mobile .parallax-section.pwa-btn-section .bss-content-option-product .bss-product-info.container {
    padding: 0 0;
  }

  .product-details .bss-content-option-product .bss-product-info.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .bss-content-option-product .bss-product-info {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main .bss-content-option-product .bss-product-info {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .bss-content-option-product .bss-product-info .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .bss-content-option-product .bss-product-info .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .bss-content-option-product .bss-product-info > .absolute > * {
    width: 150px;
  }

  .catalog-product-view .bss-content-option-product .bss-product-info.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .bss-content-option-product .bss-product-info.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .bss-content-option-product .bss-product-info.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > .bss-content-option-product .bss-product-info {
    margin-bottom: 10px;
  }

  .new_product_section .bss-content-option-product .bss-product-info.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .bss-content-option-product .bss-product-info.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .bss-content-option-product .bss-product-info.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .bss-content-option-product .bss-product-info.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .bss-content-option-product .bss-product-info{
    padding: 0;
    margin: 0;
  }

  .product-section .bss-content-option-product .bss-product-info.container {
    padding-right: 0;
  }
}

.bss-content-option-product .next-previous-button .next-previous {
  background-color: transparent;
  --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);
}

.bss-content-option-product .next {
  top: 40%;
  right: 5%;
}

.bss-content-option-product .previous {
  top: 40%;
  left: 5%;
}

.bss-content-option-product .next-previous {
  position: absolute;
  display: inline-block;
  padding: 0.5rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}


.reward-history-table .table .tbody>div .bss-content-option-product .next-previous:first-child {
  padding-left: 0;
}


.reward-history-table .table .tbody>div .bss-content-option-product .next-previous {
  border-bottom: 1px solid #bbb;
  padding: 20px;
}

.cart-form .fixed.z-50 .bss-content-option-product .next-previous.bg-white {
  max-width: 400px;
  width: 100%;
}

dialog button.bss-content-option-product .next-previous {
  top: 10px;
  right: 10px;
}

dialog button.bss-content-option-product .next-previous:focus {
  outline: 0;
  box-shadow: none;
}

.quick-view-main .bss-content-option-product .next-previous {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.gift-popup-main .bss-content-option-product .next-previous.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

.ampromo-carousel-product form.product-item input.bss-content-option-product .next-previous {
  left: 15px;
  top: 15px;
}

.product-details .bss-content-option-product .next-previous.top-0 button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.bss-content-option-product .next-previous {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.bss-content-option-product .next-previous li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.bss-content-option-product .next-previous {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.bss-content-option-product .next-previous li:hover {
  color: var(--primary-color);
}

@media print {
  .reward-history-table .table .tbody>div .bss-content-option-product .next-previous {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product .next-previous p.md\:sr-only {
    display: inline-block;
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product .next-previous p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .bss-content-option-product .next-previous p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product .next-previous>span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product .next-previous * {
    font-size: 15px;
    font-weight: 400;
  }
}

@media (max-width:1023px) {
  .gift-popup-main .bss-content-option-product .next-previous.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media screen and (max-width:1365px) {
  
    .reward-history-table .table .tbody>div .bss-content-option-product .next-previous {
    padding: 12px;
  }
}

@media screen and (max-width:991px) {
  
    .reward-history-table .table .tbody>div .bss-content-option-product .next-previous p.text-sm {
    display: inline-block;
  }
}

@media screen and (max-width:767px) {
  .reward-history-table .table .tbody>div .bss-content-option-product .next-previous {
    display: block;
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product .next-previous p.md\:sr-only {
    display: inline-block;
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product .next-previous p.md\:sr-only+div,
    .reward-history-table .table .tbody>div .bss-content-option-product .next-previous p.md\:sr-only+div p {
    display: inline-block;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product .next-previous>span:first-child {
    font-weight: 600;
  }

  .reward-history-table .table .tbody>div .bss-content-option-product .next-previous * {
    font-size: 15px;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow.bss-content-option-product .next-previous.left-0.right-0 {
    display: none;
  }
}

.bss_popup > a.bss-content-option-product .next-previous {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.bss-content-option-product .next-previous svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.bss-content-option-product .next-previous:before {
  display: none;
}

.bss_popup > a.bss-content-option-product .next-previous svg:before {
  display: none;
}

.category_tab_wrapper nav.bss-content-option-product .next-previous {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:767px) {
  .android-mobile button.bss-content-option-product .next-previous.zoominimage {
    pointer-events: none;
  }

  .android-mobile .review_mobile_slider_main nav.bss-content-option-product .next-previous {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .bss-content-option-product .next-previous > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button.bss-content-option-product .next-previous.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img.bss-content-option-product .next-previous.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .bss-content-option-product .next-previous.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .bss-content-option-product .next-previous.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }
}

.closePopup {
  position: absolute;
  top: 0px;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2rem;
}

dialog button.closePopup {
  top: 10px;
  right: 10px;
}

dialog button.closePopup:focus {
  outline: 0;
  box-shadow: none;
}

.amlabel-position-wrapper.closePopup .amlabel-text {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  --tw-translate-y: -50%;
}

.amlabel-position-wrapper.closePopup {
  width: 100%;
  align-items: end;
  gap: 0;
  top: 10px;
  right: 10px;
}

.amlabel-position-wrapper.closePopup .amlabel-text:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #ffffff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.quick-view-main .closePopup {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input.closePopup {
  left: 15px;
  top: 15px;
}

.product-details .closePopup.top-0 button svg * {
  stroke: #fff;
}

.product-details .absolute.closePopup button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.closePopup {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.closePopup li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.closePopup {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.closePopup li:hover {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow.closePopup.left-0.right-0 {
    display: none;
  }
}

.amlabel-position-wrapper.closePopup {
  width: auto;
}

.bss_popup > a.closePopup {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.closePopup svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.closePopup:before {
  display: none;
}

.bss_popup > a.closePopup svg:before {
  display: none;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.closePopup.left-0 {
  left: 15px;
  right: auto;
  top: 15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.closePopup.left-0 img.amasty-label-image {
  max-width: 44px;
  max-height: inherit;
}

.category_tab_wrapper nav.closePopup {
  align-items: inherit;
  margin-top: -15px;
}

.hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.closePopup.left-0 img.amasty-label-image {
  height: auto;
}

@media (max-width:767px) {
  .android-mobile button.closePopup.zoominimage {
    pointer-events: none;
  }

  .android-mobile .review_mobile_slider_main nav.closePopup {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .closePopup > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button.closePopup.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img.closePopup.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .closePopup.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.closePopup.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .closePopup.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .w-full.h-full.fixed .absolute.closePopup.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.closePopup.left-0 {
    left: 10px;
    top: 10px;
  }

  .hot-deals .product.product-item .product-item-photo .amlabel-position-wrapper.closePopup.left-0 img.amasty-label-image {
    max-width: 34px;
  }
}

.closePopup[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.closePopup[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.closePopup[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.closePopup[disabled] {
    display: block;
  }
}

.closePopup {
  right: 5px;
  color: rgba(191, 191, 191, 1);
}

.pagePopup {
  position: absolute;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

#gallery .fixed.pagePopup .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed.pagePopup .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed.pagePopup .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed.pagePopup .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] .pagePopup p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] .pagePopup p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] .pagePopup p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] .pagePopup p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

dialog button.pagePopup {
  top: 10px;
  right: 10px;
}

dialog button.pagePopup:focus {
  outline: 0;
  box-shadow: none;
}

.review-list.customer-reviews p.pagePopup {
  font-weight: 600;
}

div#review-form .card .pagePopup.my-3 {
  margin-top: 0;
  font-weight: 600;
}

.quick-view-main .pagePopup {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.ampromo-carousel-product form.product-item input.pagePopup {
  left: 15px;
  top: 15px;
}

.product-details .pagePopup.top-0 button svg * {
  stroke: #fff;
}

.catalog-product-view .pagePopup.widget.-slider {
  padding: var(--section-space) 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.pagePopup {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.items.am-filter .amshopby-remove-item span.filter-value.pagePopup {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value.pagePopup span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value.pagePopup span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.pagePopup li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.pagePopup {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.pagePopup li:hover {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .catalog-product-view .pagePopup.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view .pagePopup.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }

  .catalog-product-view .block.widget.-slider .slider_arrow.pagePopup.left-0.right-0 {
    display: none;
  }
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4.box-border .flex.pagePopup {
    font-size: 15px;
  }
}

.bss_popup > a.pagePopup {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.pagePopup svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.pagePopup:before {
  display: none;
}

.bss_popup > a.pagePopup svg:before {
  display: none;
}

.category_tab_wrapper nav.pagePopup {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.pagePopup {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.pagePopup * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.pagePopup {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.pagePopup {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.pagePopup * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.bg-white.p-6.rounded.shadow h2.pagePopup {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .add-details span.text-primary.pagePopup,
.sales-order-view .add-details span.text-primary.pagePopup,
.checkout-onepage-success .add-details span.text-primary.pagePopup {
    display: inline-block;
  }

  body.android-mobile .header-search.pagePopup {
    display: block;
  }

  .android-mobile button.pagePopup.zoominimage {
    pointer-events: none;
  }

  .android-mobile.catalog-product-view .pagePopup.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view .pagePopup.widget.-slider {
    padding: 0 0 20px 0;
  }

  .android-mobile .review_mobile_slider_main nav.pagePopup {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .pagePopup > * {
    width: 150px;
  }

  .catalog-product-view .pagePopup.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

@media (max-width:767px){
  button.pagePopup.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img.pagePopup.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .pagePopup.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .pagePopup.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }
}

.pagePopup {
  top: 5px;
  left: 30px;
  color: rgba(17, 17, 17, 1);
}

.bss-content-option-product .photo {
  max-height: 150px;
  min-height: 141px;
  border-width: 0px;
  display: initial;
}

.bss-content-option-product .product-name {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity, 1));
}

.bss-grouped-popup .product-name {
  padding-bottom: 1rem;
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .px-4.bss-grouped-popup .product-name {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }
}

.bss-product-option {
  position: relative;
  padding-top: 0.25rem;
}

.product-details-section .product-details .bss-product-option.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>.bss-product-option {
  background: #92ced6;
}

.product-details-section .product-details .bss-product-option.w-fit-content {
  background: #fff;
}

.bss-product-option.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.bss-product-option {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width:567px) {
  .product-details .bss-product-option.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex .bss-product-option.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.bss-product-option.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > .bss-product-option {
  width: calc(50% - 10px);
}

 .popularcategory .bss-product-option > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory .bss-product-option > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .bss-product-option {
  width: 100%;
}

.popularcategory > .bss-product-option {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .bss-product-option {
    width: 100%;
  }
}

.category-slider-container .bss-product-option.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider .bss-product-option.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .bss-product-option.container {
    padding: 0 0;
  }

  .product-details .bss-product-option.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .bss-product-option {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main .bss-product-option {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .bss-product-option .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .bss-product-option .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .bss-product-option > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .bss-product-option.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .bss-product-option.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > .bss-product-option {
    margin-bottom: 10px;
  }

  .new_product_section .bss-product-option.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .bss-product-option.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .bss-product-option.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .bss-product-option.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .bss-product-option{
    padding: 0;
    margin: 0;
  }

  .product-section .bss-product-option.container {
    padding-right: 0;
  }
}

.bss-grouped-popup .table-wrapper.grouped {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0.5rem;
  max-height: 324px;
  width: auto;
  overflow: auto;
}

.product-details-section .product-details .bss-grouped-popup .table-wrapper.grouped.mb-6 {
  margin-bottom: 0;
}

.banner-product-category-section .grid>.bss-grouped-popup .table-wrapper.grouped {
  background: #92ced6;
}

.product-details-section .product-details .bss-grouped-popup .table-wrapper.grouped.w-fit-content {
  background: #fff;
}

.bss-grouped-popup .table-wrapper.grouped.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.bss-grouped-popup .table-wrapper.grouped {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width:567px) {
  .product-details .bss-grouped-popup .table-wrapper.grouped.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex .bss-grouped-popup .table-wrapper.grouped.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.bss-grouped-popup .table-wrapper.grouped.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > .bss-grouped-popup .table-wrapper.grouped {
  width: calc(50% - 10px);
}

 .popularcategory .bss-grouped-popup .table-wrapper.grouped > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory .bss-grouped-popup .table-wrapper.grouped > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .bss-grouped-popup .table-wrapper.grouped {
  width: 100%;
}

.popularcategory > .bss-grouped-popup .table-wrapper.grouped {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .bss-grouped-popup .table-wrapper.grouped {
    width: 100%;
  }
}

.category-slider-container .bss-grouped-popup .table-wrapper.grouped.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .android-mobile.catalog-product-view .block.widget.-slider .bss-grouped-popup .table-wrapper.grouped.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .bss-grouped-popup .table-wrapper.grouped.container {
    padding: 0 0;
  }

  .product-details .bss-grouped-popup .table-wrapper.grouped.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .bss-grouped-popup .table-wrapper.grouped {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main .bss-grouped-popup .table-wrapper.grouped {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .bss-grouped-popup .table-wrapper.grouped .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .bss-grouped-popup .table-wrapper.grouped .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .bss-grouped-popup .table-wrapper.grouped > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .bss-grouped-popup .table-wrapper.grouped.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .bss-grouped-popup .table-wrapper.grouped.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > .bss-grouped-popup .table-wrapper.grouped {
    margin-bottom: 10px;
  }

  .new_product_section .bss-grouped-popup .table-wrapper.grouped.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .bss-grouped-popup .table-wrapper.grouped.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .bss-grouped-popup .table-wrapper.grouped.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .bss-grouped-popup .table-wrapper.grouped.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .bss-grouped-popup .table-wrapper.grouped{
    padding: 0;
    margin: 0;
  }

  .product-section .bss-grouped-popup .table-wrapper.grouped.container {
    padding-right: 0;
  }
}

.table-caption {
  position: absolute;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border-width: 0px;
  padding: 0px;
}

dialog button.table-caption {
  top: 10px;
  right: 10px;
}

dialog button.table-caption:focus {
  outline: 0;
  box-shadow: none;
}

.quick-view-main .table-caption {
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.my-account-component.table-caption {
  padding: 0;
  background: transparent;
}

.ampromo-carousel-product form.product-item input.table-caption {
  left: 15px;
  top: 15px;
}

.product-details .table-caption.top-0 button svg * {
  stroke: #fff;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.table-caption {
  left: 0;
  top: 20px;
  border: 1px solid #eee;
  padding: 3px 0;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.table-caption li {
  font-size: 15px;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.table-caption {
  border: 1px solid #999;
}

.amwishlist-imgtextcheck .amwishlist-toolbar-block ul.table-caption li:hover {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .catalog-product-view .block.widget.-slider .slider_arrow.table-caption.left-0.right-0 {
    display: none;
  }
}

.bss_popup > a.table-caption {
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bss_popup > a.table-caption svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.bss_popup > a.table-caption:before {
  display: none;
}

.bss_popup > a.table-caption svg:before {
  display: none;
}

.category_tab_wrapper nav.table-caption {
  align-items: inherit;
  margin-top: -15px;
}

@media (max-width:767px) {
  .android-mobile button.table-caption.zoominimage {
    pointer-events: none;
  }

  .android-mobile .review_mobile_slider_main nav.table-caption {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .relative > .table-caption > * {
    width: 150px;
  }
}

@media (max-width:767px){
  button.table-caption.zoominimage {
    pointer-events: auto;
  }

  .product-details-slider-container .w-full.h-full.fixed img.table-caption.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .table-caption.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .w-full.h-full.fixed .table-caption.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }
}

.table-caption {
  clip: rect(0px, 0px, 0px, 0px);
}

.bss-grouped-popup table.grouped thead {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity, 1));
}

.bss-grouped-popup table.grouped thead tr th {
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity, 1));
}

@media (max-width:767px) {
  .creditlimit-index-index .my-account-component table tr td.bss-grouped-popup table.grouped thead tr th {
    text-transform: inherit;
  }

  .add-details span.text-primary.bss-grouped-popup table.grouped thead tr th,
.sales-order-view .add-details span.text-primary.bss-grouped-popup table.grouped thead tr th,
.checkout-onepage-success .add-details span.text-primary.bss-grouped-popup table.grouped thead tr th {
    display: inline-block;
  }
}

.table.grouped .col-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.5rem;
  padding-left: 2rem;
  text-align: left;
  width: 90%;
}

.table.grouped .col-qty {
  border-top-width: 1px;
  border-style: solid;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 2rem;
  text-align: left;
}

@media (max-width:767px) {
  .android-mobile .list_bottom_menu > .fixed .p-4.table.grouped .col-qty.border-gray-200.bg-gray-50 {
    display: none;
  }
}

.table.grouped .col-qty {
  width: 10%;
  border-color: rgba(249, 249, 249, 1);
}

.bss-grouped-popup .product-item-name {
  margin: 0px;
  display: inline-block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(120, 120, 120, var(--tw-text-opacity, 1));
}

.cart-form .fixed.z-50 .bss-grouped-popup .product-item-name.bg-white {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main .bss-grouped-popup .product-item-name.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

@media (max-width:1023px) {
  .gift-popup-main .bss-grouped-popup .product-item-name.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media (max-width:767px) {
  .add-details span.text-primary.bss-grouped-popup .product-item-name,
.sales-order-view .add-details span.text-primary.bss-grouped-popup .product-item-name,
.checkout-onepage-success .add-details span.text-primary.bss-grouped-popup .product-item-name {
    display: inline-block;
  }
}

.bss-grouped-popup .price {
  font-weight: 700;
}

.bss-box-button {
  margin-top: -1px;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

.product-details-slider-container .bss-box-button.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty.bss-box-button {
  margin: 0;
  height: 50px;
}

.text-left-mobile th.bss-box-button,
.text-left-mobile td.bss-box-button {
  text-align: center;
}

.flex.flex-col.justify-center.items-center.bss-box-button.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}


.amwishlist-list-block .bss-box-button button {
  background: var(--primary-color);
  font-size: var(--font-14);
  font-weight: 700;
  text-transform: uppercase;
}

.amwishlist-list-block .bss-box-button button.bg-gray-300 {
  opacity: 0.5;
  cursor: not-allowed;
}

.amwishlist-list-block .bss-box-button button.bg-blue-700 {
  opacity: 1;
  cursor: pointer;
}

.amwishlist-list-block .bss-box-button input {
  padding: 0 15px;
  width: calc(100% - 80px);
}

.amwishlist-list-block .bss-box-button input,
.amwishlist-list-block .bss-box-button button {
  border-radius: 0;
  height: 40px;
}

.amwishlist-list-block .bss-box-button button {
  padding: 0 20px;
}

.amwishlist-list-block .bss-box-button input:focus {
  box-shadow: none;
  border-color: #333;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon .bss-box-button {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control.bss-box-button {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon .bss-box-button {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control.bss-box-button {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center.bss-box-button {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon .bss-box-button,
    form#discount-coupon-form .coupon .control.bss-box-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-content.bss-box-button {
    justify-content: center;
  }
}

#search_mini_form > .bss-box-button.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > .bss-box-button.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > .bss-box-button.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex .bss-box-button:first-child {
    width: 19.4%;
  }

  .new_product_section .flex .bss-box-button:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex .bss-box-button:first-child {
  width: 20.5%;
}

.new_product_section .flex .bss-box-button:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex .bss-box-button:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex .bss-box-button:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex .bss-box-button:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex .bss-box-button:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center.bss-box-button {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .block.widget.-slider .section-content.bss-box-button {
    padding: 0 20px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .bss-box-button.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .bss-box-button.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container .bss-box-button.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container .bss-box-button.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container .bss-box-button.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container .bss-box-button.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container .bss-box-button.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > .bss-box-button:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > .bss-box-button:last-child {
    width: 100%;
    padding: 0;
  }
}

.bss-grouped-popup .bss-box-button {
  border-top: 1px solid #f9f9f9;
}

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

.rotate-y-60 {
  transform: rotateY(60deg);
}

.rotate-y-90 {
  transform: rotateY(90deg);
}

.scale-150 {
  transform: scale(1.5);
}

.popup_wrapper {
  position: relative;
  z-index: 99;
  margin: auto;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product-details-section .product-details .popup_wrapper.mb-6 {
  margin-bottom: 0;
}

.popup_wrapper {
  background-color: #ffffff;
}

.banner-product-category-section .grid>.popup_wrapper {
  background: #92ced6;
}

.cart-form .fixed.z-50 .inline-block.popup_wrapper {
  max-width: 400px;
  width: 100%;
}

.product-details-section .product-details .popup_wrapper.w-fit-content {
  background: #fff;
}

.popup_wrapper.container.px-0>.widget {
  margin-left: 0;
  margin-right: 0;
}

.gift-popup-main .inline-block.popup_wrapper {
  border-radius: 0;
  padding: 30px 30px;
}

.flex.flex-col.justify-center.items-center.w-full.popup_wrapper.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.popup_wrapper.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.datebig.popup_wrapper p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.datebig.popup_wrapper p svg {
  width: 14px;
  height: 14px;
}


.wishListtable_top_main .amwishlist-search-items input.popup_wrapper {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input.popup_wrapper:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.amwishlist-title-block.toptitle .mainb .amwishlist-field-block .amwishlist-field.popup_wrapper {
  width: 100%;
  padding-right: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.popup_wrapper {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.popup_wrapper svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .popup_wrapper > .items-center {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.amwishlist-item .popup_wrapper > .items-center input.w-12 {
  border: 0;
  padding: 0 0;
}

.amwishlist-item .popup_wrapper > .items-center .items-center.border.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.popup_wrapper.rounded > * {
  height: 38px;
}

.amwishlist-item .popup_wrapper > .items-center .items-center.border.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.popup_wrapper.rounded {
  border-radius: 0;
}

.amwishlist-item .popup_wrapper > .items-center .items-center.border.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .bg-white > .items-center .items-center.popup_wrapper.rounded button {
  background: transparent;
  font-size: 18px;
}

.amwishlist-item .fixed.z-50 .popup_wrapper.p-6.rounded {
  height: 70vh;
  overflow-y: auto;
}

@media (max-width:1023px) {
  .gift-popup-main .inline-block.popup_wrapper {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.rounded.popup_wrapper svg {
    top: 0;
  }
}

@media screen and (max-width:991px) {
  .reward-history-table td p.popup_wrapper,
    .reward-history-table .table .tbody>div .p-2 p.popup_wrapper {
    display: inline-block;
  }
}

@media screen and (max-width:767px) {
  .my-account-nav-title span.popup_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

@media screen and (max-width:567px) {
  .product-details .popup_wrapper.self-center.w-full {
    width: 90%;
    margin: 0 auto;
  }
}

#search_mini_form > .w-full.flex .popup_wrapper.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.relative.popup_wrapper.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.container.popup_wrapper.py-2.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.home-banner-section .home-banner-desktop > .popup_wrapper {
  width: calc(50% - 10px);
}

 .popularcategory .popup_wrapper > div.flex {
  margin: 0 -7.5px;
}

 .popularcategory .popup_wrapper > div.flex .js_slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-section .home-banner-desktop > .popup_wrapper {
  width: 100%;
}

.popularcategory > .popup_wrapper {
  margin-bottom: 30px;
  margin-top: -2px;
}

@media (max-width:767px) {
  .android-mobile .banner-product-category-section > .container .popup_wrapper {
    width: 100%;
  }
}

.category-slider-container .popup_wrapper.js_slides.snap {
  overflow-y: hidden;
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg.mx-auto.popup_wrapper.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.popup_wrapper.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.popup_wrapper.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg.mx-auto.popup_wrapper.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.popup_wrapper.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.popup_wrapper.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.popup_wrapper.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg.mx-auto.popup_wrapper.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .customer-account-index .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.popup_wrapper {
    display: none;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .popup_wrapper {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .popup_wrapper button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .popup_wrapper button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .popup_wrapper .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .popup_wrapper.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .popup_wrapper button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq .popup_wrapper button span svg {
    width: 16px;
    height: 16px;
  }

  .amrewards-index-index .datebig.popup_wrapper {
    background: #EEFAFF;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
  }

  .amrewards-index-index .datebig.popup_wrapper p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #202020;
  }

  .sales-order-history .reward-history-table tr td[data-title="Order Number"] p.lg\:hidden.popup_wrapper {
    display: none;
  }

  .android-mobile.catalog-product-view .block.widget.-slider .popup_wrapper.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile .parallax-section.pwa-btn-section .popup_wrapper.container {
    padding: 0 0;
  }

  .product-details .popup_wrapper.self-center.w-full {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .android-mobile .banner-product-category-section > .container .popup_wrapper {
    padding-bottom: 20px;
    background: transparent;
    margin: 0 20px 0 20px;
    width: auto;
  }

  .android-mobile .category_mobile_slider_main .popup_wrapper {
    margin: 0;
    padding: 0;
  }

  .android-mobile .category_mobile_slider_main .popup_wrapper .js_slide {
    padding: 0 5px;
  }

  .android-mobile .category_mobile_slider_main .popup_wrapper .flex.flex-nowrap {
    margin: 0 -5px;
  }
}

@media screen and (max-width:767px) {
  .creditlimit-index-index .credit-limit-info .field.choice label.label + .popup_wrapper > .absolute > * {
    width: 150px;
  }
}

@media (max-width:767px){
  .product-details-slider-container .w-full.h-full.fixed .popup_wrapper.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container .w-full.h-full.fixed .popup_wrapper.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .popularcategory > .popup_wrapper {
    margin-bottom: 10px;
  }

  .new_product_section .popup_wrapper.container > .flex > .w-full:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .popup_wrapper.container > .flex > .w-full:last-child {
    width: 100%;
    padding: 0;
  }

  .new_product_section .popup_wrapper.relativeslidermain {
    margin-top: 15px;
  }

  .new_product_section .popup_wrapper.container {
    padding-right: 0;
  }

  .android-mobile .banner-product-category-section > .container .popup_wrapper{
    padding: 0;
    margin: 0;
  }

  .product-section .popup_wrapper.container {
    padding-right: 0;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.popup_wrapper.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.popup_wrapper.leading-tight.text-black + svg {
  right: -2rem;
}

.popup_wrapper {
  border-color: rgba(128, 128, 128, 1);
  box-shadow: 3px 3px 15px #222;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 3%;
}

/* Css for template-contact-form */

#template-contact-form .popup_content {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  border-style: solid;
  padding: 1rem;
}

.product-details-slider-container #template-contact-form .popup_content.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty#template-contact-form .popup_content {
  margin: 0;
  height: 50px;
}

.content-search-fastorder ul li .flex .searchimg+#template-contact-form .popup_content {
  width: calc(100% - 67px);
  align-self: center;
}

.product-title+#template-contact-form .popup_content {
  margin-top: 5px;
}

div#review-form .card .text-xl#template-contact-form .popup_content {
  margin-top: 0;
  font-weight: 600;
}

.flex.flex-col.justify-center.items-center#template-contact-form .popup_content.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon #template-contact-form .popup_content {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control#template-contact-form .popup_content {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon #template-contact-form .popup_content {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control#template-contact-form .popup_content {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center#template-contact-form .popup_content {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon #template-contact-form .popup_content,
    form#discount-coupon-form .coupon .control#template-contact-form .popup_content {
    width: 100%;
  }
}

#search_mini_form > #template-contact-form .popup_content.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

.container.relative.py-2#template-contact-form .popup_content.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

#search_mini_form > #template-contact-form .popup_content.flex {
  max-width: 100%;
}

.form.mini-search .flex > [class*="am-search-"] .p-4#template-contact-form .popup_content {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] #template-contact-form .popup_content.box-border {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4#template-contact-form .popup_content .flex {
  padding: 10px 10px;
  background: transparent;
}

.form.mini-search .flex > [class*="am-search-"] #template-contact-form .popup_content.box-border .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  #search_mini_form > #template-contact-form .popup_content.flex {
    justify-content: space-between;
  }

  .form.mini-search .flex > [class*="am-search-"] .p-4#template-contact-form .popup_content .flex.text-xl {
    font-size: 15px;
  }

  .form.mini-search .flex > [class*="am-search-"] #template-contact-form .popup_content.box-border .flex.text-xl {
    font-size: 15px;
  }
}

.new_product_section .product .product-info > #template-contact-form .popup_content {
  display: none;
}

@media (min-width: 1700px) {
  .new_product_section .flex #template-contact-form .popup_content:first-child {
    width: 19.4%;
  }

  .new_product_section .flex #template-contact-form .popup_content:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex #template-contact-form .popup_content:first-child {
  width: 20.5%;
}

.new_product_section .flex #template-contact-form .popup_content:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex #template-contact-form .popup_content:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex #template-contact-form .popup_content:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex #template-contact-form .popup_content:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex #template-contact-form .popup_content:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .creditlimit-order-pay .max-w-lg#template-contact-form .popup_content.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-pay .max-w-lg#template-contact-form .popup_content.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-pay .max-w-lg#template-contact-form .popup_content.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-pay .max-w-lg#template-contact-form .popup_content.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .creditlimit-order-masspay .max-w-lg#template-contact-form .popup_content.bg-white.p-6.rounded.shadow {
    padding: 15px 15px;
  }

  .creditlimit-order-masspay .max-w-lg#template-contact-form .popup_content.bg-white.p-6.rounded.shadow h2.text-xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
    padding: 0;
  }

  .creditlimit-order-masspay .max-w-lg#template-contact-form .popup_content.bg-white.p-6.rounded.shadow h2.text-xl * {
    color: #202020;
    font-weight: 500;
  }

  .creditlimit-order-masspay .max-w-lg#template-contact-form .popup_content.bg-white.p-6.rounded.shadow h2.text-xl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    z-index: 99;
    margin: 0;
    pointer-events: none;
  }

  .android-mobile .list_bottom_menu > .fixed #template-contact-form .popup_content.border-t.border-gray-200.bg-gray-50 {
    display: none;
  }

  .android-mobile .products ul#template-contact-form .popup_content.grid.gap {
    gap: 20px;
  }

  .product-details .relative.self-center#template-contact-form .popup_content {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-title + #template-contact-form .popup_content {
    display: none;
  }

  .product-details-slider-container #template-contact-form .popup_content.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container #template-contact-form .popup_content.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container #template-contact-form .popup_content.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container #template-contact-form .popup_content.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container #template-contact-form .popup_content.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container #template-contact-form .popup_content.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container #template-contact-form .popup_content.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > #template-contact-form .popup_content:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > #template-contact-form .popup_content:last-child {
    width: 100%;
    padding: 0;
  }
}

#template-contact-form .popup_content {
  border-radius: 10px;
  border-color: rgba(25, 121, 195, 1);
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}

#template-contact-form .contact {
  width: 100%;
}

.product-details-slider-container #template-contact-form .contact.h-full.fixed {
  z-index: 9999;
}

.quickorder_table .tbody>* .field.qty#template-contact-form .contact {
  margin: 0;
  height: 50px;
}

.flex.flex-col.justify-center.items-center#template-contact-form .contact.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.rounded-md.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media (max-width:1023px) {
  form#discount-coupon-form .coupon #template-contact-form .contact {
    width: 180px;
  }

  form#discount-coupon-form .coupon .control#template-contact-form .contact {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width:639px) {
  form#discount-coupon-form .coupon #template-contact-form .contact {
    width: 140px;
  }

  form#discount-coupon-form .coupon .control#template-contact-form .contact {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:567px) {
  .product-details .relative.self-center#template-contact-form .contact {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:424px) {
  form#discount-coupon-form .coupon #template-contact-form .contact,
    form#discount-coupon-form .coupon .control#template-contact-form .contact {
    width: 100%;
  }
}

#search_mini_form > #template-contact-form .contact.flex .relative.w-full {
  width: auto;
  flex: 1 0 0;
}

#search_mini_form > #template-contact-form .contact.flex {
  max-width: 100%;
}

@media (max-width:767px) {
  #search_mini_form > #template-contact-form .contact.flex {
    justify-content: space-between;
  }
}

@media (min-width: 1700px) {
  .new_product_section .flex #template-contact-form .contact:first-child {
    width: 19.4%;
  }

  .new_product_section .flex #template-contact-form .contact:last-child {
    width: 80.6%;
  }
}

.new_product_section .flex #template-contact-form .contact:first-child {
  width: 20.5%;
}

.new_product_section .flex #template-contact-form .contact:last-child {
  width: 79.5%;
  padding-left: 33px;
}

@media (max-width:1599px) {
  .new_product_section .flex #template-contact-form .contact:last-child {
    padding-left: 25px;
    width: 65%;
  }

  .new_product_section .flex #template-contact-form .contact:first-child {
    width: 35%;
  }
}

@media (max-width:991px) {
  .new_product_section .flex #template-contact-form .contact:last-child {
    width: 66.6667%;
  }

  .new_product_section .flex #template-contact-form .contact:first-child {
    width: 33.3333%;
  }
}

@media (max-width:767px) {
  .product-details .relative.self-center#template-contact-form .contact {
    width: 100%;
    border: 1px solid rgba(32, 32, 32, 0.15);
  }

  .product-details-slider-container #template-contact-form .contact.h-full.fixed .relative.w-fit-content {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
  }

  .product-details-slider-container #template-contact-form .contact.h-full.fixed .flex.justify-center.gap-2.mt-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 99;
  }

  .product-details-slider-container #template-contact-form .contact.h-full.fixed img.absolute.max-h-screen-75 {
    max-height: 100%;
  }

  .product-details-slider-container #template-contact-form .contact.h-full.fixed .relative.self-center.w-full {
    height: 100%;
    border: 0;
  }

  .product-details-slider-container #template-contact-form .contact.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 {
    padding: 0;
  }

  .product-details-slider-container #template-contact-form .contact.h-full.fixed .absolute.top-0.right-0.pt-4.pr-4 svg * {
    stroke: #666;
  }

  .product-details-slider-container #template-contact-form .contact.h-full.fixed .amlabel-position-wrapper {
    display: none;
  }

  .new_product_section .relative.container > .flex > #template-contact-form .contact:first-child {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .new_product_section .relative.container > .flex > #template-contact-form .contact:last-child {
    width: 100%;
    padding: 0;
  }
}

#template-contact-form .fieldset {
  margin: 0;
}

#template-contact-form .fieldset >.field {
  margin: 0 0 10px;
}

#template-contact-form .fieldset .control {
  width: 100%;
  position: relative;
}

#template-contact-form .legend {
  text-align: center;
}

.text-left-mobile th#template-contact-form .legend,
.text-left-mobile td#template-contact-form .legend {
  text-align: center;
}

@media (max-width: 767px) {
  .section-content#template-contact-form .legend {
    justify-content: center;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .block.widget.-slider .section-content#template-contact-form .legend {
    padding: 0 20px;
  }
}

#template-contact-form .legend {
  color: #00007b;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 24px;
  border: none;
  padding: 20px;
}

#template-contact-form .input-text {
  width: 100%;
  background: #e9e9e9;
  padding: 24px 48px;
  border-radius: 20px;
  outline: unset;
  border: none;
  margin-bottom: 8px;
}

#template-contact-form .input-text::placeholder {
  color: #2c2f52;
}

#template-contact-form .input-text:-ms-input-placeholder {
  color: #2c2f52;
}

#template-contact-form .input-text::-ms-input-placeholder {
  color: #2c2f52;
}

#template-contact-form .input-text .text-msg{
  border-radius: 16px;
  padding: 24px;
  resize: none;
}

#template-contact-form .icon-name__img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 20px;
  transform: translateY(-80%);
}

#template-contact-form .icon-email__img{
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 24px;
  transform: translateY(-80%);
}

#template-contact-form .popup-contact{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#template-contact-form .popup-contact #contact-form {
  width: 36%;
}

#template-contact-form .popup-contact .popup__contact-img {
  width: 50%;
}

#template-contact-form .popup-contact .popup__contact-img img {
  width: 90%;
}

#template-contact-form #contact-form .actions-toolbar {
  border-top-width: 0;
}

#template-contact-form .popup-contact .actions-toolbar .primary {
  width: 100%;
}

#template-contact-form .popup-contact .btn-contact {
  width: 100%;
  padding: 16px;
  margin-top: -10%;
  border-radius: 40px;
  font-weight: 700;
  background: linear-gradient(to right, #4b0596, #4355f1);
  border: none;
  outline: unset;
  opacity: 0.9;
  justify-content: center;
  align-items: center;
  display: flex;
}

#template-contact-form .popup-contact .btn-contact:hover {
  opacity: 1;
}

/* Css for template-age-verification */

#template-age-verification {
  max-width: 90vw;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 40px;
}

#template-age-verification .popup-title {
  margin-top: 24px;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 700;
  color: #1b2289;
}

#template-age-verification .popup-description {
  font-size: 20px;
  margin: 20px auto;
  width: 340px;
  box-sizing: border-box;
  line-height: 26px;
  color: #888;
  word-spacing: 1px;
}

#template-age-verification #age_verification_redirect {
  margin: 10px 58px 60px 0;
  max-width: 270px;
  float: right;
}

#template-age-verification .popup-footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 16px;
  gap: 16px;
}

#template-age-verification #age_verification_redirect {
  margin: 10px 58px 60px 0;
  max-width: 270px;
  float: right;
}

#template-age-verification .popup__age-verify-img {
  width: 30%;
  margin: auto;
}

#template-age-verification .popup__age-verify-img img{
  width: 100%;
}

#template-age-verification button.btn__age-verify {
  text-transform: uppercase;
  border-radius: 40px;
  border: none;
  outline: unset;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-sizing: border-box;
  transition: background 300ms cubic-bezier(.694, 0, 0.335, 1);
}

#template-age-verification #age_verification_yes {
  color: #fff;
  font-weight: 600;
  padding: 14px 40px;
  background: linear-gradient(to right, #fb6a3b, #fbb03b);
}

#template-age-verification #age_verification_yes:hover {
  background: linear-gradient(to right, #fbb03b, #fb6a3b);
}

#template-age-verification #age_verification_no {
  background: none;
  color: #666;
  border: 2px solid #fbb03b;
  padding: 12px 38px;
  font-weight: 700;
  opacity: 1;
}

#template-age-verification #age_verification_no:hover {
  background: #fbb03b;
}

/* Css for template-newsletter */

#template-newsletter {
  max-width: 600px;
  padding: 0px;
  text-align: center;
}

.text-left-mobile th#template-newsletter,
.text-left-mobile td#template-newsletter {
  text-align: center;
}

.my-account-component#template-newsletter {
  padding: 0;
  background: transparent;
}

@media (max-width: 767px) {
  .section-content#template-newsletter {
    justify-content: center;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view .block.widget.-slider .section-content#template-newsletter {
    padding: 0 20px;
  }
}

#template-newsletter {
  border-radius: 25px;
  background: #f1f1f1;
}

#template-newsletter .popup-newsletter-img {
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, #8741ff, #606bf1);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
}

#template-newsletter .popup-newsletter-img img {
  position: absolute;
  top: 16px;
  left: -32px;
  width: 110%;
  max-width: 110%;
}

#template-newsletter .popup-newsletter-content {
  padding: 32px 80px;
}

#template-newsletter .popup-newsletter-content .newsletter-des {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 22px;
  margin-top: 5%;
}

#template-newsletter .popup_content .newsletter {
  width: 100%;
  max-width: 100%;
}

#template-newsletter .popup_content :before {
  content:"";
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

#template-newsletter .popup_content .title-popup {
  font-size: 40px;
  color: #727272;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Josefin Sans', sans-serif;
}

#template-newsletter .subscribe {
  margin-top: 24px;
}

#template-newsletter .subscribe .actions{
  display:block;
  width: 100%;
  max-width: 100%;
}

#template-newsletter .subscribe .newsletter{
  display:block;
  width: 100%;
  max-width: 100%;
}

#template-newsletter .subscribe .field .control :before {
  display:none;
}

#template-newsletter .subscribe .field .control #newsletter {
  border: 1px solid #ececec;
  border-radius: 30px;
  color: #222;
  width: 300px;
  padding: 18px 24px;
  margin: 0;
  font-size: 15px;
}

#template-newsletter .subscribe .field .control #newsletter ::placeholder {
  color: #5a737e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

#template-newsletter .subscribe .field .control #newsletter :-ms-input-placeholder {
  color: #5a737e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

#template-newsletter .subscribe .field .control #newsletter ::-ms-input-placeholder {
  color: #5a737e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

#template-newsletter .actions .subscribe {
  background: linear-gradient(to right, #8741ff, #606bf1);
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  text-transform: uppercase;
  border: none;
  margin: 12px 0 0;
  text-align: center;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}

#template-newsletter .actions .subscribe:hover {
  opacity: 0.95;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 8px;
}

#template-newsletter .mfp-close {
  display:none;
}

#template-social-sharing {
  text-align: center;
  height: auto;
  padding: 40px 64px;
  box-sizing: border-box;
  border-radius: 24px;
}

#template-social-sharing .title-popup {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  background: linear-gradient(to right, #1c257b, #622b97);
  color: transparent;
  -webkit-background-clip: text;
  margin: 20px 0;
}

#template-social-sharing .popup__social-share-img {
  width: 60%;
  margin: auto;
}

#template-social-sharing .mfp-close {
  display:none;
}

#template-social-sharing .des-popup {
  font-size: 20px;
  color: #888;
  line-height: 24px;
  font-weight: 500;
}

#template-social-sharing .social {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}

#template-social-sharing .social li {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #e1e1e1;
  border-radius: 100%;
  position: relative;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 4px;
  margin: 0 12px;
}

#template-social-sharing .social li a {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

#template-social-sharing .social li:hover {
  opacity: 0.75;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 8px;
}

/* Css for template-hot-deals */

#template-hot-deals {
  width: 724px;
  border-radius: 24px;
  overflow: hidden;
  padding: 40px 12px;
  position: relative;
}

#template-hot-deals .block-products-list .block-title {
  margin: 40px 0;
}

#template-hot-deals .block-products-list .block-title strong{
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}

#template-hot-deals .block-products-list .product-item {
  padding: 0px 8px;
  border: 1px solid #ccc;
}

#template-hot-deals .hot-deal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e82e3d;
  width: 35%;
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}

#template-hot-deals .hot-deal .hot-deal__text {
  font-size: 52px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 24px;
}

#template-hot-deals .hot-deal .btn__hot-deal {
  background-color: #fff;
  color: #e82e3d;
  font-size: 20px;
  font-weight: bold;
}

#template-hot-deals .hot-deal .btn__hot-deal:link {
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 11px 48px;
  display: inline-block;
  border-radius: 100px;
  transition: all .2s;
  position: relative;
}

#template-hot-deals .hot-deal .btn__hot-deal:visited {
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 11px 48px;
  display: inline-block;
  border-radius: 100px;
  transition: all .2s;
  position: relative;
}

#template-hot-deals .hot-deal .btn__hot-deal:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

#template-hot-deals .hot-deal .btn__hot-deal:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#template-hot-deals .hot-deal .btn__hot-deal::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
  background-color: #fff;
}

#template-hot-deals .hot-deal .btn__hot-deal:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

#template-hot-deals .hot-deal .btn-animated {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

#template-hot-deals .popup_content {
  display: block;
}

#gallery .fixed#template-hot-deals .popup_content .amasty-label-container {
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .fixed#template-hot-deals .popup_content .amasty-label-container {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .fixed#template-hot-deals .popup_content .amasty-label-container {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .fixed#template-hot-deals .popup_content .amasty-label-container {
    display: block;
  }
}

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

.membership-tiers-main img[data-content-type$='block'] #template-hot-deals .popup_content p:last-child {
  margin-bottom: 41px;
}

@media (max-width:1080px) {
  .membership-tiers-main img[data-content-type$='block'] #template-hot-deals .popup_content p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .membership-tiers-main img[data-content-type$='block'] #template-hot-deals .popup_content p:last-child {
    width: 60px;
  }
}

@media (max-width:767px) {
  .amrewards-index-index .rewardpagemo_acc .membership-tiers-main img[data-content-type$='block'] #template-hot-deals .popup_content p:last-child {
    width: 50px;
    margin-bottom: 15px;
  }
}

.catalog-product-view #template-hot-deals .popup_content.widget.-slider {
  padding: var(--section-space) 0;
}

.items.am-filter .amshopby-remove-item span.filter-value#template-hot-deals .popup_content {
  width: 100%;
}

.items.am-filter .amshopby-remove-item span.filter-value#template-hot-deals .popup_content span.am-swatch-image {
  display: none;
}

.items.am-filter .amshopby-remove-item span.filter-value#template-hot-deals .popup_content span.swatch-image-label {
  max-width: 100%;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .catalog-product-view #template-hot-deals .popup_content.widget.-slider {
    padding-top: 0;
  }

  .catalog-product-view #template-hot-deals .popup_content.widget.-slider .slider_arrow.absolute.left-0.right-0 {
    display: none;
  }
}

@media (max-width:767px) {
  body.android-mobile .header-search#template-hot-deals .popup_content {
    display: block;
  }

  .android-mobile.catalog-product-view #template-hot-deals .popup_content.widget.-slider .relative.container.px-0 {
    padding: 0 10px;
  }

  .android-mobile.catalog-product-view #template-hot-deals .popup_content.widget.-slider {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:767px) {
  .catalog-product-view #template-hot-deals .popup_content.widget.-slider .section-content.text-center {
    padding: 0 20px;
  }
}

#template-hot-deals .block-products-list .block-title strong {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.action.primary, .action-primary {
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.product-category span.action.primary,.product-category span .action-primary {
  padding: 0 5px;
}

.action.primary, .action-primary {
  color: #ffffff;
}

.content-search-fastorder ul li .flex .searchimg+.action.primary,.content-search-fastorder ul li .flex .searchimg+ .action-primary {
  width: calc(100% - 67px);
  align-self: center;
}

.cart-form .fixed.z-50 .action.primary.bg-white,.cart-form .fixed.z-50  .action-primary.bg-white {
  max-width: 400px;
  width: 100%;
}

.gift-popup-main .action.primary.bg-white,.gift-popup-main  .action-primary.bg-white {
  border-radius: 0;
  padding: 30px 30px;
}

.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg.action.primary.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto,.flex.flex-col.justify-center.items-center.w-full.bg-white.max-w-xl.inset-0.m-auto.shadow-lg .action-primary.max-h-\[80vh\].sm\:max-h-full.mt-2.sm\:mt-auto {
  flex-direction: inherit;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.amwishlist-list-block section ul li .action.primary,.amwishlist-list-block section ul li  .action-primary {
  border-radius: 0;
}

.product-category span.action.primary,.product-category span .action-primary {
  opacity: 1;
}


.wishListtable_top_main .amwishlist-search-items input.action.primary,
.wishListtable_top_main .amwishlist-search-items input .action-primary {
  max-width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  font-size: 17px;
  line-height: 1.25rem;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
}


.wishListtable_top_main .amwishlist-search-items input.action.primary:focus,
.wishListtable_top_main .amwishlist-search-items input .action-primary:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.action.primary,.am-filter-state.filter-options-content span.py-1.px-1.rounded .action-primary {
  padding: 0;
  border: 0;
}

.am-filter-state.filter-options-content span.py-1.px-1.rounded.action.primary svg,.am-filter-state.filter-options-content span.py-1.px-1.rounded .action-primary svg {
  position: relative;
  top: 3px;
}

.amwishlist-item .bg-white > .items-center .items-center.action.primary.rounded > *,.amwishlist-item .bg-white > .items-center .items-center .action-primary.rounded > * {
  height: 38px;
}

.amwishlist-item .bg-white > .items-center .items-center.action.primary.rounded,.amwishlist-item .bg-white > .items-center .items-center .action-primary.rounded {
  border-radius: 0;
}

.amwishlist-item .bg-white > .items-center .items-center.action.primary.rounded button,.amwishlist-item .bg-white > .items-center .items-center .action-primary.rounded button {
  background: transparent;
  font-size: 18px;
}

@media (max-width:1023px) {
  .gift-popup-main .action.primary.bg-white,.gift-popup-main  .action-primary.bg-white {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media (max-width:767px) {
  .am-filter-state.filter-options-content span.py-1.px-1.rounded.action.primary svg,.am-filter-state.filter-options-content span.py-1.px-1.rounded .action-primary svg {
    top: 0;
  }
}

@media screen and (max-width:767px) {
  .my-account-nav-title span.action.primary,.my-account-nav-title span .action-primary {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
  }
}

.container.relative.action.primary.mx-auto.text-black.z-20,.container.relative .action-primary.mx-auto.text-black.z-20 {
  max-width: 100%;
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4.action.primary,.form.mini-search .flex > [class*="am-search-"] .p-4 .action-primary {
  padding: 0;
}

.form.mini-search .flex > [class*="am-search-"] .p-4.action.primary .flex,.form.mini-search .flex > [class*="am-search-"] .p-4 .action-primary .flex {
  padding: 10px 10px;
  background: transparent;
}

@media (max-width:767px) {
  .form.mini-search .flex > [class*="am-search-"] .p-4.action.primary .flex.text-xl,.form.mini-search .flex > [class*="am-search-"] .p-4 .action-primary .flex.text-xl {
    font-size: 15px;
  }
}

.product-category span.action.primary,.product-category span .action-primary {
  padding-top: 2px;
  display: flex;
  align-items: center;
  line-height: normal;
}

@media (max-width:767px) {
  .add-details span.text-primary.action.primary,
.sales-order-view .add-details span.text-primary.action.primary,
.checkout-onepage-success .add-details span.text-primary.action.primary,.add-details span.text-primary .action-primary,
.sales-order-view .add-details span.text-primary .action-primary,
.checkout-onepage-success .add-details span.text-primary .action-primary {
    display: inline-block;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .action.primary,.amrewards-index-index .rewardpagemo_acc .amrewards_faq  .action-primary {
    border: 0;
    background: #fff;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .action.primary button,.amrewards-index-index .rewardpagemo_acc .amrewards_faq  .action-primary button {
    padding: 10px 10px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .action.primary button span,.amrewards-index-index .rewardpagemo_acc .amrewards_faq  .action-primary button span {
    font-size: 14px;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .action.primary .px-4.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq  .action-primary .px-4.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .border .action.primary.pb-4,.amrewards-index-index .rewardpagemo_acc .amrewards_faq .border  .action-primary.pb-4 {
    padding: 10px 10px;
    font-size: 13px;
    color: #202020;
    border-bottom: 0;
  }

  .amrewards-index-index .rewardpagemo_acc .amrewards_faq .action.primary button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq .action.primary button span svg,.amrewards-index-index .rewardpagemo_acc .amrewards_faq  .action-primary button span + span, .amrewards-index-index .rewardpagemo_acc .amrewards_faq  .action-primary button span svg {
    width: 16px;
    height: 16px;
  }
}

.action.primary[disabled], .action-primary[disabled] {
  display: none;
}

@media (min-width:768px) {
  .header-search.action.primary[disabled],.header-search .action-primary[disabled] {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container.action.primary[disabled],.customer-account-index .my-account-container .action-primary[disabled] {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table.action.primary[disabled],.customer-account-index .recent-order-wrapper.reward-history-table .action-primary[disabled] {
    display: block;
  }
}

.action.primary, .action-primary {
  background-color: rgba(25, 121, 195, 1);
  border-color: rgba(25, 121, 195, 1);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*Responsive*/

@media (max-width: 1024px) {
  .popup_wrapper {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  #template-contact-form {
    width: 96%;
  }

  .popup-bss-hyva {
    width: 100%;
  }

  #template-hot-deals {
    width: 70%;
  }
}

@media (max-width: 576px) {
  .popup-bss-hyva {
    width: 90%;
  }

  .popup-bss-hyva-top-center {
    width: 90%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
  }

  .popup-bss-hyva-top-right {
    width: 90%;
    float: right;
  }

  #template-contact-form {
    width: 100%;
    padding: 24px;
    background: #fff;
    height: auto;
    border-radius: 24px;
  }

  #template-contact-form .actions-toolbar .primary {
    float: right;
  }

  #template-contact-form .actions-toolbar .primary button{
    margin: 0;
  }

  #template-contact-form .popup_content .legend {
    text-align: center;
    padding: 5px;
  }

  #template-contact-form .popup_content .popup-contact {
    display: block;
    padding: 0;
  }

  #template-contact-form .popup_content .popup-contact .popup__contact-img {
    width: auto;
    justify-content: center;
    height: auto;
  }

  #template-contact-form .popup_content .popup-contact .popup__contact-img img{
    width: 100%;
    margin-bottom: 24px;
  }

  #template-contact-form .popup_content .popup-contact #contact-form {
    width: 100%;
  }

  #template-contact-form .popup_content .popup-contact #contact-form .actions-toolbar .primary .btn-contact {
    margin: 0;
  }

  #template-contact-form .popup-contact .actions-toolbar .primary{
    margin-top: -20%;
  }

  #template-contact-form .input-text {
    margin-bottom: 2px;
  }

  #template-age-verification button {
    width: 100%;
  }

  #template-age-verification #age_verification_redirect {
    max-width:100%;
  }

  #template-age-verification .popup__age-verify-img {
    width: 50%;
  }

  #template-age-verification .popup-title {
    margin: 0;
  }

  #template-age-verification .popup-description {
    width: auto;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }

  #template-age-verification .popup-footer {
    display: block;
  }

  #template-age-verification #age_verification_no {
    margin-top: 5%;
  }

  #template-newsletter {
    width: 90%;
  }

  #template-newsletter .popup_content {
    display: block;
  }

  #template-newsletter .popup_content .newsletter .popup-newsletter-img {
    height: 200px;
  }

  #template-newsletter .popup_content .newsletter .popup-newsletter-img img {
    top: 12px;
    left: -20px;
  }

  #template-newsletter .popup_content .newsletter .popup-newsletter-content {
    padding: 24px;
  }

  #template-hot-deals {
    width: 90%;
    min-height: 400px;
    padding: 0;
  }

  #template-hot-deals .hot-deal{
    width: 50%;
  }

  #template-hot-deals .block-products-list .product-item {
    width: 49%;
  }

  #template-hot-deals .block-products-list .block-title {
    margin: 30px 0;
  }

  #template-hot-deals .block-products-list .block-title strong {
    font-size:20px;
  }

  #template-social-sharing {
    width: 90%;
  }
}

@media (max-width: 375px) {
  #template-newsletter .subscribe .field .control #newsletter {
    width: 290px;
  }

  #template-social-sharing {
    width: 90%;
  }
}

@media (max-width: 320px) {
  #template-newsletter .subscribe .field .control #newsletter {
    width: 240px;
  }

  #template-newsletter .popup_content .title-popup {
    font-size: 30px;
  }

  #template-social-sharing {
    width: 90%;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:mr-2::before {
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-0\.5::before {
  content: var(--tw-content);
  height: 0.125rem;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rotate-45::before {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:scale-y-150::before {
  content: var(--tw-content);
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-gray-300::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}

.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity, 1));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.before\:text-\[11px\]::before {
  content: var(--tw-content);
  font-size: 11px;
}

.before\:text-sm::before {
  content: var(--tw-content);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.before\:text-xl::before {
  content: var(--tw-content);
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.before\:font-normal::before {
  content: var(--tw-content);
  font-weight: 400;
}

.before\:leading-4::before {
  content: var(--tw-content);
  line-height: 1rem;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\'\+\'\]::before {
  --tw-content: '+';
  content: var(--tw-content);
}

.before\:content-\[\'\<\'\]::before {
  --tw-content: '<';
  content: var(--tw-content);
}

.before\:content-\[\'x\'\]::before {
  --tw-content: 'x';
  content: var(--tw-content);
}

#gallery .before\:block.fixed .amasty-label-container::before {
  content: var(--tw-content);
  display: none;
}

@media (min-width:768px) {
  .header-search#gallery .before\:block.fixed .amasty-label-container::before {
    display: block;
  }
}

@media (max-width:767px) {
  .customer-account-index .my-account-container#gallery .before\:block.fixed .amasty-label-container::before {
    display: block;
  }

  .customer-account-index .recent-order-wrapper.reward-history-table#gallery .before\:block.fixed .amasty-label-container::before {
    display: block;
  }
}

.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-1::after {
  content: var(--tw-content);
  bottom: 0.25rem;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-\[calc\(100\%-theme\(space\.1\)\)\]::after {
  content: var(--tw-content);
  top: calc(100% - 0.25rem);
}

.after\:ml-0\.5::after {
  content: var(--tw-content);
  margin-left: 0.125rem;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}

.after\:h-8::after {
  content: var(--tw-content);
  height: 2rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:-rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:border-4::after {
  content: var(--tw-content);
  border-width: 4px;
}

.after\:border-color-inherit::after {
  content: var(--tw-content);
  border-color: inherit;
}

.after\:bg-gray-300::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}

.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:from-transparent::after {
  content: var(--tw-content);
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-white::after {
  content: var(--tw-content);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-\[\'\:\'\]::after {
  --tw-content: ':';
  content: var(--tw-content);
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.visited\:text-purple-600:visited {
  color: rgb(124, 58, 237);
}

.open\:flex[open] {
  display: flex;
}

.open\:duration-500[open] {
  transition-duration: 500ms;
}

.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: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:z-20:hover {
  z-index: 20;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity, 1));
}

.hover\:border-sky-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600\/20:hover {
  background-color: rgba(37, 99, 235, 0.2);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity, 1));
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200\/50:hover {
  background-color: rgba(229, 231, 235, 0.5);
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/10:hover {
  background-color: rgba(29, 78, 216, 0.1);
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:text-amber-500:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity, 1));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity, 1));
}

.hover\:text-blue-950:hover {
  --tw-text-opacity: 1;
  color: rgba(23, 37, 84, var(--tw-text-opacity, 1));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity, 1));
}

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity, 1));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity, 1));
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity, 1));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(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);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ring:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-primary:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity, 1));
}

.hover\:ring-opacity-50:hover {
  --tw-ring-opacity: 0.5;
}

.hover\:brightness-125:hover {
  --tw-brightness: brightness(1.25);
  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);
}

.hover\:drop-shadow-md:hover {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  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);
}

.hover\:duration-300:hover {
  transition-duration: 300ms;
}

.hover\:before\:translate-x-\[-1px\]:hover::before {
  content: var(--tw-content);
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity, 1));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity, 1));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity, 1));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.focus\:pl-8:focus {
  padding-left: 2rem;
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline-color: #000;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity, 1));
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:drop-shadow-md:focus {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  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);
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity, 1));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.active\:ring-0:active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:z-30 {
  z-index: 30;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.aria-expanded\:bg-blue-50[aria-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}

.aria-expanded\:text-blue-800[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity, 1));
}

.aria-\[current\=page\]\:border-slate-400[aria-current="page"] {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity, 1));
}

.aria-\[current\=true\]\:bg-blue-600[aria-current="true"] {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}

.aria-\[current\=page\]\:font-medium[aria-current="page"] {
  font-weight: 500;
}

.aria-\[current\=page\]\:underline[aria-current="page"] {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.aria-\[current\=true\]\:ring-white[aria-current="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity, 1));
}

.aria-\[current\=page\]\:hover\:border-blue-500:hover[aria-current="page"] {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}

.group[aria-expanded="true"] .group-aria-expanded\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[aria-expanded="true"] .group-aria-expanded\:text-inherit {
  color: inherit;
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity, 1));
}

.data-\[has-current\]\:font-medium[data-has-current] {
  font-weight: 500;
}

@media not all and (min-width: 768px) {
  .max-md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-md\:mr-2\.5 {
    margin-right: 0.625rem;
  }
}

@media (min-width: 480px) {
  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .xs\:gap-x-\[16px\] {
    column-gap: 16px;
  }

  .xs\:gap-y-\[0px\] {
    row-gap: 0px;
  }

  .xs\:gap-y-\[30px\] {
    row-gap: 30px;
  }
}

@media (min-width: 640px) {
  .sm\:static {
    position: static;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:-mx-\[15px\] {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:max-h-\[50vh\] {
    max-height: 50vh;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-\[48\%\] {
    width: 48%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-\[16px\] {
    column-gap: 16px;
  }

  .sm\:gap-y-\[0px\] {
    row-gap: 0px;
  }

  .sm\:gap-y-\[30px\] {
    row-gap: 30px;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  #gallery .sm\:block.fixed .amasty-label-container {
    display: none;
  }

  @media (min-width:768px) {
    .header-search#gallery .sm\:block.fixed .amasty-label-container {
      display: block;
    }
  }

  @media (max-width:767px) {
    .customer-account-index .my-account-container#gallery .sm\:block.fixed .amasty-label-container {
      display: block;
    }

    .customer-account-index .recent-order-wrapper.reward-history-table#gallery .sm\:block.fixed .amasty-label-container {
      display: block;
    }
  }
}

@media (min-width: 768px) {
  .md\: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;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:\!-top-3 {
    top: -0.75rem !important;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-\[15px\] {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-\[95px\] {
    height: 95px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[85\%\] {
    max-height: 85%;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:\!w-auto {
    width: auto !important;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-\[180px\] {
    width: 180px;
  }

  .md\:w-\[73\%\] {
    width: 73%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-\[120px\] {
    min-width: 120px;
  }

  .md\:max-w-100-50 {
    max-width: calc(100% - 50px);
  }

  .md\:max-w-40 {
    max-width: 10rem;
  }

  .md\:max-w-\[6rem\] {
    max-width: 6rem;
  }

  .md\:max-w-\[960px\] {
    max-width: 960px;
  }

  .md\:max-w-amrel-60 {
    max-width: 60%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:basis-2\/4 {
    flex-basis: 50%;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-x-\[-100\%\] {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: -webkit-min-content minmax(0, 1fr);
    grid-template-rows: min-content minmax(0, 1fr);
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .md\:gap-x-\[20px\] {
    column-gap: 20px;
  }

  .md\:gap-y-\[40px\] {
    row-gap: 40px;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-\[3px\] {
    border-width: 3px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-amrel-grey-border {
    --tw-border-opacity: 1;
    border-color: rgba(233, 246, 255, var(--tw-border-opacity, 1));
  }

  .md\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity, 1));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-\[15px\] {
    padding: 15px;
  }

  .md\:p-\[5px\] {
    padding: 5px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #gallery .md\:fixed.block .amasty-label-container {
    display: none;
  }

  @media (min-width:768px) {
    .header-search#gallery .md\:fixed.block .amasty-label-container {
      display: block;
    }
  }

  @media (max-width:767px) {
    .customer-account-index .my-account-container#gallery .md\:fixed.block .amasty-label-container {
      display: block;
    }

    .customer-account-index .recent-order-wrapper.reward-history-table#gallery .md\:fixed.block .amasty-label-container {
      display: block;
    }
  }

  #gallery .md\:block.fixed .amasty-label-container {
    display: none;
  }

  @media (min-width:768px) {
    .header-search#gallery .md\:block.fixed .amasty-label-container {
      display: block;
    }
  }

  @media (max-width:767px) {
    .customer-account-index .my-account-container#gallery .md\:block.fixed .amasty-label-container {
      display: block;
    }

    .customer-account-index .recent-order-wrapper.reward-history-table#gallery .md\:block.fixed .amasty-label-container {
      display: block;
    }
  }

  .group:hover .md\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:\!-left-10 {
    left: -2.5rem !important;
  }

  .lg\:\!-right-10 {
    right: -2.5rem !important;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-\[40px\] {
    height: 40px;
  }

  .lg\:h-\[60px\] {
    height: 60px;
  }

  .lg\:max-h-am-75 {
    max-height: 75vh;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[320px\] {
    width: 320px;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-\[700px\] {
    min-width: 700px;
  }

  .lg\:max-w-44 {
    max-width: 11rem;
  }

  .lg\:max-w-\[calc\(90\%-180px\)\] {
    max-width: calc(90% - 180px);
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:basis-4\/5 {
    flex-basis: 80%;
  }

  .lg\:basis-56 {
    flex-basis: 14rem;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .lg\:gap-x-\[30px\] {
    column-gap: 30px;
  }

  .lg\:gap-y-\[50px\] {
    row-gap: 50px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-l-\[1px\] {
    border-left-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-\[1px\] {
    border-right-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-amrel-grey-border {
    --tw-border-opacity: 1;
    border-color: rgba(233, 246, 255, var(--tw-border-opacity, 1));
  }

  .lg\:bg-inherit {
    background-color: inherit;
  }

  .lg\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-\[1rem\] {
    font-size: 1rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-amrel-grey-border {
    --tw-text-opacity: 1;
    color: rgba(233, 246, 255, var(--tw-text-opacity, 1));
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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);
  }

  #gallery .lg\:block.fixed .amasty-label-container {
    display: none;
  }

  @media (min-width:768px) {
    .header-search#gallery .lg\:block.fixed .amasty-label-container {
      display: block;
    }
  }

  @media (max-width:767px) {
    .customer-account-index .my-account-container#gallery .lg\:block.fixed .amasty-label-container {
      display: block;
    }

    .customer-account-index .recent-order-wrapper.reward-history-table#gallery .lg\:block.fixed .amasty-label-container {
      display: block;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:grow {
    flex-grow: 1;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr;
  }

  .xl\:gap-x-\[80px\] {
    column-gap: 80px;
  }

  .xl\:gap-y-\[50px\] {
    row-gap: 50px;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:text-left {
    text-align: left;
  }
}

@media (min-width: 1536px) {
  .\32xl\:\!-left-10 {
    left: -2.5rem !important;
  }

  .\32xl\:\!-right-10 {
    right: -2.5rem !important;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }
}

.\[\&\:\:-webkit-progress-bar\]\:bg-gray-200::-webkit-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-progress-value\]\:bg-yellow-300::-webkit-progress-value {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity, 1));
}

.\[\&\:nth-child\(1n\)\>\.before\]\:bg-yellow-300:nth-child(1n)>.before {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity, 1));
}

.\[\&\:nth-child\(2n\)\>\.before\]\:bg-red-400:nth-child(2n)>.before {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
}

.\[\&\:nth-child\(3n\)\>\.before\]\:bg-green-300:nth-child(3n)>.before {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity, 1));
}

.\[\&\:nth-child\(4n\)\>\.before\]\:bg-blue-300:nth-child(4n)>.before {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .\[\&\:nth-child\(n\+2\)\]\:max-md\:hidden:nth-child(n+2) {
    display: none;
  }
}
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Hyva/Maintheme/en_AU/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list{display:block}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:transparent}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}