/* 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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

/* ! tailwindcss v3.4.13 | 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] {
  display: none;
}

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

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

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

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

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

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

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

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

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

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
          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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
          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;
}

.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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-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: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-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;
}

.faddress_box .swatch-attribute-options{
  align-items: center;
}

.productenquiry-index-index  .container.swatch-attribute-options {
  padding-left: 0;
}

.productenquiry-cart .form-wrap > div .swatch-attribute-options {
  gap: 20px;
}

.page-print .sm\:block.swatch-attribute-options {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.swatch-attribute-options a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.swatch-attribute-options {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.swatch-attribute-options .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.swatch-attribute-options .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .swatch-attribute-options{
    display: inline-block;
  }

  .location_list.swatch-attribute-options {
    flex-wrap: wrap
  }

  .footer.content .justify-around.swatch-attribute-options{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.swatch-attribute-options .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.swatch-attribute-options{
    width: 100%;
    display: block;
  }

  .faddress_box .swatch-attribute-options{
    align-items: center;
    justify-content: inherit;
  }

  .mini-search .amsearch-container .swatch-attribute-options {
    flex-direction: row;
  }

  .green-focus-icons.swatch-attribute-options.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.swatch-attribute-options .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .swatch-attribute-options{
    flex-direction: column;
    gap: 0;
  }

  .productenquiry-index-index .container.swatch-attribute-options{
    padding-left: 0.75rem;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .swatch-attribute-options {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .swatch-attribute-options {
    display: flex;
  }

  .cms-page-view .swatch-attribute-options.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .swatch-attribute-options.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .swatch-attribute-options.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.swatch-attribute-options .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.swatch-attribute-options {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.swatch-attribute-options .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.swatch-attribute-options{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.swatch-attribute-options {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .swatch-attribute-options{
    flex-direction: column;
  }

  .form.subscribe .swatch-attribute-options .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .swatch-attribute-options {
    display: block;
  }

  .cms-company-profile .column.main .swatch-attribute-options .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .swatch-attribute-options {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }
}

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

.faddress_box .swatch-option{
  align-items: center;
}

.productenquiry-cart .form-wrap > div .swatch-option {
  gap: 20px;
}

.page-print .sm\:block.swatch-option {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.swatch-option a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.swatch-option {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.swatch-option .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.swatch-option .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .swatch-option{
    display: inline-block;
  }

  .location_list.swatch-option {
    flex-wrap: wrap
  }

  .footer.content .justify-around.swatch-option{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.swatch-option .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.swatch-option{
    width: 100%;
    display: block;
  }

  .faddress_box .swatch-option{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.swatch-option.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.swatch-option .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .swatch-option{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .swatch-option {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .swatch-option {
    display: flex;
  }

  .cms-page-view .swatch-option.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .swatch-option.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .swatch-option.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.swatch-option .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.swatch-option {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.swatch-option .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.swatch-option{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.swatch-option {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .swatch-option{
    flex-direction: column;
  }

  .form.subscribe .swatch-option .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .swatch-option {
    display: block;
  }

  .cms-company-profile .column.main .swatch-option .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .swatch-option {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }
}

.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;
  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;
  text-transform: uppercase;
}

.faddress_box .btn{
  align-items: center;
}

.productenquiry-cart .form-wrap > div .btn {
  gap: 20px;
}

.page-print .sm\:block.btn {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.btn a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.btn {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.btn .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.btn .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .btn{
    display: inline-block;
  }

  .location_list.btn {
    flex-wrap: wrap
  }

  .footer.content .justify-around.btn{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.btn .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.btn{
    width: 100%;
    display: block;
  }

  .faddress_box .btn{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.btn.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.btn .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .btn{
    flex-direction: column;
    gap: 0;
  }

  .cms-why-tigerpak .column.main .white-bg .btn .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .btn {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .btn {
    display: flex;
  }

  .cms-page-view .btn.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .btn.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .btn.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.btn .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.btn {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.btn .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.btn{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.btn {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .btn{
    flex-direction: column;
  }

  .form.subscribe .btn .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .btn {
    display: block;
  }

  .cms-company-profile .column.main .btn .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .btn {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-why-tigerpak .column.main .white-bg .btn {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg .btn img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container .sm\:w-72.btn {
    width: 16rem;
  }
}

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

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

.btn:hover {
  background-color: #ee7421;
  color: #fff;
}

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

.btn:active {
  background-color: #ee7421;
  color: #fff;
}

.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 {
  background-color: #ee7421;
  color: #fff;
}

.btn-primary {
  --btn-bg: #f6f2f3;
  --btn-color: #1c252c;
}

.btn-primary:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary {
  --btn-bg: #ee7421;
  --btn-color: #fff;
}

.btn-secondary:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: #35343e;
}

.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;
  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;
  text-transform: uppercase;
}

.faddress_box .actions-toolbar .primary button{
  align-items: center;
}

.productenquiry-cart .form-wrap > div .actions-toolbar .primary button {
  gap: 20px;
}

.page-print .sm\:block.actions-toolbar .primary button {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.actions-toolbar .primary button a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.actions-toolbar .primary button {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.actions-toolbar .primary button .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.actions-toolbar .primary button .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .actions-toolbar .primary button{
    display: inline-block;
  }

  .location_list.actions-toolbar .primary button {
    flex-wrap: wrap
  }

  .footer.content .justify-around.actions-toolbar .primary button{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.actions-toolbar .primary button .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.actions-toolbar .primary button{
    width: 100%;
    display: block;
  }

  .faddress_box .actions-toolbar .primary button{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.actions-toolbar .primary button.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.actions-toolbar .primary button .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .actions-toolbar .primary button{
    flex-direction: column;
    gap: 0;
  }

  .cms-why-tigerpak .column.main .white-bg .actions-toolbar .primary button .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .actions-toolbar .primary button {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .actions-toolbar .primary button {
    display: flex;
  }

  .cms-page-view .actions-toolbar .primary button.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .actions-toolbar .primary button.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .actions-toolbar .primary button.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.actions-toolbar .primary button .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.actions-toolbar .primary button {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.actions-toolbar .primary button .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.actions-toolbar .primary button{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.actions-toolbar .primary button {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .actions-toolbar .primary button{
    flex-direction: column;
  }

  .form.subscribe .actions-toolbar .primary button .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .actions-toolbar .primary button {
    display: block;
  }

  .cms-company-profile .column.main .actions-toolbar .primary button .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .actions-toolbar .primary button {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-why-tigerpak .column.main .white-bg .actions-toolbar .primary button {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg .actions-toolbar .primary button img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container .sm\:w-72.actions-toolbar .primary button {
    width: 16rem;
  }
}

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

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

.actions-toolbar .primary button:hover {
  background-color: #ee7421;
  color: #fff;
}

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

.actions-toolbar .primary button:active {
  background-color: #ee7421;
  color: #fff;
}

.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 {
  background-color: #ee7421;
  color: #fff;
}

.actions-toolbar .primary button {
  --btn-bg: #f6f2f3;
  --btn-color: #1c252c;
}

.actions-toolbar .primary button:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1023px) {
  .actions-toolbar .primary button{
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
}

.trending-categories-section .card-interactive:hover a.actions-toolbar .primary button,.featured-products-section .js_slide:hover a.actions-toolbar .primary button{
  background-color: #ee7421;
  color: #fff;
}

@media screen {
  .page-print .columns .print.actions-toolbar .primary button{
    color:#fff;
  }
}

.cms-unique-website-features .main a.actions-toolbar .primary button{
  color: #fff
}

.products li .card-interactive:hover .actions-toolbar .primary button {
  background-color: #ee7421;
  color: #fff;
}

@media (max-width: 1023px) {
  .productenquiry-cart .form-wrap > div .actions-toolbar .primary button{
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .home-about-tp-section .actions-toolbar .primary button{
    font-size: 12px;
  }
}

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

.faddress_box #category-view-container{
  align-items: center;
}

.productenquiry-cart .form-wrap > div #category-view-container {
  gap: 20px;
}

.page-print .sm\:block#category-view-container {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block#category-view-container a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main#category-view-container {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main#category-view-container .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main#category-view-container .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section #category-view-container{
    display: inline-block;
  }

  .location_list#category-view-container {
    flex-wrap: wrap
  }

  .footer.content .justify-around#category-view-container{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around#category-view-container .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box#category-view-container{
    width: 100%;
    display: block;
  }

  .faddress_box #category-view-container{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons#category-view-container.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap#category-view-container .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div #category-view-container{
    flex-direction: column;
    gap: 0;
  }

  .home-newsletter-eco-friendly-section #category-view-container {
    flex-direction: column;
  }

  .cms-why-tigerpak .column.main .white-bg #category-view-container .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main #category-view-container {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section #category-view-container {
    display: flex;
  }

  .cms-page-view #category-view-container.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view #category-view-container.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view #category-view-container.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap#category-view-container .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap#category-view-container {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap#category-view-container .item_box img {
    width: 100%;
  }

  .footer.content .justify-around#category-view-container{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box#category-view-container {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe #category-view-container{
    flex-direction: column;
  }

  .form.subscribe #category-view-container .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section #category-view-container {
    display: block;
  }

  .cms-company-profile .column.main #category-view-container .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 #category-view-container {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-why-tigerpak .column.main .white-bg #category-view-container {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg #category-view-container img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container .sm\:w-72#category-view-container {
    width: 16rem;
  }
}

/*
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 (max-width: 1280px) {
  .navigation .gap-x-8 .price-including-tax + .price-excluding-tax{
    font-size: 0.7rem;
  }
}

@media (min-width: 1281px) {
  .navigation ul li .price-including-tax + .price-excluding-tax{
    font-size: 13px;
  }
}

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

.order-details-items .price-excluding-tax .price,.order-details-items  .price-including-tax .price {
  font-size: 16px;
  font-weight: 700;
}

.price-excluding-tax,
.weee[data-label] {
  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;
}

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .price-excluding-tax p:last-child,.cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] 
.weee[data-label] p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.price-excluding-tax,.page-products .sidebar-main .filter-current span.filter-label
.weee[data-label] {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .price-excluding-tax.my-6,.categorypath-specials.category-specials .sidebar-main 
.weee[data-label].my-6 {
  display: none;
}

.weee[data-label] {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 1280px) {
  .navigation .gap-x-8 .weee[data-label]{
    font-size: 0.7rem;
  }
}

@media (min-width: 1281px) {
  .navigation ul li .weee[data-label]{
    font-size: 13px;
  }
}

#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: flex;
  gap: 0.25rem;
}

.faddress_box .price-container.price-tier_price{
  align-items: center;
}

.page-header .navigation .bg-white ul.price-container.price-tier_price .grid-cols-2 li{
  background-color: transparent;
}

.page-header .navigation  .bg-white ul.price-container.price-tier_price {
  gap: 0;
  padding-top: 0;
}

.productenquiry-cart .form-wrap > div .price-container.price-tier_price {
  gap: 20px;
}

.page-print .sm\:block.price-container.price-tier_price {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.price-container.price-tier_price a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.price-container.price-tier_price {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.price-container.price-tier_price .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.price-container.price-tier_price .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .price-container.price-tier_price{
    display: inline-block;
  }

  .location_list.price-container.price-tier_price {
    flex-wrap: wrap
  }

  .footer.content .justify-around.price-container.price-tier_price{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.price-container.price-tier_price .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.price-container.price-tier_price{
    width: 100%;
    display: block;
  }

  .faddress_box .price-container.price-tier_price{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.price-container.price-tier_price.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.price-container.price-tier_price .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .price-container.price-tier_price{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .price-container.price-tier_price {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .price-container.price-tier_price {
    display: flex;
  }

  .cms-page-view .price-container.price-tier_price.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .price-container.price-tier_price.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .price-container.price-tier_price.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.price-container.price-tier_price .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.price-container.price-tier_price {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.price-container.price-tier_price .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.price-container.price-tier_price{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.price-container.price-tier_price {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .price-container.price-tier_price{
    flex-direction: column;
  }

  .form.subscribe .price-container.price-tier_price .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .price-container.price-tier_price {
    display: block;
  }

  .cms-company-profile .column.main .price-container.price-tier_price .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .price-container.price-tier_price {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }
}

.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));
  column-gap: 1rem;
  row-gap: 2rem;
  padding-bottom: 2rem;
  padding-top: 5rem;
}

.header-top-bar-container .container#customer-login-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .home-trusted-brands-section .container #customer-login-container{
    padding-top: 1rem;
    justify-content:center;
  }
}

@media (max-width: 1023px) {
  .footer.content #customer-login-container{
    padding-top: 1rem;
  }

  .footer.content .bg-black #customer-login-container .group h3{
    font-size:14px;
  }

  .footer.content #customer-login-container small {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 639px) {
  .footer.content #customer-login-container .payment {
    display: block;
    width: 100%;
  }
}

@media (max-width: 374px) {
  .footer.content .bg-black #customer-login-container .group h3 {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .footer.content .container#customer-login-container{
    padding-top: 2rem;
  }
}

@media (min-width: 768px) {
  #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-header .navigation .bg-white ul.gap-1 #customer-login-container li{
    background-color: transparent;
  }
}

/**
 * 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;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1280px) {
  .page-products .toolbar-products .form-input, .featured-index-index .toolbar-products .form-input,.page-products .toolbar-products 
.form-email, .featured-index-index .toolbar-products 
.form-email,.page-products .toolbar-products 
.form-select, .featured-index-index .toolbar-products 
.form-select,.page-products .toolbar-products 
.form-multiselect, .featured-index-index .toolbar-products 
.form-multiselect,.page-products .toolbar-products 
.form-textarea, .featured-index-index .toolbar-products 
.form-textarea{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .form-input,.home-about-tp-section 
.form-email,.home-about-tp-section 
.form-select,.home-about-tp-section 
.form-multiselect,.home-about-tp-section 
.form-textarea{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .form-input,.cms-company-profile .column.main 
.form-email,.cms-company-profile .column.main 
.form-select,.cms-company-profile .column.main 
.form-multiselect,.cms-company-profile .column.main 
.form-textarea {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .form-input iframe,.cms-company-profile .column.main 
.form-email iframe,.cms-company-profile .column.main 
.form-select iframe,.cms-company-profile .column.main 
.form-multiselect iframe,.cms-company-profile .column.main 
.form-textarea iframe {
    width: 100%;
    height: auto;
  }
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

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

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

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

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

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

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

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

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

.contact-form-wrap .page.messages .messages
    section#messages>div.contact_form_left {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  font-size: 14px;
  padding-right: 60px;
}

.contact-form-wrap .page.messages .messages
    section#messages>div.contact_form {
  display: inline-block;
  vertical-align: top;
  width: 64%;
  font-size: 14px;
  background-color: #f6f2f3;
  padding: 60px 30px 30px;
}

.header-top-bar-container .page.messages .messages
    section#messages.grid {
  display: flex;
  justify-content: space-between;
}

.customer-account-logoutsuccess .page-main .page.messages .messages
    section#messages {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.productenquiry-index-index  .page.messages .messages
    section#messages.flex-wrap {
  padding-left: 0;
}

.checkout-onepage-success .page-main .page.messages .messages
    section#messages {
  display: block;
  padding: 40px 0 0;
  text-align: center;
}

.checkout-onepage-success .page-main .page.messages .messages
    section#messages .btn-secondary {
  display: inline-block;
  color: #fff;
}

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

  .contact-map-main .page.messages .messages
    section#messages, .contact-form-wrap .page.messages .messages
    section#messages {
    padding: 0;
  }

  .contact-form-wrap .page.messages .messages
    section#messages>div.contact_form{
    width: 58%;
    padding: 15px;
  }

  .contact-form-wrap .page.messages .messages
    section#messages>div.contact_form_left{
    padding-right: 10px;
    width: 40%;
  }

  .home-trusted-brands-section .page.messages .messages
    section#messages .py-8{
    padding-top: 1rem;
    justify-content:center;
  }
}

@media (max-width: 1023px) {
  .home-trusted-brands-section .page.messages .messages
    section#messages{
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .productenquiry-index-index .page.messages .messages
    section#messages.flex-wrap{
    padding-left: 0.75rem;
  }

  .cms-sydney .page.messages .messages
    section#messages, .cms-melbourne .page.messages .messages
    section#messages, .cms-brisbane .page.messages .messages
    section#messages, .cms-perth .page.messages .messages
    section#messages, .cms-adelaide .page.messages .messages
    section#messages {
    padding: 0;
  }

  .cms-sydney #header .page.messages .messages
    section#messages, .cms-melbourne #header .page.messages .messages
    section#messages, .cms-brisbane #header .page.messages .messages
    section#messages, .cms-perth #header .page.messages .messages
    section#messages, .cms-adelaide #header .page.messages .messages
    section#messages{
    padding: 0 15px;
  }

  .trending-categories-section.page.messages .messages
    section#messages, .our_locations .page.messages .messages
    section#messages, .home-google-tp-section .page.messages .messages
    section#messages{
    padding: 0 15px
  }

  .cms-sydney .page-footer .page.messages .messages
    section#messages, .cms-melbourne .page-footer .page.messages .messages
    section#messages, .cms-brisbane .page-footer .page.messages .messages
    section#messages, .cms-perth .page-footer .page.messages .messages
    section#messages, .cms-adelaide .page-footer .page.messages .messages
    section#messages {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (max-width: 767px) {
  .order-form-main .page.messages .messages
    section#messages {
    padding: 0 0 10px 0;
  }
}

@media (max-width: 639px) {
  .contact-form-wrap .page.messages .messages
    section#messages>div.contact_form_left, .contact-form-wrap .page.messages .messages
    section#messages>div.contact_form{
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cartonsboxsearch-index-index .page.messages .messages
    section#messages.md\:flex-row{
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .footer.content .page.messages .messages
    section#messages.py-8{
    padding-top: 2rem;
  }

  .footer.content .page.messages .messages
    section#messages .lg\:col-span-2{
    grid-column: inherit;
  }

  .footer.content .page.messages .messages
    section#messages .lg\:grid-cols-5 {
    grid-template-columns: repeat(2, minmax(0, auto));
  }
}

@media (min-width: 1281px) {
  .footer.content .page.messages .messages
    section#messages .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .footer.content .page.messages .messages
    section#messages .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-header .page.messages .messages
    section#messages .sm\:w-72.items-center {
    width: 16rem;
  }
}

.message {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.faddress_box .message{
  align-items: center;
}

.order-details-items .message {
  font-size: 16px;
  font-weight: 700;
}

.productenquiry-cart .form-wrap > div .message {
  gap: 20px;
}

.cms-all-brands .page-main .columns .message {
  justify-content: flex-start;
}

.page-print .sm\:block.message {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.message a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.message {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.message .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.message .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }

  .cms-book-service .contact .field-box-inner .message{
    justify-content: flex-start;
  }

  .page-products .toolbar-products .message, .featured-index-index .toolbar-products .message{
    width: auto;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .message{
    display: inline-block;
  }

  .home-about-tp-section .message{
    display: inline-block;
  }

  .location_list.message {
    flex-wrap: wrap
  }

  .footer.content .justify-around.message{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.message .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.message{
    width: 100%;
    display: block;
  }

  .faddress_box .message{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.message.justify-between {
    margin-bottom: 20px;
  }

  .green-focus-icons.flex.message {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.message .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .message{
    flex-direction: column;
    gap: 0;
  }

  .cms-why-tigerpak .column.main .white-bg .message .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .message {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .message {
    display: flex;
  }

  .cms-company-profile .column.main .message {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .message iframe {
    width: 100%;
    height: auto;
  }

  .cms-page-view .message.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .message.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .message.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.message .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.message {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.message .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.message{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.message {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .message{
    flex-direction: column;
  }

  .form.subscribe .message .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .message {
    display: block;
  }

  .cms-company-profile .column.main .message .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .message {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-why-tigerpak .column.main .white-bg .message {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg .message img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container .sm\:w-72.message {
    width: 16rem;
  }
}

#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: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.message.success {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.message.info,
    .message.notice {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.message.warning {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

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

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

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .product-item .price-container p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.product-item .price-container {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .product-item .price-container.my-6 {
  display: none;
}

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

.order-details-items .product-item .price-container .price {
  font-size: 16px;
  font-weight: 700;
}

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

@media (max-width: 1280px) {
  .navigation .gap-x-8 .product-item .price-container .price-label{
    font-size: 0.7rem;
  }
}

@media (min-width: 1281px) {
  .navigation ul li .product-item .price-container .price-label{
    font-size: 13px;
  }
}

#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: rgb(107 114 128 / var(--tw-text-opacity));
}

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

.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: rgb(55 65 81 / var(--tw-text-opacity));
}

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,.cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.page-product-bundle .price-final_price .price-from .price-container,.page-products .sidebar-main .filter-current span.filter-label .page-product-bundle .price-final_price .price-to .price-container {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .page-product-bundle .price-final_price .price-from .price-container.my-6,.categorypath-specials.category-specials .sidebar-main  .page-product-bundle .price-final_price .price-to .price-container.my-6 {
  display: none;
}

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center .page-product-bundle .price-final_price .price-from .price-container,.cms-why-tigerpak .column.main .white-bg .items-center  .page-product-bundle .price-final_price .price-to .price-container{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

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

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,.cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.page-product-bundle .price-final_price .price-from .price-container .price-label,.page-products .sidebar-main .filter-current span.filter-label .page-product-bundle .price-final_price .price-to .price-container .price-label {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .page-product-bundle .price-final_price .price-from .price-container .price-label.my-6,.categorypath-specials.category-specials .sidebar-main  .page-product-bundle .price-final_price .price-to .price-container .price-label.my-6 {
  display: none;
}

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

.order-details-items .page-product-bundle .price-final_price .price-from .price-container .price,.order-details-items  .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 16px;
  font-weight: 700;
}

.catalogues_list.downloadcatalogue_view ul li.video-w p.page-product-bundle .price-final_price .price-from .price-container .price,.catalogues_list.downloadcatalogue_view ul li.video-w p .page-product-bundle .price-final_price .price-to .price-container .price {
  text-align: center;
}

#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: rgb(107 114 128 / var(--tw-text-opacity));
}

.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: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

.faddress_box .backdrop{
  align-items: center;
}

.productenquiry-cart .form-wrap > div .backdrop {
  gap: 20px;
}

.page-print .sm\:block.backdrop {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.backdrop a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.backdrop {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.backdrop .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.backdrop .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .backdrop{
    display: inline-block;
  }

  .location_list.backdrop {
    flex-wrap: wrap
  }

  .footer.content .justify-around.backdrop{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.backdrop .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.backdrop{
    width: 100%;
    display: block;
  }

  .faddress_box .backdrop{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.backdrop.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.backdrop .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .backdrop{
    flex-direction: column;
    gap: 0;
  }

  .footer.content .backdrop .grid-cols-1 .group h3{
    font-size:14px;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .backdrop {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .backdrop {
    display: flex;
  }

  .cms-page-view .backdrop.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .backdrop.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .backdrop.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.backdrop .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.backdrop {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.backdrop .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.backdrop{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.backdrop {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .backdrop{
    flex-direction: column;
  }

  .form.subscribe .backdrop .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .backdrop {
    display: block;
  }

  .cms-company-profile .column.main .backdrop .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .backdrop {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }
}

@media (max-width: 374px) {
  .footer.content .backdrop .grid-cols-1 .group h3 {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

.contact-form-wrap .columns>div.contact_form_left {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  font-size: 14px;
  padding-right: 60px;
}

.contact-form-wrap .columns>div.contact_form {
  display: inline-block;
  vertical-align: top;
  width: 64%;
  font-size: 14px;
  background-color: #f6f2f3;
  padding: 60px 30px 30px;
}

.header-top-bar-container .container.columns {
  display: flex;
  justify-content: space-between;
}

.header-top-bar-container .columns.grid {
  display: flex;
  justify-content: space-between;
}

.customer-account-logoutsuccess .page-main .columns {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.productenquiry-index-index  .columns.flex-wrap {
  padding-left: 0;
}

.checkout-onepage-success .page-main .columns {
  display: block;
  padding: 40px 0 0;
  text-align: center;
}

.checkout-onepage-success .page-main .columns .btn-secondary {
  display: inline-block;
  color: #fff;
}

@media (max-width: 1550px) {
  .navigation .columns {
    column-gap: 0;
    align-items: center;
  }
}

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

  .navigation .columns {
    column-gap: 0rem;
  }

  .navigation .columns .text-sm{
    font-size: 0.7rem;
  }

  .contact-map-main .columns, .contact-form-wrap .columns {
    padding: 0;
  }

  .contact-form-wrap .columns>div.contact_form{
    width: 58%;
    padding: 15px;
  }

  .contact-form-wrap .columns>div.contact_form_left{
    padding-right: 10px;
    width: 40%;
  }

  .home-trusted-brands-section .columns .py-8{
    padding-top: 1rem;
    justify-content:center;
  }
}

@media (max-width: 1023px) {
  .home-trusted-brands-section .columns{
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .productenquiry-index-index .columns.flex-wrap{
    padding-left: 0.75rem;
  }

  .cms-sydney .columns, .cms-melbourne .columns, .cms-brisbane .columns, .cms-perth .columns, .cms-adelaide .columns {
    padding: 0;
  }

  .cms-sydney #header .columns, .cms-melbourne #header .columns, .cms-brisbane #header .columns, .cms-perth #header .columns, .cms-adelaide #header .columns{
    padding: 0 15px;
  }

  .trending-categories-section.columns, .our_locations .columns, .home-google-tp-section .columns{
    padding: 0 15px
  }

  .cms-sydney .page-footer .columns, .cms-melbourne .page-footer .columns, .cms-brisbane .page-footer .columns, .cms-perth .page-footer .columns, .cms-adelaide .page-footer .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .footer.content .bg-black .columns .group h3{
    font-size:14px;
  }
}

@media (max-width: 767px) {
  .order-form-main .columns {
    padding: 0 0 10px 0;
  }
}

@media (max-width: 639px) {
  .contact-form-wrap .columns>div.contact_form_left, .contact-form-wrap .columns>div.contact_form{
    width: 100%;
  }
}

@media (max-width: 374px) {
  .footer.content .bg-black .columns .group h3 {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .cartonsboxsearch-index-index .columns.md\:flex-row{
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .footer.content .columns.py-8{
    padding-top: 2rem;
  }

  .footer.content .columns .lg\:col-span-2{
    grid-column: inherit;
  }

  .footer.content .columns .lg\:grid-cols-5 {
    grid-template-columns: repeat(2, minmax(0, auto));
  }
}

@media (min-width: 1281px) {
  .footer.content .columns .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .footer.content .columns .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-header .columns .sm\:w-72.items-center {
    width: 16rem;
  }
}

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

.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-header .navigation .bg-white ul.gap-1 .page-layout-2columns-left .columns li,.page-header .navigation .bg-white ul.gap-1  .page-layout-2columns-right .columns li,.page-header .navigation .bg-white ul.gap-1  .page-layout-3columns .columns li{
    background-color: transparent;
  }

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

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

@media (max-width: 1023px) {
  .btn{
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
}

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

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

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

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

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

  @media (max-width: 639px) {
    .cms-page-view .white-bg.two-part-col-2  .input{
      margin-right: 3px;
      min-width: auto;
    }
  }
}

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

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

  @media (max-width: 639px) {
    .cms-page-view .white-bg.two-part-col-2  .input{
      margin-right: 3px;
      min-width: auto;
    }
  }
}

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

.page-header .navigation  .input-light ul li.level-1 {
  background: #fff;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee;
  font-size: 13px;
}

.page-header .navigation .input-light ul.gap-1 .grid-cols-2 li{
  background-color: transparent;
}

.page-header .navigation  .input-light ul.gap-1 {
  gap: 0;
  padding-top: 0;
}

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

.card {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1280px) {
  .page-header .card .device-full .sm\:mr-8 {
    margin-right: 8px;
  }
}

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

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

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

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

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

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

/**
 * Layout
 */

