/*
Theme Name: Australian P2 Masks
Author: Shakewell Agency
Version: 1.0
Author URI: https://shakewell.agency
*/

/*
! tailwindcss v3.0.24 | 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: Roboto, sans-serif; /* 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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

.container{
    padding:0 27px;
  }

body{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: Roboto, sans-serif;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

h1{
  font-size: 1.25rem;
  line-height: 100%;
}

@media (min-width: 1280px){

  h1{
    font-size: 1.125rem;
    line-height: 111%;
  }
}

h1{
  font-weight: 700;
}

h2{
  font-size: 1.125rem;
  line-height: 111%;
}

@media (min-width: 1280px){

  h2{
    font-size: 0.875rem;
    line-height: 143%;
  }
}

h2{
  font-weight: 700;
}

h3{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 700;
}

p{
  font-size: 1rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

.cart_totals .tax-rate p{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate p:nth-child(2){
    width: 100%;
    text-align: right;
}

@media (min-width: 1280px){

  p{
    font-size: 0.875rem;
    line-height: 143%;
  }
}

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }

.screen-reader-text:focus {
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      clip: auto !important;
      -webkit-clip-path: none;
              clip-path: none;
      color: #fff;
      display: block;
      font-size: 0.875rem;
      font-weight: 700;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000; // Above WP toolbar.
    }

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
  }

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

/* roboto-regular - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../australianp2mask/static/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../australianp2mask/static/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../australianp2mask/static/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
            url('../australianp2mask/static/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
            url('../australianp2mask/static/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../australianp2mask/static/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
    }

/* roboto-500 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../australianp2mask/static/fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../australianp2mask/static/fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../australianp2mask/static/fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
            url('../australianp2mask/static/fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
            url('../australianp2mask/static/fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../australianp2mask/static/fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
    }

/* roboto-700 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../australianp2mask/static/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../australianp2mask/static/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../australianp2mask/static/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
            url('../australianp2mask/static/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
            url('../australianp2mask/static/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../australianp2mask/static/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
    }

*, ::before, ::after{
  --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{
  max-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: 992px;
  }
}

@media (min-width: 1280px){

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-\[0\]{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-x-\[0\]{
  left: 0;
  right: 0;
}

.bottom-\[0\]{
  bottom: 0;
}

.right-\[0\]{
  right: 0;
}

.left-\[0\]{
  left: 0;
}

.top-\[13px\]{
  top: 13px;
}

.bottom-\[43px\]{
  bottom: 43px;
}

.right-\[33px\]{
  right: 33px;
}

.left-\[33px\]{
  left: 33px;
}

.right-\[5px\]{
  right: 5px;
}

.top-\[1px\]{
  top: 1px;
}

.left-\[5px\]{
  left: 5px;
}

.top-\[-40px\]{
  top: -40px;
}

.left-\[22px\]{
  left: 22px;
}

.right-\[22px\]{
  right: 22px;
}

.left-\[26px\]{
  left: 26px;
}

.top-\[18px\]{
  top: 18px;
}

.right-\[26px\]{
  right: 26px;
}

.z-\[150\]{
  z-index: 150;
}

.z-\[200\]{
  z-index: 200;
}

.z-\[9\]{
  z-index: 9;
}

.z-20{
  z-index: 20;
}

.z-40{
  z-index: 40;
}

.order-last{
  order: 9999;
}

.order-first{
  order: -9999;
}

.order-2{
  order: 2;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-start-3{
  grid-column-start: 3;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-\[75px\]{
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-\[6px\]{
  margin-top: 6px;
  margin-bottom: 6px;
}

.mx-\[17px\]{
  margin-left: 17px;
  margin-right: 17px;
}

.my-\[26px\]{
  margin-top: 26px;
  margin-bottom: 26px;
}

.my-\[15px\]{
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-\[14px\]{
  margin-top: 14px;
  margin-bottom: 14px;
}

.my-\[3px\]{
  margin-top: 3px;
  margin-bottom: 3px;
}

.my-\[54px\]{
  margin-top: 54px;
  margin-bottom: 54px;
}

.my-\[34px\]{
  margin-top: 34px;
  margin-bottom: 34px;
}

.my-\[12px\]{
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-\[25px\]{
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-\[22px\]{
  margin-top: 22px;
  margin-bottom: 22px;
}

.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[16px\]{
  margin-top: 16px;
  margin-bottom: 16px;
}

.mb-\[11px\]{
  margin-bottom: 11px;
}

.mb-\[55px\]{
  margin-bottom: 55px;
}

.mb-\[18px\]{
  margin-bottom: 18px;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mt-\[17px\]{
  margin-top: 17px;
}

.mt-\[5px\]{
  margin-top: 5px;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.mb-\[36px\]{
  margin-bottom: 36px;
}

.mr-\[54px\]{
  margin-right: 54px;
}

.mr-\[45px\]{
  margin-right: 45px;
}

.mb-\[13px\]{
  margin-bottom: 13px;
}

.mb-\[8px\]{
  margin-bottom: 8px;
}

.mb-\[24px\]{
  margin-bottom: 24px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mt-\[16px\]{
  margin-top: 16px;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mb-\[22px\]{
  margin-bottom: 22px;
}

.mt-\[21px\]{
  margin-top: 21px;
}

.mt-\[23px\]{
  margin-top: 23px;
}

.mb-\[16px\]{
  margin-bottom: 16px;
}

.mb-\[25px\]{
  margin-bottom: 25px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mb-\[26px\]{
  margin-bottom: 26px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mr-\[18px\]{
  margin-right: 18px;
}

.mr-\[10px\]{
  margin-right: 10px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.mt-\[0\]{
  margin-top: 0;
}

.mr-\[30px\]{
  margin-right: 30px;
}

.mt-\[4px\]{
  margin-top: 4px;
}

.ml-\[10px\]{
  margin-left: 10px;
}

.mb-\[12px\]{
  margin-bottom: 12px;
}

.mt-\[32px\]{
  margin-top: 32px;
}

.mt-\[24px\]{
  margin-top: 24px;
}

.mt-\[22px\]{
  margin-top: 22px;
}

.mt-\[38px\]{
  margin-top: 38px;
}

.ml-\[20px\]{
  margin-left: 20px;
}

.mt-\[25px\]{
  margin-top: 25px;
}

.mb-\[48px\]{
  margin-bottom: 48px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.ml-\[18px\]{
  margin-left: 18px;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.ml-\[15px\]{
  margin-left: 15px;
}

.mt-\[13px\]{
  margin-top: 13px;
}

.ml-\[8px\]{
  margin-left: 8px;
}

.mt-\[28px\]{
  margin-top: 28px;
}

.mb-\[32px\]{
  margin-bottom: 32px;
}

.mb-\[38px\]{
  margin-bottom: 38px;
}

.mt-\[-20px\]{
  margin-top: -20px;
}

.mb-\[33px\]{
  margin-bottom: 33px;
}

.ml-\[5px\]{
  margin-left: 5px;
}

.ml-\[30px\]{
  margin-left: 30px;
}

.mt-\[18px\]{
  margin-top: 18px;
}

.mb-\[17px\]{
  margin-bottom: 17px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-\[48px\]{
  height: 48px;
}

.h-full{
  height: 100%;
}

.h-\[303px\]{
  height: 303px;
}

.h-\[35px\]{
  height: 35px;
}

.h-\[1\.813rem\]{
  height: 1.813rem;
}

.h-\[auto\]{
  height: auto;
}

.h-\[512px\]{
  height: 512px;
}

.h-\[272px\]{
  height: 272px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[28px\]{
  height: 28px;
}

.h-\[12px\]{
  height: 12px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[80px\]{
  height: 80px;
}

.h-\[55px\]{
  height: 55px;
}

.h-\[97px\]{
  height: 97px;
}

.h-\[95px\]{
  height: 95px;
}

.h-\[42px\]{
  height: 42px;
}

.h-\[250px\]{
  height: 250px;
}

.max-h-\[303px\]{
  max-height: 303px;
}

.min-h-\[570px\]{
  min-height: 570px;
}

.min-h-\[369px\]{
  min-height: 369px;
}

.min-h-full{
  min-height: 100%;
}

.min-h-\[100px\]{
  min-height: 100px;
}

.min-h-\[580px\]{
  min-height: 580px;
}

.min-h-\[600px\]{
  min-height: 600px;
}

.w-full{
  width: 100%;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[38px\]{
  width: 38px;
}

.w-\[1\.813rem\]{
  width: 1.813rem;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[28px\]{
  width: 28px;
}

.w-\[12px\]{
  width: 12px;
}

.w-\[80px\]{
  width: 80px;
}

.w-\[13px\]{
  width: 13px;
}

.w-\[5\%\]{
  width: 5%;
}

.w-\[45\%\]{
  width: 45%;
}

.w-\[10\%\]{
  width: 10%;
}

.w-\[20\%\]{
  width: 20%;
}

.w-\[15\%\]{
  width: 15%;
}

.w-\[132px\]{
  width: 132px;
}

.w-\[97px\]{
  width: 97px;
}

.w-\[110px\]{
  width: 110px;
}

.w-\[64\%\]{
  width: 64%;
}

.w-\[102px\]{
  width: 102px;
}

.min-w-\[153px\]{
  min-width: 153px;
}

.min-w-\[auto\]{
  min-width: auto;
}

.max-w-full{
  max-width: 100%;
}

.max-w-\[100\%\]{
  max-width: 100%;
}

.max-w-\[132px\]{
  max-width: 132px;
}

.max-w-\[303px\]{
  max-width: 303px;
}

.max-w-\[240px\]{
  max-width: 240px;
}

.max-w-\[755px\]{
  max-width: 755px;
}

.max-w-\[244px\]{
  max-width: 244px;
}

.max-w-\[88\%\]{
  max-width: 88%;
}

.max-w-\[141px\]{
  max-width: 141px;
}

.flex-\[3\]{
  flex: 3;
}

.flex-\[1\]{
  flex: 1;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-\[2_1_24\.7\%\]{
  flex: 2 1 24.7%;
}

.flex-\[0_0_33\.333333\%\]{
  flex: 0 0 33.333333%;
}

.shrink-0{
  flex-shrink: 0;
}

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

.resize{
  resize: both;
}

.auto-rows-auto{
  grid-auto-rows: auto;
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.content-center{
  align-content: center;
}

.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-around{
  justify-content: space-around;
}

.gap-\[90px\]{
  gap: 90px;
}

.gap-\[14px\]{
  gap: 14px;
}

.gap-\[22px\]{
  gap: 22px;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-\[37px\]{
  gap: 37px;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[16px\]{
  gap: 16px;
}

.gap-y-\[25px\]{
  row-gap: 25px;
}

.gap-x-\[12px\]{
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-y-\[10px\]{
  row-gap: 10px;
}

.gap-y-\[16px\]{
  row-gap: 16px;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.rounded-\[100\%\]{
  border-radius: 100%;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-l-0{
  border-left-width: 0px;
}

.border-sydney_grey{
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
}

.border-socialist_grey{
  --tw-border-opacity: 1;
  border-color: rgb(156 156 156 / var(--tw-border-opacity));
}

.bg-sydney_grey{
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity));
}

.bg-cloudy{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-tourist_coral{
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 112 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-\[\#e4e4e4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
}

.bg-\[\#eeeeee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-socialist_grey{
  --tw-bg-opacity: 1;
  background-color: rgb(156 156 156 / var(--tw-bg-opacity));
}

.bg-\[\#3F7AD21A\]{
  background-color: #3F7AD21A;
}

.bg-\[\#3FD2711A\]{
  background-color: #3FD2711A;
}

.bg-\[\#E4E4E4B0\]{
  background-color: #E4E4E4B0;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[22px\]{
  padding: 22px;
}

.p-\[5px\]{
  padding: 5px;
}

.p-\[18px\]{
  padding: 18px;
}

.p-\[50px\]{
  padding: 50px;
}

.p-\[16px\]{
  padding: 16px;
}

.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-\[32px\]{
  padding-left: 32px;
  padding-right: 32px;
}

.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.px-18{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.py-25{
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.px-\[27px\]{
  padding-left: 27px;
  padding-right: 27px;
}

.py-\[32px\]{
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}

.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}

.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}

.py-\[13px\]{
  padding-top: 13px;
  padding-bottom: 13px;
}

.px-\[33px\]{
  padding-left: 33px;
  padding-right: 33px;
}

.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}

.py-\[15\.5px\]{
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[26px\]{
  padding-top: 26px;
  padding-bottom: 26px;
}

.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-\[17px\]{
  padding-left: 17px;
  padding-right: 17px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-\[29px\]{
  padding-left: 29px;
  padding-right: 29px;
}

.px-\[21px\]{
  padding-left: 21px;
  padding-right: 21px;
}

.pt-\[15px\]{
  padding-top: 15px;
}

.pt-\[20px\]{
  padding-top: 20px;
}

.pb-\[33px\]{
  padding-bottom: 33px;
}

.pl-\[25px\]{
  padding-left: 25px;
}

.pr-\[25px\]{
  padding-right: 25px;
}

.pt-\[25px\]{
  padding-top: 25px;
}

.pb-\[0\]{
  padding-bottom: 0;
}

.pt-\[42px\]{
  padding-top: 42px;
}

.pb-\[75px\]{
  padding-bottom: 75px;
}

.pb-\[15px\]{
  padding-bottom: 15px;
}

.pt-\[26px\]{
  padding-top: 26px;
}

.pb-\[19px\]{
  padding-bottom: 19px;
}

.pr-\[0\]{
  padding-right: 0;
}

.pl-\[0\]{
  padding-left: 0;
}

.pb-\[50px\]{
  padding-bottom: 50px;
}

.pt-\[28px\]{
  padding-top: 28px;
}

.pb-\[16px\]{
  padding-bottom: 16px;
}

.pb-\[27px\]{
  padding-bottom: 27px;
}

.pb-\[44px\]{
  padding-bottom: 44px;
}

.pt-\[34px\]{
  padding-top: 34px;
}

.pb-\[24px\]{
  padding-bottom: 24px;
}

.pr-\[42px\]{
  padding-right: 42px;
}

.pb-\[22px\]{
  padding-bottom: 22px;
}

.pl-\[20px\]{
  padding-left: 20px;
}

.pl-\[12px\]{
  padding-left: 12px;
}

.pb-\[18px\]{
  padding-bottom: 18px;
}

.pl-\[22px\]{
  padding-left: 22px;
}

.pt-\[19px\]{
  padding-top: 19px;
}

.pb-\[10px\]{
  padding-bottom: 10px;
}

.pb-\[34px\]{
  padding-bottom: 34px;
}

.pb-\[36px\]{
  padding-bottom: 36px;
}

.pb-\[8px\]{
  padding-bottom: 8px;
}

.pl-\[18px\]{
  padding-left: 18px;
}

.pt-\[0\]{
  padding-top: 0;
}

.pr-\[31px\]{
  padding-right: 31px;
}

.pt-\[10px\]{
  padding-top: 10px;
}

.pr-\[21px\]{
  padding-right: 21px;
}

.pl-\[21px\]{
  padding-left: 21px;
}

.pb-\[12px\]{
  padding-bottom: 12px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.align-top{
  vertical-align: top;
}

.text-h3m{
  font-size: 0.875rem;
  line-height: 143%;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-h2{
  font-size: 0.875rem;
  line-height: 143%;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-pm{
  font-size: 1rem;
  line-height: 143%;
}

.text-nav_item{
  font-size: 0.875rem;
  line-height: 143%;
}

.text-h2m{
  font-size: 1.125rem;
  line-height: 111%;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-p{
  font-size: 0.875rem;
  line-height: 143%;
}

.text-h1{
  font-size: 1.125rem;
  line-height: 111%;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[1rem\]{
  font-size: 1rem;
}

.font-light{
  font-weight: 400;
}

.font-bold{
  font-weight: 700;
}

.font-normal{
  font-weight: 500;
}

.font-\[300\]{
  font-weight: 300;
}

.font-\[700\]{
  font-weight: 700;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[35px\]{
  line-height: 35px;
}

.leading-none{
  line-height: 1;
}

.text-midnight_grey{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

.text-socialist_grey{
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

.text-p2_white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-sydney_grey{
  --tw-text-opacity: 1;
  color: rgb(215 215 215 / var(--tw-text-opacity));
}

.text-tourist_coral{
  --tw-text-opacity: 1;
  color: rgb(255 109 112 / var(--tw-text-opacity));
}

.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.outline-0{
  outline-width: 0px;
}

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

.grayscale{
  --tw-grayscale: grayscale(100%);
  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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.cta, .gform_button{
  display: inline-block;
  width: 200px;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 112 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){

  .cta, .gform_button{
    min-width: 244px;
    font-size: 0.875rem;
    line-height: 16px;
  }
}

.cta:hover, .gform_button:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(238 99 103 / var(--tw-bg-opacity));
}

.cta2{
  display: inline-block;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 112 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){

  .cta2{
    font-size: 0.875rem;
    line-height: 16px;
  }
}

.cta2:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(238 99 103 / var(--tw-bg-opacity));
}

/*.wysiwyg {

  h1 {
    @apply text-h1m md:text-h1 text-grey;
    @apply mb-[48px];
    @apply mt-[8px];
  }

  h2 {
    @apply text-grey text-h2m md:text-h2;
    @apply mb-[24px];
    @apply mt-[8px];
  }

  h3 {
    @apply text-grey text-h3m md:text-h3;
    @apply mb-[24px];
    @apply mt-[8px];
  }

  h4 {
    @apply text-grey text-h4;
    @apply mb-[24px];
    @apply mt-[8px];
  }

  p {
    @apply text-black text-ctahover font-light;
    @apply pb-[24px];

    strong {
      @apply font-bold;
    }

  }

  ul,ol {
    @apply text-grey text-p;
    @apply pb-[24px];
    @apply pl-[24px];

    li {
      list-style-position: outside;
    }

  }

}*/

