/*
! tailwindcss v3.1.7 | 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: currentColor; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@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;
  }
}
.visible {
  visibility: visible !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.block {
  display: block !important;
}
.flex {
  display: flex !important;
}
.hidden {
  display: none !important;
}
.h-full {
  height: 100% !important;
}
.w-16 {
  width: 4rem !important;
}
.w-28 {
  width: 7rem !important;
}
.w-full {
  width: 100% !important;
}
.w-32 {
  width: 8rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.max-w-3xl {
  max-width: 48rem !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-w-\[76px\] {
  max-width: 76px !important;
}
.flex-none {
  flex: none !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-center {
  align-items: center !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-\[5\%\] {
  gap: 5% !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.rounded-\[25px\] {
  border-radius: 25px !important;
}
.rounded-3xl {
  border-radius: 1.5rem !important;
}
.border {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 224 224 / var(--tw-border-opacity)) !important;
}
.bg-pink {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 73 219 / var(--tw-bg-opacity)) !important;
}
.bg-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 214 73 / var(--tw-bg-opacity)) !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.text-center {
  text-align: center !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.swatch-popup {
  position: absolute;
  z-index: 30;
  width: 100%;
  min-width: 250px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 19 57 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .swatch-popup {
    border-radius: 0.375rem;
  }
}
.swatch-popup:not(.open) {
  display: none;
}
.swatch-popup .close {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(76 78 105 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  padding: 0.75rem;
  background-image: url("/app/themes/briteguard/resources/images/close.svg");
  text-indent: -9999px;
  background-size: 10px;
  background-position: 50%;
  vertical-align: middle;
}
.swatch-popup .close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 102 77 / var(--tw-bg-opacity));
}
.swatch-popup .values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.swatch-popup .values .colour {
  width: 11%;
}
@media (min-width: 1024px) {

  .swatch-popup .values .colour {
    width: 21%;
  }
}
.swatch-popup .values .tip {
  position: absolute;
  top: -18px;
  display: block;
  display: none;
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  white-space: nowrap;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 19 57 / var(--tw-bg-opacity));
  padding: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.swatch-popup .values .tip:hover {
  display: none;
}
.swatch-popup .values .swatch {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 2rem;
}
.swatch-popup .values .swatch span {
  display: table;
}
.swatch-popup:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #0f123a;
  position: absolute;
  top: 0px;
  --tw-translate-y: -100%;
  --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));
}

body {
  font-family: Outfit;
}

/* Globals */
.page-template-default:not(.woocommerce-page) .entry-content {
  max-width: 48rem;
}
.page-template-default:not(.woocommerce-page) .entry-content p,  .page-template-default:not(.woocommerce-page) .entry-content ol,  .page-template-default:not(.woocommerce-page) .entry-content ul {
  margin-bottom: 1rem;
}
.page-template-default:not(.woocommerce-page) .entry-content h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.tc-h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.tc-h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.page-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .page-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .tc-h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
/* Panels */
.text-link {
  display: block;
}
.text-link.arrow {
  background-image: url("/app/themes/briteguard/resources/images/arrow-right.svg");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 3rem;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.home .header-bg {
  min-height: 60vmin;
}

.header-bg {
  background-image: url("/app/themes/briteguard/resources/images/hero-bg-mobile.jpg");
  margin-bottom: 3rem;
  background-size: cover;
  padding-bottom: 2.5rem;
  padding-top: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header-bg h1 {
  font-weight: 700;
}

@media (min-width: 768px) {
  .header-bg {
    background-image: url("/app/themes/briteguard/resources/images/hero-bg.jpg");
    padding-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .header-bg {
    padding-top: 7rem;
    min-height: 300px;
  }
  .menu-close {
    display: none;
  }
}
/* Footer */
footer .menu-close {
  display: none;
}
footer .menu-item {
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .menu-footer-container > ul {
    display: flex;
  }
}
/* Buttons */
.btn,  .button {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn.checkout,  .btn#place_order,  .btn.woocommerce-form-login__submit,  .button.checkout,  .button#place_order,  .button.woocommerce-form-login__submit {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 102 77 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.orange,  .button.orange {
  --tw-bg-opacity: 1;
  background-color: rgb(237 102 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.load-product {
  height: 100%;
  width: 100%;
}

.woocommerce .button {
  --tw-bg-opacity: 1;
  background-color: rgb(237 102 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Menu */
.menu {
  display: flex;
}
.menu a {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.logged-in .menu-login {
  display: none;
}

.menu-myaccount {
  display: none;
}

.logged-in .menu-myaccount {
  display: block;
}

header .menu-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
}

.menu-main-menu-container {
  display: none;
}
.menu-main-menu-container.open {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-size: cover;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  opacity: 1;
  background-image: url("/app/themes/briteguard/resources/images/gradient.jpg");
}
.menu-main-menu-container .btn {
  margin-top: 0.75rem;
}
.menu-main-menu-container .menu-close {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 2rem;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  background-repeat: no-repeat;
  text-indent: -18rem;
  background-image: url("/app/themes/briteguard/resources/images/close.svg");
}

@media (min-width: 1024px) {
  .menu-main-menu-container {
    display: flex;
  }
  .menu-main-menu-container .btn {
    margin-top: 0px;
  }
}
/* Typography */
h1 {
  margin-bottom: 1rem;
}

/* Shop Index */
/* Messages & Alerts */
.woocommerce-NoticeGroup {
  width: 100% !important;
}

.wpcf7-response-output, 
.woocommerce-message, 
.woocommerce-notice, 
.woocommerce-Message, 
.woocommerce-info, 
.woocommerce-error li {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 132 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.wpcf7-response-output .wc-forward, 
.woocommerce-message .wc-forward, 
.woocommerce-notice .wc-forward, 
.woocommerce-Message .wc-forward, 
.woocommerce-info .wc-forward, 
.woocommerce-error li .wc-forward {
  display: none;
}
.wpcf7-response-output .button, 
.woocommerce-message .button, 
.woocommerce-notice .button, 
.woocommerce-Message .button, 
.woocommerce-info .button, 
.woocommerce-error li .button {
  order: 9999;
  --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));
}

.woocommerce-notice--success {
  --tw-bg-opacity: 1;
  background-color: rgb(142 208 123 / var(--tw-bg-opacity));
}

/* Order Confirmation */
.woocommerce-order-overview {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.woocommerce-order-overview strong {
  display: block;
}

.order-conf-details {
  display: flex;
  flex-wrap: wrap;
}
.order-conf-details .addresses {
  margin-top: 0px;
}
.order-conf-details address {
  font-weight: 400;
}
.order-conf-details > :first-of-type {
  flex: 1 1 0%;
}
.order-conf-details > :last-of-type {
  margin-left: 2.5rem;
  width: 100%;
  flex: none;
}
@media (min-width: 768px) {

  .order-conf-details > :last-of-type {
    max-width: 28rem;
  }
}
.order-conf-details h2 {
  margin-bottom: 1rem;
  font-weight: 700;
}

/* Mini Cart */
.woocommerce-mini-cart-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-height: 60px;
}
.woocommerce-mini-cart-item:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.woocommerce-mini-cart__empty-message {
  padding: 1.5rem;
  padding-top: 1rem;
}

.variation {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 400;
}
.variation > p {
  display: inline-block;
  padding-bottom: 0.5rem;
}
.variation > p:after {
  content: " |";
}
.variation > p:last-of-type:after {
  content: "";
}
.variation dt.variation-Colour {
  display: none;
}
.variation dt[class^=variation-Custom] {
  display: none;
}
.variation dt.variation-Size {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(-130%);
}
.variation dd.variation-Size {
  position: absolute;
  left: 50%;
  bottom: 0;
}

.woocommerce-mini-cart__buttons a:first-of-type {
  display: none;
}

.variation dd:last-of-type p:after {
  display: none;
}

.remove_from_cart_button, 
.close {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 1.25rem;
  margin-right: 0.75rem;
  display: inline-block;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  font-weight: 700;
}
.remove_from_cart_button:hover, 
.close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 102 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-mini-cart-item {
  position: relative;
  overflow: hidden;
}

.mini_cart_item {
  padding-top: 1.25rem;
  padding-right: 6rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.mini_cart_item .quantity {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 2.5rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  line-height: 2;
}

dt.variation-Size, 
dt.variation-Thickness {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(132 146 166 / var(--tw-text-opacity));
}

.only-5mm .hide {
  display: none;
}

.product-content {
  text-align: left;
}
.product-content .price {
  display: none;
}

.product_cat-custom .colour-name, 
.product_cat-custom .quantity label {
  display: none;
}
.product_cat-custom .quantity {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 3rem;
}
.product_cat-custom .attribute-pa_thickness {
  float: left;
  clear: left;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
}
.product_cat-custom .attribute-pa_size {
  float: left;
}
.product_cat-custom .custom {
  width: 10%;
  position: relative;
  float: left;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
  display: flex;
}
.product_cat-custom .custom > div {
  width: 100%;
}
.product_cat-custom .custom .value {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product_cat-custom .custom .swatch {
  margin-bottom: 0.25rem;
  height: 1.5rem;
}
.product_cat-custom .custom > div > .label {
  display: none;
}
.product_cat-custom .values input:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(15 19 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.product_cat-custom .price {
  float: right;
  margin-bottom: 0.75rem;
  margin-top: -3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.attribute-pa_thickness .value {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 170px;
}

@media (min-width: 1024px) {
  .product_cat-custom {
    position: relative;
  }
  .product_cat-custom .button {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .product_cat-custom .custom {
    margin-right: 1.25rem;
  }
  .product_cat-custom .custom .popup {
    width: 200px;
  }
  .product_cat-custom .custom .popup .colour {
    width: 21%;
  }
  .product_cat-custom .custom .popup.open {
    position: absolute;
  }
  .product_cat-custom .close {
    margin-right: -0.5rem;
  }
  .product_cat-uncategorized .att-0 .swatch, 
.custom .swatch {
    height: 3.5rem;
  }
}
dt:first-of-type {
  display: none;
}

/* Product */
.reset_variations {
  display: none !important;
}

.att-0 {
  position: relative;
}

.tooltip:hover .tip, 
.picker:hover .tip {
  z-index: 10;
  display: block;
}

.stock {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 182 255 / var(--tw-text-opacity));
}

.popup {
  position: absolute;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(15 19 57 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  min-width: 350px;
  max-width: 400px;
  z-index: 2000;
}
.popup.open {
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
}
.popup .price {
  display: flex;
  align-items: center;
}
.popup .colour-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.popup .att-1 .label > label, 
.popup .att-2 .label > label {
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.5;
}
.popup .button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 102 77 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.popup .price {
  padding-right: 1rem;
}
.popup .quantity label {
  display: none;
}

@media (min-width: 1024px) {
  .popup {
    border-radius: 0.375rem;
    border-width: 1px;
  }
  .popup.open {
    position: absolute;
    bottom: auto;
    width: auto;
  }
}
.swatch {
  margin-bottom: 0.75rem;
  display: block;
  display: flex;
  height: 2rem;
  width: 100%;
  max-width: 76px;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {

  .swatch {
    height: 2.5rem;
  }
}
.swatch > span {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.picker .tip, 
.colour .tip {
  position: absolute;
  display: block;
  display: none;
  --tw-translate-y: -1rem;
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(15 19 57 / var(--tw-bg-opacity));
  padding: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.picker .tip:before,
.colour .tip:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #0f123a;
  position: absolute;
  bottom: 0px;
  --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));
}

.product-content .woocommerce-loop-product__title {
  display: none;
}

.picker {
  height: 2rem;
  width: 100%;
  max-width: 76px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(132 146 166 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {

  .picker {
    height: 3.5rem;
  }
}

.picker {
  position: relative;
  cursor: pointer;
  background-size: cover;
}
.picker + .popup .tip {
  display: none;
}
.picker:before {
  content: "";
  background-image: url("/app/themes/briteguard/resources/images/custom.png");
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.picker.set:before {
  display: none;
}

.swatch-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.close {
  cursor: pointer;
}

.product_title {
  font-size: 1.5rem;
  line-height: 2rem;
}

.variations_form {
  padding-bottom: 1rem;
  position: relative !important;
}

.custom-accordion > div {
  display: none;
}
.custom-accordion .variations_form {
  display: inline-block;
  width: 100%;
}

.product_cat-uncategorized .variations_form {
  /*@apply hidden;*/
}
.product_cat-uncategorized .att-1 .value {
  display: flex !important;
  justify-content: space-between !important;
  gap: 0.5rem !important;
}

.size-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.5;
}

.wc-no-matching-variations {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(15 19 57 / var(--tw-text-opacity));
}

.price-qty {
  display: flex;
  align-items: center;
}

.values {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5%;
}
.values input {
  display: none;
}
.values .colour {
  width: 21%;
}
.values label > span {
  cursor: pointer;
  border-radius: 0.25rem;
}
.values input:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 19 57 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .values .colour {
    width: 10%;
  }
}
ul.products {
  display: flex;
  flex-wrap: wrap;
}

.input-text.qty {
  width: 3.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bg-products > .custom-accordion, 
.bg-products > .product-item {
  margin-bottom: 0.75rem;
  width: 100%;
  list-style-type: none;
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.bg-products > .custom-accordion.product_cat-uncategorized .variations .att-0 div.label, 
.bg-products > .product-item.product_cat-uncategorized .variations .att-0 div.label {
  display: none;
}
.bg-products > .custom-accordion button[type=submit], 
.bg-products > .product-item button[type=submit] {
  float: right;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 102 77 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product_cat-sundries {
  position: relative;
  padding-bottom: 2rem;
}
.product_cat-sundries .price {
  position: absolute;
  right: 0px;
  top: 0px;
}
.product_cat-sundries .quantity {
  padding-top: 0.5rem;
}
.product_cat-sundries .quantity label {
  display: none;
}
.product_cat-sundries .button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: 1.5rem;
}

.woocommerce-loop-product__title {
  text-align: left;
  font-weight: 700;
}

.bg-products > .product > .woocommerce-loop-product__title, 
.bg-products > .product-item > .woocommerce-loop-product__title {
  position: relative;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.bg-products > .product > .woocommerce-loop-product__title:after,
.bg-products > .product-item > .woocommerce-loop-product__title:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
}
.bg-products > .product > .woocommerce-loop-product__title.open:after,
.bg-products > .product-item > .woocommerce-loop-product__title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.onsale {
  display: none;
}

/* Checkout */
.woocommerce-shipping-methods {
  margin-right: -13px;
}
.woocommerce-shipping-methods input {
  display: none;
}
.woocommerce-shipping-methods input:checked + label {
  --tw-border-opacity: 1;
  border-color: rgb(237 102 77 / var(--tw-border-opacity));
  background-repeat: no-repeat;
  background-image: url("/app/themes/briteguard/resources/images/check.svg");
  background-size: 15px;
  background-position: 8px 8px;
}
.woocommerce-shipping-methods label {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  padding-right: 0.75rem;
}
.woocommerce-shipping-methods label:hover {
  cursor: pointer;
}

#order_review_heading {
  display: none;
}

.wc-item-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

#cart-notification-container {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50vw;
  align: center;
  text-align: center;
  z-index: 1000;
}

.cart-message {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.75rem;
  background-color: rgb(254, 240, 138);
}

.woocommerce-orders-table {
  margin-bottom: 2.5rem;
  width: 100%;
  text-align: left;
}
.woocommerce-orders-table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce-orders-table .button {
  margin-right: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(237 102 77 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.woocommerce-orders-table .button.view {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 102 77 / var(--tw-text-opacity));
}
.woocommerce-orders-table .button.cancel {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(237 102 77 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .woocommerce-orders-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .woocommerce-orders-table table, .woocommerce-orders-table thead, .woocommerce-orders-table tbody, .woocommerce-orders-table th, .woocommerce-orders-table td, .woocommerce-orders-table tr {
    display: block;
  }
  .woocommerce-orders-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce-orders-table tr {
    border-bottom: 1px solid #ccc;
  }
  .woocommerce-orders-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 35%;
  }
  .woocommerce-orders-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
  Label the data
  */
  td:nth-of-type(1):before {
    content: "Order";
  }
  td:nth-of-type(2):before {
    content: "Date";
  }
  td:nth-of-type(3):before {
    content: "Status";
  }
  td:nth-of-type(4):before {
    content: "Total";
  }
  td:nth-of-type(5):before {
    content: "Actions";
  }
}
form.woocommerce-checkout table, 
.woocommerce-order-details table {
  margin-bottom: 2.5rem;
  width: 100%;
  text-align: left;
}
form.woocommerce-checkout .product-name, 
.woocommerce-order-details .product-name {
  width: 66.666667%;
  font-weight: 700;
}
form.woocommerce-checkout .product-total, 
form.woocommerce-checkout tfoot, 
.woocommerce-order-details .product-total, 
.woocommerce-order-details tfoot {
  text-align: right;
}
form.woocommerce-checkout .cart-subtotal td, 
.woocommerce-order-details .cart-subtotal td {
  padding-top: 1rem;
}
form.woocommerce-checkout .order-total td, 
.woocommerce-order-details .order-total td {
  padding-bottom: 1rem;
}
form.woocommerce-checkout thead th, 
.woocommerce-order-details thead th {
  padding: 1rem;
}
form.woocommerce-checkout tfoot td, 
.woocommerce-order-details tfoot td {
  padding-left: 1rem;
  padding-right: 1rem;
}
form.woocommerce-checkout .order_item td, 
.woocommerce-order-details .order_item td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
form.woocommerce-checkout .order_item:nth-child(odd) td, 
.woocommerce-order-details .order_item:nth-child(odd) td {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
form.woocommerce-checkout .order_item:nth-child(odd) td:first-of-type, 
.woocommerce-order-details .order_item:nth-child(odd) td:first-of-type {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding-left: 1rem;
}
form.woocommerce-checkout .order_item:nth-child(odd) td:last-of-type, 
.woocommerce-order-details .order_item:nth-child(odd) td:last-of-type {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding-right: 1rem;
}
form.woocommerce-checkout .cart_item td, 
.woocommerce-order-details .cart_item td {
  padding: 1rem;
}
form.woocommerce-checkout .cart_item:nth-child(odd) td, 
.woocommerce-order-details .cart_item:nth-child(odd) td {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
form.woocommerce-checkout .cart_item:nth-child(odd) td:first-of-type, 
.woocommerce-order-details .cart_item:nth-child(odd) td:first-of-type {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
form.woocommerce-checkout .cart_item:nth-child(odd) td:last-of-type, 
.woocommerce-order-details .cart_item:nth-child(odd) td:last-of-type {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.woocommerce-order-details tfoot tr:first-of-type th,  .woocommerce-order-details tfoot tr:first-of-type td {
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, 
form.woocommerce-checkout .woocommerce-address-fields {
    display: flex;
    flex-wrap: wrap;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p, 
form.woocommerce-checkout .woocommerce-address-fields > p {
    width: 50%;
    padding-right: 1rem;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field, 
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .address-field:first-of-type, 
form.woocommerce-checkout .woocommerce-address-fields #billing_company_field, 
form.woocommerce-checkout .woocommerce-address-fields .address-field:first-of-type {
    width: 100%;
  }
  form.woocommerce-checkout > div {
    width: 50%;
  }
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    padding-left: 3rem;
  }
}
.woocommerce-privacy-policy-text {
  margin-bottom: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #293bcd;
  color: #fff;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(132 146 166 / var(--tw-border-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 40px;
  height: 40px;
}

.wpcf7-form p {
  margin-bottom: 0.5rem;
}
.wpcf7-form input,  .wpcf7-form textarea {
  margin-top: 0.25rem;
  max-width: 28rem;
}

.woocommerce input[type=text], 
.woocommerce input[type=tel], 
.woocommerce input[type=email], 
.woocommerce input[type=password], 
.woocommerce textarea, 
.wpcf7-form input[type=text], 
.wpcf7-form input[type=tel], 
.wpcf7-form input[type=email], 
.wpcf7-form input[type=password], 
.wpcf7-form textarea {
  height: 2.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(132 146 166 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.woocommerce textarea, 
.wpcf7-form textarea {
  height: 6rem;
}
.woocommerce #customer_details label, 
.wpcf7-form #customer_details label {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce h3:not(#ship-to-different-address), 
.wpcf7-form h3:not(#ship-to-different-address) {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.wc_payment_methods > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.wc_payment_methods label:first-of-type {
  font-weight: 700;
}
.wc_payment_methods label:first-of-type img {
  display: inline;
}

.wc_payment_method .payment_method_merchant_warrior_dp {
  font-size: 0.75rem;
  line-height: 1rem;
}

#mw-payframe iframe {
  width: 100%;
  height: 260px;
}

/* My Account */
.edit {
  margin-bottom: 1rem;
  display: inline-block;
  font-weight: 700;
}

.addresses {
  margin-top: 2rem;
}

fieldset {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
fieldset legend {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 2.5rem;
}
.woocommerce-MyAccount-navigation li.is-active a {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(237 102 77 / var(--tw-border-opacity));
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce-MyAccount-navigation li a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 102 77 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 2.5rem;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-MyAccount-navigation li a {
    padding: 1rem;
  }
  .addresses {
    display: flex;
  }
  .addresses > div {
    width: 50%;
  }
  .woocommerce-MyAccount-content {
    border-radius: 1.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
    padding: 2.5rem;
  }
}
.woocommerce-MyAccount-content .form-row {
  margin-bottom: 0.5rem;
}
.woocommerce-MyAccount-content span em {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(132 146 166 / var(--tw-text-opacity));
}
.woocommerce-MyAccount-content a {
  --tw-text-opacity: 1;
  color: rgb(237 102 77 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.woocommerce-MyAccount-content .button {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.entry-footer {
  display: none;
}

.colour:not(.hide) input {
  display: block;
}

.sizes label:not(.size-label) {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(132 146 166 / var(--tw-border-opacity));
  padding: 0.5rem;
}

@media (min-width: 768px) {

  .md\:-mt-20 {
    margin-top: -5rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-44 {
    width: 11rem !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:pr-12 {
    padding-right: 3rem !important;
  }

  .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

@media (min-width: 1024px) {

  .lg\:flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:p-8 {
    padding: 2rem !important;
  }

  .lg\:pt-0 {
    padding-top: 0px !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

@media (min-width: 1280px) {

  .xl\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