/* Rows */

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

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

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

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

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

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

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

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

.contact-form-wrap [data-content-type='row'][data-appearance='contained']>div.contact_form_left {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  font-size: 14px;
  padding-right: 60px;
}

.contact-form-wrap [data-content-type='row'][data-appearance='contained']>div.contact_form {
  display: inline-block;
  vertical-align: top;
  width: 64%;
  font-size: 14px;
  background-color: #f6f2f3;
  padding: 60px 30px 30px;
}

.header-top-bar-container [data-content-type='row'][data-appearance='contained'].grid {
  display: flex;
  justify-content: space-between;
}

.customer-account-logoutsuccess .page-main [data-content-type='row'][data-appearance='contained'] {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.productenquiry-index-index  [data-content-type='row'][data-appearance='contained'].flex-wrap {
  padding-left: 0;
}

.checkout-onepage-success .page-main [data-content-type='row'][data-appearance='contained'] {
  display: block;
  padding: 40px 0 0;
  text-align: center;
}

.checkout-onepage-success .page-main [data-content-type='row'][data-appearance='contained'] .btn-secondary {
  display: inline-block;
  color: #fff;
}

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

  .contact-map-main [data-content-type='row'][data-appearance='contained'], .contact-form-wrap [data-content-type='row'][data-appearance='contained'] {
    padding: 0;
  }

  .contact-form-wrap [data-content-type='row'][data-appearance='contained']>div.contact_form{
    width: 58%;
    padding: 15px;
  }

  .contact-form-wrap [data-content-type='row'][data-appearance='contained']>div.contact_form_left{
    padding-right: 10px;
    width: 40%;
  }

  .home-trusted-brands-section [data-content-type='row'][data-appearance='contained'] .py-8{
    padding-top: 1rem;
    justify-content:center;
  }
}