#gform_wrapper_1{
  max-width: 317px;
}

#gform_wrapper_1 .gform_heading .gform_description{
  margin-top: 12px;
  margin-bottom: 13px;
  display: block;
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

.cart_totals .tax-rate #gform_wrapper_1 .gform_heading .gform_description{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_1 .gform_heading .gform_description:nth-child(2){
    width: 100%;
    text-align: right;
}

#gform_wrapper_1 form .gform-body .gform_fields{
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(100 100 100 / var(--tw-border-opacity));
}

#gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]{
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

#gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

#gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]:-ms-input-placeholder{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

#gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]::placeholder{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

.cart_totals .tax-rate #gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]::-moz-placeholder{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]:-ms-input-placeholder{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]::placeholder{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]::-moz-placeholder:nth-child(2){
    width: 100%;
    text-align: right;
}

.cart_totals .tax-rate #gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]:-ms-input-placeholder:nth-child(2){
    width: 100%;
    text-align: right;
}

.cart_totals .tax-rate #gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=email]::placeholder:nth-child(2){
    width: 100%;
    text-align: right;
}

#gform_wrapper_1 form .gform-body .gform_fields .gfield input[type=image]{
  align-self: center;
}

#gform_wrapper_1 form .gform-body .gform_fields .gfield#field_submit{
  justify-content: flex-end;
}

#gform_wrapper_2 form .gform-body .gform_fields{
  position: relative;
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield input{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield input::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield input:-ms-input-placeholder{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield input::placeholder{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield input::-moz-placeholder{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield input:-ms-input-placeholder{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield input::placeholder{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield input::-moz-placeholder:nth-child(2){
    width: 100%;
    text-align: right;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield input:-ms-input-placeholder:nth-child(2){
    width: 100%;
    text-align: right;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield input::placeholder:nth-child(2){
    width: 100%;
    text-align: right;
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield textarea{
  height: 128px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 5px;
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield textarea::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield textarea:-ms-input-placeholder{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield textarea::placeholder{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield textarea::-moz-placeholder{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield textarea:-ms-input-placeholder{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield textarea::placeholder{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield textarea::-moz-placeholder:nth-child(2){
    width: 100%;
    text-align: right;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield textarea:-ms-input-placeholder:nth-child(2){
    width: 100%;
    text-align: right;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield textarea::placeholder:nth-child(2){
    width: 100%;
    text-align: right;
}

#gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label{
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #gform_wrapper_2 form .gform-body .gform_fields .gfield .gfield_label:nth-child(2){
    width: 100%;
    text-align: right;
}

#gform_wrapper_2 form .gform_footer{
  justify-content: center;
  padding-bottom: 30px;
}

@media (min-width: 1024px){

  #gform_wrapper_2 form .gform_footer{
    justify-content: flex-end;
    padding-bottom: 90px;
  }
}

.gform_ajax_spinner {
  box-sizing: border-box;
  border: 3px solid rgb(0, 0, 0);
  border-left: 3px solid rgba(247,150,33,0);
  border-top: 3px solid rgba(0, 0, 0, 0.15);
  border-right: 3px solid rgba(0, 0, 0, 0.5);
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 1;
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  z-index: 99;
}

#overlay #gform-notification {
    background: #fff;
    display: block;
    margin: auto;
    max-height: 141px;
    max-width: 492px;
    padding: 40px 48px;
    position: absolute;
    inset:0;
    text-align: center;
    width: 100%;
    z-index: 101;
  }

#overlay #gform-notification .gform_confirmation_message{
  font-size: 1rem;
  line-height: 143%;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

@media (min-width: 1024px){

  #overlay #gform-notification .gform_confirmation_message{
    font-size: 0.875rem;
    line-height: 143%;
  }
}

#overlay #gform-notification .button-close {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
  }

.blocks{
    display: block!important;
}

.nav-item ul li.menu-item-has-children:hover ul{
  display: block;
}

#notice-bar .primary{
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

#notice-bar .secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 112 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.testimonialSlider {
/*    &:before{
        content: '';
        width: 1px;
        height: 84%;
        position: absolute;
        z-index: 0;
        right: 50%;
        top: 6%;
        background-color: #D7D7D7;
        @media screen and (max-width:768px) {
            display:none;
        }
    }   */

}

.testimonialSlider .swiper-slide-next{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
}

.testimonialSlider .swiper-wrapper .swiper-slide figure figcaption div p{
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){

  .testimonialSlider .swiper-wrapper .swiper-slide figure figcaption div p{
    font-size: 1.125rem;
    line-height: 111%;
  }
}

.testimonialSlider .swiper-pagination .swiper-pagination-bullet{
  margin-left: 9px !important;
  margin-right: 9px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity));
  opacity: 1;
}

.testimonialSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 112 / var(--tw-bg-opacity));
  opacity: 1;
}

#background-video iframe {
     width: 100%; 
     height: 100%; 
     display: none; 
}

#background-video .play-btn { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    font-size: 0px; 
    line-height: 0px; 
    background: url(static/img/arrow.svg) center center no-repeat; 
    background-size: 28px auto; 
}

.is_front_page section{
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.is_front_page .product-home>div{
  border-left-width: 0px;
  border-right-width: 0px;
}

@media screen and (max-width:1023px) {

.product-dividers .product-divider{
            display: flex;
            flex-direction: column
    }
        }

.product-dividers .product-divider>.product__item:nth-child(odd){
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-left: 27px;
  padding-right: 27px;
}

.product-dividers .product-divider>.product__item:nth-child(even){
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-left: 27px;
  padding-right: 27px;
}

.product-dividers .product-divider>.product__item:nth-child(2), .product-dividers .product-divider>.product__item:nth-child(3){
  border-bottom-width: 1px;
}

.product-dividers .product-divider>.product__item:nth-child(2), .product-dividers .product-divider>.product__item:nth-child(4){
  border-right-width: 0px;
}

@media (min-width: 1024px){

  .product-dividers .product-divider>.product__item:nth-child(2), .product-dividers .product-divider>.product__item:nth-child(4){
    border-right-width: 1px;
  }
}

.product-dividers .product-divider>.product__item:nth-child(4)>div, .product-dividers .product-divider>.product__item:nth-child(5)>div{
  margin-bottom: 15px;
}

.product-dividers .product-divider .banner-product figure p{
  padding-top: 27px;
  padding-bottom: 48px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

@media (min-width: 1024px){

  .product-dividers .product-divider .banner-product figure p{
    padding-top: 0;
    padding-bottom: 0;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.showcoupon {
    color: rgb(255 109 112 / var(--tw-bg-opacity));
}

.includes_tax {
    font-size:36%;
}

.checkout_coupon button {
        display: inline-block;
        width: 200px;
        border-radius: 30px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 109 112 / var(--tw-bg-opacity));
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        text-align: center;
        font-size: 1rem;
        line-height: 19px;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.checkout_coupon input{
  margin-bottom: 24px;
  margin-top: 16px;
  height: 30px;
  width: 100%;
  max-width: 303px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
  outline-width: 0px;
}

.checkout_coupon input::-moz-placeholder{
  font-weight: 400;
}

.checkout_coupon input:-ms-input-placeholder{
  font-weight: 400;
}

.checkout_coupon input::placeholder{
  font-weight: 400;
}

.cart-discount th{
  padding-left: 20px;
  text-align: left;
}

.cart-discount td{
  text-align: center;
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 700;
}

#shop {
/*    .added_to_cart{
        display: none;
    }
*/
}

#shop .woocommerce-breadcrumb{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

#shop .entry-images .productGallery2 img{
  height: 303px;
}

@media (min-width: 768px){

  #shop .entry-images .productGallery2 img{
    height: 670px;
  }
}

@media (min-width: 1024px){

  #shop .entry-images .productGallery2 img{
    height: 100%;
  }
}

#shop .entry-images .swiper-button-next{
            bottom: 0;
            top: auto;
            width: 50px;
            height: 50px;
            background-color: #d7d7d7;
            left: 33px;
            color: transparent;
        }

@media screen and (max-width:1023px) {

#shop .entry-images .swiper-button-next{
                width: 40px;
                height: 40px;
                left: 48px
        }
            }

#shop .entry-images .swiper-button-next:after{
                background-image: url(static/img/arrow-product.svg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: 40px 15px;
            }

#shop .entry-images .swiper-button-prev{
            bottom: 0;
            top: auto;
            width: 50px;
            height: 50px;
            background-color: #d7d7d7;
            left: -27px;
            color: transparent;
        }

@media screen and (max-width:1023px) {

#shop .entry-images .swiper-button-prev{
                width: 40px;
                height: 40px;
                left: 0
        }
            }