@media (max-width: 1023px) {
  .home-trusted-brands-section [data-content-type='row'][data-appearance='contained']{
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .productenquiry-index-index [data-content-type='row'][data-appearance='contained'].flex-wrap{
    padding-left: 0.75rem;
  }

  .cms-sydney [data-content-type='row'][data-appearance='contained'], .cms-melbourne [data-content-type='row'][data-appearance='contained'], .cms-brisbane [data-content-type='row'][data-appearance='contained'], .cms-perth [data-content-type='row'][data-appearance='contained'], .cms-adelaide [data-content-type='row'][data-appearance='contained'] {
    padding: 0;
  }

  .cms-sydney #header [data-content-type='row'][data-appearance='contained'], .cms-melbourne #header [data-content-type='row'][data-appearance='contained'], .cms-brisbane #header [data-content-type='row'][data-appearance='contained'], .cms-perth #header [data-content-type='row'][data-appearance='contained'], .cms-adelaide #header [data-content-type='row'][data-appearance='contained']{
    padding: 0 15px;
  }

  .trending-categories-section[data-content-type='row'][data-appearance='contained'], .our_locations [data-content-type='row'][data-appearance='contained'], .home-google-tp-section [data-content-type='row'][data-appearance='contained']{
    padding: 0 15px
  }

  .cms-sydney .page-footer [data-content-type='row'][data-appearance='contained'], .cms-melbourne .page-footer [data-content-type='row'][data-appearance='contained'], .cms-brisbane .page-footer [data-content-type='row'][data-appearance='contained'], .cms-perth .page-footer [data-content-type='row'][data-appearance='contained'], .cms-adelaide .page-footer [data-content-type='row'][data-appearance='contained'] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (max-width: 767px) {
  .order-form-main [data-content-type='row'][data-appearance='contained'] {
    padding: 0 0 10px 0;
  }
}

@media (max-width: 639px) {
  .contact-form-wrap [data-content-type='row'][data-appearance='contained']>div.contact_form_left, .contact-form-wrap [data-content-type='row'][data-appearance='contained']>div.contact_form{
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cartonsboxsearch-index-index [data-content-type='row'][data-appearance='contained'].md\:flex-row{
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .footer.content [data-content-type='row'][data-appearance='contained'].py-8{
    padding-top: 2rem;
  }

  .footer.content [data-content-type='row'][data-appearance='contained'] .lg\:col-span-2{
    grid-column: inherit;
  }

  .footer.content [data-content-type='row'][data-appearance='contained'] .lg\:grid-cols-5 {
    grid-template-columns: repeat(2, minmax(0, auto));
  }
}

@media (min-width: 1281px) {
  .footer.content [data-content-type='row'][data-appearance='contained'] .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .footer.content [data-content-type='row'][data-appearance='contained'] .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-header [data-content-type='row'][data-appearance='contained'] .sm\:w-72.items-center {
    width: 16rem;
  }
}

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

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

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

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

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

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

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

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

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

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

.contact-form-wrap [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>div.contact_form_left {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  font-size: 14px;
  padding-right: 60px;
}

.contact-form-wrap [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>div.contact_form {
  display: inline-block;
  vertical-align: top;
  width: 64%;
  font-size: 14px;
  background-color: #f6f2f3;
  padding: 60px 30px 30px;
}

.header-top-bar-container [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.grid {
  display: flex;
  justify-content: space-between;
}

.customer-account-logoutsuccess .page-main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.productenquiry-index-index  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.flex-wrap {
  padding-left: 0;
}

.checkout-onepage-success .page-main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  display: block;
  padding: 40px 0 0;
  text-align: center;
}

.checkout-onepage-success .page-main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .btn-secondary {
  display: inline-block;
  color: #fff;
}

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

  .contact-map-main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .contact-form-wrap [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding: 0;
  }

  .contact-form-wrap [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>div.contact_form{
    width: 58%;
    padding: 15px;
  }

  .contact-form-wrap [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>div.contact_form_left{
    padding-right: 10px;
    width: 40%;
  }

  .home-trusted-brands-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .py-8{
    padding-top: 1rem;
    justify-content:center;
  }
}

@media (max-width: 1023px) {
  .home-trusted-brands-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .productenquiry-index-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.flex-wrap{
    padding-left: 0.75rem;
  }

  .cms-sydney [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-melbourne [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-brisbane [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-perth [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-adelaide [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding: 0;
  }

  .cms-sydney #header [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-melbourne #header [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-brisbane #header [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-perth #header [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-adelaide #header [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    padding: 0 15px;
  }

  .trending-categories-section[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .our_locations [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .home-google-tp-section [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    padding: 0 15px
  }

  .cms-sydney .page-footer [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-melbourne .page-footer [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-brisbane .page-footer [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-perth .page-footer [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner, .cms-adelaide .page-footer [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (max-width: 767px) {
  .order-form-main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding: 0 0 10px 0;
  }
}

@media (max-width: 639px) {
  .contact-form-wrap [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>div.contact_form_left, .contact-form-wrap [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner>div.contact_form{
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cartonsboxsearch-index-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.md\:flex-row{
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.py-8{
    padding-top: 2rem;
  }

  .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .lg\:col-span-2{
    grid-column: inherit;
  }

  .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .lg\:grid-cols-5 {
    grid-template-columns: repeat(2, minmax(0, auto));
  }
}

@media (min-width: 1281px) {
  .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .footer.content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-header [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .sm\:w-72.items-center {
    width: 16rem;
  }
}

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

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

.productenquiry-index-index  .container[data-content-type='column-group'],.productenquiry-index-index  .container [data-content-type='column-line'] {
  padding-left: 0;
}

@media (max-width: 1023px) {
  .mini-search .amsearch-container [data-content-type='column-group'],.mini-search .amsearch-container  [data-content-type='column-line'] {
    flex-direction: row;
  }

  .productenquiry-index-index .container[data-content-type='column-group'],.productenquiry-index-index .container [data-content-type='column-line']{
    padding-left: 0.75rem;
  }
}

@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%;
}

@media (max-width: 1280px) {
  .page-products .toolbar-products [data-content-type='column'], .featured-index-index .toolbar-products [data-content-type='column']{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section [data-content-type='column']{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main [data-content-type='column'] {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main [data-content-type='column'] iframe {
    width: 100%;
    height: auto;
  }
}

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

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

/* Tabs/Tab Item */

[data-content-type='tabs'] .tabs-navigation {
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label[data-content-type='tabs'] .tabs-navigation {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main [data-content-type='tabs'] .tabs-navigation.my-6 {
  display: none;
}

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

@media (max-width: 639px) {
  .contact-map-main ul[data-content-type='tabs'] .tabs-navigation li.tab-header {
    width: 100%;
  }
}

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

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

.page-header .navigation  [data-content-type='tabs'] .tabs-navigation li.tab-header.active ul li.level-1 {
  background: #fff;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee;
  font-size: 13px;
}

.page-header .navigation [data-content-type='tabs'] .tabs-navigation li.tab-header.active ul.gap-1 .grid-cols-2 li{
  background-color: transparent;
}

.page-header .navigation  [data-content-type='tabs'] .tabs-navigation li.tab-header.active ul.gap-1 {
  gap: 0;
  padding-top: 0;
}

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

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.order-details-items [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  font-size: 16px;
  font-weight: 700;
}

.page-products .sidebar-main .filter-current span.filter-label[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.my-6 {
  display: none;
}

@media (max-width: 1280px) {
  .navigation .gap-x-8 [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
    font-size: 0.7rem;
  }
}

@media (min-width: 1281px) {
  .navigation ul li [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
    font-size: 13px;
  }
}

#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: rgb(0 0 0 / var(--tw-text-opacity));
}

.order-details-items [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-size: 16px;
  font-weight: 700;
}

#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: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1280px) {
  .page-header [data-content-type='tabs'] .tabs-content .device-full .sm\:mr-8 {
    margin-right: 8px;
  }
}

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

@media (max-width: 639px) {
  .grey-bg[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
    padding: 1rem;
  }
}

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

@media (max-width: 639px) {
  .contact-map-main ul[data-content-type='buttons'] [data-content-type='button-item'] a,.contact-map-main ul
        [data-content-type='buttons'] [data-content-type='button-item'] button,.contact-map-main ul
        [data-content-type='buttons'] [data-content-type='button-item'] div {
    width: 100%;
  }
}

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

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --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;
  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;
  text-transform: uppercase;
}

.faddress_box a.pagebuilder-button-primary,.faddress_box  button.pagebuilder-button-primary,.faddress_box  div.pagebuilder-button-primary{
  align-items: center;
}

.productenquiry-cart .form-wrap > div a.pagebuilder-button-primary,.productenquiry-cart .form-wrap > div  button.pagebuilder-button-primary,.productenquiry-cart .form-wrap > div  div.pagebuilder-button-primary {
  gap: 20px;
}

.page-print a.sm\:block.pagebuilder-button-primary,.page-print  button.sm\:block.pagebuilder-button-primary,.page-print  div.sm\:block.pagebuilder-button-primary {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print a.sm\:block.pagebuilder-button-primary a,.page-print  button.sm\:block.pagebuilder-button-primary a,.page-print  div.sm\:block.pagebuilder-button-primary a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner a.form-table-main.pagebuilder-button-primary,.cms-custom-printed-tape .field-box-inner  button.form-table-main.pagebuilder-button-primary,.cms-custom-printed-tape .field-box-inner  div.form-table-main.pagebuilder-button-primary {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner a.form-table-main.pagebuilder-button-primary .table-responsive,.cms-custom-printed-tape .field-box-inner  button.form-table-main.pagebuilder-button-primary .table-responsive,.cms-custom-printed-tape .field-box-inner  div.form-table-main.pagebuilder-button-primary .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner a.form-table-main.pagebuilder-button-primary .table-responsive table,.cms-custom-printed-tape .field-box-inner  button.form-table-main.pagebuilder-button-primary .table-responsive table,.cms-custom-printed-tape .field-box-inner  div.form-table-main.pagebuilder-button-primary .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section a.pagebuilder-button-primary, .home-about-tp-section  button.pagebuilder-button-primary, .home-about-tp-section  div.pagebuilder-button-primary{
    display: inline-block;
  }

  a.location_list.pagebuilder-button-primary, button.location_list.pagebuilder-button-primary, div.location_list.pagebuilder-button-primary {
    flex-wrap: wrap
  }

  .footer.content a.justify-around.pagebuilder-button-primary,.footer.content  button.justify-around.pagebuilder-button-primary,.footer.content  div.justify-around.pagebuilder-button-primary{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content a.justify-around.pagebuilder-button-primary .border-r-w,.footer.content  button.justify-around.pagebuilder-button-primary .border-r-w,.footer.content  div.justify-around.pagebuilder-button-primary .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  a.faddress_box.pagebuilder-button-primary, button.faddress_box.pagebuilder-button-primary, div.faddress_box.pagebuilder-button-primary{
    width: 100%;
    display: block;
  }

  .faddress_box a.pagebuilder-button-primary,.faddress_box  button.pagebuilder-button-primary,.faddress_box  div.pagebuilder-button-primary{
    align-items: center;
    justify-content: inherit;
  }

  a.green-focus-icons.pagebuilder-button-primary.justify-between, button.green-focus-icons.pagebuilder-button-primary.justify-between, div.green-focus-icons.pagebuilder-button-primary.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging a.box_wrap.pagebuilder-button-primary .item_box .text-white-f,.cms-custom-made-packaging  button.box_wrap.pagebuilder-button-primary .item_box .text-white-f,.cms-custom-made-packaging  div.box_wrap.pagebuilder-button-primary .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div a.pagebuilder-button-primary, .productenquiry-cart .form-wrap > div  button.pagebuilder-button-primary, .productenquiry-cart .form-wrap > div  div.pagebuilder-button-primary{
    flex-direction: column;
    gap: 0;
  }

  .cms-why-tigerpak .column.main .white-bg a.pagebuilder-button-primary .mb-4,.cms-why-tigerpak .column.main .white-bg  button.pagebuilder-button-primary .mb-4,.cms-why-tigerpak .column.main .white-bg  div.pagebuilder-button-primary .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main a.pagebuilder-button-primary,.cms-company-profile .column.main  button.pagebuilder-button-primary,.cms-company-profile .column.main  div.pagebuilder-button-primary {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section a.pagebuilder-button-primary,.cms-company-profile .column.main .home-usps-section  button.pagebuilder-button-primary,.cms-company-profile .column.main .home-usps-section  div.pagebuilder-button-primary {
    display: flex;
  }

  .cms-page-view a.pagebuilder-button-primary.mobile-two-part,.cms-page-view  button.pagebuilder-button-primary.mobile-two-part,.cms-page-view  div.pagebuilder-button-primary.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view a.pagebuilder-button-primary.mobile-two-part .mobile-two,.cms-page-view  button.pagebuilder-button-primary.mobile-two-part .mobile-two,.cms-page-view  div.pagebuilder-button-primary.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view a.pagebuilder-button-primary.mobile-two-part .mobile-two img,.cms-page-view  button.pagebuilder-button-primary.mobile-two-part .mobile-two img,.cms-page-view  div.pagebuilder-button-primary.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging a.box_wrap.pagebuilder-button-primary .item_box,.cms-custom-made-packaging  button.box_wrap.pagebuilder-button-primary .item_box,.cms-custom-made-packaging  div.box_wrap.pagebuilder-button-primary .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging a.box_wrap.pagebuilder-button-primary,.cms-custom-made-packaging  button.box_wrap.pagebuilder-button-primary,.cms-custom-made-packaging  div.box_wrap.pagebuilder-button-primary {
    flex-direction: column;
  }

  .cms-custom-made-packaging a.box_wrap.pagebuilder-button-primary .item_box img,.cms-custom-made-packaging  button.box_wrap.pagebuilder-button-primary .item_box img,.cms-custom-made-packaging  div.box_wrap.pagebuilder-button-primary .item_box img {
    width: 100%;
  }

  .footer.content a.justify-around.pagebuilder-button-primary,.footer.content  button.justify-around.pagebuilder-button-primary,.footer.content  div.justify-around.pagebuilder-button-primary{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  a.location_box.pagebuilder-button-primary, button.location_box.pagebuilder-button-primary, div.location_box.pagebuilder-button-primary {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe a.pagebuilder-button-primary,.home-newsletter-eco-friendly-section .form.subscribe  button.pagebuilder-button-primary,.home-newsletter-eco-friendly-section .form.subscribe  div.pagebuilder-button-primary{
    flex-direction: column;
  }

  .form.subscribe a.pagebuilder-button-primary .btn-secondary,.form.subscribe  button.pagebuilder-button-primary .btn-secondary,.form.subscribe  div.pagebuilder-button-primary .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section a.pagebuilder-button-primary,.cms-company-profile .column.main .home-usps-section  button.pagebuilder-button-primary,.cms-company-profile .column.main .home-usps-section  div.pagebuilder-button-primary {
    display: block;
  }

  .cms-company-profile .column.main a.pagebuilder-button-primary .lg\:w-1\/2,.cms-company-profile .column.main  button.pagebuilder-button-primary .lg\:w-1\/2,.cms-company-profile .column.main  div.pagebuilder-button-primary .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 a.pagebuilder-button-primary,.cms-page-view .white-bg.two-part-col-2  button.pagebuilder-button-primary,.cms-page-view .white-bg.two-part-col-2  div.pagebuilder-button-primary {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-why-tigerpak .column.main .white-bg a.pagebuilder-button-primary,.cms-why-tigerpak .column.main .white-bg  button.pagebuilder-button-primary,.cms-why-tigerpak .column.main .white-bg  div.pagebuilder-button-primary {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg a.pagebuilder-button-primary img,.cms-why-tigerpak .column.main .white-bg  button.pagebuilder-button-primary img,.cms-why-tigerpak .column.main .white-bg  div.pagebuilder-button-primary img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container a.sm\:w-72.pagebuilder-button-primary,.page-header .container  button.sm\:w-72.pagebuilder-button-primary,.page-header .container  div.sm\:w-72.pagebuilder-button-primary {
    width: 16rem;
  }
}

.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 {
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  background-color: #ee7421;
  color: #fff;
}

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: rgb(30 64 175 / 0.5);
}

a.pagebuilder-button-primary:active, button.pagebuilder-button-primary:active, div.pagebuilder-button-primary:active {
  background-color: #ee7421;
  color: #fff;
}

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 {
  background-color: #ee7421;
  color: #fff;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-bg: #f6f2f3;
  --btn-color: #1c252c;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1023px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary{
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
}

.trending-categories-section .card-interactive:hover aa.pagebuilder-button-primary,.featured-products-section .js_slide:hover aa.pagebuilder-button-primary,.trending-categories-section .card-interactive:hover a button.pagebuilder-button-primary,.featured-products-section .js_slide:hover a button.pagebuilder-button-primary,.trending-categories-section .card-interactive:hover a div.pagebuilder-button-primary,.featured-products-section .js_slide:hover a div.pagebuilder-button-primary{
  background-color: #ee7421;
  color: #fff;
}

@media screen {
  .page-print .columns a.print.pagebuilder-button-primary,.page-print .columns  button.print.pagebuilder-button-primary,.page-print .columns  div.print.pagebuilder-button-primary{
    color:#fff;
  }
}

.cms-unique-website-features .main aa.pagebuilder-button-primary,.cms-unique-website-features .main a button.pagebuilder-button-primary,.cms-unique-website-features .main a div.pagebuilder-button-primary{
  color: #fff
}

.products li .card-interactive:hover a.pagebuilder-button-primary,.products li .card-interactive:hover  button.pagebuilder-button-primary,.products li .card-interactive:hover  div.pagebuilder-button-primary {
  background-color: #ee7421;
  color: #fff;
}

@media (max-width: 1023px) {
  .productenquiry-cart .form-wrap > div a.pagebuilder-button-primary,.productenquiry-cart .form-wrap > div  button.pagebuilder-button-primary,.productenquiry-cart .form-wrap > div  div.pagebuilder-button-primary{
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .home-about-tp-section a.pagebuilder-button-primary,.home-about-tp-section  button.pagebuilder-button-primary,.home-about-tp-section  div.pagebuilder-button-primary{
    font-size: 12px;
  }
}

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;
  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;
  text-transform: uppercase;
}

.faddress_box a.pagebuilder-button-secondary,.faddress_box  button.pagebuilder-button-secondary,.faddress_box  div.pagebuilder-button-secondary{
  align-items: center;
}

.productenquiry-cart .form-wrap > div a.pagebuilder-button-secondary,.productenquiry-cart .form-wrap > div  button.pagebuilder-button-secondary,.productenquiry-cart .form-wrap > div  div.pagebuilder-button-secondary {
  gap: 20px;
}

.page-print a.sm\:block.pagebuilder-button-secondary,.page-print  button.sm\:block.pagebuilder-button-secondary,.page-print  div.sm\:block.pagebuilder-button-secondary {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print a.sm\:block.pagebuilder-button-secondary a,.page-print  button.sm\:block.pagebuilder-button-secondary a,.page-print  div.sm\:block.pagebuilder-button-secondary a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner a.form-table-main.pagebuilder-button-secondary,.cms-custom-printed-tape .field-box-inner  button.form-table-main.pagebuilder-button-secondary,.cms-custom-printed-tape .field-box-inner  div.form-table-main.pagebuilder-button-secondary {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner a.form-table-main.pagebuilder-button-secondary .table-responsive,.cms-custom-printed-tape .field-box-inner  button.form-table-main.pagebuilder-button-secondary .table-responsive,.cms-custom-printed-tape .field-box-inner  div.form-table-main.pagebuilder-button-secondary .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner a.form-table-main.pagebuilder-button-secondary .table-responsive table,.cms-custom-printed-tape .field-box-inner  button.form-table-main.pagebuilder-button-secondary .table-responsive table,.cms-custom-printed-tape .field-box-inner  div.form-table-main.pagebuilder-button-secondary .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section a.pagebuilder-button-secondary, .home-about-tp-section  button.pagebuilder-button-secondary, .home-about-tp-section  div.pagebuilder-button-secondary{
    display: inline-block;
  }

  a.location_list.pagebuilder-button-secondary, button.location_list.pagebuilder-button-secondary, div.location_list.pagebuilder-button-secondary {
    flex-wrap: wrap
  }

  .footer.content a.justify-around.pagebuilder-button-secondary,.footer.content  button.justify-around.pagebuilder-button-secondary,.footer.content  div.justify-around.pagebuilder-button-secondary{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content a.justify-around.pagebuilder-button-secondary .border-r-w,.footer.content  button.justify-around.pagebuilder-button-secondary .border-r-w,.footer.content  div.justify-around.pagebuilder-button-secondary .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  a.faddress_box.pagebuilder-button-secondary, button.faddress_box.pagebuilder-button-secondary, div.faddress_box.pagebuilder-button-secondary{
    width: 100%;
    display: block;
  }

  .faddress_box a.pagebuilder-button-secondary,.faddress_box  button.pagebuilder-button-secondary,.faddress_box  div.pagebuilder-button-secondary{
    align-items: center;
    justify-content: inherit;
  }

  a.green-focus-icons.pagebuilder-button-secondary.justify-between, button.green-focus-icons.pagebuilder-button-secondary.justify-between, div.green-focus-icons.pagebuilder-button-secondary.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging a.box_wrap.pagebuilder-button-secondary .item_box .text-white-f,.cms-custom-made-packaging  button.box_wrap.pagebuilder-button-secondary .item_box .text-white-f,.cms-custom-made-packaging  div.box_wrap.pagebuilder-button-secondary .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div a.pagebuilder-button-secondary, .productenquiry-cart .form-wrap > div  button.pagebuilder-button-secondary, .productenquiry-cart .form-wrap > div  div.pagebuilder-button-secondary{
    flex-direction: column;
    gap: 0;
  }

  .cms-why-tigerpak .column.main .white-bg a.pagebuilder-button-secondary .mb-4,.cms-why-tigerpak .column.main .white-bg  button.pagebuilder-button-secondary .mb-4,.cms-why-tigerpak .column.main .white-bg  div.pagebuilder-button-secondary .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main a.pagebuilder-button-secondary,.cms-company-profile .column.main  button.pagebuilder-button-secondary,.cms-company-profile .column.main  div.pagebuilder-button-secondary {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section a.pagebuilder-button-secondary,.cms-company-profile .column.main .home-usps-section  button.pagebuilder-button-secondary,.cms-company-profile .column.main .home-usps-section  div.pagebuilder-button-secondary {
    display: flex;
  }

  .cms-page-view a.pagebuilder-button-secondary.mobile-two-part,.cms-page-view  button.pagebuilder-button-secondary.mobile-two-part,.cms-page-view  div.pagebuilder-button-secondary.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view a.pagebuilder-button-secondary.mobile-two-part .mobile-two,.cms-page-view  button.pagebuilder-button-secondary.mobile-two-part .mobile-two,.cms-page-view  div.pagebuilder-button-secondary.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view a.pagebuilder-button-secondary.mobile-two-part .mobile-two img,.cms-page-view  button.pagebuilder-button-secondary.mobile-two-part .mobile-two img,.cms-page-view  div.pagebuilder-button-secondary.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging a.box_wrap.pagebuilder-button-secondary .item_box,.cms-custom-made-packaging  button.box_wrap.pagebuilder-button-secondary .item_box,.cms-custom-made-packaging  div.box_wrap.pagebuilder-button-secondary .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging a.box_wrap.pagebuilder-button-secondary,.cms-custom-made-packaging  button.box_wrap.pagebuilder-button-secondary,.cms-custom-made-packaging  div.box_wrap.pagebuilder-button-secondary {
    flex-direction: column;
  }

  .cms-custom-made-packaging a.box_wrap.pagebuilder-button-secondary .item_box img,.cms-custom-made-packaging  button.box_wrap.pagebuilder-button-secondary .item_box img,.cms-custom-made-packaging  div.box_wrap.pagebuilder-button-secondary .item_box img {
    width: 100%;
  }

  .footer.content a.justify-around.pagebuilder-button-secondary,.footer.content  button.justify-around.pagebuilder-button-secondary,.footer.content  div.justify-around.pagebuilder-button-secondary{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  a.location_box.pagebuilder-button-secondary, button.location_box.pagebuilder-button-secondary, div.location_box.pagebuilder-button-secondary {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe a.pagebuilder-button-secondary,.home-newsletter-eco-friendly-section .form.subscribe  button.pagebuilder-button-secondary,.home-newsletter-eco-friendly-section .form.subscribe  div.pagebuilder-button-secondary{
    flex-direction: column;
  }

  .form.subscribe a.pagebuilder-button-secondary .btn-secondary,.form.subscribe  button.pagebuilder-button-secondary .btn-secondary,.form.subscribe  div.pagebuilder-button-secondary .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section a.pagebuilder-button-secondary,.cms-company-profile .column.main .home-usps-section  button.pagebuilder-button-secondary,.cms-company-profile .column.main .home-usps-section  div.pagebuilder-button-secondary {
    display: block;
  }

  .cms-company-profile .column.main a.pagebuilder-button-secondary .lg\:w-1\/2,.cms-company-profile .column.main  button.pagebuilder-button-secondary .lg\:w-1\/2,.cms-company-profile .column.main  div.pagebuilder-button-secondary .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 a.pagebuilder-button-secondary,.cms-page-view .white-bg.two-part-col-2  button.pagebuilder-button-secondary,.cms-page-view .white-bg.two-part-col-2  div.pagebuilder-button-secondary {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-why-tigerpak .column.main .white-bg a.pagebuilder-button-secondary,.cms-why-tigerpak .column.main .white-bg  button.pagebuilder-button-secondary,.cms-why-tigerpak .column.main .white-bg  div.pagebuilder-button-secondary {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg a.pagebuilder-button-secondary img,.cms-why-tigerpak .column.main .white-bg  button.pagebuilder-button-secondary img,.cms-why-tigerpak .column.main .white-bg  div.pagebuilder-button-secondary img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container a.sm\:w-72.pagebuilder-button-secondary,.page-header .container  button.sm\:w-72.pagebuilder-button-secondary,.page-header .container  div.sm\:w-72.pagebuilder-button-secondary {
    width: 16rem;
  }
}

.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 {
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  background-color: #ee7421;
  color: #fff;
}

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: rgb(30 64 175 / 0.5);
}

a.pagebuilder-button-secondary:active, button.pagebuilder-button-secondary:active, div.pagebuilder-button-secondary:active {
  background-color: #ee7421;
  color: #fff;
}

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 {
  background-color: #ee7421;
  color: #fff;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-bg: #ee7421;
  --btn-color: #fff;
}

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

@media (max-width: 1023px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary{
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
}

.trending-categories-section .card-interactive:hover aa.pagebuilder-button-secondary,.featured-products-section .js_slide:hover aa.pagebuilder-button-secondary,.trending-categories-section .card-interactive:hover a button.pagebuilder-button-secondary,.featured-products-section .js_slide:hover a button.pagebuilder-button-secondary,.trending-categories-section .card-interactive:hover a div.pagebuilder-button-secondary,.featured-products-section .js_slide:hover a div.pagebuilder-button-secondary{
  background-color: #ee7421;
  color: #fff;
}

@media screen {
  .page-print .columns a.print.pagebuilder-button-secondary,.page-print .columns  button.print.pagebuilder-button-secondary,.page-print .columns  div.print.pagebuilder-button-secondary{
    color:#fff;
  }
}

.cms-unique-website-features .main aa.pagebuilder-button-secondary,.cms-unique-website-features .main a button.pagebuilder-button-secondary,.cms-unique-website-features .main a div.pagebuilder-button-secondary{
  color: #fff
}

.products li .card-interactive:hover a.pagebuilder-button-secondary,.products li .card-interactive:hover  button.pagebuilder-button-secondary,.products li .card-interactive:hover  div.pagebuilder-button-secondary {
  background-color: #ee7421;
  color: #fff;
}

.checkout-onepage-success .page-main .container a.pagebuilder-button-secondary,.checkout-onepage-success .page-main .container  button.pagebuilder-button-secondary,.checkout-onepage-success .page-main .container  div.pagebuilder-button-secondary {
  display: inline-block;
  color: #fff;
}

@media (max-width: 1023px) {
  .productenquiry-cart .form-wrap > div a.pagebuilder-button-secondary,.productenquiry-cart .form-wrap > div  button.pagebuilder-button-secondary,.productenquiry-cart .form-wrap > div  div.pagebuilder-button-secondary{
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .home-about-tp-section a.pagebuilder-button-secondary,.home-about-tp-section  button.pagebuilder-button-secondary,.home-about-tp-section  div.pagebuilder-button-secondary{
    font-size: 12px;
  }

  .form.subscribe .flex a.pagebuilder-button-secondary,.form.subscribe .flex  button.pagebuilder-button-secondary,.form.subscribe .flex  div.pagebuilder-button-secondary{
    margin-top: 1rem;
  }
}

/* HTML Code */

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

/**
 * Media
 */

/* Image */

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

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

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

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

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

@media (max-width: 639px) {
  .contact-map-main ul[data-content-type='image'] .pagebuilder-mobile-only {
    width: 100%;
  }
}

@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%;
}

@media (max-width: 1280px) {
  .page-products .toolbar-products [data-content-type='video'] .pagebuilder-video-inner, .featured-index-index .toolbar-products [data-content-type='video'] .pagebuilder-video-inner{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section [data-content-type='video'] .pagebuilder-video-inner{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main [data-content-type='video'] .pagebuilder-video-inner {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main [data-content-type='video'] .pagebuilder-video-inner iframe {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 639px) {
  .contact-map-main ul[data-content-type='video'] .pagebuilder-video-inner {
    width: 100%;
  }
}

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

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

@media (max-width: 1280px) {
  .page-products .toolbar-products [data-content-type='video'] iframe, .featured-index-index .toolbar-products [data-content-type='video'] iframe,.page-products .toolbar-products 
    [data-content-type='video'] video, .featured-index-index .toolbar-products 
    [data-content-type='video'] video{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section [data-content-type='video'] iframe,.home-about-tp-section 
    [data-content-type='video'] video{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main [data-content-type='video'] iframe,.cms-company-profile .column.main 
    [data-content-type='video'] video {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main [data-content-type='video'] iframe iframe,.cms-company-profile .column.main 
    [data-content-type='video'] video iframe {
    width: 100%;
    height: auto;
  }
}

/* Banner */

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

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

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

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

@media (max-width: 639px) {
  .grey-bg[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    padding: 1rem;
  }
}

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

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

.productenquiry-cart .form-wrap > div [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  gap: 20px;
}

.page-print .sm\:block[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    display: inline-block;
  }

  .location_list[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    flex-wrap: wrap
  }

  .footer.content .justify-around[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

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

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

  .green-focus-icons[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    flex-direction: column;
    gap: 0;
  }

  .cms-why-tigerpak .column.main .white-bg [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: flex;
  }

  .cms-page-view [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .item_box img {
    width: 100%;
  }

  .footer.content .justify-around[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    flex-direction: column;
  }

  .form.subscribe [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: block;
  }

  .cms-company-profile .column.main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-why-tigerpak .column.main .white-bg [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container .sm\:w-72[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    width: 16rem;
  }
}

[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-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);
  margin: 0px;
}

@media (max-width: 639px) {
  .contact-map-main ul[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
    width: 100%;
  }
}

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

@media (max-width: 1280px) {
  .page-products .toolbar-products [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content, .featured-index-index .toolbar-products [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content iframe {
    width: 100%;
    height: auto;
  }
}

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

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

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

/* Slider */

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

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

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

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

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

/* Slide */

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

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

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

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

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

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

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  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;
}

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

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

@media (max-width: 639px) {
  .grey-bg[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 1rem;
  }
}

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

.faddress_box [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  align-items: center;
}

.productenquiry-cart .form-wrap > div [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  gap: 20px;
}

.page-print .sm\:block[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    display: inline-block;
  }

  .location_list[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    flex-wrap: wrap
  }

  .footer.content .justify-around[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

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

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

  .green-focus-icons[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    flex-direction: column;
    gap: 0;
  }

  .cms-why-tigerpak .column.main .white-bg [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: flex;
  }

  .cms-page-view [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .item_box img {
    width: 100%;
  }

  .footer.content .justify-around[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    flex-direction: column;
  }

  .form.subscribe [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: block;
  }

  .cms-company-profile .column.main [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-why-tigerpak .column.main .white-bg [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container .sm\:w-72[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    width: 16rem;
  }
}

[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-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;
  margin: 0px;
  text-align: inherit;
}

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

@media (max-width: 1280px) {
  .page-products .toolbar-products [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content, .featured-index-index .toolbar-products [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content iframe {
    width: 100%;
    height: auto;
  }
}

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

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

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

/* Map */

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

/**
 * Add Content
 */

/* Block */

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .block p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

/* 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%;
}

@media (max-width: 1280px) {
  .page-products .toolbar-products .glider-contain, .featured-index-index .toolbar-products .glider-contain{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .glider-contain{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .glider-contain {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .glider-contain iframe {
    width: 100%;
    height: auto;
  }
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar {
  height: 0px;
  opacity: 0;
}

.glider .glider-track {
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

.faddress_box .glider .glider-track{
  align-items: center;
}

.glider .glider-track {
  margin: 0px;
}

.productenquiry-cart .form-wrap > div .glider .glider-track {
  gap: 20px;
}

.page-print .sm\:block.glider .glider-track {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.glider .glider-track a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.glider .glider-track {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.glider .glider-track .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.glider .glider-track .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }

  .page-products .toolbar-products .glider .glider-track, .featured-index-index .toolbar-products .glider .glider-track{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .glider .glider-track{
    display: inline-block;
  }

   .home-about-tp-section .glider .glider-track{
    display: inline-block;
  }

  .location_list.glider .glider-track {
    flex-wrap: wrap
  }

  .footer.content .justify-around.glider .glider-track{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.glider .glider-track .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.glider .glider-track{
    width: 100%;
    display: block;
  }

  .faddress_box .glider .glider-track{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.glider .glider-track.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.glider .glider-track .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .glider .glider-track{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .glider .glider-track {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .glider .glider-track {
    display: flex;
  }

  .cms-company-profile .column.main .glider .glider-track {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .glider .glider-track iframe {
    width: 100%;
    height: auto;
  }

  .cms-page-view .glider .glider-track.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .glider .glider-track.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .glider .glider-track.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.glider .glider-track .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.glider .glider-track {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.glider .glider-track .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.glider .glider-track{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.glider .glider-track {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .glider .glider-track{
    flex-direction: column;
  }

  .form.subscribe .glider .glider-track .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .glider .glider-track {
    display: block;
  }

  .cms-company-profile .column.main .glider .glider-track .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .glider .glider-track {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }
}

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

@media (max-width: 1280px) {
  .page-products .toolbar-products .glider-slide, .featured-index-index .toolbar-products .glider-slide{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .glider-slide{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .glider-slide {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .glider-slide iframe {
    width: 100%;
    height: auto;
  }
}

.glider-slide {
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider-hide {
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  opacity: 0.25;
}

.glider-dot {
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .glider-dot p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.glider-dot {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .glider-dot.my-6 {
  display: none;
}

@media (max-width: 1023px) {
  .footer.content .glider-dot .grid-cols-1 .group h3{
    font-size:14px;
  }
}

@media (max-width: 374px) {
  .footer.content .glider-dot .grid-cols-1 .group h3 {
    font-size: 12px;
  }
}

.glider-dot.active {
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next {
  display: none;
}

[data-show-dots='false'] .glider-dots {
  display: none;
}

/* purgecss end ignore */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.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-2 {
  left: 0.5rem;
  right: 0.5rem;
}

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

.-bottom-14 {
  bottom: -3.5rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-top-3 {
  top: -0.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2\/4 {
  bottom: 50%;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-8 {
  bottom: 2rem;
}

.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-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-full {
  top: 100%;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.-m-4 {
  margin: -1rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

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

.\!ml-0 {
  margin-left: 0px !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-px {
  margin-left: -1px;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

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

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.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-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-\[var\(--thumbs-gap\)\] {
  margin-right: var(--thumbs-gap);
}

.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-10 {
  margin-top: 2.5rem;
}

.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-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[11px\] {
  margin-top: 11px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

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

.table-header-group {
  display: table-header-group;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.\!h-10 {
  height: 2.5rem !important;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.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: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[65px\] {
  max-height: 65px;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-\[var\(--ambrands-img-height\)\] {
  max-height: var(--ambrands-img-height);
}

.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-64 {
  min-height: 16rem;
}

.min-h-\[22px\] {
  min-height: 22px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.\!w-10 {
  width: 2.5rem !important;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-4\/5 {
  width: 80%;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[70\%\] {
  width: 70%;
}

.w-am-latter {
  width: 32px;
}

.w-am-popup-content {
  width: 600px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -webkit-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[40px\] {
  min-width: 40px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[1146px\] {
  max-width: 1146px;
}

.max-w-\[30\%\] {
  max-width: 30%;
}

.max-w-\[362px\] {
  max-width: 362px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[590px\] {
  max-width: 590px;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.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-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-am-search-sidebar {
  flex: 0 1 100%;
}

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

.basis-auto {
  flex-basis: auto;
}

.origin-left {
  transform-origin: left;
}

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

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

.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-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

.appearance-none {
  -webkit-appearance: none;
          appearance: none;
}

.auto-cols-\[100\%\] {
  grid-auto-columns: 100%;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.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-\[minmax\(0px\2c 1fr\)_theme\(\'spacing\.72\'\)\] {
  grid-template-columns: minmax(0px,1fr) 18rem;
}

.grid-rows-\[auto_var\(--thumbs-size\)\] {
  grid-template-rows: auto var(--thumbs-size);
}

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

.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-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  column-gap: 0.25rem;
}

.gap-x-2 {
  column-gap: 0.5rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-x-8 {
  column-gap: 2rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * 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-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

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

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-pretty {
  text-wrap: pretty;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.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-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.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 {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.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-\[1px\] {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-\[var\(--ambrands-bg-color\)\] {
  background-color: var(--ambrands-bg-color);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

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

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-container-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

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

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white {
  stroke: #fff;
}

.stroke-white\/75 {
  stroke: rgb(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-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;
}

.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-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-\[var\(--ambrands-slider-padding\)\] {
  padding-left: var(--ambrands-slider-padding);
  padding-right: var(--ambrands-slider-padding);
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[calc\(theme\(padding\.1\)_-_3px\)\] {
  padding-bottom: calc(0.25rem - 3px);
}

.pb-\[calc\(theme\(padding\.4\)_-_3px\)\] {
  padding-bottom: calc(1rem - 3px);
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.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-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

.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-\[10px\] {
  font-size: 10px;
}

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

.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-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.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-widest {
  letter-spacing: 0.1em;
}

.text-\[\#0000ff\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity));
}

.text-\[\#1979c3\] {
  --tw-text-opacity: 1;
  color: rgb(25 121 195 / var(--tw-text-opacity));
}

.text-\[color\:var\(--ambrands-text-color\)\] {
  color: var(--ambrands-text-color);
}

.text-amsb_graystarts {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}

.text-amsb_yellowstars {
  --tw-text-opacity: 1;
  color: rgb(246 224 94 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-cornflower-100 {
  --tw-text-opacity: 1;
  color: rgb(131 146 167 / var(--tw-text-opacity));
}

.text-current {
  color: currentColor;
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(28 37 44 / var(--tw-text-opacity));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(28 37 44 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-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-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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: rgb(59 130 246 / 0.5);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[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, text-decoration-color, fill, stroke;
  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-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-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 */

.\[--thumbs-gap\:theme\(\'spacing\.2\'\)\] {
  --thumbs-gap: 0.5rem;
}

/* .page-footer {} */

/* .page-header {} */

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.table-row-items > div.table-row-item:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (max-width: 1280px) {
  .page-header .table-row-items > div.table-row-item:nth-child(2n + 1) .device-full .sm\:mr-8 {
    margin-right: 8px;
  }
}

/* .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: rgb(28 37 44 / var(--tw-text-opacity));
}

.faddress_box .account-nav li a,.faddress_box 
    .account-nav li strong{
  align-items: center;
}

.productenquiry-cart .form-wrap > div .account-nav li a,.productenquiry-cart .form-wrap > div 
    .account-nav li strong {
  gap: 20px;
}

.cms-all-brands .page-main .columns .account-nav li a,.cms-all-brands .page-main .columns 
    .account-nav li strong {
  justify-content: flex-start;
}

.page-print .sm\:block.account-nav li a,.page-print .sm\:block
    .account-nav li strong {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.account-nav li a a,.page-print .sm\:block
    .account-nav li strong a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.account-nav li a,.cms-custom-printed-tape .field-box-inner .form-table-main
    .account-nav li strong {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.account-nav li a .table-responsive,.cms-custom-printed-tape .field-box-inner .form-table-main
    .account-nav li strong .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.account-nav li a .table-responsive table,.cms-custom-printed-tape .field-box-inner .form-table-main
    .account-nav li strong .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }

  .cms-book-service .contact .field-box-inner .account-nav li a,.cms-book-service .contact .field-box-inner 
    .account-nav li strong{
    justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .account-nav li a, .home-about-tp-section 
    .account-nav li strong{
    display: inline-block;
  }

  .location_list.account-nav li a,.location_list
    .account-nav li strong {
    flex-wrap: wrap
  }

  .footer.content .justify-around.account-nav li a,.footer.content .justify-around
    .account-nav li strong{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.account-nav li a .border-r-w,.footer.content .justify-around
    .account-nav li strong .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.account-nav li a,.faddress_box
    .account-nav li strong{
    width: 100%;
    display: block;
  }

  .faddress_box .account-nav li a,.faddress_box 
    .account-nav li strong{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.account-nav li a.justify-between,.green-focus-icons
    .account-nav li strong.justify-between {
    margin-bottom: 20px;
  }

  .green-focus-icons.flex.account-nav li a,.green-focus-icons.flex
    .account-nav li strong {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.account-nav li a .item_box .text-white-f,.cms-custom-made-packaging .box_wrap
    .account-nav li strong .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .account-nav li a, .productenquiry-cart .form-wrap > div 
    .account-nav li strong{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .account-nav li a,.cms-company-profile .column.main 
    .account-nav li strong {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .account-nav li a,.cms-company-profile .column.main .home-usps-section 
    .account-nav li strong {
    display: flex;
  }

  .cms-page-view .account-nav li a.mobile-two-part,.cms-page-view 
    .account-nav li strong.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .account-nav li a.mobile-two-part .mobile-two,.cms-page-view 
    .account-nav li strong.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .account-nav li a.mobile-two-part .mobile-two img,.cms-page-view 
    .account-nav li strong.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.account-nav li a .item_box,.cms-custom-made-packaging .box_wrap
    .account-nav li strong .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.account-nav li a,.cms-custom-made-packaging .box_wrap
    .account-nav li strong {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.account-nav li a .item_box img,.cms-custom-made-packaging .box_wrap
    .account-nav li strong .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.account-nav li a,.footer.content .justify-around
    .account-nav li strong{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.account-nav li a,.location_box
    .account-nav li strong {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .account-nav li a,.home-newsletter-eco-friendly-section .form.subscribe 
    .account-nav li strong{
    flex-direction: column;
  }

  .form.subscribe .account-nav li a .btn-secondary,.form.subscribe 
    .account-nav li strong .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .account-nav li a,.cms-company-profile .column.main .home-usps-section 
    .account-nav li strong {
    display: block;
  }

  .cms-company-profile .column.main .account-nav li a .lg\:w-1\/2,.cms-company-profile .column.main 
    .account-nav li strong .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .account-nav li a,.cms-page-view .white-bg.two-part-col-2 
    .account-nav li strong {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }
}

.account-nav li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#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: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

#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: rgb(182 182 182 / var(--tw-border-opacity));
  padding-top: 1rem;
}

.faddress_box .actions-toolbar{
  align-items: center;
}

.productenquiry-cart .form-wrap > div .actions-toolbar {
  gap: 20px;
}

.cms-all-brands .page-main .columns .actions-toolbar {
  justify-content: flex-start;
}

.page-print .sm\:block.actions-toolbar {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.actions-toolbar a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.actions-toolbar {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.actions-toolbar .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.actions-toolbar .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }

  .cms-book-service .contact .field-box-inner .actions-toolbar{
    justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .actions-toolbar{
    display: inline-block;
  }

  .location_list.actions-toolbar {
    flex-wrap: wrap
  }

  .footer.content .justify-around.actions-toolbar{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.actions-toolbar .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.actions-toolbar{
    width: 100%;
    display: block;
  }

  .faddress_box .actions-toolbar{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.actions-toolbar.justify-between {
    margin-bottom: 20px;
  }

  .green-focus-icons.flex.actions-toolbar {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.actions-toolbar .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .actions-toolbar{
    flex-direction: column;
    gap: 0;
  }

  .cms-why-tigerpak .column.main .white-bg .actions-toolbar .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .actions-toolbar {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .actions-toolbar {
    display: flex;
  }

  .cms-page-view .actions-toolbar.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .actions-toolbar.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .actions-toolbar.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.actions-toolbar .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.actions-toolbar {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.actions-toolbar .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.actions-toolbar{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.actions-toolbar {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .actions-toolbar{
    flex-direction: column;
  }

  .form.subscribe .actions-toolbar .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .actions-toolbar {
    display: block;
  }

  .cms-company-profile .column.main .actions-toolbar .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .actions-toolbar {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-why-tigerpak .column.main .white-bg .actions-toolbar {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg .actions-toolbar img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container .sm\:w-72.actions-toolbar {
    width: 16rem;
  }
}

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(28 37 44 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

body > div > div.grecaptcha-badge {
  display: none;
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.order-links {
  display: block;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .order-links p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.order-links {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .order-links.my-6 {
  display: none;
}

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .order-links .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 639px) {
  .cms-why-tigerpak .column.main .white-bg .order-links {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg .order-links img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container .sm\:w-72.order-links {
    width: 16rem;
  }
}

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

@media (max-width: 639px) {
  .contact-map-main ul.order-links li {
    width: 100%;
  }
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 1280px) {
  .navigation .gap-x-8 .order-date{
    font-size: 0.7rem;
  }
}

@media (min-width: 1281px) {
  .navigation ul li .order-date{
    font-size: 13px;
  }
}

#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 (max-width: 1280px) {
  .navigation .gap-x-8 form .field.field-reserved ul,.navigation .gap-x-8  fieldset .field.field-reserved ul{
    font-size: 0.7rem;
  }
}

@media (min-width: 1281px) {
  .navigation ul li form .field.field-reserved ul,.navigation ul li  fieldset .field.field-reserved ul{
    font-size: 13px;
  }
}

#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: rgb(28 37 44 / var(--tw-text-opacity));
}

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] form label p:last-child,.cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block']  fieldset label p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current spanform.filter-label label,.page-products .sidebar-main .filter-current span fieldset.filter-label label {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main form label.my-6,.categorypath-specials.category-specials .sidebar-main  fieldset label.my-6 {
  display: none;
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
}

.faddress_box form .field.choice,.faddress_box  fieldset .field.choice{
  align-items: center;
}

.productenquiry-cart .form-wrap > div form .field.choice,.productenquiry-cart .form-wrap > div  fieldset .field.choice {
  gap: 20px;
}

.page-print form.sm\:block .field.choice,.page-print  fieldset.sm\:block .field.choice {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print form.sm\:block .field.choice a,.page-print  fieldset.sm\:block .field.choice a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner form.form-table-main .field.choice,.cms-custom-printed-tape .field-box-inner  fieldset.form-table-main .field.choice {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner form.form-table-main .field.choice .table-responsive,.cms-custom-printed-tape .field-box-inner  fieldset.form-table-main .field.choice .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner form.form-table-main .field.choice .table-responsive table,.cms-custom-printed-tape .field-box-inner  fieldset.form-table-main .field.choice .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section form .field.choice, .home-about-tp-section  fieldset .field.choice{
    display: inline-block;
  }

  form.location_list .field.choice, fieldset.location_list .field.choice {
    flex-wrap: wrap
  }

  .footer.content form.justify-around .field.choice,.footer.content  fieldset.justify-around .field.choice{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content form.justify-around .field.choice .border-r-w,.footer.content  fieldset.justify-around .field.choice .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  form.faddress_box .field.choice, fieldset.faddress_box .field.choice{
    width: 100%;
    display: block;
  }

  .faddress_box form .field.choice,.faddress_box  fieldset .field.choice{
    align-items: center;
    justify-content: inherit;
  }

  form.green-focus-icons .field.choice.justify-between, fieldset.green-focus-icons .field.choice.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging form.box_wrap .field.choice .item_box .text-white-f,.cms-custom-made-packaging  fieldset.box_wrap .field.choice .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div form .field.choice, .productenquiry-cart .form-wrap > div  fieldset .field.choice{
    flex-direction: column;
    gap: 0;
  }

  .cms-why-tigerpak .column.main .white-bg form .field.choice .mb-4,.cms-why-tigerpak .column.main .white-bg  fieldset .field.choice .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main form .field.choice,.cms-company-profile .column.main  fieldset .field.choice {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section form .field.choice,.cms-company-profile .column.main .home-usps-section  fieldset .field.choice {
    display: flex;
  }

  .cms-page-view form .field.choice.mobile-two-part,.cms-page-view  fieldset .field.choice.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view form .field.choice.mobile-two-part .mobile-two,.cms-page-view  fieldset .field.choice.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view form .field.choice.mobile-two-part .mobile-two img,.cms-page-view  fieldset .field.choice.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging form.box_wrap .field.choice .item_box,.cms-custom-made-packaging  fieldset.box_wrap .field.choice .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging form.box_wrap .field.choice,.cms-custom-made-packaging  fieldset.box_wrap .field.choice {
    flex-direction: column;
  }

  .cms-custom-made-packaging form.box_wrap .field.choice .item_box img,.cms-custom-made-packaging  fieldset.box_wrap .field.choice .item_box img {
    width: 100%;
  }

  .footer.content form.justify-around .field.choice,.footer.content  fieldset.justify-around .field.choice{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  form.location_box .field.choice, fieldset.location_box .field.choice {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe form .field.choice,.home-newsletter-eco-friendly-section .form.subscribe  fieldset .field.choice{
    flex-direction: column;
  }

  .form.subscribe form .field.choice .btn-secondary,.form.subscribe  fieldset .field.choice .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section form .field.choice,.cms-company-profile .column.main .home-usps-section  fieldset .field.choice {
    display: block;
  }

  .cms-company-profile .column.main form .field.choice .lg\:w-1\/2,.cms-company-profile .column.main  fieldset .field.choice .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 form .field.choice,.cms-page-view .white-bg.two-part-col-2  fieldset .field.choice {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-why-tigerpak .column.main .white-bg form .field.choice,.cms-why-tigerpak .column.main .white-bg  fieldset .field.choice {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg form .field.choice img,.cms-why-tigerpak .column.main .white-bg  fieldset .field.choice img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container form.sm\:w-72 .field.choice,.page-header .container  fieldset.sm\:w-72 .field.choice {
    width: 16rem;
  }
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 1rem;
}

@media (max-width: 639px) {
  .cms-page-view .white-bg.two-part-col-2  form .field.choice input,.cms-page-view .white-bg.two-part-col-2   fieldset .field.choice input{
    margin-right: 3px;
    min-width: auto;
  }
}

form .field.choice label, fieldset .field.choice label {
  margin-bottom: 0px;
}

.cms-page-view .main .bss-fastorder-form pform .field.choice label,.cms-page-view .main .bss-fastorder-form p fieldset .field.choice label {
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.cms-page-view .main .bss-fastorder-form pform .field.choice label a,.cms-page-view .main .bss-fastorder-form p fieldset .field.choice label a {
  color:#35343e;
  min-width: inherit;
}

.cms-page-view .main .bss-fastorder-form pform .field.choice label a:hover,.cms-page-view .main .bss-fastorder-form p fieldset .field.choice label a:hover {
  color: #f47323;
  -webkit-text-decoration: none;
  text-decoration: none;
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

form legend, fieldset legend {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

form legend + br, fieldset legend + br {
  display: none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

.field.required > label::after {
  position: relative;
  top: -0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  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;
}

.faddress_box .flex-columns-wrapper{
  align-items: center;
}

.productenquiry-cart .form-wrap > div .flex-columns-wrapper {
  gap: 20px;
}

.page-print .sm\:block.flex-columns-wrapper {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.flex-columns-wrapper a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.flex-columns-wrapper {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.flex-columns-wrapper .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.flex-columns-wrapper .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .flex-columns-wrapper{
    display: inline-block;
  }

  .location_list.flex-columns-wrapper {
    flex-wrap: wrap
  }

  .footer.content .justify-around.flex-columns-wrapper{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.flex-columns-wrapper .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.flex-columns-wrapper{
    width: 100%;
    display: block;
  }

  .faddress_box .flex-columns-wrapper{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.flex-columns-wrapper.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.flex-columns-wrapper .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .flex-columns-wrapper{
    flex-direction: column;
    gap: 0;
  }

  .home-newsletter-eco-friendly-section .flex-columns-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .flex-columns-wrapper {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .flex-columns-wrapper {
    display: flex;
  }

  .cms-page-view .flex-columns-wrapper.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .flex-columns-wrapper.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .flex-columns-wrapper.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.flex-columns-wrapper .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.flex-columns-wrapper {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.flex-columns-wrapper .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.flex-columns-wrapper{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.flex-columns-wrapper {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .flex-columns-wrapper{
    flex-direction: column;
  }

  .form.subscribe .flex-columns-wrapper .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .flex-columns-wrapper {
    display: block;
  }

  .cms-company-profile .column.main .flex-columns-wrapper .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .flex-columns-wrapper {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }
}

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

@font-face {
  font-family: 'Mark';

  src: url('../fonts/Mark-Light.eot');

  src: url('../fonts/Mark-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Mark-Light.woff2') format('woff2'),  url('../fonts/Mark-Light.woff') format('woff'), url('../fonts/Mark-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Mark';

  src: url('../fonts/Mark-Regular.eot');

  src: url('../fonts/Mark-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mark-Regular.woff2') format('woff2'),  url('../fonts/Mark-Regular.woff') format('woff'),  url('../fonts/Mark-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Mark';

  src: url('../fonts/Mark-Medium.eot');

  src: url('../fonts/Mark-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mark-Medium.woff2') format('woff2'), url('../fonts/Mark-Medium.woff') format('woff'), url('../fonts/Mark-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Mark';

  src: url('../fonts/Mark-Bold.eot');

  src: url('../fonts/Mark-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mark-Bold.woff2') format('woff2'), url('../fonts/Mark-Bold.woff') format('woff'),  url('../fonts/Mark-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

body{
  background-color: #fff;
  overflow-x: hidden;
  font-family: 'Mark';
}

.bg-orange {
  background-color: #f26522;
}

.bg-grey-h {
  background-color: #f6f2f3;
}

.text-orange {
  color: #f26522;
}

.text-grey-f{
  color: #bbb;
}

.text-grey-l{
  color: #606060;
}

.text-white-f{
  color: #fff;
}

.border-r-w {
  border-right: 1px solid white;
}

.cms-home .columns {
  max-width:100%;
  padding:0;
}

.grey-bg {
  background-color: #f8f8f8;
}

.white-bg {
  background-color: #fff;
}

.pink-bg{
  background-color: #fbf0ea;
}

.innr-breadcrumbs{
  background: #ebebf1;
}

.py-75px {
  padding-top:75px;
  padding-bottom:75px;
}

.pink-bg p{
  margin-bottom: 20px;
}

.leftspace{
  padding-left: 336px;
}

.text-green{
  color: #62905d;
}

.text-orange{
  color: #ee7421;
}

.bg-blkf{
  background-color: #0f151a;
}

h3:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.card-right {
  background: #f5efea url(../images/boximg.jpg) no-repeat left top;
}

.h-scroll{
  height: 540px;
}

.page-main {
  margin-top: 0px;
  margin-bottom: 0px;
}

.-mx-2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-left-60px {
  left: -60px; margin-left:10px;
}

.-right-60px {
  right: -60px; margin-right: 10px;
}

.mr-5 {
  margin-right: 2rem;
}

.-top-1\.5rem {
  top: -1.5rem;
}

.top-50 {
  top:50%;
}

.background-position-center {
  background-position:center;
}

.rounded-100px {
  border-radius: 100px;
}

.w-3rem {
  width: 3rem;
}

.h-3rem {
  height: 3rem;
}

.hover\:menu-bg-color-1:hover{
  background-color: #2ea443;
}

.hover\:menu-bg-color-2:hover{
  background-color: #A098C6;
}

.hover\:menu-bg-color-3:hover{
  background-color: #6a207f;
}

.hover\:menu-bg-color-4:hover{
  background-color: #caab80;
}

.hover\:menu-bg-color-5:hover{
  background-color: #fdb813;
}

.hover\:menu-bg-color-6:hover{
  background-color: #231f20;
}

.hover\:menu-bg-color-7:hover{
  background-color: #ec008c;
}

.hover\:menu-bg-color-8:hover{
  background-color: #542400;
}

.hover\:menu-bg-color-9:hover{
  background-color: #007a5e;
}

.hover\:menu-bg-color-10:hover{
  background-color: #ed1b2e;
}

.hover\:menu-bg-color-11:hover{
  background-color: #00aeef;
}

.hover\:menu-bg-color-12:hover{
  background-color: #f79239;
}

.hover\:menu-bg-color-13:hover{
  background-color: #ecdc00;
}

.hover\:menu-bg-color-14:hover{
  background-color: #0061aa;
}

.hover\:menu-bg-color-15:hover{
  background-color: #b6b7ba;
}

.hover\:menu-bg-color-16:hover{
  background-color: #7c9a3d;
}

.hover\:menu-bg-color-17:hover{
  background-color: #05aaa5;
}

.hover\:menu-bg-color-18:hover{
  background-color: #cd87a9;
}

.hover\:menu-bg-color-19:hover{
  background-color: #f00;
}

.data-\[has-current\]\:menu-bg-color-1[data-has-current]{
  background-color: #2ea443;
}

.data-\[has-current\]\:menu-bg-color-2[data-has-current]{
  background-color: #A098C6;
}

.data-\[has-current\]\:menu-bg-color-3[data-has-current]{
  background-color: #6a207f;
}

.data-\[has-current\]\:menu-bg-color-4[data-has-current]{
  background-color: #caab80;
}

.data-\[has-current\]\:menu-bg-color-5[data-has-current]{
  background-color: #fdb813;
}

.data-\[has-current\]\:menu-bg-color-6[data-has-current]{
  background-color: #231f20;
}

.data-\[has-current\]\:menu-bg-color-7[data-has-current]{
  background-color: #ec008c;
}

.data-\[has-current\]\:menu-bg-color-8[data-has-current]{
  background-color: #542400;
}

.data-\[has-current\]\:menu-bg-color-9[data-has-current]{
  background-color: #007a5e;
}

.data-\[has-current\]\:menu-bg-color-10[data-has-current]{
  background-color: #ed1b2e;
}

.data-\[has-current\]\:menu-bg-color-11[data-has-current]{
  background-color: #00aeef;
}

.data-\[has-current\]\:menu-bg-color-12[data-has-current]{
  background-color: #f79239;
}

.data-\[has-current\]\:menu-bg-color-13[data-has-current]{
  background-color: #ecdc00;
}

.data-\[has-current\]\:menu-bg-color-14[data-has-current]{
  background-color: #0061aa;
}

.data-\[has-current\]\:menu-bg-color-15[data-has-current]{
  background-color: #b6b7ba;
}

.data-\[has-current\]\:menu-bg-color-16[data-has-current]{
  background-color: #7c9a3d;
}

.data-\[has-current\]\:menu-bg-color-17[data-has-current]{
  background-color: #05aaa5;
}

.data-\[has-current\]\:menu-bg-color-18[data-has-current]{
  background-color: #cd87a9;
}

.data-\[has-current\]\:menu-bg-color-19[data-has-current]{
  background-color: #f00;
}

.menu-color-1{
  color: #2ea443;
}

.menu-color-2{
  color: #A098C6;
}

.menu-color-3{
  color: #6a207f;
}

.menu-color-4{
  color: #caab80;
}

.menu-color-5{
  color: #fdb813;
}

.menu-color-6{
  color: #231f20;
}

.menu-color-7{
  color: #ec008c;
}

.menu-color-8{
  color: #542400;
}

.menu-color-9{
  color: #007a5e;
}

.menu-color-10{
  color: #ed1b2e;
}

.menu-color-11{
  color: #00aeef;
}

.menu-color-12{
  color: #f79239;
}

.menu-color-13{
  color: #ecdc00;
}

.menu-color-14{
  color: #0061aa;
}

.menu-color-15{
  color: #b6b7ba;
}

.menu-color-16{
  color: #7c9a3d;
}

.menu-color-17{
  color: #05aaa5;
}

.menu-color-18{
  color: #cd87a9;
}

.menu-color-19{
  color: #f00;
}

.column.main h3, .home-about-tp-section h1{
  position: relative;
  padding-bottom: 15px;
  font-size: 22px;
}

.home-about-tp-section h1, .home-about-tp-section h3{
  margin-bottom: 15px;
  text-transform: uppercase;
}

.column.main h3:before, .home-about-tp-section h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #ee7421;
}

.line_link{
  position: relative;
}

.line_link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1c252c;
  transition: all .5s ease;
}

p {
  margin: 0;
  font-size: 14px;
  color: #1c252c;
  line-height: 18px;
}

.latest_news li{
  border-bottom: solid 10px #000;
}

.social_icons_footer li {
  margin-right: 10px;
  text-align: center;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  display: inline-block;
      margin-left: 3px !important;
    margin-right: 5px !important;
}

.social_icons_footer svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  padding: 3px;
  margin-top: 10px;
}

.quick-linkswrapper h3{
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.faddress_box .flex{
  align-items: center;
}

.hover\:text-orange:hover {
  color: #f26522;
}

.hover\:text-blk:hover {
  color: #35343e;
}

.hover\:text-white:hover {
  color: #fff;
}

.footer-w {
  width: 13.1%;
}

.video-w {
  width: 18.6%;
}

.data-\[has-current\]\:text-orange[data-has-current] {
  color: #f26522;
}

.aria-\[current\=page\]\:text-orange[aria-current="page"] {
  color: #f26522;
}

.navigation  ul li .border-b-\[3px\]{
  border:none 0px;
}

.column.main h3.text-center:before{
  margin: 0 auto;
  right: 0;
}

.small-12px{
  font-size: 12px;
}

.small-13px{
  font-size: 13px;
}

.small-14px{
  font-size: 14px;
}

.py-8 {
  padding-top: 5rem;
}

.py-8px {
  padding-top: 8px;
}

.hr-bg-color {
  background-color: #1c252c;
}

.hr-height-2px {
  height: 2px;
}

.blk-drank {
  background: #35343e;
}

.border-color{
  border-color:#272d31;
}

.justify-around {
  justify-content: space-around;
}

.home-usps-section li {
  width: 33%;
}

.w-200px {
  width: 200px;
}

.user-box-shadow {
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, .3);
}

.data-\[has-current\]\:text-white[data-has-current] {
  color: #fff;
}

.data-\[has-current\]\:bg-orange[data-has-current] {
  background-color: #f26522;
}

.hover\:bg-orange:hover {
  background-color: #f26522;
}

.aria-\[current\=page\]\:bg-orange[aria-current="page"] {
  background-color: #f26522;
}

.aria-\[current\=page\]\:text-white[aria-current="page"] {
  color: #fff;
}

.scrollbar-orage {
  scrollbar-color: #fa6e30 #fff;
  scrollbar-width: thin;
}

.webkit-scrollbar-thumb\:scroll-orange::-webkit-scrollbar-thumb {
  background-color: #fa6e30;
  border: 1px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
  width: 7px;
}

.webkit-scrollbar\:scroll-orange::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

.aria-\[current\=true\]\:bg-orange[aria-current="true"] {
  background-color: #f26522;
}

.w-1\/2 {
  width: 50%;
}

.sidebar-main ul{
  padding-top: 0;
  padding-bottom: 0;
}

.top-sub-categories-sec li {
  width: 235px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pr-45px {
  padding-right: 45px;
}

.pl-15px {
  padding-left: 15px;
}

.transition-all-5s {
  transition: all .5s ease;
}

.letter-spacing-05em {
  letter-spacing: 0.05em;
}

.m-0 {
  margin: 0px;
}

.border-solid-1-light-gray {
  border: solid 1px #f6f2f3;
}

.border-orange-color{
  border-color: #f47323;
}

.border-top-0 {
  border-top: 0;
}

.h-10 {
  height: 2.5rem;
}

[type='search']:focus {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  box-shadow: none;
}

.btn-back-top:hover .back-inner {
  border-radius: 100%;
}

.text-black-pearl {
  color: #1c252c;
}

.hover\:rounded-50:hover {
  border-radius: 50%;
}

.rounded-50 {
  border-radius: 50%;
}

.hover\:rounded-100:hover {
  border-radius: 100%;
}

.rounded-100 {
  border-radius: 100%;
}

.float-right {
  float: right;
}

.bg-grey-efefef {
  background-color: #efefef
}

#mpblog-list-container a.mp-read-more {
  color: #fff !important;
  text-transform: none;
}

.form.create.account {
  width:70%;
  margin: 0 auto;
}

.form.create.account fieldset .field {
  width: 50%;
  padding: 0 15px;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  box-sizing: border-box;
}

.customer-account-login .page-main,.customer-account-create .page-main,.customer-account-forgotpassword .page-main, .customer-account-createpassword .page-main {
  padding-top: 60px;
  padding-bottom: 60px
}

.form.password.reset, .form.send.confirmation, .foregot {
  width: 50%;
  margin: 0 auto;
}

form.create .field.choice.terms{
  position:relative;
}

form.create .field.choice .field-reserved{
  margin-bottom: 10px;
  margin-top: 6px;
  display: inline-block;
}

form.create .field.choice.terms .messages{
  position:absolute;
  top: 30px;
}

.message.error {
  border-color: #f13c3c;
  background-color:#f13c3c;
  border-radius: 0;
}

.message.success {
  border-color:rgba(133,192,144,.7);
  background-color: rgba(133,192,144,.7);
  border-radius: 0;
}

.message.info, .message.notice {
  border-color: #f47323;
  background-color: #f47323;
  color:#fff;
  border-radius: 0;
}

.message.warning {
  border-color: #f47323;
  background-color: #f47323;
  color:#fff;
  border-radius: 0;
}

.message > button {
  background: #fff;
  color: #000;
}

.toolbar-border-tb {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  overflow-x: hidden;
}

.cms-page-view .main p, .testimonials-index-index .main p {
  font-size: 14px;
  color: #1c252c;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.cms-page-view .main b,.cms-page-view .main strong {
  font-weight: 700
}

.cms-page-view .main ul,.cms-page-view .main ol {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 25px
}

.cms-page-view .main ul{
  list-style: disc;
}

.cms-page-view .main ol{
  list-style: auto;
}

.cms-page-view .main ul li,.cms-page-view .main ol li {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 5px;
  position: relative;
  font-style: normal
}

.cms-page-view .main h1,.cms-page-view .main h2,.cms-page-view .main h3,.cms-page-view .main h4,.cms-page-view .main h5,.cms-page-view .main h6 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px
}

.cms-page-view .main h2{
  font-size: 26px;
}

.cms-page-view .main h3{
  font-size: 22px;
}

.border-ddd {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.top-container .breadcrumbs {
  border-bottom: 1px solid #ddd;
  padding: 11px 15px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}

.page-main>.page-title-wrapper .page-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  color: #231f20;
  margin-top: -5px;
  display: inline-block;
  margin-bottom: 20px;
}

.aria-\[current\=page\]\:bg-black[aria-current="page"] {
  background-color: #1c252c;
}

.hover\:bg-black:hover {
  background-color: #1c252c;
}

.customer-account-login, .customer-account-create, .customer-account-forgotpassword, .customer-account-createpassword {
  background: #e6e6e6;
}

.product-faq .faq ul.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-faq .faq ul.faq-list li {
  margin-bottom: 1rem;
}

.product-faq .faq ul.faq-list li div h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  height: auto;
  background: #ccc;
  color: #1c252c;
  display: flex;
  align-items: center;
  padding: 10px 45px 10px 10px;
  font-size: 14px;
  letter-spacing: .8px;
  cursor: pointer;
  position: relative;
  transition: all .5s ease;
  overflow: hidden;
}

.product-faq .faq ul.faq-list li.active div h3 {
  background: #f47323;
  color: #fff;
}

.product-faq .faq ul.faq-list li div h3:before {
  position: absolute;
  bottom:0%;
  width: 40px;
  display: block;
  content: "";
  height: 100%;
  line-height: 40px;
  text-align: center;
  right: 0;
  left: inherit;
  background-color: #35343e;
  background-image: url(../images/faq-plus.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.product-faq .faq ul.faq-list li.active div h3:before {
  background-image: url(../images/faq-minus.png);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.product-faq .faq ul.faq-list li div.ans {
  padding: 10px;
  border: solid 1px #f47323;
  border-top: 0;
}

.product-faq .faq ul.faq-list li div.ans p {
  font-size: 14px;
  color: #1c252c;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.product-faq .faq ul.faq-list li div.ans strong {
  font-weight: 700
}

.product-faq .faq ul.faq-list li div.ans ul, .product-faq .faq ul.faq-list li div.ans ol {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 25px
}

.product-faq .faq ul.faq-list li div.ans ul{
  list-style: circle;
}

.product-faq .faq ul.faq-list li div.ans ol{
  list-style: auto;
}

.product-faq .faq ul.faq-list li div.ans ul li, .product-faq .faq ul.faq-list li div.ans ol li {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 5px;
  position: relative;
  font-style: normal
}

.contact-form-wrap .container>div.contact_form_left {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  font-size: 14px;
  padding-right: 60px;
}

.contact-form-wrap .container>div.contact_form {
  display: inline-block;
  vertical-align: top;
  width: 64%;
  font-size: 14px;
  background-color: #f6f2f3;
  padding: 60px 30px 30px;
}

.location-image-map > div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

a#home_about_video_link:after {
  content: '';
  width: 52px;
  height: 52px;
  display: inline-block;
  background: #fff url(../images/play-btn-arrow.png) no-repeat 55% center;
  background-size: 14px 18px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
  border-radius: 100%;
  animation: pulse 2s infinite cubic-bezier(.66,0,0,1);
  text-indent: 1000%;
  transition: all .5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility:hidden;
}

a#home_about_video_link:hover:after {
  opacity: 1;
  visibility: visible;
}

.hints-seperators tr td{
  padding: 11px 10px;
}

.btn-green.with-icon {
  padding: 0 40px;
  background: green;
  border-radius: 10px;
  font-size: 20px;
  display: inline-block;
  margin: 0 auto 30px auto;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  height: 45px;
  position: relative;
  font-weight: 700;
}

.tablinks {
  display: inline-block;
  cursor: pointer;
  padding: 0 0 8px;
  margin: 0 28px;
  background-color: #fff;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase
}

.tablinks:first-child {
  margin-left: 0
}

.tablinks:last-child {
  margin-right: 0
}

.tablinks:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0;
  border-color: #ee7421 transparent transparent;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -10px;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden
}

.tablinks:before {
  width: 0;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #ee7421;
  transition: all .5s ease
}

.tablinks:hover {
  color: #1c252c
}

.tablinks.active {
  color: #ee7421;
  font-weight: 700
}

.tablinks:hover:after, .tablinks.active:after {
  opacity: 1;
  visibility: visible
}

.tablinks:hover:before, .tablinks.active:before {
  width: 100%
}

.product-info ol li, .product-info ul li {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  position: relative;
  text-align: left;
  padding-left: 15px;
  color: #606060;
}

.product-info ul li:before {
  background: url('../images/next.svg') no-repeat 0 0;
  width: 7px;
  height: 12px;
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 4px
}

.landingpage-banner {
  text-align: right;
  max-width: 1400px;
  float: right;
}

.landingpage-banner h3 {
  font-size: 26px;
  color: #000;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}

.landingpage-banner p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
  padding: 5px 0;
  margin: 0;
}

.banner-address {
  display: inline-block;
  background: #e0e0e0;
  padding: 10px;
  position: relative;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.banner-address .address-text {
  padding-right: 10px;
  display: inline-block;
  font-size: 14px;
}

.banner-address .address-text img {
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.location-service-sections {
  display: inline-block;
  width: 100%;
  background: #e7e7e7;
  padding: 40px 40px 40px;
  box-sizing: border-box;
  margin: 80px 0;
  position: relative;
}

.cms-page-view .main .location-service-sections:before {
  content: '';
  background: #e7e7e7;
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  top: 0;
}

.cms-page-view .main .location-service-sections:after {
  content: '';
  background: #e7e7e7;
  position: absolute;
  right: 100%;
  width: 100%;
  height: 100%;
  top: 0;
}

.main-kit-section .kit-table-section h2 span.icon {
  position: relative;
  background: #f47323;
  border-radius: 100%;
  vertical-align: top;
  text-align: center;
  margin-left: 5px;
  margin-top: 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.main-kit-section .kit-table-section h2 span.icon svg{
  width: 35px;
  height: 35px;
  fill: #fff;
  stroke: #fff;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  margin-top: -2px;
  margin-left: -5px;
}

.main-kit-section .kit-table-section h2 span.minus.icon, .main-kit-section .kit-table-section h2:after, .main-kit-section .kit-table-section h2.active:after {
  display:none !important
}

.main-kit-section .kit-table-section h2.active span.plus.icon{
  display:none
}

.main-kit-section .kit-table-section h2.active span.minus.icon{
  display:inline-block !important
}

.main-kit-section .kit-table-section h2.active span.minus.icon svg {
  height: 20px;
  margin-top: 2px;
  vertical-align: top;
  width: 13px;
  font-size: 14px;
  margin-left: 0;
}

.kit-table-buttons .table{
  width:100% !important ;
}

.kit-table-buttons .table tr td{
  padding: 5px;
}

.max-w-\[590px\] {
  max-width: 590px;
}

.page-header .amsearch-container .amsearch-highlight {
  color: #000;
  font-weight: normal;
}

.kit-buttons-section.button form button{
  color: #fff;
}

.home-usps-section .section_title:before {
  left: 50%;
  margin: 0 auto;
  right: 0;
}

.home-usps-section .text-center svg {
  display: block;
  margin: 0 auto;
}

.cart-form .lg\:w-80 {
  background: #fff;
  padding: 10px;
  border: solid 1px #ddd;
}

.replacement_goods .check-box-wrap {
  position: relative;
}

.replacement_goods .check_box_wap>div {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}

.replacement_goods .note-title {
  font-size: 13px;
  color: #3d3d3d;
  margin-bottom: 0 !important;
  line-height: 18px;
  margin-top: 0 !important;
}

.replacement_goods .check_box_wap .choice label {
  cursor: pointer;
  line-height: 1.5;
  display: inline-block;
  min-width: 60px;
  font-size: 13px;
  color: #1c252c;
}

.logo_artwork {
  margin-top: 0px;
  gap: 10px;
}

.cms-page-view .main h4.note-title {
  margin-bottom: 0;
  margin-top: 10px;
}

.sorter-action{
  margin-left: 10px;
}

.error-message {
  font-size: 12px;
  color: red;
}

.cms-page-view .main .logo_artwork p {
  margin-bottom: 0;
}

.add-delete-btns {
  margin-bottom: 0;
}

.cms-custom-made-cartons .columns, .cms-custom-printed-labels .columns, .cms-custom-printed-tape .columns, .cms-custom-made-signs .columns, .cms-company-profile .columns{
  max-width: 100%;
  padding: 60px 0 0;
}

.customer_detail.mt-10 {
  background: #f6f2f3;
  padding: 60px 0;
}

.trending-categories-section .card-interactive:hover a.btn,.featured-products-section .js_slide:hover a.btn{
  background-color: #ee7421;
  color: #fff;
}

.cms-page-view .main .location-tabs-section-main ul{
  font-size:0;
  margin:0;
  padding:0;
  display:flex
}

.cms-page-view .main .location-tabs-section-main ul li{
  display:inline-block;
  width:50%;
  text-align:center;
  background:#e3e3e3;
  padding:14px;
  box-sizing:border-box;
  margin:0;
  font-size:18px;
  color:#1c252c;
  font-weight:700;
  cursor:pointer
}

.cms-page-view .main .location-tabs-section-main ul li.active{
  background:#748693;
  color:#fff
}

.cms-page-view .main .location-tabs-section-main .location-tabs-data{
  padding:15px
}

.cms-page-view .main .location-tabs-section-main .location-tabs-data .location-tab-value{
  display:none
}

.cms-page-view .main .location-tabs-section-main .location-tabs-data .location-tab-value.active{
  display:inline-block
}

.filetext {
  position: relative;
  border: solid 1px #ddd;
  box-sizing: border-box;
  padding: 7px;
  margin-bottom: 0;
  padding-right: 50px;
  margin-right: 10px;
}

.custom-formbox .filetext input {
  border: none 0px;
}

.filetext .delete-more  {
  font-size: 0 !important;
  position: absolute;
  top: -1px;
  right: -1px;
  background: #3d3d3d;
  display: block;
  width: 40px;
  height: 46px;
  transition: all .5s ease;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}

.filetext .delete-more a {
  display: inline-block;
  line-height: 40px;
  height: 46px;
  width: 40px;
}

.filetext .delete-more a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/item-close.svg) no-repeat center center;
  background-size: 18px;
}

.filetext .delete-more:hover a:after{
  background-color: #ee7421;
}

.custom-formbox input, .custom-formbox textarea{
  border: 1px solid #ddd;
  vertical-align: middle;
}

.custom-formbox label {
  vertical-align: middle;
  margin-bottom: 0;
  line-height: normal;
}

.check-box-wrap .choice {
  vertical-align: top;
}

.subtotal-small p{
  font-size: 17px;
  font-weight: 400;
  color: #606060;
}

.subtotal-small .price{
  font-size: 22px;
  font-weight: 700;
  color: #606060;
}

.product-item-name {
  font-size: 14px;
  color: #1c252c;
  font-weight: 400;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  line-height: 1.3;
  padding-right: 50px;
}

.minicart-price .price{
  font-size: 15px;
  color: #1c252c;
  font-weight: 700;
}

.page-products .filter-option {
  border: solid 1px #e5e7eb;
  box-shadow: inherit;
  padding: 10px;
  --tw-shadow: inherit;
  --tw-shadow-colored: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.filter-option{
  padding: 0;
}

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

.filter-content .filter-current {
  margin-bottom: 1rem;
  margin-top: 0;
}

.filter-content .filter-current h3 button:focus-visible{
  border: none 0px;
  outline: inherit;
}

.block-title span {
  font-size: 18px;
}

.aboutpage-video-image{
  position: relative;
}

.header-top-bar-container .container.grid {
  display: flex;
  justify-content: space-between;
}

.aboutpage-video-image:before {
  content: '';
  width: 74px;
  height: 74px;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(255,255,255,.3);
  border-radius: 100%;
  animation: pulse2 2s infinite cubic-bezier(.66,0,0,1);
  text-indent: 1000%;
  overflow: hidden;
  transition: all .5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer
}

.aboutpage-video-image:after {
  content: '';
  width: 74px;
  height: 74px;
  display: inline-block;
  background: #fff url(../images/play-btn-arrow.png) no-repeat 55% center;
  background-size: 17px 20px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  animation: pulse 2s infinite cubic-bezier(.66,0,0,1);
  text-indent: 1000%;
  overflow: hidden;
  transition: all .5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}

.order-links li a{
  -webkit-text-decoration: none;
  text-decoration: none;
}

.order-details-items .order-title{
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 1rem;
}

.order-details-items .font-semibold {
  font-size: 16px;
  font-weight: 700;
}

.order-details-items .card {
  border: solid 1px rgb(229 231 235);
  box-shadow: none;
  --tw-shadow: inherit;
  --tw-shadow-colored: inherit;
  --tw-bg-opacity: inherit;
  border-radius: inherit;
}

.coupon .coupons .w-fix-coupon {
  width: calc(100% - 326px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
}

#cart-drawer #cart-drawer-title .items-total {
  display: none;
}

.page-header .navigation  #desktop-menu-panel {
  background: #f5f5f5;
}

.page-header .navigation  .bg-white ul li.level-1 {
  background: #fff;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee;
  font-size: 13px;
}

.page-header .navigation .bg-white ul.gap-1 .grid-cols-2 li{
  background-color: transparent;
}

.page-header .navigation  .bg-white ul.gap-1 {
  gap: 0;
  padding-top: 0;
}

.footer-links-inner .subscribe input {
  font-size: 14px;
}

.page-products .sidebar-main .filter-option .filter-options-content {
  position: relative;
  display: block !important;
  border: solid 1px #e5e7eb;
  padding: 0 15px;
}

.page-products .sidebar-main .filter-option .filter-options-content .am-filter-items-price li input[type='radio']{
  display: block;
}

.page-products .sidebar-main .filter-current {
  margin-bottom: 20px;
  padding: 0px;
}

.page-products .sidebar-main .filter-current h3#active-filtering-heading {
  border: none 0px;
  box-shadow: inherit;
}

.page-products .sidebar-main .filter-current div#active-filtering-content {
  display: block !important;
  padding: 10px;
}

.page-products .sidebar-main .filter-current .block-actions.filter-actions a {
  color: red;
  font-size: 15px;
  padding: 10px;
}

.page-products .sidebar-main .filter-current span.filter-label.block {
  font-weight: 700;
}

.page-products .sidebar-main .filter-current button {
  border: none 0px;
  box-shadow: inherit;
  outline: none;
  height: 40px;
  background: #1c252c;
  line-height: 40px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.page-products .sidebar-main .filter-option .filter-options-content .price{
  color: #000;
}

.orderformcatalogue-index-index .page-main .order-form-main {
  background: #f6f2f3;
  padding: 60px 0;
  margin-top: 0;
}

.orderformcatalogue-index-index .columns {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.orderformcatalogue-index-index .page-main .catalogues_list.downloadcatalogue_view {
  max-width: 1530px;
  margin: 0 auto;
  padding: 75px 15px;
}

.catalogues_list.downloadcatalogue_view ul li a .bg-grey-h{
  position: relative;
}

.catalogues_list.downloadcatalogue_view ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.catalogues_list.downloadcatalogue_view ul li.video-w p.text-gray-800 {
  text-align: center;
}

.orderformcatalogue-index-index .order-form-main .comment-box-sec, .orderformcatalogue-index-index  .order-form-main .comment {
  margin-top: 20px;
}

.orderformcatalogue-index-index .actions-toolbar{
  padding-top: 0;
  border-top: none 0px;
}

.custom-formbox .field-box-inner .field-inner .thumb-box img {
  max-width: 60px !important;
  margin: 0 auto;
}

.custom-formbox .field-box-inner .field-inner .thumb-box {
  margin-bottom: 10px;
  text-align: center;
}

.cms-page-view .main .not-info {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.2;
}

.cms-page-view .main .not-info p{
  margin:0;
  padding:0;
  margin-bottom: 10px;
  font-size: 11px;
}

.cms-sydney .category-breadcrumbs-wrapper, .cms-melbourne .category-breadcrumbs-wrapper, .cms-brisbane .category-breadcrumbs-wrapper, .cms-perth .category-breadcrumbs-wrapper, .cms-adelaide .category-breadcrumbs-wrapper{
  width: 100%;
  top: 60%;
  transform: translateY(-65%);
  max-width: 1590px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.custom-made-signs-pick-template .choice>img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 50px !important;
  margin-bottom: 0 !important
}

.custom-made-signs-pick-template .choice label{
  font-size: 13px;
  display: inline-block;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255,255,255,0)
  }
}

@keyframes pulse2 {
  to {
    box-shadow: 0 0 0 20px rgba(255,255,255,0)
  }
}

@media screen {
  .invoice-top-left p {
    margin: 0;
    padding: 10px;
    background: #efefef;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
    border: solid 1px #ddd;
  }

  .page-print .invoice-top-right p {
    position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  .page-print .invoice-top-right p>strong {
    display: none;
  }

  .page-print .invoice-top-wrapper>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    width: 39%;
  }

  .page-print .invoice-top-wrapper>div:last-child {
    margin-right: 0;
    margin-top: 48px;
  }

  .page-print .block-order-details-view .order-detail-info p, .pay-info p{
    margin-bottom:1rem;
  }

  .page-print .order-links li {
    background: #545454;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
  }

  .page-print .order-links li.current {
    background: #f47323;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
  }

  .page-print .order-links{
    background: transparent !important;
  }

  .page-print .order-details-items tfoot tr th {
    text-align: right;
  }

  .page-print .columns .action.back {
    min-width: inherit;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-decoration-line: none;
    background: #999;
  }

  .page-print .columns .action.back:hover {
    background: #35343e;
  }

  .page-print .columns .print.btn{
    color:#fff  !important;
  }

  .page-print .columns .actions-toolbar{
    border-top-width: 0;
    --tw-border-opacity: 0;
    border-color: inherit;
    padding-top: 0;
  }

  .page-print table thead {
    background: #d7d7d7;
    border-top: solid 5px #35343e;
  }

  .page-print .block-order-details-view {
    margin-top: 20px;
  }
}

.products li{
  position: relative;
}

.products .list_specials_icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  background: red;
  border-radius: 50%;
  box-sizing: border-box;
  display: table;
  z-index: 2;
}

.products span.special_offer_text {
  display: table-cell;
  line-height: normal;
  vertical-align: middle;
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
}

.customer-account-logoutsuccess .page-main .container {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.customer-account-logoutsuccess .page-main .columns{
  margin-top: 0rem;
}

.customer-account-logoutsuccess .page-main .columns .pt-6{
  padding-top: 0;
}

.cart-empty,.cust-logout,.noproductenquiry,.form-wishlist-items>.message.info.empty,.catalogsearch-result-index .message.notice,.catalog-category-view .column.main .message.info.empty {
  text-align: center;
  background: #35343e;
  padding: 20px;
  overflow: hidden;
  max-width: 500px;
  width: 90%;
  margin: 40px auto;
  border: solid 6px #f47323;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 5px 1px #d3d3d3;
  -webkit-box-shadow: 0 0 5px 1px #d3d3d3;
  -o-box-shadow: 0 0 5px 1px #d3d3d3;
  -moz-box-shadow: 0 0 5px 1px #d3d3d3;
  color: #fff
}

.cart-empty p,.cust-logout p,.noproductenquiry span {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0
}

.catalogsearch-result-index .message.notice {
  font-size: 16px;
  color: #fff
}

.cart-empty p a,.cust-logout p a,.noproductenquiry span a,.catalogsearch-result-index .message.notice a {
  color: #f47323
}

.no-touch .cart-empty p a:hover,.no-touch .cust-logout p a:hover,.no-touch .noproductenquiry span a:hover,.no-touch .message.notice a:hover {
  color: #fff
}

.cartonsboxsearch-main {
  background: #f1f2f4;
  padding: 15px;
  margin: 0 0 15px;
}

.cartonsboxsearch-main .cartonsboxsearch {
  width: 97%;
}

.cartonsboxsearch-main h3.csearch-title {
  margin: 0 0 15px;
  font-size: 28px;
  color: #f47323
}

.field-box-inner .field-inner, .field-box-inner .button-field{
  position: relative;
}

.productenquiry-index-index  .container.flex-wrap {
  padding-left: 0;
}

.productenquiry-cart .table-wrapper {
  margin-bottom: 20px
}

.productenquiry-cart #shopping-cart-table {
  border: 1px solid #ddd
}

.productenquiry-cart #shopping-cart-table thead {
  background: #ededed;
  border-top: solid 5px #35343e;
  border-bottom: solid 1px #cecece;
}

.productenquiry-cart #shopping-cart-table thead tr th {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  padding: 10px 20px;
}

#shopping-cart-table tbody tr td:nth-child(1) {
  text-align: left;
}

#shopping-cart-table thead tr th:nth-child(2) {
  width: 210px;
}

.productenquiry-cart #shopping-cart-table thead tr th:nth-child(3) {
  text-align: center;
  width: 160px;
}

.productenquiry-cart #shopping-cart-table td.Product .product-item-details .product-item-name, .productenquiry-cart #shopping-cart-table td.Product .product-item-details .product-item-name a {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  height: auto;
  color: #303030;
  font-weight: 400;
}

.productenquiry-cart .qty-box {
  width: 60px;
  height: 40px;
  background: #efefef;
  line-height: 40px;
  padding: 0 15px 0 10px;
  box-sizing: border-box;
  border: solid 1px #ccc;
  position: relative;
  font-size: 14px !important;
  color: #303030;
  font-weight: 400;
}

#productenquiry-form .qty span.qty-text {
  position: relative;
  background: transparent;
}

#productenquiry-form .qty-box span {
  height: 19px;
  width: 16px;
  position: absolute;
  right: 0;
  background: #ccc;
  line-height: 19px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all .5s ease
}

.no-touch #productenquiry-form .qty-box span:hover {
  background: #35343e
}

.no-touch #productenquiry-form .qty-box span:hover i {
  color: #fff
}

#productenquiry-form .qty-box span i {
  font-size: 10px
}

#productenquiry-form .qty-box span.increases {
  top: 0;
  border-bottom: solid 1px #efefef;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}

#productenquiry-form .qty-box span.decreases {
  bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.productenquiry-cart .fieldset {
  margin: 50px 0px 0;
  letter-spacing: inherit;
}

.productenquiry-cart .form-wrap > div {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.productenquiry-cart .form-wrap > div .field .input-text {
  width: 100%;
  display: inline-block;
}

.productenquiry-cart .form-wrap > div .flex {
  gap: 20px;
}

.productenquiry-cart .form-wrap {
  gap: 20px;
}

.product-faq-title, .category-description h1, .category-description h2 {
  font-size: 22px;
  color: #1c252c;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  padding: 0 0 15px
}

.product-faq-title:before, .category-description h1:before, .category-description h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #ee7421
}

.cartonsboxsearch-index-index .custom_product_addtocart .product-add-form .box-tocart {
  margin-bottom: 0 !important
}

.cartonsboxsearch-view-link {
  text-align: right;
  margin-bottom: 20px
}

a.enquire-view-link,a.stock-view-link {
  width: 100%;
  max-width: 408px;
  display: inline-block;
  vertical-align: top;
  min-height: 61px;
  padding: 8px 25px 8px 104px;
  position: relative;
  margin: 20px 0 0;
  text-align: left;
  box-sizing: border-box;
  transition: all .5s ease
}

.cartonsboxsearch-index-index a.stock-view-link {
  background-color: #bda279 !important;
  background: url(../images/view-full-stock.svg) no-repeat 24px center;
  background-size: 58px
}

.category-description h2, .category-description h3, .category-description h4, .category-description h5, .category-description h6 {
  font-weight: 700;
  margin: 0 0 15px
}

.category-description p {
  font-size: 14px;
  line-height: 1.96;
  color: #4b4b4b;
  font-weight: 400
}

.category-description ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.96;
  color: #4b4b4b;
  font-weight: 400;
}

.category-description ol{
  display: block;
  list-style-type:decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.96;
  color: #4b4b4b;
  font-weight: 400;
}

.page-products .category-description h1,.page-products .category-description h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px
}

.cartonsboxsearch-index-index a.enquire-view-link {
  background-color: #449c99 !important;
  background: url(../images/enquire-about.svg) no-repeat 21px center;
  background-size: 66px
}

.no-touch a.stock-view-link:hover {
  background-color: #a38a63 !important
}

.no-touch a.enquire-view-link:hover {
  background-color: #31817e !important
}

.cartonsboxsearch-index-index a.enquire-view-link p,a.stock-view-link p {
  margin: 0;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

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

.downloadcatalogue_view ul {
  margin-top: 0;
  gap: 3px;
  justify-content: inherit;
}

.sidebar-additional ul li a:hover, .sidebar-additional ul li.current a {
  background: #f4f4f4;
  color: #090909;
}

.view-sidebar-link-wrapper {
  display: none;
}

.cms-green-focus .main strong {
  color: green;
}

.cms-page-view  .home-usps-section {
  padding: 75px 0;
  background: #f6f2f3;
}

.cms-page-view .page-footer {
  margin-top: 50px;
}

.download-view-btn {
  background: url(../images/view.svg) no-repeat 44px center;
  background-size: 26px 16px;
  display: inline-block;
  width: 160px;
  height: 45px;
  background-color: #ee7421;
  color: #fff;
  line-height: 45px;
  font-weight: 700;
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  text-transform: uppercase;
  padding: 0 0 0 79px;
  text-align: left;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden
}

.catalogues_list.downloadcatalogue_view ul li a .catalog-img-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(245,245,245,.7);
  transition: all .5s ease;
  opacity: 0
}

.catalogues_list.downloadcatalogue_view ul li:hover a .catalog-img-wrapper:after, .catalogues_list.downloadcatalogue_view ul li:hover a .catalog-img-wrapper:before {
  opacity: 1;
}

.catalogues_list.downloadcatalogue_view .bg-grey-h .download-view-img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  right: 0;
  margin: 0 auto;
}

.catalogues_list.downloadcatalogue_view ul li:hover .download-view-btn {
  opacity: 1;
  visibility: visible
}

.catalogues_list.downloadcatalogue_view ul li.video-w {
  border: solid 1px #ccc;
  margin-bottom: 0px;
}

.category-top-section {
  position: relative;
  overflow: hidden
}

.category-top-section .inner-banner {
  line-height: 0;
  position: relative;
  margin: 0
}

.category-top-section .inner-banner img {
  max-width: inherit;
  width: auto;
  min-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.category-top-section .category-breadcrumbs-wrapper {
  background: 0 0;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.category-top-section .category-breadcrumbs-wrapper .page-title {
  margin: 0 0 10px;
  font-size: 22px
}

.category-top-section .category-breadcrumbs-wrapper .page-title span {
  margin: 0
}

.category-top-section .category-breadcrumbs-wrapper .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.cms-company-profile .column.main .about-left {
  width: 44%;
}

.cms-company-profile .column.main .about-right {
  width: 57%;
  padding-left: 50px;
}

.cms-hire-packaging-tools .fields-wrapper {
  margin: 30px -15px 0;
  font-size: 0;
}

.cms-hire-packaging-tools .field-box-inner .field-inner .length_box {
  align-items: flex-end;
  gap: 5px;
}

.cms-hire-packaging-tools .field-box-inner .field-inner .image-box-wrap {
  margin-bottom: 15px;
}

.cms-hire-packaging-tools .field-box-inner .field-inner .date_box label{
  margin-bottom: 0;
}

.cms-hire-packaging-tools div[x-data="modal"] h1 {
  font-size: 40px;
  margin-bottom: 40px;
}

.cms-hire-packaging-tools div[x-data="modal"] a:hover {
  color:#f26522
}

.cms-all-brands .page-main .columns {
  padding: 0 10px;
}

.cms-all-brands .page-main .columns .justify-between {
  justify-content: flex-start;
}

.categorypath-specials.category-specials .sidebar-main .block.my-6 {
  display: none;
}

.catalog-category-view .column.main .message.info.empty {
  align-items: center;
  justify-content: center;
}

form#discount-coupon-form {
  display: block !important;
}

form#discount-coupon-form .label {
  font-size: 14px;
}

.checkout-methods-items a.btn-size-lg {
  padding: 10px 0;
}

.cart.table-wrapper .product-item-name {
  font-size: 14px;
  display: block;
  margin: 0px 0 5px;
  min-width: 150px;
  height: auto;
  padding: 0;
  line-height: 18px;
}

#shopping-cart-table tbody tr td:nth-child(2) .product-item-name .cart_code, #shopping-cart-table tbody tr td:nth-child(2) .product-item-name a, #shopping-cart-table tbody tr td, #shopping-cart-table tbody tr td .cart-price {
  font-size: 13px;
}

.cms-sydney .category-top-section .inner-banner, .cms-melbourne .category-top-section .inner-banner, .cms-brisbane .category-top-section .inner-banner, .cms-perth .category-top-section .inner-banner, .cms-adelaide .category-top-section .inner-banner {
  max-height: 598px;
}

.cms-sydney .home-google-tp-section, .cms-melbourne .home-google-tp-section, .cms-brisbane .home-google-tp-section, .cms-perth .home-google-tp-section, .cms-adelaide .home-google-tp-section, .cms-sydney .our_locations, .cms-melbourne .our_locations, .cms-brisbane .our_locations, .cms-perth .our_locations, .cms-adelaide .our_locations  {
  margin-top: 50px;
}

.location-map iframe {
  height: 100%;
  width: 100%;
}

.cms-express-order .bss-fastorder-form{
  display: inline-block;
  width: 100%;
}

.cms-express-order .table-responsive-container {
  overflow-x:auto;
}

.cms-express-order .table-responsive-container .bss-fastorder-form table {
  width: 100%;
  overflow-x: auto;
  display: block;
}

.cms-express-order .bss-fastorder-form thead {
  background: #000;
  color: #fff;
  width: 100%;
}

.cms-express-order .bss-fastorder-form table thead tr th{
  text-align: center;
  width: 338px;
}

.cms-express-order .bss-fastorder-form table tbody tr td {
  border: solid 1px #ccc;
  text-align: center;
  vertical-align: middle;
}

.cms-express-order .bss-fastorder-form table tbody tr {
  vertical-align: middle;
}

.cms-express-order .bss-fastorder-form table tbody tr td img {
  width: 70px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.cms-express-order .bss-fastorder-form .content-search-fastorder {
  margin-top: 0;
  padding-top: 0;
}

.cms-express-order .bss-fastorder-form table tbody tr td input{
  font-size: 12px;
}

.page.messages{
  z-index: 2;
}

[type='checkbox']:checked, [type='radio']:checked{
  background-color: #F44336;
}

.main-right-section .kit-cart-box .kit-cart-inner .cart.table-wrapper thead tr th:nth-child(2) {
  width: 100px;
}

.main-right-section .kit-cart-box .kit-cart-inner .cart.table-wrapper thead tr th {
  font-size: 13px;
  color: #1c252c;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 10px 14px;
  text-align: center;
}

.main-right-section .kit-cart-box .kit-cart-inner .cart.table-wrapper thead tr th, .main-right-section .kit-cart-box .kit-cart-inner .cart.table-wrapper tbody tr td {
  padding: 10px 8px;
  vertical-align: middle
}

.main-right-section .kit-cart-box .kit-cart-inner .cart.table-wrapper .qty .input-text {
  width: 50px;
  height: 45px;
}

.main-right-section .kit-cart-box .kit-cart-inner .cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
  max-width: 178px;
  height: auto;
  width: 100px;
}

.kit-table-buttons table thead tr th, .kit-table-buttons table thead tr td{
  padding: 10px 8px;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
}

.kit-table-buttons table thead tr td input{
  width: 53px;
}

.main-right-section .kit-cart-box .kit-cart-inner .cart.table-wrapper thead {
  background: #f6f2f3;
}

.kit-table-buttons .table tr td {
  padding: 10px 8px;
  vertical-align: middle;
  font-size: 14px;
}

.kit-table-buttons .table tr .col.qty input{
  width: 53px;
  border: 1px solid #ddd;
}

.main-right-section .kit-cart-box #shopping-cart-table tbody tr td, .main-right-section .kit-cart-box #shopping-cart-table tbody tr td .cart-price, .main-right-section .kit-cart-box #shopping-cart-table thead tr th, .main-right-section .kit-cart-box #shopping-cart-table tbody tr td{
  text-align: left;
}

.main-right-section .kit-cart-box #shopping-cart-table tbody tr td .qty{
  padding-left: 0 !important;
}

.main-right-section .kit-cart-box h3 {
  padding-bottom: 0;
}

.main-right-section .kit-cart-box h3::before{
  display: none;
}

.table-responsive-container table th.text-start:first-child {
  text-align: left;
}

.cms-page-view .main .bss-fastorder-form p.mb-0 {
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.cms-page-view .main .bss-fastorder-form p.mb-0 a {
  color:#35343e;
  min-width: inherit;
}

.cms-page-view .main .bss-fastorder-form p.mb-0 a:hover {
  color: #f47323;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cms-hire-packaging-tools .check-box-wrap .poduct_name label{
  color: #3d3d3d;
  font-weight: 700;
  cursor: pointer;
  padding-left: 0;
  font-size: 13px;
  display: inline-block;
  line-height: 1.1;
  min-height: 28px;
}

.cms-hire-packaging-tools .check-box-wrap p {
  font-size: 14px;
  color: #1c252c;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.cms-hire-packaging-tools .main .pro-box .pro-info .delivery-return-terms p {
  margin: 0;
  font-size: 11px !important;
}

.cms-page-view .main .delivery-return-terms a {
  font-size: 10px;
  color: #4f76b3;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cms-page-view .main .delivery-return-terms a:hover{
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cms-hire-packaging-tools .date_box input, .cms-hire-packaging-tools .length_box input {
  display: inline-block;
  vertical-align: top;
  background: 0 0;
  padding: 0 10px !important;
  height: 30px !important;
  font-size: 14px !important;
  border: solid 1px #ddd;
  box-sizing: border-box;
  max-width: 160px !important;
}

.cms-hire-packaging-tools .actions-toolbar{
  border-top: none 0px;
  padding-top: 0;
}

.page-layout-2columns-left .columns .sidebar .w-72 {
  width: 100%;
}

.products li .product-item .price-box .price-container {
  display: inline-block;
  padding-left: 5px;
}

.cms-return-request-form .column.main h3.box-title {
  font-size: 17px;
  color: #000;
}

.cms-return-request-form .column.main h3{
  font-weight: 600;
  line-height: 1.1;
  font-size:22px;
  margin-bottom: 0;
}

.cms-return-request-form .column.main h3:before{
  display:none;
}

.cms-page-view.cms-custom-made-packaging .main .box_wrap>div {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-right: 0;
}

.cms-page-view.cms-custom-made-packaging .main .box_wrap>div .item_box_img a img {
  margin: 0;
  transform: scale(1);
  transition: .3s ease-in-out;
  width: 100% !important;
}

.cms-book-service .actions-toolbar{
  border: none 0px;
  padding: 0;
}

.mpblog-post-index .columns .main, .mpblog-post-view .columns .main{
  order: 0;
}

.cartonsboxsearch-index-index .product-add-form .grouped tbody tr td .qty input[type=number] {
  width: 80px !important;
  height: 30px;
  box-shadow: none;
  font-size: 14px;
  color: #1c252c;
  font-weight: 400;
  border: 1px solid #ddd;
}

.cartonsboxsearch-index-index .product-add-form .grouped tbody tr td {
  font-size: 14px;
  color: #1c252c;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  padding: 9px;
  box-sizing: border-box;
  height: 42px;
}

.cartonsboxsearch-index-index .product-add-form .grouped tbody tr td:nth-child(2) {
  text-align: left;
  width: 370px;
}

.cartonsboxsearch-index-index .product-add-form .grouped tbody tr td:nth-child(1) {
  text-align: left;
}

.cartonsboxsearch-index-index .product-add-form .grouped tbody tr td:nth-child(4) {
  min-width: 93px;
}

.cartonsboxsearch-index-index .product-add-form .grouped .col.qty {
  width: 19%;
  text-align: center;
}

.cartonsboxsearch-index-index .product-add-form .grouped thead tr th:nth-child(5) {
  width: 73px;
}

.cartonsboxsearch-index-index .product-add-form .grouped thead tr th {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-weight: 700;
}

.cartonsboxsearch-index-index .product-add-form .grouped thead tr th:nth-child(1) {
  min-width: 40px;
  text-align: left;
}

.cartonsboxsearch-index-index .product-add-form .grouped thead tr th:nth-child(2) {
  text-align: left;
  min-width: 280px;
}

.cartonsboxsearch-index-index .product-add-form .grouped thead tr th:nth-child(3) {
  min-width: 76px;
}

.cartonsboxsearch-index-index .product-add-form .grouped thead tr th:nth-child(4) {
  min-width: 24px;
}

.cartonsboxsearch-index-index .product-add-form .grouped thead tr th:nth-child(5) {
  width: 73px;
}

.cartonsboxsearch-index-index .product-add-form .grouped thead tr th:nth-child(6) {
  width: 73px;
}

.cartonsboxsearch-index-index .product-add-form .grouped thead tr th:nth-child(7) {
  width: 73px;
}

.products-list .product-info .product-item-link {
  height: auto;
  white-space: nowrap;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #1c252c;
  font-weight: 400;
}

.products-list .product-info .product-item-link:hover {
  color: #f47323;
}

.products-list .product-info .price {
  font-size: 22px;
}

.page-products .toolbar label span {
  font-size: 11px;
  color: #000;
  font-weight:normal;
}

.page-products .toolbar .toolbar-sorter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
}

.page-products .toolbar .toolbar-sorter select {
  width: 170px;
  max-width: inherit;
}

.page-products .toolbar select {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
  height: 34px;
  max-width: 97px;
  font-size: 13px;
  color: #606060;
  box-shadow: none;
  display: block;
  min-height: inherit;
  line-height: normal;
  font-weight: normal;
}

.cms-unique-website-features .main .img-box p {
  margin-top: 15px;
}

.cms-unique-website-features .main a {
  color: #f47323;
  font-size: 16px;
  text-transform: capitalize;
}

.cms-unique-website-features .main a:hover {
  color: #000 ;
}

.cms-unique-website-features .main a.btn{
  color: #fff
}

.cms-unique-website-features .box-cont {
  font-size: 14px;
  line-height: 1.3;
}

.cms-book-service .service-cont h5 {
  font-size: 18px;
  color: #f97e2f;
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 20px;
}

.cms-book-service .top-banner-box {
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
}

.cms-book-service .contact-desc-bottom {
  margin: 60px 0
}

.card-interactive:hover  {
  box-shadow: 0 0 7px rgba(182, 182, 182, .7);
  background-color: #fff;
}

.products li .card-interactive:hover .btn {
  background-color: #ee7421;
  color: #fff;
}

.toolbar-products.toolbar-border-tb:last-child{
  justify-content: center;
}

.cms-hire-packaging-tools .pro-box .pro-info .length_box {
  font-size: 14px;
}

.cms-hire-packaging-tools .hire-tc-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
  text-align:left;
  padding-left: 0;
  padding-right: 0;
}

.cms-hire-packaging-tools dialog.hire-tc-popup {
  border: solid 10px rgba(0, 83, 160, 1);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1.2rem;
  padding-top: 1rem;
}

.cms-hire-packaging-tools dialog.hire-tc-popup button {
  padding: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #f47323;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  fill:#fff;
  text-align:center;
}

.cms-hire-packaging-tools dialog.hire-tc-popup button svg {
  fill:#fff;
  width:20px;
  height:20px;
  color:#fff;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0;
  margin: 0;
  position: relative;
  top: -2px;
}

.mvv_bottom_section {
  display: inline-block;
  width: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
  margin: 40px 0 0;
  position: relative;
  background: #f5f5f5;
  text-align: center;
}

.mvv_bottom_section .mvv-item {
  padding: 0 15px;
  display: inline-block;
  width: 24%;
  text-align: center;
  vertical-align: top;
}

.mvv_bottom_section .mvv-item .mvv-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #ee7421;
  margin-bottom: 10px;
  margin-top: 10px;
}

.mvv_bottom_section .mvv-item .mvv-short {
  font-size: 17px;
  color: #1c252c;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.mvv_bottom_section .mvv-item .mvv-text {
  font-size: 14px;
  color: #1c252c;
  line-height: 18px;
}

.mvv_bottom_section .mvv-item .mvv-icon img {
  display: block;
  margin: 0 auto 20px auto;
}

.checkout-onepage-success .page-main .columns {
  display: block;
  padding: 0px 0 40px 0;
  text-align: center;
}

.checkout-onepage-success .page-main .container {
  display: block;
  padding: 40px 0 0;
  text-align: center;
}

.checkout-onepage-success .page-main .container .btn-secondary {
  display: inline-block;
  color: #fff;
}

.checkout-success {
  display: block;
  margin: 0 auto;
  max-width: 370px;
  text-align: center;
  margin-top: 10px;
}

.checkout-success .actions-toolbar{
  border:none 0px;
  display: block;
  margin: 10px 0 0;
  padding: 0;
}

.checkout-success .actions-toolbar a{
  background-color: #6b7280;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  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;
  text-transform: uppercase;
}

.checkout-success .actions-toolbar a:hover{
  background:#f58220
}

.page-print .sm\:block.flex {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.flex a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

.home-tp-video a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  border: solid 2px #f1f1f1;
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.home-tp-video a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
}

.home-tp-video a:after {
  width: 60px;
  height: 60px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  background: url(../images/video-play.svg) no-repeat center center;
  background-size: 60px;
}

.featured-index-index h1.page-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  color: #231f20;
  margin-top: -5px;
  display: inline-block;
  margin-bottom: 20px;
}

.products.products-list li .product-info h3:before {
  display:none
}

.products.products-list li .product-info h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 18px;
  padding-top: 10px;
}

.products.products-list li .product-info h3 a:hover{
  color: #f47323;
}

.tabular-nums{
  line-height: 20px !important;
  display: inline-block;
  min-width: 20px;
  padding: 0;
  font-size: 10px;
}

.page-layout-2columns-left .columns .sidebar ~ .sidebar-additional img {
  width: 100%;
}

.amsearch-container .product-info a.product-item-link:hover {
  color:#FF5722
}

.amsearch-container .product-info a.product-item-link:hover .amsearch-highlight {
  color: #FF5722;
}

.page-header #cart-drawer .product-item-name{
  padding-right: 80px;
}

.page-header #cart-drawer .product-item-name .minicart-price .price{
  width: 78px;
  float: right;
  white-space: break-spaces;
}

.block-new-customer{
  position:relative;
}

.block-new-customer.white-bg:after {
  background-image: url(../images/login-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3
}

.login-container .block-new-customer .self-end {
  position: absolute;
  bottom: 16px;
  right: 15px;
  z-index: 1;
}

.form-cart .cart.table-wrapper .cart.item .price-excluding-tax .price, .form-cart .cart.table-wrapper .cart.item .price-including-tax .price{
  font-weight:normal;
}

.sidebar-main .navigation ul li .shadow-md{
  box-shadow: 0 0 9px 1px rgba(19, 19, 19, .27);
}

.post-list-content .limiter{
  text-align: right;
}

.post-list-content .limiter select{
  width: auto;
  margin-bottom: 10px;
}

.mpblog-post-view .mp-blog-view {
  margin-bottom: 25px;
}

.mp-blog-view .post-post_content h2, .mp-blog-view .post-post_content h3, .mp-blog-view .post-post_content h4, .mp-blog-view .post-post_content h5, .mp-blog-view .post-post_content h6 {
  font-weight: 700;
  margin: 0 0 15px
}

.mp-blog-view .post-post_content p {
  font-size: 14px;
  line-height: 1.96;
  color: #4b4b4b;
  font-weight: 400
}

.mp-blog-view .post-post_content ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.96;
  color: #4b4b4b;
  font-weight: 400;
}

.mp-blog-view .post-post_content ol{
  display: block;
  list-style-type:decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.96;
  color: #4b4b4b;
  font-weight: 400;
}

.cms-home .product-item .product-info .price-label{
  margin-right: 5px;
}

.cms-home .product-item .product-info .price-container{
  display: inline-block;
}

.cartonsboxsearch-index-index .sidebar-main .navigation, .page-products .sidebar-main .navigation  {
  margin-bottom: 20px;
  font-size: 13px;
}

.cartonsboxsearch-index-index .columns .sidebar img {
  width: 100%;
}

.scroll-right {
  float: left;
  position: relative;
  margin-top: 5px;
}

.page-products .sidebar-main .filter-option{
  padding: 0;
  display: inline-block;
  width: 100%;
  border: none 0px;
  margin-bottom: 20px;
}

.page-products .sidebar-main .filter-option .filter-options-title {
  height: 40px;
  background: #1c252c;
  line-height: 40px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.page-products .sidebar-main .block-title, .page-products .sidebar-main .filter-options-title span{
  display:none;
}

.page-products .sidebar-main .filter-options-title span.title{
  display:block;
  font-size: 13px;
}

.page-products .sidebar-main .filter-option .filter-options-content .range.am-fromto-widget {
  flex-wrap: inherit;
  border: none 0px;
}

.page-products .sidebar-main .filter-option .filter-options-content .range.am-fromto-widget button {
  width: auto;
  margin: 0 0 0 10px;
}

.page-products .sidebar-main .filter-content{
  display: block !important;
}

@media (max-width: 1550px) {
  .video-w {
    width: 18%;
  }

  .cms-page-view .main .location-service-sections:before, .cms-page-view .main .location-service-sections:after{
    display: none;
  }

  .cms-hire-packaging-tools .field-box-inner .field-inner .date_box{
    flex-flow: wrap;
  }

  .cms-custom-made-signs .field-box-inner .field-inner .check-box-wrap .choice{
    margin-bottom: 10px;
  }

  .navigation .gap-x-8 {
    column-gap: 0;
    align-items: center;
  }

  .page-layout-2columns-left .columns .sidebar .sidebar-main {
    padding: 0;
  }

  .page-layout-2columns-left .columns .sidebar .block-filter {
    padding: 0;
    margin: 0;
    width: auto;
    border: none 0px;
    background: transparent;
  }

  .page-products .sidebar-main .filter-option .filter-options-content .form-input{
    font-size: 0.6rem;
    line-height: 1.5rem;
    padding: 5px;
  }

  .page-products .sidebar-main .filter-option .filter-options-content .range.am-fromto-widget button{
    padding: 0px 4px;
  }
}

@media (max-width: 1280px) {
  .header-top-bar-container a{
    font-size: 12px;
  }

  .leftspace {
    padding-left: 260px;
  }

  .-left-60px {
    left: 0px;
  }

  .-right-60px {
    right: 0px;
  }

  .container{
    max-width: 100%;
  }

  .navigation .gap-x-8 {
    column-gap: 0rem;
  }

  .navigation .gap-x-8 .text-sm{
    font-size: 0.7rem;
  }

  .home-usps-section li {
    width: 33%;
    display: inline-block;
    text-align: center;
  }

  .home-usps-section li div img{
    text-align:center;
    display:block;
    margin: 0 auto 20px auto;
  }

  .location_inner {
    width: 100%;
    margin-bottom: 25px;
  }

  .filetext{
    margin-bottom: 10px;
  }

  .green-focus-icons img {
    width: 20%;
  }

  .page-layout-2columns-left .columns .sidebar ul, .page-layout-3columns .columns .sidebar ul{
    width: 100%;
    gap: 0;
  }

  .downloadcatalogue_view .video-w .bg-grey-h{
    width: 100% !important;
  }

  .page-layout-2columns-left .columns .sidebar a {
    font-size: 12px;
    padding:12px 10px;
  }

  .page-products .columns .sidebar button a, .cartonsboxsearch-index-index .columns .sidebar button a{
    padding:0px;
  }

  .page-layout-2columns-left.account .columns .sidebar a{
    padding: 12px 10px;
  }

  .page-layout-2columns-left .columns .sidebar .w-72 {
    width: 100%;
  }

  .cms-company-profile .column.main .about-right{
    padding-left: 0;
  }

  .cms-company-profile .column.main .about-left {
    width: 50%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.flex {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.flex .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.flex .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }

  .cms-book-service .check-box-wrap .choice label{
    font-size: 12px;
  }

  .cms-book-service .form-footer .actions-toolbar{
    margin-bottom: 20px;
  }

  .cms-book-service .contact .field-box-inner .justify-between{
    justify-content: flex-start;
  }

  .cms-book-service .contact .field-box-inner .field-inner{
    margin-right: 5px;
  }

  .page-products .toolbar-products .w-full, .featured-index-index .toolbar-products .w-full{
    width: auto;
  }

  .contact-map-main .container, .contact-form-wrap .container {
    padding: 0;
  }

  .contact_left_info .ml-2 {
    width: 80%;
  }

  .contact-form-wrap .container>div.contact_form{
    width: 58%;
    padding: 15px;
  }

  .contact-form-wrap .container>div.contact_form_left{
    padding-right: 10px;
    width: 40%;
  }

  .mvv_bottom_section .mvv-item .mvv-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .mvv_bottom_section .mvv-item .mvv-short {
    font-size: 12px;
    margin-bottom: 0;
  }

  .mvv_bottom_section .mvv-item .mvv-text {
    font-size: 11px;
  }

  .home-trusted-brands-section .container .py-8{
    padding-top: 1rem;
    justify-content:center;
  }

  .form.create.account {
    width:100%;
  }

  .cartonsboxsearch-main .cartonsboxsearch .field-box-inner.md\:grid-cols-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-methods-items a.btn-size-lg{
    font-size: 14px;
  }

  .page-header .navigation.lg\:hidden {
    display: block;
  }

  .page-header .navigation[x-ref="nav-desktop"]{
    display: none;
  }

  .page-header dialog#mobileMenu {
    max-width: 400px;
  }

  .cms-home  .home-featured-products-section {
    padding-bottom: 0;
  }

  .page-header .bg-container-lighter .device-full .sm\:mr-8 {
    margin-right: 8px;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .w-full, .home-about-tp-section .flex{
    display: inline-block;
  }

  .home-usps-section li{
    width: 100%;
  }

  .card-right{
    background-image: none;
    padding: 10px;
  }

  .home-trusted-brands-section .container{
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .location_list.flex {
    flex-wrap: wrap
  }

  .py-75px {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer.content .py-8{
    padding-top: 1rem;
  }

  .footer.content .justify-around.flex{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .location_list .-mx-2{
    margin: 0;
  }

  .device-full{
    width: 100%;
    justify-content: space-around;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer.content .justify-around.flex .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.flex{
    width: 100%;
    display: block;
  }

  .faddress_box .flex{
    align-items: center;
    justify-content: inherit;
  }

  .home-about-tp-section iframe {
    width: 100%;
  }

  .mini-search .amsearch-container .flex-wrap {
    flex-direction: row;
  }

  .video-w {
    width: 30%;
  }

  .view-sidebar-link-wrapper {
    margin-bottom: 20px;
    display: block;
    padding: 0 10px;
  }

  .view-sidebar-link-wrapper .view-sidebar-link {
    font-size: 14px;
    color: #fff;
    background: #35343e;
    padding: 10px 15px;
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .sidebar-additional ul li a {
    box-sizing: border-box;
    font-size: 12px;
    padding: 15px 10px;
  }

  .page-layout-2columns-left .sidebar-additional {
    float: none !important;
  }

  .div-sidebar-mainaddi {
    width: 250px !important;
    padding-right: 0 !important;
    max-width: 250px;
    position: fixed;
    top: 0;
    left: -280px;
    transition: all .5s ease;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
    -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background: #fff;
  }

  .sidebar-open .div-sidebar-mainaddi {
    left: 0;
  }

  body:after {
    position: fixed;
    top: 0;
    left: -250px;
    width: 35px;
    height: 35px;
    background: #f47323;
    display: block;
    content: "x";
    transition: all .5s ease;
    z-index: 99;
    border-bottom-right-radius: 12px;
    color: #fff;
    font-size: 27px;
    font-family: "FontAwesome";
    line-height: 33px;
    padding-left: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  body.sidebar-open:after {
    left: 250px;
    display: block;
    visibility: visible;
    opacity: 1;
  }

  body .page-wrapper:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: block;
    content: "";
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
  }

  body.sidebar-open .page-wrapper:before {
    transform: translateX(250px);
    -o-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    opacity: 1;
    visibility: visible;
  }

  .sidebar-additional ul li a {
    box-sizing: border-box;
    font-size: 12px;
    padding: 15px 10px;
  }

  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: inherit;
    column-gap: inherit;
    display: flex;
    flex-direction: column;
  }

  .sidebar ul {
    width: 100%;
  }

  .green-focus-icons.flex.justify-between {
    margin-bottom: 20px;
  }

  .category-top-section {
    height: 200px;
    background: #f6f2f3;
  }

  .cms-return-request-form .contact .fields-wrapper.md\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .cms-book-service .contact .fields-wrapper.md\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .cms-custom-made-packaging .box_wrap.flex .item_box .text-white-f{
    font-size: 11px;
  }

  .product-list-sub-category-section ul.top-sub-categories-sec {
    display: none;
  }

  .page-layout-2columns-left .columns .sidebar .navigation, .page-layout-3columns .columns .sidebar .navigation{
    display: none;
  }

  .page-layout-2columns-left .columns .sidebar .navigation #mobileMenu, .page-layout-3columns .columns .sidebar .navigation #mobileMenu, .page-layout-2columns-left .columns .sidebar .navigation[x-data="initMobileMenu"], .page-layout-3columns .columns .sidebar .navigation[x-data="initMobileMenu"]{
    display: contents;
  }

  .page-layout-2columns-left .columns .sidebar .navigation button[aria-controls="mobileMenu"]{
    display: none;
  }

  .page-layout-2columns-left .columns .sidebar .navigation #mobileMenu ul li button, .page-layout-3columns .columns .sidebar .navigation #mobileMenu ul li {
    font-size:12px;
  }

  .page-layout-2columns-left .columns .sidebar .navigation #mobileMenu ul li button, .page-layout-3columns .columns .sidebar .navigation #mobileMenu ul li button{
    padding:5px;
  }

  .cart.table-wrapper {
    width: 100%;
    overflow-x: auto;
    display: inline-block;
  }

  .cart-form .lg\:w-80{
    order: 1;
  }

  .productenquiry-cart .form-wrap, .productenquiry-cart .form-wrap > div .flex{
    flex-direction: column;
    gap: 0;
  }

  .productenquiry-cart .fieldset{
    margin: 0;
  }

  .productenquiry-cart .form-wrap .fieldset .field.w-1\/2, .productenquiry-cart .form-wrap .form-left, .productenquiry-cart .form-wrap .form-right, .productenquiry-cart .form-wrap .form-right .field, .productenquiry-cart .form-wrap .form-left .field{
    width: 100%;
  }

  .productenquiry-index-index .container.flex-wrap{
    padding-left: 0.75rem;
  }

  .cms-sydney .container, .cms-melbourne .container, .cms-brisbane .container, .cms-perth .container, .cms-adelaide .container, .location-seo-text, .location_about_section-inner {
    padding: 0;
  }

  .cms-sydney #header .container, .cms-melbourne #header .container, .cms-brisbane #header .container, .cms-perth #header .container, .cms-adelaide #header .container{
    padding: 0 15px;
  }

  .cms-sydney .columns, .cms-melbourne .columns, .cms-brisbane .columns, .cms-perth .columns, .cms-adelaide .columns {
    padding: 0;
  }

  .cms-sydney .title-font span, .cms-melbourne .title-font span, .cms-brisbane .title-font span, .cms-perth .title-font span, .cms-adelaide .title-font span {
    font-size: 12px;
  }

  .location_warehouse_section, .location-seo-text, .location_about_section-inner{
    display:block;
  }

  .location-warehouse-img {
    margin-top: 20px;
  }

  .trending-categories-section.container, .our_locations .container, .home-google-tp-section .container, .location_warehouse_section.sm\:px-6{
    padding: 0 15px
  }

  .location-service-sections {
    display: inline-block;
    width: 100%;
    background: #e7e7e7;
    padding: 10px;
    box-sizing: border-box;
    margin: 0px 0;
    position: relative;
  }

  .location-service-sections ul.loc-services-lists{
    padding-left: 0;
  }

  .cms-page-view .main .location-tabs-section-main ul li{
    padding: 5px;
    font-size: 14px;
  }

  .location_about_section-inner .location-tp-map {
    margin-bottom: 20px;
  }

  .cms-page-view .main .location-tabs-section-main .location-tabs-data {
    padding: 15px 5px;
  }

  .location_about_section.sm\:px-6 {
    padding: 0 15px;
  }

  .location-warehouse-img img {
    width: 100%;
  }

  .about-cont {
    padding-top: 15px;
  }

  .cms-sydney .category-top-section, .cms-melbourne .category-top-section, .cms-brisbane .category-top-section, .cms-perth .category-top-section, .cms-adelaide .category-top-section {
    height: 400px;
    margin-top: 10px;
    background: #e0dcdd;
  }

  .cms-sydney .landingpage-banner, .cms-melbourne .landingpage-banner, .cms-brisbane .landingpage-banner, .cms-perth .landingpage-banner, .cms-adelaide .landingpage-banner{
    width: auto;
  }

  .cms-sydney .page-footer .container, .cms-melbourne .page-footer .container, .cms-brisbane .page-footer .container, .cms-perth .page-footer .container, .cms-adelaide .page-footer .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .productenquiry-cart .form-wrap > div .btn{
    font-size: 12px;
  }

  .productenquiry-cart .form-wrap > div .actions-toolbar{
    flex-direction: row-reverse;
  }

  .page-layout-2columns-left .columns .sidebar {
    padding: 10px;
  }

  .page-products.page-layout-2columns-left .columns .sidebar a, .featured-index-index.page-layout-2columns-left .columns .sidebar a{
    padding: 5px;
  }

  .page-layout-2columns-left .columns .sidebar .navigation #mobileMenu button[aria-label="Close menu"], .page-layout-3columns .columns .sidebar .navigation #mobileMenu button[aria-label="Close menu"]{
    display:none;
  }

  .mvv_bottom_section .mvv-item {
    margin-bottom: 30px;
    width: 49%;
  }

  .cms-hire-packaging-tools div[x-data="modal"] h1 {
    font-size: 26px;
  }

  .footer.content .bg-black .grid-cols-1 .group h3{
    font-size:14px;
  }

  .footer.content .py-8 small {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .block-new-customer.white-bg:after {
    background-size: 320px !important;
    background-position: center center !important;
  }

  .home-newsletter-eco-friendly-section .flex-col {
    flex-direction: column;
  }

  .home-newsletter-eco-friendly-section .md\:w-1\/2{
    width:100% ;
  }

  .scroll-right:after {
    content:'';
    background: url(../images/right-arrow.png) no-repeat;
    width: 61px;
    height: 37px;
    display: block;
    position: absolute;
    left: 0;
    top: -18px;
    -webkit-animation-name: example;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 1000;
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: 1000
  }

  @keyframes example {
    0% {
      left: 0;
      top: 0
    }

    25% {
      left: 10px;
      top: 0
    }

    50% {
      left: 0;
      top: 0
    }

    75% {
      left: 0;
      top: 0
    }

    100% {
      left: 0;
      top: 0
    }
  }

  .cartonsboxsearch-index-index .custom_product_addtocart .product-add-form .box-tocart{
    margin-top: 40px;
  }

  .cms-why-tigerpak .column.main .white-bg .items-center .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .flex {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .flex {
    display: flex;
  }

  .cms-company-profile .column.main .w-full {
    width: 100%;
    padding: 10px 0;
  }

  .video-w {
    width: 46%;
  }

  .top-container .breadcrumbs, .breadcrumbs{
    display:none;
  }

  .btn-green.with-icon{
    padding: 0 11px;
    font-size: 12px;
  }

  .category-top-section {
    height: 150px;
    background: #f6f2f3;
  }

  .category-top-section .inner-banner {
    display: none;
  }

  .video-wrapper iframe {
    width: 100%;
    height:auto;
  }

  .cms-company-profile .column.main .w-full iframe {
    width: 100%;
    height: auto;
  }

  .page-print .invoice-top-wrapper>div{
    width:100% ;
  }

  .page-print .columns{
    grid-template-columns: inherit;
    overflow: auto;
    display: block;
  }

  .page-print .columns .order-details-items {
    overflow: auto;
  }

  .cms-page-view .flex.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .flex.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .flex.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .location_about_section-inner {
    display: block;
    width: 100%;
  }

  .order-form-main .container {
    padding: 0 0 10px 0;
  }

  .custom-formbox .filetext input {
    width:100% ;
  }

  .contact .filetext input#logo_image, .contact .filetext input#logo_image {
    width: 100%;
  }

  .check-box-wrap .choice .thumb-box img {
    width: 35px;
  }

  .cms-page-view .main .white-bg.two-part-col-2 p{
    font-size: 12px;
  }

  .cms-custom-made-packaging .box_wrap.flex .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.flex {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.flex .item_box img {
    width: 100%;
  }

  .cms-what-stretch-film-should-i-use .hints-seperators tr td{
    display: block;
    border-right: none 0px !important;
  }

  .landingpage-banner h3 {
    font-size: 12px;
    color: #000;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    width: 100%;
  }

  .landingpage-banner p {
    font-size: 10px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
    padding: 5px 0;
    margin: 0;
  }

  .banner-address {
    display: inline-block;
    background: #e0e0e0;
    padding: 10px 5px;
    position: relative;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    font-weight: 400;
    margin-top: 3px;
    text-align: left;
  }

  .banner-address .address-text {
    padding-right: 0;
    display: flex;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .banner-address .address-text img {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  .cms-sydney .category-top-section .inner-banner, .cms-melbourne .category-top-section .inner-banner, .cms-brisbane .category-top-section .inner-banner, .cms-perth .category-top-section .inner-banner, .cms-adelaide .category-top-section .inner-banner {
    display: inline-block;
  }

  .cms-sydney .category-top-section .inner-banner img, .cms-melbourne .category-top-section .inner-banner img, .cms-brisbane .category-top-section .inner-banner img, .cms-perth .category-top-section .inner-banner img, .cms-adelaide .category-top-section .inner-banner img {
    width: 100% !important;
    left: inherit;
    transform: inherit;
  }

  .cms-sydney .category-top-section .category-breadcrumbs-wrapper, .cms-melbourne .category-top-section .category-breadcrumbs-wrapper, .cms-brisbane .category-top-section .category-breadcrumbs-wrapper, .cms-perth .category-top-section .category-breadcrumbs-wrapper, .cms-adelaide .category-top-section .category-breadcrumbs-wrapper {
    width: 100%;
    top: 27%;
    transform: translateY(0%);
  }

  .footer.content .justify-around.flex{
    justify-content: flex-start;
  }

  .login-container .block-new-customer .self-end {
    position: inherit;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 639px) {
  .location_box.flex {
    width: 100%;
  }

  .home-about-tp-section .btn{
    font-size: 12px;
  }

  .line_link{
    font-size: 12px;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .flex{
    flex-direction: column;
  }

  .form.subscribe .flex .btn-secondary{
    margin-top: 1rem;
  }

  .grey-bg.p-8 {
    padding: 1rem;
  }

  .footer_address_main {
    display: block;
  }

  .form.create.account fieldset .field, .form.create.account, .form.password.reset, .form.send.confirmation, .foregot{
    width: 100%;
  }

  .form.password.reset{
    padding: 0;
  }

  .filetext{
    width:100% ;
  }

  a.view-btn {
    width: auto;
    font-size: 12px;
  }

  .custom-formbox input, .custom-formbox textarea{
    margin-bottom: 5px;
  }

  .cms-company-profile .column.main .home-usps-section .flex {
    display: block;
  }

  .cms-company-profile .column.main .flex .lg\:w-1\/2 {
    width: 100%;
  }

  .video-w {
    width: 100%;
  }

  .downloadcatalogue_view .video-w{
    margin-right: 0;
    margin-top: 0;
  }

  .page-main h1.page-title, .orderformcatalogue-index-index h1.page-title, .one-step-checkout h1.checkout_header, body .product-info-main h1.page-title, .account .page-title-wrapper .page-title {
    font-size: 22px;
  }

  .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    position: relative;
        bottom: -50px;
        margin-bottom: 36px !important;
  }

  .catalogues_list.downloadcatalogue_view h3.section_title{
    font-size: 20px;
    margin-bottom: 15px;
  }

  .cms-page-view .white-bg.two-part-col-2 .flex {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .cms-page-view .white-bg.two-part-col-2 .h-16 {
    height: auto;
    font-size: 12px;
    padding-left: 5px;
  }

  .cms-page-view .white-bg.two-part-col-2  .mr-4{
    margin-right: 3px;
    min-width: auto;
  }

  .page-products .toolbar-products label span, .page-products .toolbar-products .toolbar-amount, .featured-index-index .toolbar-products label span, .featured-index-index .toolbar-products .toolbar-amount{
    display: none;
  }

  .page-products .toolbar-products .sorter, .featured-index-index .toolbar-products .sorter{
    margin: 0;
    padding: 0;
  }

  .page-products .toolbar-products .modes-mode.mode-grid, .page-products .toolbar-products .modes-mode.mode-list, .featured-index-index .toolbar-products .modes-mode.mode-grid, .featured-index-index .toolbar-products .modes-mode.mode-list{
    margin-right: 5px;
  }

  .page-products .toolbar-products .sorter-action, .featured-index-index .toolbar-products .sorter-action {
    margin-left: 5px;
  }

  .page-products .toolbar-products .form-select, .featured-index-index .toolbar-products .form-select{
    font-size: 11px;
  }

  .page-products .toolbar-products.toolbar-border-tb:last-child, .featured-index-index .toolbar-products.toolbar-border-tb:last-child{
    justify-content: center;
  }

  .cartonsboxsearch-index-index .custom_product_addtocart .product-add-form .box-tocart .actions {
    flex-direction: column;
  }

  .cartonsboxsearch-index-index .custom_product_addtocart .product-add-form .box-tocart .action {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
  }

  .cartonsboxsearch-index-index .cartonsboxsearch-view-link a.enquire-view-link, .cartonsboxsearch-index-index .cartonsboxsearch-view-link a.stock-view-link, .cartonsboxsearch-index-index .cartonsboxsearch-view-link{
    max-width: 100%;
    width:100% ;
  }

  .cart.actions .action {
    width: 100%;
  }

  .coupon .coupons .w-fix-coupon{
    width: 100%;
  }

  .coupon .coupons{
    align-items: flex-start;
  }

  .contact-form-wrap .container>div.contact_form_left, .contact-form-wrap .container>div.contact_form{
    width: 100%;
  }

  .contact-map-main .tablinks:after {
    display: none;
  }

  .contact-map-main .tablinks {
    margin:0;
    text-align: left;
    width: 100%;
  }

  .contact-map-main ul.inline-block {
    width: 100%;
  }

  .mvv_bottom_section .mvv-item {
    width: 100%;
    padding: 0;
  }

  .cms-home .columns .main h3.title-font {
    flex-direction: column;
    display: block;
  }

  .cms-home .columns .main h3.title-font span {
    display: inline-block;
    width: 100%;
  }

  .page-products .toolbar .toolbar-sorter select {
    width: auto;
  }

  .footer.content .py-8 .payment {
    display: block;
    width: 100%;
  }

  form .field.choice label, fieldset .field.choice label{
    font-size: 12px;
  }

  .cms-why-tigerpak .column.main .white-bg .items-center {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg .items-center img{
    display:block;
    margin:0 auto;
  }
}

@media (max-width: 374px) {
  .cart.table-wrapper .product-item-name{
    min-width: auto;
  }

  .page-products .toolbar .toolbar-sorter select {
    width: 100px;
  }

  .footer.content .bg-black .grid-cols-1 .group h3 {
    font-size: 12px;
  }
}

.slide-w-full {
  width: 100%;
}

@media (min-width: 640px) {
  .sm\:slide-w-1\/2 {
    width: 50%;
  }

  .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\:mb-0 {
    margin-bottom: 0
  }

  .sm\:ml-2 {
    margin-left: .5rem
  }

  .sm\:ml-3 {
    margin-left: .75rem
  }

  .sm\:ml-6 {
    margin-left: 1.5rem
  }

  .sm\:mr-8 {
    margin-right: 2rem
  }

  .sm\:mt-0 {
    margin-top: 0
  }

  .sm\:block {
    display: block
  }

  .sm\:flex {
    display: flex
  }

  .sm\:w-1\/2 {
    width: 50%
  }

  .sm\:w-1\/3 {
    width: 33.333333%
  }

  .sm\:w-20 {
    width: 5rem
  }

  .sm\:w-48 {
    width: 12rem
  }

  .sm\:w-5\/6 {
    width: 83.333333%
  }

  .sm\:w-96 {
    width: 24rem
  }

  .sm\:w-auto {
    width: auto
  }

  .sm\:table-fixed {
    table-layout: fixed
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8,minmax(0,1fr))
  }

  .sm\:flex-row {
    flex-direction: row
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap
  }

  .sm\:items-start {
    align-items: flex-start
  }

  .sm\:justify-end {
    justify-content: flex-end
  }

  .sm\:gap-8 {
    gap: 2rem
  }

  .sm\:overflow-hidden {
    overflow: hidden
  }

  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .sm\:pb-0 {
    padding-bottom: 0
  }

  .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: .7s
  }
}

@media (min-width: 768px) {
  .md\:slide-w-1\/3 {
    width: 33.3333%;
  }

  .md\:visible {
    visibility:visible
  }

  .md\:right-5 {
    right: 1.25rem
  }

  .md\:order-3 {
    order: 3
  }

  .md\:col-span-1 {
    grid-column: span 1/span 1
  }

  .md\:col-span-12 {
    grid-column: span 12/span 12
  }

  .md\:col-span-3 {
    grid-column: span 3/span 3
  }

  .md\:col-span-6 {
    grid-column: span 6/span 6
  }

  .md\:col-span-9 {
    grid-column: span 9/span 9
  }

  .md\:col-start-1 {
    grid-column-start: 1
  }

  .md\:row-span-2 {
    grid-row: span 2/span 2
  }

  .md\:row-start-1 {
    grid-row-start: 1
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .md\:-mr-1 {
    margin-right: -.25rem
  }

  .md\:-mt-1 {
    margin-top: -.25rem
  }

  .md\:mb-0 {
    margin-bottom: 0
  }

  .md\:mb-3 {
    margin-bottom: .75rem
  }

  .md\:ml-auto {
    margin-left: auto
  }

  .md\:mr-0 {
    margin-right: 0
  }

  .md\:mt-0 {
    margin-top: 0
  }

  .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\:grid {
    display: grid
  }

  .md\:hidden {
    display: none
  }

  .md\:h-24 {
    height: 6rem
  }

  .md\:h-6 {
    height: 1.5rem
  }

  .md\:h-auto {
    height: auto
  }

  .md\:w-1\/2 {
    width: 50%
  }

  .md\:w-1\/3 {
    width: 33.333333%
  }

  .md\:w-1\/4 {
    width: 25%
  }

  .md\:w-2\/3 {
    width: 66.666667%
  }

  .md\:w-2\/4 {
    width: 50%
  }

  .md\:w-2\/6 {
    width: 33.333333%
  }

  .md\:w-24 {
    width: 6rem
  }

  .md\:w-3\/4 {
    width: 75%
  }

  .md\:w-4\/6 {
    width: 66.666667%
  }

  .md\:w-6 {
    width: 1.5rem
  }

  .md\:w-\[50vw\] {
    width: 50vw
  }

  .md\:w-auto {
    width: auto
  }

  .md\:w-full {
    width: 100%
  }

  .md\:max-w-sm {
    max-width: 24rem
  }

  .md\:max-w-xs {
    max-width: 20rem
  }

  .md\:shrink-0 {
    flex-shrink: 0
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0,1fr)
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: -webkit-min-content minmax(0,1fr);
    grid-template-rows: min-content minmax(0,1fr)
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .md\:flex-wrap {
    flex-wrap: wrap
  }

  .md\:items-start {
    align-items: flex-start
  }

  .md\:items-center {
    align-items: center
  }

  .md\:justify-start {
    justify-content: flex-start
  }

  .md\:justify-center {
    justify-content: center
  }

  .md\:justify-between {
    justify-content: space-between
  }

  .md\:gap-0 {
    gap: 0
  }

  .md\:gap-1 {
    gap: .25rem
  }

  .md\:gap-4 {
    gap: 1rem
  }

  .md\:gap-x-2 {
    column-gap: .5rem
  }

  .md\:gap-x-5 {
    column-gap: 1.25rem
  }

  .md\:gap-x-6 {
    column-gap: 1.5rem
  }

  .md\: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*(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-y-0>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }

  .md\:justify-self-start {
    justify-self: start
  }

  .md\:justify-self-end {
    justify-self: end
  }

  .md\:border-0 {
    border-width: 0
  }

  .md\:bg-transparent {
    background-color: initial
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .md\:pl-16 {
    padding-left: 4rem
  }

  .md\:pl-5 {
    padding-left: 1.25rem
  }

  .md\:pl-6 {
    padding-left: 1.5rem
  }

  .md\:pr-4 {
    padding-right: 1rem
  }

  .md\:pt-0 {
    padding-top: 0
  }

  .md\:text-left,.md\:text-start {
    text-align: left
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .md\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .cartonsboxsearch-index-index .container.md\:flex-row{
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:slide-w-1\/4 {
    width: 25%;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:sr-only {
    width:1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
  }

  .lg\:absolute,.lg\:sr-only {
    position: absolute
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .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: .5rem
  }

  .lg\:top-6 {
    top: 1.5rem
  }

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset)
  }

  .lg\:order-1 {
    order: 1
  }

  .lg\:order-2 {
    order: 2
  }

  .lg\:col-span-2 {
    grid-column: span 2/span 2
  }

  .lg\:col-span-6 {
    grid-column: span 6/span 6
  }

  .lg\:ml-5 {
    margin-left: 1.25rem
  }

  .lg\:mr-4 {
    margin-right: 1rem
  }

  .lg\:mt-3 {
    margin-top: .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\:inline-flex {
    display: inline-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\:w-1\/2 {
    width: 50%
  }

  .lg\:w-1\/3 {
    width: 33.333333%
  }

  .lg\:w-1\/4 {
    width: 25%
  }

  .lg\:w-2\/3 {
    width: 66.666667%
  }

  .lg\:w-56 {
    width: 14rem
  }

  .lg\:w-80 {
    width: 20rem
  }

  .lg\:w-auto {
    width: auto
  }

  .lg\:max-w-xs {
    max-width: 20rem
  }

  .lg\:flex-1 {
    flex: 1 1 0%
  }

  .lg\:table-auto {
    table-layout: auto
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .lg\:grid-cols-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-8 {
    grid-template-columns: repeat(8,minmax(0,1fr))
  }

  .lg\:grid-cols-\[minmax\(0px\2c 1fr\)_26rem\] {
    grid-template-columns: minmax(0,1fr) 26rem
  }

  .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\:gap-4 {
    gap: 1rem
  }

  .lg\:gap-x-10 {
    column-gap: 2.5rem
  }

  .lg\: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*(1 - var(--tw-space-x-reverse)))
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .lg\:pl-24 {
    padding-left: 6rem
  }

  .lg\:pt-2 {
    padding-top: .5rem
  }

  .lg\:text-left {
    text-align: left
  }

  .lg\:text-right {
    text-align: right
  }

  .lg\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .lg\:font-normal {
    font-weight: 400
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    --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)
  }

  .footer.content .container.py-8{
    padding-top: 2rem;
  }

  .footer.content .container .lg\:col-span-2{
    grid-column: inherit;
  }

  .footer.content .container .lg\:grid-cols-5 {
    grid-template-columns: repeat(2, minmax(0, auto));
  }
}

@media (min-width: 1281px) {
  .xl\:slide-w-1\/5 {
    width: 20%;
  }

  .xl\:col-span-2 {
    grid-column:span 2/span 2
  }

  .xl\:-mt-12 {
    margin-top: -3rem
  }

  .xl\:mt-0 {
    margin-top: 0
  }

  .xl\:flex {
    display: flex
  }

  .xl\:w-1\/2 {
    width: 50%
  }

  .xl\:w-1\/3 {
    width: 33.333333%
  }

  .xl\:w-1\/4 {
    width: 25%
  }

  .xl\:grow {
    flex-grow: 1
  }

  .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\:flex-row {
    flex-direction: row
  }

  .xl\: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*(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-y-0>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }

  .xl\:border-none {
    border-style: none
  }

  .xl\:focus-within\:relative:focus-within {
    position: relative
  }

  .footer.content .container .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .footer.content .container .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .navigation ul li ul li ul{
    margin-left: -10px;
    background-color: transparent;
    padding-left: 30px;
  }

  .navigation ul li ul li ul li{
    padding-left:0
  }

  .navigation ul li ul li ul ul{
    padding-left:0
  }

  .page-header .container .sm\:w-72.items-center {
    width: 16rem;
  }

  .navigation ul li .text-sm{
    font-size: 13px;
  }
}

:root {
  --spinner-size: 12px;
}

.lds-ripple[hidden] {
  display: none;
}

.lds-ripple {
  position: relative;
  display: inline-block;
  height: calc(var(--spinner-size) * 2);
  width: calc(var(--spinner-size) * 2);
}

@media (max-width: 639px) {
  .contact-map-main ul.lds-ripple {
    width: 100%;
  }
}

.lds-ripple div {
  position: absolute;
  border-radius: 50%;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  opacity: 1;
  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;
}

/* 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;
}

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

@media (max-width: 1280px) {
  .page-products .toolbar-products .filter-content .items.-am-singleselect .item .items-children .category-filter-row a, .featured-index-index .toolbar-products .filter-content .items.-am-singleselect .item .items-children .category-filter-row a,.page-products .toolbar-products  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a, .featured-index-index .toolbar-products  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .filter-content .items.-am-singleselect .item .items-children .category-filter-row a,.home-about-tp-section  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .filter-content .items.-am-singleselect .item .items-children .category-filter-row a,.cms-company-profile .column.main  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .filter-content .items.-am-singleselect .item .items-children .category-filter-row a iframe,.cms-company-profile .column.main  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a iframe {
    width: 100%;
    height: auto;
  }
}

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

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

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

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .filter-content .tooltip-wrapper div span p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.filter-content .tooltip-wrapper div span {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .filter-content .tooltip-wrapper div span.my-6 {
  display: none;
}

.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: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

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

.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: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
  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;
}

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

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

.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: rgb(229 231 235 / var(--tw-bg-opacity));
}

.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: rgb(182 182 182 / var(--tw-bg-opacity));
  background-clip: content-box;
}

#html-body.-amshopby-sticky .columns {
  position: relative;
}

#html-body.-amshopby-sticky .columns > .sidebar-main {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

#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: rgb(229 231 235 / var(--tw-bg-opacity));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
  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%;
}

@media (max-width: 1280px) {
  .page-products .toolbar-products .product-info-main > section:first-child h1.page-title, .featured-index-index .toolbar-products .product-info-main > section:first-child h1.page-title{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .product-info-main > section:first-child h1.page-title{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .product-info-main > section:first-child h1.page-title {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .product-info-main > section:first-child h1.page-title iframe {
    width: 100%;
    height: auto;
  }
}

.product-info-main > section:first-child .amshopby-option-link {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

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

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

/* 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;
}

.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: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  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;
  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: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-default .noUi-target {
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity));
  --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-tooltip {
  background-color: transparent;
  color: transparent;
}

.amshopby-slider-container.-default .noUi-tooltip:after {
  border-color: transparent;
}

/*improved*/

.amshopby-slider-container.-improved .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-improved .noUi-target {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity));
  --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);
}

/*volumetric gradient*/

.amshopby-slider-container.-volumetric .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-volumetric .noUi-target {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(223 222 221 / var(--tw-bg-opacity));
  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:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.5rem;
  display: block;
  height: 0px;
  width: 0px;
}

[data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.amshopby-slider-container.-volumetric .noUi-handle:before {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .amshopby-slider-container.-volumetric .noUi-handle.my-6:before {
  display: none;
}

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center .amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

/*light*/

.amshopby-slider-container.-light .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-light .noUi-target {
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 222 221 / var(--tw-bg-opacity));
  --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: rgb(223 222 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

.page-header .navigation  .amshopby-slider-container.-light .noUi-handle ul li.level-1 {
  background: #fff;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee;
  font-size: 13px;
}

.page-header .navigation .amshopby-slider-container.-light .noUi-handle ul.gap-1 .grid-cols-2 li{
  background-color: transparent;
}

.page-header .navigation  .amshopby-slider-container.-light .noUi-handle ul.gap-1 {
  gap: 0;
  padding-top: 0;
}

.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: rgb(223 222 221 / var(--tw-border-opacity));
}

.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: rgb(223 222 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.page-header .navigation  .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip ul li.level-1:after {
  background: #fff;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee;
  font-size: 13px;
}

.page-header .navigation .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip ul.gap-1 .grid-cols-2 li:after{
  background-color: transparent;
}

.page-header .navigation  .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip ul.gap-1:after {
  gap: 0;
  padding-top: 0;
}

/*dark*/

.amshopby-slider-container.-dark .noUi-target {
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(74 73 72 / var(--tw-bg-opacity));
  --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-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;
}

.amsearch-related-terms .amsearch-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.order-details-items .amsearch-related-terms .amsearch-title {
  font-size: 16px;
  font-weight: 700;
}

.amsearch-related-suggestions,
.amsearch-related-recommendations {
  margin-top: 1rem;
}

.amsearch-related-suggestions .title, .amsearch-related-recommendations .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.order-details-items .amsearch-related-suggestions .title,.order-details-items  .amsearch-related-recommendations .title {
  font-size: 16px;
  font-weight: 700;
}

.amtitles .amtitle {
  min-width: 45%;
}

@media (min-width: 768px) {
  .amtitles .amtitle {
    min-width: unset
  }
}

.amtitles .amtitle.active {
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@supports (color: rgb(0 0 0 / 0)) {
.amtitles .amtitle.active {
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
}

.page-header .navigation  .amtitles .amtitle.active ul li.level-1 {
  background: #fff;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee;
  font-size: 13px;
}

.page-header .navigation .amtitles .amtitle.active ul.gap-1 .grid-cols-2 li{
  background-color: transparent;
}

.page-header .navigation  .amtitles .amtitle.active ul.gap-1 {
  gap: 0;
  padding-top: 0;
}

#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, rgb(255 255 255/var(--tw-bg-opacity)));
}

.amsearch-container .amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}

.amsearch-container .card-interactive {
  background-color: var(--amsearch-color-background, rgb(255 255 255/var(--tw-bg-opacity)));
}

.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, #3ac39c);
}

.amsearch-container .amsearch-product-name:hover, .amsearch-container .am-search-view-all a:hover {
  color: var(--amsearch-color-text-hover, #3ac39c);
}

.amsearch-container .amsearch-product-name:focus, .amsearch-container .am-search-view-all a:focus {
  color: var(--amsearch-color-text-focus, #3ac39c);
}

.am-search-item-list a:not(.reviews-link) {
  color: var(--amsearch-color-text, #3ac39c);
}

.am-search-item-list a:not(.reviews-link):hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-text-hover, #3ac39c);
}

.am-search-item-list a:not(.reviews-link):focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}

#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, #3ac39c);
}
.form.mini-search .content-start .pt-2 {
    padding: 0;
}  

/* 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: 2rem;
  }
}

/* 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;
  }
}

#header.a-header-type #menu-search-icon {
  display: inline-block;
}

@media (max-width: 639px) {
  .contact-map-main ul#header.a-header-type #menu-search-icon {
    width: 100%;
  }
}

#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: rgb(99 102 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
  opacity: 1;
}

@media (min-width: 768px) {
  #header.b-header-type #search-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

@media (max-width: 1280px) {
  .page-products .toolbar-products #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type, .featured-index-index .toolbar-products #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type iframe {
    width: 100%;
    height: auto;
  }
}

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

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

.faddress_box .text-toolber{
  align-items: center;
}

.productenquiry-cart .form-wrap > div .text-toolber {
  gap: 20px;
}

.page-print .sm\:block.text-toolber {
  margin: 0 auto 20px auto;
  max-width: 1536px;
  text-align: left;
  display: block;
  width: auto;
}

.page-print .sm\:block.text-toolber a {
  display: inline-block;
  margin: 0;
  margin-left: 25px;
}

@media (max-width: 1280px) {
  .cms-custom-printed-tape .field-box-inner .form-table-main.text-toolber {
    display: block;
    width: 100%;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.text-toolber .table-responsive {
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow-x: auto;
  }

  .cms-custom-printed-tape .field-box-inner .form-table-main.text-toolber .table-responsive table {
    display: inline-block;
    width: 100%;
    border: none 0px;
  }
}

@media (max-width: 1023px) {
   .home-about-tp-section .text-toolber{
    display: inline-block;
  }

  .location_list.text-toolber {
    flex-wrap: wrap
  }

  .footer.content .justify-around.text-toolber{
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer.content .justify-around.text-toolber .border-r-w{
    border-right: 0px solid white;
    padding-right: 8px;
  }

  .faddress_box.text-toolber{
    width: 100%;
    display: block;
  }

  .faddress_box .text-toolber{
    align-items: center;
    justify-content: inherit;
  }

  .green-focus-icons.text-toolber.justify-between {
    margin-bottom: 20px;
  }

  .cms-custom-made-packaging .box_wrap.text-toolber .item_box .text-white-f{
    font-size: 11px;
  }

   .productenquiry-cart .form-wrap > div .text-toolber{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .text-toolber {
    display: block;
  }

  .cms-company-profile .column.main .home-usps-section .text-toolber {
    display: flex;
  }

  .cms-page-view .text-toolber.mobile-two-part {
    display: block;
    width: 100%;
  }

  .cms-page-view .text-toolber.mobile-two-part .mobile-two {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cms-page-view .text-toolber.mobile-two-part .mobile-two img {
    width: 100%;
  }

  .cms-custom-made-packaging .box_wrap.text-toolber .item_box {
    margin-bottom: 10px;
  }

  .cms-custom-made-packaging .box_wrap.text-toolber {
    flex-direction: column;
  }

  .cms-custom-made-packaging .box_wrap.text-toolber .item_box img {
    width: 100%;
  }

  .footer.content .justify-around.text-toolber{
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .location_box.text-toolber {
    width: 100%;
  }

  .home-newsletter-eco-friendly-section .form.subscribe .text-toolber{
    flex-direction: column;
  }

  .form.subscribe .text-toolber .btn-secondary{
    margin-top: 1rem;
  }

  .cms-company-profile .column.main .home-usps-section .text-toolber {
    display: block;
  }

  .cms-company-profile .column.main .text-toolber .lg\:w-1\/2 {
    width: 100%;
  }

  .cms-page-view .white-bg.two-part-col-2 .text-toolber {
    display: block;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    align-items: inherit;
  }

  .contact-map-main ul.text-toolber {
    width: 100%;
  }
}

.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;
  color: rgba(120, 120, 120, 1);
}

.sorter {
  cursor: pointer;
  border-style: none;
  background-color: transparent;
  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);
  padding-top: 0px;
  padding-bottom: 0px;
}

.order-details-items .sorter {
  font-size: 16px;
  font-weight: 700;
}

.sorter {
  color: rgba(17, 17, 17, 1);
}

.sorter-action {
  margin-top: 0.5rem;
  color: rgba(165, 165, 165, 1);
}

.icon-down {
  position: absolute;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url(../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: rgb(255 255 255 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
}

.page-header .navigation  .bss-search-input2 ul li.level-1 {
  background: #fff;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee;
  font-size: 13px;
}

.page-header .navigation .bss-search-input2 ul.gap-1 .grid-cols-2 li{
  background-color: transparent;
}

.page-header .navigation  .bss-search-input2 ul.gap-1 {
  gap: 0;
  padding-top: 0;
}

.bss-search-input2 {
  background-position: 92% center;
  background-image: url(../Bss_FastOrder/images/icon-search.png);
  border-radius: 20px;
}

.bss-search-input {
  position: relative;
  max-width: 362px;
  font-size: 1.5rem;
  line-height: 2rem;
  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;
}

.column.main h3.bss-fastorder-row-name:before{
  margin: 0 auto;
  right: 0;
}

.home-usps-section .bss-fastorder-row-name svg {
  display: block;
  margin: 0 auto;
}

.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;
  border-width: 1px;
  border-color: rgba(236, 233, 233, 1);
}

.foot1 {
  background: #fafafa;
  color: #111;
}

.foot1 td {
  padding: 0.5rem;
}

.bss-fastorde-bottom {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(238, 238, 238, 1);
  width: -webkit-fill-available;
}

.multi-wishlist-bottom , .all-add-button {
  padding-right: 0px;
  padding-bottom: 0.75rem;
  padding-top: 2rem;
  padding-left: 2rem;
  vertical-align: top;
  width: 50%;
}

@media (max-width: 1023px) {
  .productenquiry-cart .form-wrap .fieldset .field.multi-wishlist-bottom ,.productenquiry-cart .form-wrap .fieldset .field .all-add-button{
    width: 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: rgb(255 255 255 / var(--tw-text-opacity));
  --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: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .bss-action-add .mb-4{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

@media (max-width: 639px) {
  .cms-why-tigerpak .column.main .white-bg .bss-action-add {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .cms-why-tigerpak .column.main .white-bg .bss-action-add img{
    display:block;
    margin:0 auto;
  }
}

@media (min-width: 1281px) {
  .page-header .container .sm\:w-72.bss-action-add {
    width: 16rem;
  }
}

.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;
  border-radius: 20px;
}

.bss-multiple-sku {
  max-height: 130px;
}

.show-input {
  padding: 0.5rem;
  text-align: left;
  font-weight: 500;
  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;
}

@media (max-width: 639px) {
  .contact-map-main ul.bss-sample-csv {
    width: 100%;
  }
}

.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: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
}

.page-header .navigation  .content-search-fastorder ul li.level-1 {
  background: #fff;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee;
  font-size: 13px;
}

.page-header .navigation .content-search-fastorder ul.gap-1 .grid-cols-2 li{
  background-color: transparent;
}

.page-header .navigation  .content-search-fastorder ul.gap-1 {
  gap: 0;
  padding-top: 0;
}

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

.cms-page-view .main .bss-fastorder-form p.content-search-fastorder ul {
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.cms-page-view .main .bss-fastorder-form p.content-search-fastorder ul a {
  color:#35343e;
  min-width: inherit;
}

.cms-page-view .main .bss-fastorder-form p.content-search-fastorder ul a:hover {
  color: #f47323;
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

.cms-page-view .main .bss-fastorder-form p.content-search-fastorder ul li {
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.cms-page-view .main .bss-fastorder-form p.content-search-fastorder ul li a {
  color:#35343e;
  min-width: inherit;
}

.cms-page-view .main .bss-fastorder-form p.content-search-fastorder ul li a:hover {
  color: #f47323;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.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;
  border-color: rgba(238, 238, 238, 1);
}

.fastorder-row {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

@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: rgb(255 255 255 / var(--tw-bg-opacity));
  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);
}

.column.main h3.bss-content-option-product:before{
  margin: 0 auto;
  right: 0;
}

.home-usps-section .bss-content-option-product svg {
  display: block;
  margin: 0 auto;
}

.page-header .navigation  .bss-content-option-product ul li.level-1 {
  background: #fff;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee;
  font-size: 13px;
}

.page-header .navigation .bss-content-option-product ul.gap-1 .grid-cols-2 li{
  background-color: transparent;
}

.page-header .navigation  .bss-content-option-product ul.gap-1 {
  gap: 0;
  padding-top: 0;
}

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

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .bss-content-option-product .bss-product-info p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.bss-content-option-product .bss-product-info {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .bss-content-option-product .bss-product-info.my-6 {
  display: none;
}

.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;
  text-decoration-line: none;
}

@media (max-width: 639px) {
  .contact-map-main ul.bss-content-option-product .next-previous {
    width: 100%;
  }
}

.closePopup {
  position: absolute;
  top: 0px;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2rem;
  right: 5px;
  color: rgba(191, 191, 191, 1);
}

.pagePopup {
  position: absolute;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .pagePopup p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.order-details-items .pagePopup {
  font-size: 16px;
  font-weight: 700;
}

.page-products .sidebar-main .filter-current span.filter-label.pagePopup {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .pagePopup.my-6 {
  display: none;
}

.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: rgb(17 17 17 / var(--tw-text-opacity));
}

.bss-grouped-popup .product-name {
  padding-bottom: 1rem;
}

.bss-product-option {
  position: relative;
  padding-top: 0.25rem;
}

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

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

.bss-grouped-popup table.grouped thead {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bss-grouped-popup table.grouped thead tr th {
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.order-details-items .bss-grouped-popup table.grouped thead tr th {
  font-size: 16px;
  font-weight: 700;
}

.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;
  width: 10%;
  border-color: rgba(249, 249, 249, 1);
}

.bss-grouped-popup .product-item-name {
  display: inline-block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
  margin: 0px;
}

.order-details-items .bss-grouped-popup .product-item-name {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 639px) {
  .contact-map-main ul.bss-grouped-popup .product-item-name {
    width: 100%;
  }
}

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

.column.main h3.bss-box-button:before{
  margin: 0 auto;
  right: 0;
}

.home-usps-section .bss-box-button svg {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .page-products .toolbar-products .bss-box-button, .featured-index-index .toolbar-products .bss-box-button{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .bss-box-button{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .bss-box-button {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .bss-box-button iframe {
    width: 100%;
    height: auto;
  }
}

.bss-grouped-popup .bss-box-button {
  border-top: 1px solid #f9f9f9;
}

/* 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;
}

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

.catalog-product-view .product-info-main > section:first-child h1.page-title {
  width: 100%;
}

@media (max-width: 1280px) {
  .page-products .toolbar-products .catalog-product-view .product-info-main > section:first-child h1.page-title, .featured-index-index .toolbar-products .catalog-product-view .product-info-main > section:first-child h1.page-title{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .catalog-product-view .product-info-main > section:first-child h1.page-title{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .catalog-product-view .product-info-main > section:first-child h1.page-title {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .catalog-product-view .product-info-main > section:first-child h1.page-title iframe {
    width: 100%;
    height: auto;
  }
}

.catalog-product-view .product-info-main > section:first-child .amshopby-option-link {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

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

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .product-info-main p.title-font p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.product-info-main p.title-font {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .product-info-main p.title-font.my-6 {
  display: none;
}

.product-info-main p.title-font > strong {
  display: none;
}

@media (min-width: 768px) {
  .product-info-main p.title-font > strong {
    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;
}

.product-info-main .amshopby-option-link .brand-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration-line: underline;
}

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

@media (max-width: 1280px) {
  .page-products .toolbar-products .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"], .featured-index-index .toolbar-products .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] iframe {
    width: 100%;
    height: auto;
  }
}

.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: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  content: var(--tw-content);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .swiper-pagination-bullet-active::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.amslider .category-item .category-item-title {
  margin: 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: rgb(209 213 219 / var(--tw-bg-opacity));
  opacity: 1;
}

.children-category .amslider {
  position: relative;
  left: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3rem;
  margin-right: 3rem;
  display: block;
  width: 100%;
}

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

@media (max-width: 1023px) {
  .cms-why-tigerpak .column.main .white-bg .items-center [data-content-type$='block'] .children-category .amslider p:last-child{
    display:block;
    margin:0 auto;
    width: 50%;
  }
}

.page-products .sidebar-main .filter-current span.filter-label.children-category .amslider {
  font-weight: 700;
}

.categorypath-specials.category-specials .sidebar-main .children-category .amslider.my-6 {
  display: none;
}

@media (max-width: 1280px) {
  .page-products .toolbar-products .children-category .amslider, .featured-index-index .toolbar-products .children-category .amslider{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .children-category .amslider{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .children-category .amslider {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .children-category .amslider iframe {
    width: 100%;
    height: auto;
  }
}

.children-category .amslider {
  transform: inherit;
}

.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 80px);
}

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

@media (max-width: 1280px) {
  .page-products .toolbar-products .amslider .slide .category-item, .featured-index-index .toolbar-products .amslider .slide .category-item{
    width: auto;
  }
}

@media (max-width: 1023px) {
  .home-about-tp-section .amslider .slide .category-item{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cms-company-profile .column.main .amslider .slide .category-item {
    width: 100%;
    padding: 10px 0;
  }

  .cms-company-profile .column.main .amslider .slide .category-item iframe {
    width: 100%;
    height: auto;
  }
}

.amslider .slide .category-item:hover {
  position: relative;
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  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: rgb(156 163 175 / var(--tw-border-opacity));
  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;
}

.amslider .swiper-slide .swiper-category-item {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 0px;
}

.amslider .swiper-slide .swiper-category-item:hover {
  margin: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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;
}

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

  @media (max-width: 1280px) {
    .page-products .toolbar-products .ambrands-swiper-brand, .featured-index-index .toolbar-products .ambrands-swiper-brand,.page-products .toolbar-products 
    .ambrands-swiper-brand .ambrands-empty, .featured-index-index .toolbar-products 
    .ambrands-swiper-brand .ambrands-empty{
      width: auto;
    }
  }

  @media (max-width: 1023px) {
    .home-about-tp-section .ambrands-swiper-brand,.home-about-tp-section 
    .ambrands-swiper-brand .ambrands-empty{
      display: inline-block;
    }
  }

  @media (max-width: 767px) {
    .cms-company-profile .column.main .ambrands-swiper-brand,.cms-company-profile .column.main 
    .ambrands-swiper-brand .ambrands-empty {
      width: 100%;
      padding: 10px 0;
    }

    .cms-company-profile .column.main .ambrands-swiper-brand iframe,.cms-company-profile .column.main 
    .ambrands-swiper-brand .ambrands-empty iframe {
      width: 100%;
      height: auto;
    }
  }
}

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-buttons {
  margin-top: 10%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mollie-buttons .button {
  display: inline-block;
  margin: 20px;
  max-width: 100%;
  padding: 0 16px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
  border-radius: 6px;
  background-color: #0095FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}

.mollie-buttons {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.mollie-buttons .button:hover {
  background-color: #0077CB;
}

.mollie-loading .redirect-block {
  padding: 10%;
  text-align: center;
}

.checkout-payment-method #mollie_methods_ideal-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_ideal-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_kbc-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_kbc-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_giftcard-form .label {
  height: 40px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_giftcard-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.mollie-payment-icon {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.mollie-loading .loader {
  border: 16px solid #E3F0FA;
  border-top: 16px solid #31A8F0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment-method-content .card-container {
  max-width: 400px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

.mollie-applepay-button-hidden {
  display: none;
}

.mollie-applepay-minicart-button {
  height: 40px;
}

/* Apple Pay end */

.\*\:col-start-1 > * {
  grid-column-start: 1;
}

.\*\:row-start-1 > * {
  grid-row-start: 1;
}

.after\:ml-0\.5::after {
  content: var(--tw-content);
  margin-left: 0.125rem;
}

.after\:content-\[\'\:\'\]::after {
  --tw-content: ':';
  content: var(--tw-content);
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.open\:flex[open] {
  display: flex;
}

.open\:duration-500[open] {
  transition-duration: 500ms;
}

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

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-sky-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(246 242 243 / 0.1);
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(28 37 44 / var(--tw-text-opacity));
}

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-primary\/30:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.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: rgb(30 64 175 / var(--tw-ring-opacity));
}

.hover\:ring-opacity-50:hover {
  --tw-ring-opacity: 0.5;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus\:shadow-primary\/30:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.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: rgb(0 0 0 / var(--tw-ring-opacity));
}

.focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.active\:ring-0:active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.aria-expanded\:bg-blue-50[aria-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.aria-expanded\:text-blue-800[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.aria-\[hidden\=true\]\:hidden[aria-hidden="true"] {
  display: none;
}

.aria-\[current\=page\]\:border-slate-400[aria-current="page"] {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.aria-\[current\=page\]\:bg-black[aria-current="page"] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.aria-\[current\=page\]\:bg-white[aria-current="page"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.aria-\[current\=page\]\:font-bold[aria-current="page"] {
  font-weight: 700;
}

.aria-\[current\=page\]\:font-medium[aria-current="page"] {
  font-weight: 500;
}

.aria-\[current\=page\]\:text-blue-700[aria-current="page"] {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.aria-\[current\=page\]\:text-white[aria-current="page"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aria-\[current\=true\]\:ring-white[aria-current="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.aria-\[current\=page\]\:hover\:border-blue-500:hover[aria-current="page"] {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.group[aria-expanded="true"] .group-aria-expanded\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[aria-expanded="true"] .group-aria-expanded\:text-inherit {
  color: inherit;
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.data-\[has-current\]\:font-medium[data-has-current] {
  font-weight: 500;
}

.data-\[has-current\]\:text-white[data-has-current] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@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: 640px) {
  .sm\:static {
    position: static;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .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-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:\!-top-3 {
    top: -0.75rem !important;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .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-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-100-50 {
    max-width: calc(100% - 50px);
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\: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\:flex-row {
    flex-direction: row;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

@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\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:\!-left-10 {
    left: -2.5rem !important;
  }

  .lg\:\!-right-10 {
    right: -2.5rem !important;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:mx-\[var\(--thumbs-gap\)\] {
    margin-left: var(--thumbs-gap);
    margin-right: var(--thumbs-gap);
  }

  .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-\[var\(--thumbs-gap\)\] {
    margin-bottom: var(--thumbs-gap);
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .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-\[40px\] {
    height: 40px;
  }

  .lg\:h-\[60px\] {
    height: 60px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[var\(--thumbs-size\)_1fr\] {
    grid-template-columns: var(--thumbs-size) 1fr;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-l-\[1px\] {
    border-left-width: 1px;
  }

  .lg\:border-r-\[1px\] {
    border-right-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .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-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:\[--thumbs-gap\:theme\(\'spacing\.4\'\)\] {
    --thumbs-gap: 1rem;
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .\32xl\:\!-left-10 {
    left: -2.5rem !important;
  }

  .\32xl\:\!-right-10 {
    right: -2.5rem !important;
  }
}

@media not all and (min-width: 768px) {
  .\[\&\:nth-child\(n\+2\)\]\:max-md\:hidden:nth-child(n+2) {
    display: none;
  }
}
.featured-index-index #filters-content { display: none !important; }
.mpblog-post-view table {
    margin: 20px 0;
}

.mpblog-post-view table tr:first-child td {
    font-weight: 700;
    font-size: 12px;
    color: #000;
}

.mpblog-post-view table tr td strong, .mpblog-post-view table tr td a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.mpblog-post-view table tr > td {
    border: 1px solid #ccc;
    font-weight: normal;
    vertical-align: middle;
}


.page-bottom .category-description .overflow-y-auto.h-40 { height: auto; overflow: unset; }
.page-bottom .category-description .overflow-y-auto.h-40 h2:first-child {
    font-size: 22px;     color: #1c252c;
    text-transform: uppercase;     font-weight: 700;
    margin: 0 0 20px;     letter-spacing: 1px;
    display: inline-block;     position: relative;     padding: 0 0 15px;
}
.page-bottom .category-description .overflow-y-auto.h-40 h2:first-child:before
{ content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 1px; background-color: #ee7421; }



/**********air-cushion-solution 14-05-2026 start ***********/
.tpa-content .tpa-section-main .tpa-left .tpa-wrapper-img ul li img { border: 2px solid #435969; border-radius: 50px; margin: 0 auto;}
.tpa-content .tpa-section-main .tpa-right .tpa-right-image img { max-width: fit-content; }
.tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img ul li { display: inline-flex; flex-wrap: wrap; justify-content: center; text-align: center;}
.tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img ul li img { border: 2px solid #0D5C43; border-radius: 50px; margin: 0 auto;}
.tpa-content .tpa-section-main .tpa-left .tpa-wrapper-img ul li p,
.tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img ul li p {margin: 0 auto;}  

.cms-page-view .main .tpa-content .tpa-section-main .tpa-left .tpa-wrapper-img ul,
.cms-page-view .main .tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img ul { padding: 0; margin: 0; list-style: none;}


.cms-page-view .main .tpa-content .tpa-section-main {padding-bottom: 50px;}
.cms-page-view .main .tpa-content .tpa-section-main .tpa-left .tpa-wrapper-img ul li,
.cms-page-view .main .tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img ul li {margin: 0;}
.cms-page-view .main .tpa-content .tpa-section-main .tpa-left .tpa-wrapper-img ul li p,
.cms-page-view .main .tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img ul li p { margin: 10px auto 0; text-align: center; width: 80%; }
.cms-page-view .main .tpa-content .tpa-section-main .tpa-right .tpa-product-photo { display: inline-block; background: #E4E6E7; }

.cms-page-view .main .tpa-bottom-main .tpa-buy h2 {text-align: left;}

.cms-page-view .main .tpa-bottom-main .tpa-product .product-price {margin: 0}


@media screen and (min-width: 1200px) {
.cms-page-view .main .tpa-bottom-main .tpa-product {width: 40%;}  
.cms-page-view .main .tpa-bottom-main .tpa-buy {width: 30%;}
.cms-page-view .main .tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img ul {width: 32%;}
.tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img img { max-width: 350px; }
}
@media screen and (max-width: 1199px) {
.cms-page-view .main .tpa-content .tpa-section-main .tpa-left .tpa-wrapper-img ul li p,
.cms-page-view .main .tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img ul li p { margin: 10px auto 0; text-align: center; width: 90%; }
.tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img img { max-width: 350px; }
}
@media screen and (max-width: 991px) {
.tpa-content .tpa-section-main .tpa-right .tpa-wrapper-img img { max-width: 100%; }
.tpa-product-name {font-size: 14px;}
}
/**********air-cushion-solution 14-05-2026 end ***********/