#shop .entry-images .swiper-button-prev:after{
                background-image: url(static/img/arrow-product.svg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: 40px 15px;
                transform: rotate(180deg);
            }

#shop .summary .productGallery img{
  height: 144px;
}

@media (min-width: 768px){

  #shop .summary .productGallery img{
    height: 200px;
  }
}

@media (min-width: 1280px){

  #shop .summary .productGallery img{
    height: 260px;
  }
}

#shop .summary .woocommerce-attr-single-product div:not(.pa_color){
                display: none;
            }

#shop .summary .summery-wrapper .product_title{
  grid-column: span 2 / span 2;
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 111%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

#shop .summary .summery-wrapper .woocommerce-product-details__short-description p{
                    margin-bottom: 25px;
                }

#shop .summary .summery-wrapper .woocommerce-product-details__short-description p:last-child{
                        margin-bottom: 0;
                    }

/* width */

#shop .summary .summery-wrapper .woocommerce-product-details__short-description::-webkit-scrollbar {
                    width: 3px;
                }

/* Track */

#shop .summary .summery-wrapper .woocommerce-product-details__short-description::-webkit-scrollbar-track {
                    background: #d7d7d7;
                    border: 1px solid transparent;
                    background-clip: content-box;
                }

/* Handle */

#shop .summary .summery-wrapper .woocommerce-product-details__short-description::-webkit-scrollbar-thumb {
                    background: #9c9c9c;
                }

/* Handle on hover */

#shop .summary .summery-wrapper .woocommerce-product-details__short-description::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }

#shop .summary .summery-wrapper #price-string del{
  margin-bottom: 10px;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

@media (min-width: 768px){

  #shop .summary .summery-wrapper #price-string del{
    margin-bottom: 0;
  }
}

@media (min-width: 1280px){

  #shop .summary .summery-wrapper #price-string del{
    display: inline-block;
  }
}

#shop .summary .summery-wrapper #price-string del .woocommerce-Price-amount.amount bdi{
  margin-right: 28px;
  font-size: 1.125rem;
  line-height: 111%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

#shop .summary .summery-wrapper #price-string ins{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#shop .summary .summery-wrapper #price-string ins .woocommerce-Price-amount.amount bdi{
  font-size: 1.125rem;
  line-height: 111%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

#shop .summary .summery-wrapper #price-string .woocommerce-Price-amount.amount bdi{
  font-size: 1.125rem;
  line-height: 111%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

@media screen and (max-width:640px) {

#shop .summary .mobile-add-to-card{
                bottom: 0;
                left: 0;
                right: 0;
                background: #F5F5F5;
                z-index: 999;
                padding: 15px 6%
        }
                    #shop .summary .mobile-add-to-card .single_add_to_cart_button .cta{
                        width: 150px;
                        padding: 17px 0;
                    }
            }

#shop .shop-taxonomy li:hover a{
                    box-shadow: inset 0px 0px 0px 2px #FF6D70;
                }

#shop .shop-taxonomy li:hover a h2{
                        color: #FF6D70;
                    }

#shop .shop-taxonomy li.current-cat a{
                    box-shadow: inset 0px 0px 0px 2px #FF6D70;
                }

#shop .shop-taxonomy li.current-cat a h2{
                        color: #FF6D70;
                    }

#shop .shop-taxonomy{
  position: absolute;
  right: 27px;
  left: 27px;
  z-index: 999;
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){

  #shop .shop-taxonomy{
    position: static;
    min-height: 100%;
  }
}

@media screen and (max-width:1023px) {

#shop #product-loop .blog-dividers .blog-divider{
                    display: flex;
                    flex-direction: column
            }
                }

#shop #product-loop .blog-dividers .blog-divider>.blog__item:first-child, #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(6){
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  border-bottom-width: 1px;
  padding-left: 27px;
  padding-right: 27px;
}

#shop #product-loop .blog-dividers .blog-divider>.blog__item:first-child>div, #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(6)>div{
  max-width: 100%;
}

#shop #product-loop .blog-dividers .blog-divider>.blog__item:first-child>div article>div>a>img, #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(6)>div article>div>a>img{
  height: 303px;
  width: 100%;
}

@media (min-width: 768px){

  #shop #product-loop .blog-dividers .blog-divider>.blog__item:first-child>div article>div>a>img, #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(6)>div article>div>a>img{
    height: 658px;
  }
}

@media (min-width: 1024px){

  #shop #product-loop .blog-dividers .blog-divider>.blog__item:first-child>div article>div>a>img, #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(6)>div article>div>a>img{
    height: 744px;
  }
}

#shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(odd){
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-left: 27px;
  padding-right: 27px;
}

@media (min-width: 1024px){

  #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(odd){
    border-right-width: 1px;
  }
}

#shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(even){
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-left: 27px;
  padding-right: 27px;
}

@media (min-width: 1024px){

  #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(even){
    border-right-width: 1px;
  }
}

#shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(5){
  border-bottom-width: 1px;
}

@media (min-width: 1024px){

  #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(5){
    padding-bottom: 35px;
  }
}

#shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(3), #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(5){
  border-right-width: 0px;
}

#shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(4){
  border-bottom-width: 1px;
  padding-bottom: 0;
}

@media (min-width: 1024px){

  #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(4){
    padding-bottom: 35px;
  }
}

#shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(8), #shop #product-loop .blog-dividers .blog-divider>.blog__item:nth-child(10){
  border-right-width: 0px;
}

#shop .woocommerce-pagination{
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  text-align: center;
}

#shop .woocommerce-pagination .page-numbers{
  text-align: center;
}

#shop .woocommerce-pagination .page-numbers li{
  display: inline-block;
  height: 35px;
  width: 38px;
  text-align: center;
  line-height: 35px;
}

#shop .woocommerce-pagination .page-numbers li .page-numbers{
  display: block;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

.cart_totals .tax-rate #shop .woocommerce-pagination .page-numbers li .page-numbers{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #shop .woocommerce-pagination .page-numbers li .page-numbers:nth-child(2){
    width: 100%;
    text-align: right;
}

#shop .woocommerce-pagination .page-numbers li .page-numbers.current{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 112 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cart_totals .tax-rate #shop .woocommerce-pagination .page-numbers li .page-numbers.current{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate #shop .woocommerce-pagination .page-numbers li .page-numbers.current:nth-child(2){
    width: 100%;
    text-align: right;
}

#shop .woocommerce-pagination .page-numbers li .page-numbers.next{

                    }

#shop .woocommerce-pagination .page-numbers li .page-numbers.prev{

                    }

.woocommerce-attr-single-product div:not(.pa_color){
        display: none;
    }

#price-string-single del{
  margin-bottom: 10px;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

@media (min-width: 768px){

  #price-string-single del{
    margin-bottom: 0;
  }
}

#price-string-single del .woocommerce-Price-amount.amount bdi{
  margin-right: 28px;
  font-size: 1.125rem;
  line-height: 111%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

#price-string-single ins{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#price-string-single ins .woocommerce-Price-amount.amount bdi{
  font-size: 1.125rem;
  line-height: 111%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

#price-string-single .woocommerce-Price-amount.amount bdi{
  font-size: 1.125rem;
  line-height: 111%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

.single-post-relation::after{
        content: '';
        width: 110.4%;
        height: 1px;
        background-color: #D7D7D7;
        position: absolute;
        left: -5.4%;
    }

.single-post-relation:first-child>h3{
            margin-top: 0;
        }

.single-post-relation:last-child::after{
            display: none;
        }

.single-post-relation:last-child .flex.justify-between{
            margin-bottom: 0;
        }

.single-post-relation a img{
            width: 100%;
        }

@media screen and (max-width:640px) {

.single-post-relation a img{
                height: 303px;
                -o-object-fit: cover;
                   object-fit: cover
        }
            }

.woocommerce-account #shop .woocommerce-breadcrumb{
  border-bottom-width: 0px;
}

@media (min-width: 1024px){

  .woocommerce-account #shop .woocommerce-breadcrumb{
    border-bottom-width: 1px;
  }
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li{
  position: relative;
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li a{
  display: block;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

.cart_totals .tax-rate .woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li a{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate .woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li a:nth-child(2){
    width: 100%;
    text-align: right;
}

@media (min-width: 1024px){

  .woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li a{
    border-right-width: 0px;
  }
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li.is-active a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 112 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li.is-active a:before{
                                background-color: #fff!important;
                            }

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a{
  border-top-width: 1px;
}

@media (min-width: 1024px){

  .woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a{
    border-top-width: 0px;
  }
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{
                                content: '';
                                background-color: #646464;
                                -webkit-mask-image: url(static/img/dashboard.svg);
                                mask-image: url(static/img/dashboard.svg);
                                -webkit-mask-repeat: no-repeat;
                                        mask-repeat: no-repeat;
                                -webkit-mask-size: contain;
                                        mask-size: contain;
                                width: 17px;
                                height: 17px;
                                position: absolute;
                                right: 28px;
                            }

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{
                                content: '';
                                background-color: #646464;
                                -webkit-mask-image: url(static/img/order.svg);
                                mask-image: url(static/img/order.svg);
                                -webkit-mask-repeat: no-repeat;
                                        mask-repeat: no-repeat;
                                -webkit-mask-size: contain;
                                        mask-size: contain;
                                width: 17px;
                                height: 17px;
                                position: absolute;
                                right: 28px;
                            }

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
                                content: '';
                                background-color: #646464;
                                -webkit-mask-image: url(static/img/downloads.svg);
                                mask-image: url(static/img/downloads.svg);
                                -webkit-mask-repeat: no-repeat;
                                        mask-repeat: no-repeat;
                                -webkit-mask-size: contain;
                                        mask-size: contain;
                                width: 17px;
                                height: 17px;
                                position: absolute;
                                right: 28px;
                            }

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
                                content: '';
                                background-color: #646464;
                                -webkit-mask-image: url(static/img/addresses.svg);
                                mask-image: url(static/img/addresses.svg);
                                -webkit-mask-repeat: no-repeat;
                                        mask-repeat: no-repeat;
                                -webkit-mask-size: contain;
                                        mask-size: contain;
                                width: 17px;
                                height: 17px;
                                position: absolute;
                                right: 28px;
                            }

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
                                content: '';
                                background-color: #646464;
                                -webkit-mask-image: url(static/img/account-details.svg);
                                mask-image: url(static/img/account-details.svg);
                                -webkit-mask-repeat: no-repeat;
                                        mask-repeat: no-repeat;
                                -webkit-mask-size: contain;
                                        mask-size: contain;
                                width: 17px;
                                height: 17px;
                                position: absolute;
                                right: 28px;
                            }

.woocommerce-account .my-accounts .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
                                content: '';
                                background-color: #646464;
                                -webkit-mask-image: url(static/img/log-out.svg);
                                        mask-image: url(static/img/log-out.svg);
                                -webkit-mask-repeat: no-repeat;
                                        mask-repeat: no-repeat;
                                -webkit-mask-size: contain;
                                        mask-size: contain;
                                width: 17px;
                                height: 17px;
                                position: absolute;
                                right: 28px;
                            }

.woocommerce-account .my-accounts .woocommerce-MyAccount-content a{
  --tw-text-opacity: 1;
  color: rgb(255 109 112 / var(--tw-text-opacity));
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-content label{
  display: inline-block;
  width: 100%;
  max-width: 110px;
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

.cart_totals .tax-rate .woocommerce-account .my-accounts .woocommerce-MyAccount-content label{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate .woocommerce-account .my-accounts .woocommerce-MyAccount-content label:nth-child(2){
    width: 100%;
    text-align: right;
}

@media (min-width: 1024px){

  .woocommerce-account .my-accounts .woocommerce-MyAccount-content label{
    font-size: 0.875rem;
    line-height: 143%;
  }
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-content input{
  margin-bottom: 24px;
  height: 30px;
  width: 100%;
  max-width: 270px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
  outline-width: 0px;
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-content fieldset input{
  width: 100%;
  max-width: 100%;
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-content fieldset input::-moz-placeholder{
  font-weight: 400;
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-content fieldset input:-ms-input-placeholder{
  font-weight: 400;
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-content fieldset input::placeholder{
  font-weight: 400;
}

@media (min-width: 1024px){

  .woocommerce-account .my-accounts .woocommerce-MyAccount-content fieldset input{
    max-width: 400px;
  }
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-content .woocommerce-Button{
  margin-top: 34px;
  width: 100%;
  max-width: 244px;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 112 / var(--tw-bg-opacity));
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 33px;
  padding-right: 33px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-content .woocommerce-Button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 99 103 / var(--tw-bg-opacity));
}

.woocommerce-account .my-accounts .woocommerce-MyAccount-content .woocommerce-Button.disabled{
  opacity: 0.5;
}

.woocommerce-account .woocommerce-MyAccount-orders:after{
            content: '';
            position: absolute;
            height: 1px;
            width: 110%;
            background-color: #D7D7D7;
            top: 33px;
            left: -5%;
        }

@media screen and (max-width:1024px){

.woocommerce-account .woocommerce-MyAccount-orders:after{
                display: none
        }
            }

.woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-number{
  order: 1;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-number{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-date{
  order: 5;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-date{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-status{
  order: 2;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-status{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-items{
  order: 4;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-items{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-total{
  order: 6;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-total{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-actions{
  order: 3;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-actions{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-actions span{
                            display: none;
                        }

.woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-number{
  order: 1;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-number{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-date{
  order: 5;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-date{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-status{
  order: 2;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-status{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-items{
  order: 4;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-items{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-total{
  order: 6;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-total{
    order: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions{
  order: 3;
}

@media (min-width: 1024px){

  .woocommerce-account .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions{
    order: 0;
  }
}

@media screen and (max-width:1024px){

.woocommerce-account .woocommerce-MyAccount-orders tbody tr:after{
                        content: '';
                        position: absolute;
                        height: 1px;
                        width: 94%;
                        background-color: #E5E5E5;
                        top: 43%;
                        left: 3%
                }
                    }

.woocommerce-form-register{
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.single-post-relation:last-child .woocommerce-form-register.justify-between{
            margin-bottom: 0;
        }

@media (min-width: 1024px){

  .woocommerce-form-register{
    display: grid;
  }
}

.woocommerce-form-register p{
  position: relative;
  width: 100%;
  text-align: center;
}

.woocommerce-form-register input{
  margin-bottom: 24px;
  height: 30px;
  width: 100%;
  max-width: 303px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
  outline-width: 0px;
}

.woocommerce-form-register input::-moz-placeholder{
  font-weight: 400;
}

.woocommerce-form-register input:-ms-input-placeholder{
  font-weight: 400;
}

.woocommerce-form-register input::placeholder{
  font-weight: 400;
}

@media (min-width: 1024px){

  .woocommerce-form-register input{
    max-width: 270px;
  }
}

.woocommerce-form-register label.error{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 109 112 / var(--tw-text-opacity));
}

.cart_totals .tax-rate .woocommerce-form-register label.error{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate .woocommerce-form-register label.error:nth-child(2){
    width: 100%;
    text-align: right;
}

.woocommerce-form-login{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-post-relation:last-child .woocommerce-form-login.justify-between{
            margin-bottom: 0;
        }

.woocommerce-form-login p{
  position: relative;
  width: 100%;
  max-width: 303px;
  text-align: center;
}

.woocommerce-form-login input{
  margin-bottom: 24px;
  height: 30px;
  width: 100%;
  max-width: 303px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
  outline-width: 0px;
}

.woocommerce-form-login input::-moz-placeholder{
  font-weight: 400;
}

.woocommerce-form-login input:-ms-input-placeholder{
  font-weight: 400;
}

.woocommerce-form-login input::placeholder{
  font-weight: 400;
}

.woocommerce-form-login label.error{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 109 112 / var(--tw-text-opacity));
}

.cart_totals .tax-rate .woocommerce-form-login label.error{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate .woocommerce-form-login label.error:nth-child(2){
    width: 100%;
    text-align: right;
}

/* Chrome, Safari, Edge, Opera */

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce-cart-form__cart-item .product-thumbnail img{
  height: 60px;
  width: 60px;
  max-width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){

  .woocommerce-cart-form__cart-item .product-thumbnail img{
    height: 38px;
    width: 38px;
    max-width: 38px;
  }
}

.woocommerce-cart-form__cart-item:last-child>div{
  border-bottom-width: 0px;
}

@media (min-width: 1024px){

  .woocommerce-cart-form__cart-item:last-child>div{
    border-bottom-width: 1px;
  }
}

.woocommerce-message{
  margin-bottom: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 112 / var(--tw-bg-opacity));
  padding: 10px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-shipping-calculator input, .woocommerce-shipping-calculator select{
  height: 30px;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
  outline-width: 0px;
}

.woocommerce-shipping-calculator input::-moz-placeholder, .woocommerce-shipping-calculator select::-moz-placeholder{
  font-weight: 400;
}

.woocommerce-shipping-calculator input:-ms-input-placeholder, .woocommerce-shipping-calculator select:-ms-input-placeholder{
  font-weight: 400;
}

.woocommerce-shipping-calculator input::placeholder, .woocommerce-shipping-calculator select::placeholder{
  font-weight: 400;
}

#shipping_method .woocommerce-Price-amount{
  margin-left: 48px;
  font-weight: 700;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: column;
  -moz-column-gap: 34px;
       column-gap: 34px;
}

.single-post-relation:last-child .woocommerce-billing-fields__field-wrapper.justify-between, .single-post-relation:last-child .woocommerce-shipping-fields__field-wrapper.justify-between{
            margin-bottom: 0;
        }

@media (min-width: 768px){

  .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
    display: grid;
  }
}

.woocommerce-billing-fields__field-wrapper p, .woocommerce-shipping-fields__field-wrapper p{
  position: relative;
  width: 100%;
  max-width: 303px;
  text-align: center;
}

.woocommerce-billing-fields__field-wrapper p label, .woocommerce-shipping-fields__field-wrapper p label{
  display: none;
}

.woocommerce-billing-fields__field-wrapper p#billing_country_field, .woocommerce-shipping-fields__field-wrapper p#billing_country_field{
  grid-column: span 2 / span 2;
  max-width: 100%;
  text-align: left;
}

.woocommerce-billing-fields__field-wrapper p#new_order_notes_field, .woocommerce-shipping-fields__field-wrapper p#new_order_notes_field{
  grid-column: span 2 / span 2;
  max-width: 100%;
  text-align: left;
}

.woocommerce-billing-fields__field-wrapper p#new_order_notes_field input, .woocommerce-shipping-fields__field-wrapper p#new_order_notes_field input{
  width: 100%;
  max-width: 100%;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-shipping-fields__field-wrapper input{
  margin-bottom: 24px;
  height: 30px;
  width: 100%;
  max-width: 303px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
  outline-width: 0px;
}

.woocommerce-billing-fields__field-wrapper input::-moz-placeholder, .woocommerce-shipping-fields__field-wrapper input::-moz-placeholder{
  font-weight: 400;
}

.woocommerce-billing-fields__field-wrapper input:-ms-input-placeholder, .woocommerce-shipping-fields__field-wrapper input:-ms-input-placeholder{
  font-weight: 400;
}

.woocommerce-billing-fields__field-wrapper input::placeholder, .woocommerce-shipping-fields__field-wrapper input::placeholder{
  font-weight: 400;
}

.woocommerce-billing-fields__field-wrapper label.error, .woocommerce-shipping-fields__field-wrapper label.error{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 109 112 / var(--tw-text-opacity));
}

.cart_totals .tax-rate .woocommerce-billing-fields__field-wrapper label.error, .cart_totals .tax-rate .woocommerce-shipping-fields__field-wrapper label.error{
    width: 30%;
    text-align:left;
}

.cart_totals .tax-rate .woocommerce-billing-fields__field-wrapper label.error:nth-child(2), .cart_totals .tax-rate .woocommerce-shipping-fields__field-wrapper label.error:nth-child(2){
    width: 100%;
    text-align: right;
}

.woocommerce-privacy-policy-text a{
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#order_review img{
  height: 77px;
  width: 77px;
  max-width: 77px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){

  #order_review img{
    margin-left: 20px;
    height: 60px;
    width: 60px;
    max-width: 60px;
  }
}

#order_review .woocommerce-Price-amount amount{
  margin-top: 19px;
  display: block;
}

.woocommerce-shipping-totals th{
  margin-top: 26px;
}

tfoot .order-total{
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-left: 22px;
  padding-right: 22px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
  grid-column: span 2 / span 2;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  text-align: center;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout li{
  margin-bottom: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 112 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-customer-details{
    display: none;
}

.woocommerce-order-overview li{
        position: relative;
    }

.woocommerce-order-overview li:first-child:before{
                display: none;
            }

.woocommerce-order-overview li:before{
            content: '';
            position: absolute;
            height: 68%;
            width: 1px;
            background-color: #d7d7d7;
            left: -40px;
            top: 9px;
        }

@media screen and (max-width:992px) {

.woocommerce-order-overview li:before{
                display: none
        }
            }

.order-img img{
  height: 77px;
  width: 77px;
  max-width: 77px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){

  .order-img img{
    height: 60px;
    width: 60px;
    max-width: 60px;
  }
}

.woocommerce-table--order-details.shop_table.order_details tfoot:last-child{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  text-align: left;
}

.woocommerce-table--order-details.shop_table.order_details tfoot td{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-left: 18px;
}

.woocommerce-table--order-details.shop_table.order_details tfoot th{
  padding-left: 18px;
}

.woocommerce-table--order-details.shop_table.order_details tfoot .amount{
  font-size: 16px;
  font-weight: 700;
}

.wc-forward[title="View cart"] {
 color:#646464;
}

.wc-forward[title="View cart"]:hover {
    color:#FF6D70;
    transition:all;
    transition-duration: 500ms;
}

#order_comments_field{
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.single-post-relation:last-child #order_comments_field.justify-between{
            margin-bottom: 0;
        }

#order_comments_field .woocommerce-input-wrapper, #order_comments_field textarea, #order_comments_field label{
  width: 100%;
}

#order_comments_field textarea{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 8px;
}

/*
Payment Order Screen
 */

/* Order review */

#order_review{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    padding-top:49px;
}

/* Product name */

.shop_table thead .product-name{
    text-align:left;
}

/* Th */

.shop_table tfoot tr:nth-child(1) th{
    text-align:left;
    padding-top:30px;
}

/* Th */

.shop_table tr:nth-child(2) th{
    text-align:left;
}

/* Product total */

.hentry div .woocommerce #order_review .shop_table thead tr .product-total{
    width:60px !important;
}

/* Product total */

.shop_table thead .product-total{
    text-align:left;
}

/* Product quantity */

.shop_table thead .product-quantity{
    text-align:left;
}

/* Payment methods */

#payment .wc_payment_methods{
    margin-bottom:30px;
    margin-top:30px;
}

/* Form row */

#payment > .form-row{
    margin-bottom:39px;
}

/* Payment method */

#payment .wc_payment_methods > .wc_payment_method{
    padding-bottom:10px;
}

/* Payment box */

.wc_payment_methods .wc_payment_method > .payment_box{
    padding-top:10px;
}

/* Product name */

.shop_table tbody .product-name{
    padding-right:48px;
}

/* Product quantity */

.order_item .product-quantity .product-quantity{
    display:inline-block;
    width:60px;
}

/* Product total */

.shop_table tfoot tr:nth-child(1) .product-total{
    text-align:left;
    padding-top:30px;
}

/* Payment */

#payment{
    max-width:670px;
}

/* 640px and smaller screen sizes */

@media (max-width:640px){
    #payment{
        width:100% !important;
        height: auto !important;
    }

}

/*
Fix MY Account Page
 */

/* Woocommerce pagination  without numbers */

.my-accounts .lg\:border-l .woocommerce-pagination--without-numbers{
    margin-top:60px;
}

/* Table Data */

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap: 10px;
}

/* Link */

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a{
    min-width:110px;
    text-align:center;
}

/* Th */

.woocommerce-MyAccount-orders .lg\:inline-block{
    text-align:left;
}

/* Woocommerce  price amount */

.woocommerce-MyAccount-orders .woocommerce-Price-amount{
    text-align:left;
}

/* Span Tag */

.woocommerce-MyAccount-orders .lg\:inline-block span{
    text-align:left;
}

.my-accounts .lg\:border-l .woocommerce-pagination--without-numbers{
    border-left-style:none;
}

/*
fix cart discount
 */

/* Cart discount */

.cart_totals tbody .cart-discount{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    gap: 20px;
}

/*
fix GST rate in cart
 */

/* Tax rate */

.cart_totals tbody .tax-rate{
    display:flex;
    align-content:space-between;
    padding-left:18px;
    padding-right:18px;
}

/* Font light */

.cart_totals .tax-rate .font-light{
    width: 30%;
    text-align:left;
}

/* Font light */

.cart_totals .tax-rate .font-light:nth-child(2){
    width: 100%;
    text-align: right;
}

.stock {
    display: none;
}

.cta-oos {
    display: inline-block;
    width: 200px;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: #999;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    text-align: center;
    font-size: 1rem;
    line-height: 19px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*
Checkout GST
 */

.woocommerce-checkout-review-order-table .tax-rate th{
    padding-left:18px;
}

/* Woocommerce  price amount */

.tax-rate td .woocommerce-Price-amount{
    float: right;
    padding-right:18px;
}

.woocommerce-checkout #order_review{
        padding-top:0;
    }

.woocommerce-checkout .amount {
        color:#000;
        font-weight: 700;
    }

.woocommerce-checkout .tax-rate {
        text-align: left;
    }

.woocommerce-checkout #payment {
        width:100%
    }

.woocommerce-order-pay .shop_table {
        margin-top: 50px;
    }

/* Shop table */

.woocommerce-order-pay #order_review .shop_table{
        width:900px;
    }

/* Th */

.woocommerce-order-pay .hentry div .woocommerce #order_review .shop_table tfoot tr th{
        width:825px !important;
    }

/* Product name */

.woocommerce-order-pay .shop_table tbody .product-name{
        padding-right:0px;
        width:700px;
    }

/* Product quantity */

.woocommerce-order-pay .hentry div .woocommerce #order_review .shop_table tbody .order_item > .product-quantity{
        width:50px !important;
    }

/* Product total */

.woocommerce-order-pay .hentry div .woocommerce #order_review .shop_table tfoot tr .product-total{
        width:214px !important;
    }

/* Th */

.woocommerce-order-pay .shop_table tfoot th{
        text-align:right !important;
        padding-right:20px;
    }

/* Payment */

.woocommerce-order-pay #payment {
        max-width:900px;
    }

.innerblocks p{
  margin-bottom: 40px;
}

.innerblocks h4{
  margin-bottom: 10px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.innerblocks a{
  margin-bottom: 10px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media screen and (max-width:1023px) {

.blog-dividers .blog-divider{
            display: flex;
            flex-direction: column
    }
        }

.blog-dividers .blog-divider>.blog__item:first-child{
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  border-bottom-width: 1px;
  padding-left: 27px;
  padding-right: 27px;
}

@media (min-width: 1024px){

  .blog-dividers .blog-divider>.blog__item:first-child{
    border-bottom-width: 0px;
  }
}

.blog-dividers .blog-divider>.blog__item:first-child>div{
  max-width: 100%;
}

.blog-dividers .blog-divider>.blog__item:first-child>div article>div>img{
  height: 303px;
  width: 100%;
}

@media (min-width: 768px){

  .blog-dividers .blog-divider>.blog__item:first-child>div article>div>img{
    height: 658px;
  }
}

@media (min-width: 1024px){

  .blog-dividers .blog-divider>.blog__item:first-child>div article>div>img{
    height: 744px;
  }
}

.blog-dividers .blog-divider>.blog__item:nth-child(odd){
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-left: 27px;
  padding-right: 27px;
}

@media (min-width: 1024px){

  .blog-dividers .blog-divider>.blog__item:nth-child(odd){
    border-right-width: 1px;
  }
}

.blog-dividers .blog-divider>.blog__item:nth-child(even){
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-left: 27px;
  padding-right: 27px;
}

@media (min-width: 1024px){

  .blog-dividers .blog-divider>.blog__item:nth-child(even){
    border-right-width: 1px;
  }
}

.blog-dividers .blog-divider>.blog__item:nth-child(5){
  border-bottom-width: 0px;
  padding-bottom: 35px;
}

.blog-dividers .blog-divider>.blog__item:nth-child(3), .blog-dividers .blog-divider>.blog__item:nth-child(5){
  border-right-width: 0px;
}

.blog-dividers .blog-divider>.blog__item:nth-child(4){
  border-bottom-width: 1px;
  padding-bottom: 0;
}

@media (min-width: 1024px){

  .blog-dividers .blog-divider>.blog__item:nth-child(4){
    border-bottom-width: 0px;
    padding-bottom: 35px;
  }
}

.blog-dividers .blog-divider>.blog__item.product__item:first-child{
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  border-bottom-width: 1px;
  padding-left: 27px;
  padding-right: 27px;
}

@media (min-width: 1024px){

  .blog-dividers .blog-divider>.blog__item.product__item:first-child{
    border-bottom-width: 0px;
  }
}

.blog-dividers .blog-divider>.blog__item.product__item:first-child>div{
  max-width: 100%;
}

.blog-dividers .blog-divider>.blog__item.product__item:first-child>div article>div>a>img{
  height: 303px;
  width: 100%;
}

@media (min-width: 768px){

  .blog-dividers .blog-divider>.blog__item.product__item:first-child>div article>div>a>img{
    height: 658px;
  }
}

@media (min-width: 1024px){

  .blog-dividers .blog-divider>.blog__item.product__item:first-child>div article>div>a>img{
    height: 744px;
  }
}

.blog-dividers .blog-divider>.blog__item.product__item:nth-child(odd){
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
}

@media (min-width: 1024px){

  .blog-dividers .blog-divider>.blog__item.product__item:nth-child(odd){
    border-right-width: 1px;
  }
}

.blog-dividers .blog-divider>.blog__item.product__item:nth-child(even){
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
}

@media (min-width: 1024px){

  .blog-dividers .blog-divider>.blog__item.product__item:nth-child(even){
    border-right-width: 1px;
  }
}

.blog-dividers .blog-divider>.blog__item.product__item:nth-child(4), .blog-dividers .blog-divider>.blog__item.product__item:nth-child(5){
  border-bottom-width: 0px;
  padding-bottom: 0;
}

.blog-dividers .blog-divider>.blog__item.product__item:nth-child(3), .blog-dividers .blog-divider>.blog__item.product__item:nth-child(5){
  border-right-width: 0px;
}

.blog-dividers .blog-divider>.blog__item.product__item:nth-child(4){
  border-bottom-width: 1px;
}

@media (min-width: 1024px){

  .blog-dividers .blog-divider>.blog__item.product__item:nth-child(4){
    border-bottom-width: 0px;
  }
}

.blog-dividers .blog-divider>.blog__item.testimonial__item figure figcaption div p{
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

@media (min-width: 768px){

  .blog-dividers .blog-divider>.blog__item.testimonial__item figure figcaption div p{
    font-size: 1.125rem;
    line-height: 111%;
  }
}

.comas .coma:last-child{
            display: none;
        }

.overflow-hidden{
    overflow: hidden;
}

.placeholder\:font-light::-moz-placeholder{
  font-weight: 400;
}

.placeholder\:font-light:-ms-input-placeholder{
  font-weight: 400;
}

.placeholder\:font-light::placeholder{
  font-weight: 400;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.hover\:rotate-180:hover{
  --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));
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:cursor-not-allowed:hover{
  cursor: not-allowed;
}

.hover\:text-cta_hover:hover{
  --tw-text-opacity: 1;
  color: rgb(238 99 103 / var(--tw-text-opacity));
}

.hover\:text-midnight_grey:hover{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:filter-none:hover{
  filter: none;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){

  .sm\:static{
    position: static;
  }

  .sm\:mt-\[21px\]{
    margin-top: 21px;
  }

  .sm\:block{
    display: block;
  }
}

@media (min-width: 768px){

  .md\:order-first{
    order: -9999;
  }

  .md\:mr-\[38px\]{
    margin-right: 38px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:h-\[658px\]{
    height: 658px;
  }

  .md\:h-\[500px\]{
    height: 500px;
  }

  .md\:h-\[403px\]{
    height: 403px;
  }

  .md\:h-\[120px\]{
    height: 120px;
  }

  .md\:max-h-\[658px\]{
    max-height: 658px;
  }

  .md\:w-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-\[120px\]{
    width: 120px;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:gap-y-\[50px\]{
    row-gap: 50px;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:px-\[28px\]{
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:py-\[0\]{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:pb-\[0\]{
    padding-bottom: 0;
  }

  .md\:pt-\[25px\]{
    padding-top: 25px;
  }

  .md\:pb-\[16px\]{
    padding-bottom: 16px;
  }

  .md\:pr-\[27px\]{
    padding-right: 27px;
  }

  .md\:pl-\[27px\]{
    padding-left: 27px;
  }

  .md\:pt-\[29px\]{
    padding-top: 29px;
  }

  .md\:pb-\[32px\]{
    padding-bottom: 32px;
  }

  .md\:pr-\[48px\]{
    padding-right: 48px;
  }

  .md\:text-p{
    font-size: 0.875rem;
    line-height: 143%;
  }

  .md\:text-h2m{
    font-size: 1.125rem;
    line-height: 111%;
  }
}

@media (min-width: 1024px){

  .lg\:absolute{
    position: absolute;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:ml-\[20px\]{
    margin-left: 20px;
  }

  .lg\:mt-\[48px\]{
    margin-top: 48px;
  }

  .lg\:mt-\[0\]{
    margin-top: 0;
  }

  .lg\:mt-\[22px\]{
    margin-top: 22px;
  }

  .lg\:ml-\[0\]{
    margin-left: 0;
  }

  .lg\:ml-\[18px\]{
    margin-left: 18px;
  }

  .lg\:ml-\[15px\]{
    margin-left: 15px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row-group{
    display: table-row-group;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[245px\]{
    height: 245px;
  }

  .lg\:h-\[661px\]{
    height: 661px;
  }

  .lg\:h-\[900px\]{
    height: 900px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-\[403px\]{
    height: 403px;
  }

  .lg\:h-\[753px\]{
    height: 753px;
  }

  .lg\:max-h-\[245px\]{
    max-height: 245px;
  }

  .lg\:w-\[600px\]{
    width: 600px;
  }

  .lg\:w-\[300px\]{
    width: 300px;
  }

  .lg\:w-\[50\%\]{
    width: 50%;
  }

  .lg\:w-\[97px\]{
    width: 97px;
  }

  .lg\:max-w-\[245px\]{
    max-width: 245px;
  }

  .lg\:max-w-\[120px\]{
    max-width: 120px;
  }

  .lg\:max-w-\[244px\]{
    max-width: 244px;
  }

  .lg\:flex-\[2\]{
    flex: 2;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

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

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

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:gap-x-\[40px\]{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:rounded-\[0\]{
    border-radius: 0;
  }

  .lg\:border-0{
    border-width: 0px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-x-0{
    border-left-width: 0px;
    border-right-width: 0px;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-l-0{
    border-left-width: 0px;
  }

  .lg\:border-t-0{
    border-top-width: 0px;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:p-\[0\]{
    padding: 0;
  }

  .lg\:py-\[0\]{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-\[27px\]{
    padding-left: 27px;
    padding-right: 27px;
  }

  .lg\:px-\[0\]{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-\[11px\]{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .lg\:pr-\[30px\]{
    padding-right: 30px;
  }

  .lg\:pl-\[30px\]{
    padding-left: 30px;
  }

  .lg\:pb-\[28px\]{
    padding-bottom: 28px;
  }

  .lg\:pb-\[22px\]{
    padding-bottom: 22px;
  }

  .lg\:pt-\[19px\]{
    padding-top: 19px;
  }

  .lg\:pb-\[10px\]{
    padding-bottom: 10px;
  }

  .lg\:pb-\[36px\]{
    padding-bottom: 36px;
  }

  .lg\:pt-\[0\]{
    padding-top: 0;
  }

  .lg\:pl-\[110px\]{
    padding-left: 110px;
  }

  .lg\:pl-\[0\]{
    padding-left: 0;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-p{
    font-size: 0.875rem;
    line-height: 143%;
  }

  .lg\:text-\[48px\]{
    font-size: 48px;
  }

  .lg\:text-\[18px\]{
    font-size: 18px;
  }

  .lg\:text-\[\#3F7AD2\]{
    --tw-text-opacity: 1;
    color: rgb(63 122 210 / var(--tw-text-opacity));
  }

  .lg\:text-\[\#3FD271\]{
    --tw-text-opacity: 1;
    color: rgb(63 210 113 / var(--tw-text-opacity));
  }

  .lg\:text-\[\#9C9C9C\]{
    --tw-text-opacity: 1;
    color: rgb(156 156 156 / var(--tw-text-opacity));
  }

  .lg\:text-socialist_grey{
    --tw-text-opacity: 1;
    color: rgb(156 156 156 / var(--tw-text-opacity));
  }
}