@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-ERBrE.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBw.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsBw.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}

/*
! tailwindcss v3.0.15 | 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: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-top-10 {
  top: -2.5rem;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.top-10 {
  top: 2.5rem;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-full {
  bottom: 100%;
}

.top-14 {
  top: 3.5rem;
}

.top-12 {
  top: 3rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.-order-1 {
  order: -1;
}

.m-2 {
  margin: 0.5rem;
}

.\!m-0 {
  margin: 0px !important;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-3 {
  height: 0.75rem;
}

.h-12 {
  height: 3rem;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-4 {
  height: 1rem;
}

.h-20 {
  height: 5rem;
}

.\!h-\[initial\] {
  height: initial !important;
}

.h-16 {
  height: 4rem;
}

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

.h-full {
  height: 100%;
}

.h-7 {
  height: 1.75rem;
}

.\!h-11 {
  height: 2.75rem !important;
}

.h-14 {
  height: 3.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.max-h-0 {
  max-height: 0px;
}

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

.w-3 {
  width: 0.75rem;
}

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

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

.w-12 {
  width: 3rem;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-1\/2 {
  width: 50%;
}

.w-6 {
  width: 1.5rem;
}

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

.w-4 {
  width: 1rem;
}

.w-20 {
  width: 5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-16 {
  width: 4rem;
}

.w-3\/4 {
  width: 75%;
}

.w-8 {
  width: 2rem;
}

.w-14 {
  width: 3.5rem;
}

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

.w-0 {
  width: 0px;
}

.w-auto {
  width: auto;
}

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

.w-9 {
  width: 2.25rem;
}

.\!w-full {
  width: 100% !important;
}

.w-\[60vw\] {
  width: 60vw;
}

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

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

.\!max-w-\[200px\] {
  max-width: 200px !important;
}

.\!max-w-\[100px\] {
  max-width: 100px !important;
}

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

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-full {
  flex-basis: 100%;
}

.basis-\[48\%\] {
  flex-basis: 48%;
}

.basis-\[30\%\] {
  flex-basis: 30%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.\!list-none {
  list-style-type: none !important;
}

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

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

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

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

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

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

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-4 {
  gap: 1rem;
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

.border-none {
  border-style: none;
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(214 189 148 / var(--tw-border-opacity));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(159 160 164 / var(--tw-border-opacity));
}

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

.border-y-grayDivider {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-b-grayDivider {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
}

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

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 0 / var(--tw-bg-opacity));
}

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

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

.bg-blue {
  background-color: rgba(236,245,254,1);
}

.fill-gray {
  fill: #9fa0a4;
}

.fill-primary {
  fill: #d6bd94;
}

.fill-green {
  fill: #00a500;
}

.fill-red {
  fill: #ff0007;
}

.fill-black {
  fill: #000;
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #FFF;
}

.fill-transparent {
  fill: transparent;
}

.stroke-black {
  stroke: #000;
}

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

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

.p-6 {
  padding: 1.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-1 {
  padding: 0.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.\!px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.\!py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

.pt-7 {
  padding-top: 1.75rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

.\!text-center {
  text-align: center !important;
}

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

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

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

.text-24 {
  font-size: 1.5rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-12 {
  font-size: .75rem;
}

.text-14 {
  font-size: .875rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-40 {
  font-size: 2.5rem;
}

.text-32 {
  font-size: 2rem;
}

.\!text-48 {
  font-size: 3rem !important;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-8 {
  line-height: 2rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-6 {
  line-height: 1.5rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(159 160 164 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(214 189 148 / var(--tw-text-opacity));
}

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

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

.text-blackLight {
  color: rgba(0,0,0,0.7);
}

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

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

.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 165 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;
}

.shadow-button {
  --tw-shadow: 0px -3px 1px 0px rgba(42, 133, 0, 0.42) inset;
  --tw-shadow-colored: inset 0px -3px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-circle {
  --tw-shadow: 0px 0px 10px 0px rgba(52, 51, 55, 0.14);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-box {
  --tw-shadow: 0 -1px 0 0 rgb(0 0 0 / 10%) inset;
  --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

html {
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity));
}

.container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

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

.card:hover {
  box-shadow: 0px 0px 40px 0px rgba(212, 211, 205, 0.58);
}

.section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.moving-link {
  display: flex;
  align-items: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(214 189 148 / var(--tw-text-opacity));
}

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

.moving-link svg {
  display: none;
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: currentColor;
}

.moving-link:hover {
  padding-left: 0.75rem;
}

.moving-link:hover svg {
  margin-left: 0.75rem;
  display: block;
}

.mobile-menu.active > nav {
  display: block;
}

.filter-trigger {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .filter-trigger {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .filter-trigger {
    width: 66.666667%;
  }
  .filter-trigger {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .filter-trigger {
    font-size: 1rem;
  }
}

.dgwt-wcas-suggestion-more {
  display: none !important;
}

.cf7 input, .cf7 textarea {
  margin-bottom: 1.5rem;
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.cf7 input[type="submit"] {
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 189 148 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(214 189 148 / var(--tw-text-opacity));
}

.cf7 input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cf7 input[type="submit"] {;
  max-width: 250px;
}

.cf7 form {
  max-width: 600px;
  margin: 0 auto;
}

.cf7 div {
  text-align: left;
}

.cf7 .wpcf7-spinner {
  display: block;
}

.svg-gradient {
  fill: url(#gradient);
}

.gradient::before {
  content: '';
  display: block;
  width: 100%;
  height: 45px;
}

@media (min-width: 768px) {
  .gradient::before {
    height: 90px;
  }
}

.gradient::before {
  background: linear-gradient(180deg, rgba(225,225,223,1) 0%, rgba(240,240,240,0) 77%, transparent 100%);
}

.submenu__divider::before {
  content: '';
  height: 100%;
  display: block;
  width: 1px;
  background: #d4d4d4;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  .product-slideshow {
    height: 400px;
  }
}

.product-thumbs-slideshow .swiper-slide {
  opacity: 0.4;
}

.product-thumbs-slideshow .swiper-slide-thumb-active {
  opacity: 1;
}

.woocommerce-Price-currencySymbol {
  font-size: 60%;
}

.tabs {
  margin-bottom: 2.5rem;
}

.tabs .tabs__list {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  overflow-y: hidden;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .tabs .tabs__list {
    overflow: visible;
  }
}

@media (min-width: 768px) {
  .tabs .tabs__list {
    position: relative;
  }
  .tabs .tabs__list {
    margin-bottom: 3rem;
  }
  .tabs .tabs__list {
    justify-content: flex-start;
  }
}

.tabs .tabs__list li {
  position: relative;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  flex-shrink: 0;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.tabs .tabs__list li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tabs .tabs__list li span {
  cursor: pointer;
}

@media (min-width: 768px) {
  .tabs .tabs__list li span {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tabs .tabs__list li span {
    font-size: 1.125rem;
  }
}

.tabs .tabs__list::after {
  content: '';
  border-bottom: 1px solid;
  position: absolute;
  top: 100%;
  width: 100%;
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
}

.tabs .tabs__list li:hover::after {
  content: '';
  border-bottom: 3px solid;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 10;
  display: block;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(214 189 148 / var(--tw-border-opacity));
}

.tabs .tabs__content > div:not(.active) {
  display: none;
}

.tabs #description {
  position: relative;
}

.tabs #description .shrinked {
  height: 280px;
  overflow: hidden;
}

.tabs #description h2 {
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .tabs #description h2 {
    font-size: 2.5rem;
  }
}

.tabs #description h3 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .tabs #description h3 {
    font-size: 1.75rem;
  }
}

.tabs #description p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.tabs #description div:not(.shrinked) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .tabs #description div:not(.shrinked) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.tabs #show-more {
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.tabs #show-more:before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.6));
}

.tabs #show-more:after {
  content: "";
  display: block;
  border-top: solid 1px #d6bd94;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.tabs #show-more span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  font-weight: bold;
}

.dynamic-content h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.dynamic-content h3 {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.dynamic-content p {
  margin-bottom: 2rem;
}

.btn-prev-slide, .btn-next-slide {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  height: 2rem;
  width: 2rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 10px 0px rgba(52, 51, 55, 0.14);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .btn-prev-slide, .btn-next-slide {
    height: 3rem;
  }
  .btn-prev-slide, .btn-next-slide {
    width: 3rem;
  }
}

.btn-prev-slide {
  left: 2%;
}

.btn-next-slide {
  right: 2%;
}

.btn-next-slide svg {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-prev-slide svg {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.editor-content h1 {
  margin-bottom: 1.75rem;
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .editor-content h1 {
    font-size: 3rem;
  }
}

.editor-content h2 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .editor-content h2 {
    font-size: 2rem;
  }
}

.editor-content h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .editor-content h3 {
    font-size: 1.75rem;
  }
}

.editor-content p {
  margin-bottom: 1.25rem;
}

.editor-content p:last-child {
  margin-bottom: 0px;
}

.editor-content li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.editor-content ul {
  list-style-type: disc;
  padding-left: 1.75rem;
}

.editor-content a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.editor-content table {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.editor-content table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 29 31 / var(--tw-border-opacity));
  padding: 0.5rem;
}

.button-custom {
  display: inline-block;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 189 148 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(214 189 148 / var(--tw-text-opacity));
}

.button-custom:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-cart-form th,
.woocommerce .cart-collaterals .heading  {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}

.woocommerce table.shop_table {
  border: none !important;
  flex-basis: 60%;
  flex-shrink: 0;
  align-self: baseline;
}

.woocommerce table.shop_table td {
  display: table-cell !important;
}

.shop_table bdi, .cart-collaterals bdi {
  --tw-text-opacity: 1;
  color: rgb(0 165 0 / var(--tw-text-opacity));
}

.order-total bdi {
  font-weight: 700;
}

.woocommerce .woocommerce-Addresses.u-columns {
  margin-top: 1rem;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(214 189 148 / var(--tw-border-opacity));
  padding: 1rem;
}

.woocommerce-MyAccount-content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.woocommerce-MyAccount-content h3 {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.woocommerce table.shop_table thead th,
.woocommerce-cart-form .product-name {
  text-transform: uppercase !important;
}

.cart_totals > h2 {
  display: none;
}

.woocommerce-cart .woocommerce table.shop_table thead th,
.cart_totals thead th {
  border-bottom: 3px solid rgba(0,0,0,0.1) !important;
}

#customers_details .col-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.cart_totals th {
  text-align: left;
}

.woocommerce table.shop_table td {
  background-color: initial !important;
}

.woocommerce table.shop_table .product-thumbnail::before {
  display: none !important;
}

.woocommerce table.shop_table .product-price {
  min-width: 90px !important;
}

.woocommerce table.shop_table .product-thumbnail img {
  width: 100%;
}

.short-desc ul {
  list-style-type: initial;
  list-style-position: inside;
}

.short-desc li {
  margin: 10px 0;
}

.woocommerce table.shop_table_responsive tr, 
.woocommerce-page table.shop_table_responsive tr {
  display: table-row !important;
}

.woocommerce table.shop_table_responsive tr .product-name::before, .woocommerce-page table.shop_table_responsive tr .product-name::before, .woocommerce table.shop_table_responsive tr .product-quantity::before, .woocommerce-page table.shop_table_responsive tr .product-quantity::before {
  display: none;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table_responsive tr .product-name::before, .woocommerce-page table.shop_table_responsive tr .product-name::before, .woocommerce table.shop_table_responsive tr .product-quantity::before, .woocommerce-page table.shop_table_responsive tr .product-quantity::before {
    display: block;
  }
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, 
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
  border-top: 1px solid rgba(0,0,0,.1) !important;
}

.woocommerce table.shop_table_responsive tr .product-name, .woocommerce-page table.shop_table_responsive tr .product-name {
  text-align: left !important;
}

.woocommerce table.shop_table .product-price, .woocommerce table.shop_table .product-subtotal {
  display: none !important;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table .product-price, .woocommerce table.shop_table .product-subtotal {
    display: table-cell !important;
  }
}

.woocommerce table.shop_table .product-thumbnail{
  width: 100px;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
  float: initial !important;
  width: initial !important;
}

.woocommerce .cart-collaterals {
  flex-basis: 40%;
}

@media (min-width: 1024px) {
  .woocommerce .cart-collaterals {
    border-left-width: 1px;
  }
  .woocommerce .cart-collaterals {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
  }
  .woocommerce .cart-collaterals {
    padding-left: 1.5rem;
  }
}

.woocommerce .cart-collaterals .coupon label {
  display: none;
}

.woocommerce .cart-collaterals .coupon input,
.woocommerce .cart-collaterals .coupon button {
  width: 100%;
  margin-top: 20px;
}

.woocommerce .cart-collaterals .shop_table td {
  text-align: right;
}

#order_review_heading {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.woocommerce-billing-fields > h3 {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
}

.woocommerce .cart-collaterals .heading {
  margin-top: 20px;
  border-bottom: 3px solid rgba(0,0,0,.1) !important;
}

.woocommerce .checkout-button {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
  width: 100% !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 165 0 / var(--tw-bg-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0px -3px 1px 0px rgba(42, 133, 0, 0.42) inset !important;
  --tw-shadow-colored: inset 0px -3px 1px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 768px) {
  .woocommerce .checkout-button {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .woocommerce .checkout-button {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.dropdown {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 189 148 / var(--tw-border-opacity));
  position: absolute;
  max-height: 0;
  z-index: 50;
  padding: 20px;
  opacity: 0;
  margin: 0;
  transition: opacity .25s;
  background-color: #fff;
  text-align: left;
  display: table;
  left: -9999px;
  top: 100%;
}

.dropdown.account {
  min-width: 200px;
  transform: translateX(-30%);
}

.woocommerce-mini-cart-item {
  list-style: none !important;
  padding: 10px 25 5px 75px !important;
  min-height: 80px !important;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.33;
}

.woocommerce-mini-cart-item a:not(.remove) {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.woocommerce-mini-cart-item a.remove {
  position: absolute;
  right: 0;
  z-index: 9;
}

.woocommerce-mini-cart-item .quantity {
  display: block;
  margin-top: 3px;
  font-size: .85em;
}

.woocommerce-mini-cart-item img {
  top: 10px !important;
  position: absolute;
  left: 0;
  width: 60px !important;
  height: 60px !important;
  margin-bottom: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.cart_totals > table {
  width: 100%;
}

.woocommerce-mini-cart__buttons > a:not(.checkout) {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
  width: 100% !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  text-align: center;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .woocommerce-mini-cart__buttons > a:not(.checkout) {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .woocommerce-mini-cart__buttons > a:not(.checkout) {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
}

.woocommerce-mini-cart__buttons > .checkout {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
  width: 100% !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 165 0 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  text-align: center;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .woocommerce-mini-cart__buttons > .checkout {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .woocommerce-mini-cart__buttons > .checkout {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
}

.dropdown.cart .woocommerce-mini-cart__total {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

.dropdown.cart .amount {
  --tw-text-opacity: 1;
  color: rgb(0 165 0 / var(--tw-text-opacity));
}

.woocommerce-message {
  margin: 0px !important;
}

a.added_to_cart {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 0.4375em !important;
}

.woocommerce table.shop_table tfoot td {
  font-weight: 300 !important;
}

.woocommerce .checkout .fee {
  --tw-text-opacity: 1;
  color: rgb(255 0 7 / var(--tw-text-opacity));
}

.woocommerce .checkout .col-1 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .woocommerce .checkout .col-1 {
    width: 48% !important;
  }
  .woocommerce .checkout .col-1 {
    padding: 1.25rem;
  }
}

.woocommerce .checkout .col-2 {
  margin-top: 2.5rem;
  width: 100% !important;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .woocommerce .checkout .col-2 {
    margin-top: 0px;
  }
  .woocommerce .checkout .col-2 {
    width: 48% !important;
  }
  .woocommerce .checkout .col-2 {
    padding: 1.25rem;
  }
}

.woocommerce-info::before {
  --tw-text-opacity: 1 !important;
  color: rgb(214 189 148 / var(--tw-text-opacity)) !important;
}

.woocommerce-info {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 189 148 / var(--tw-border-opacity)) !important;
}

.woocommerce table.shop_table .cart_item .product-name {
  font-size: .875rem;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table .cart_item .product-name {
    width: 60%;
  }
  .woocommerce table.shop_table .cart_item .product-name {
    font-size: 1rem;
  }
}

.woocommerce table.shop_table .cart_item .product-remove {
  order: 1;
}

@media (min-width: 1024px) {
  .woocommerce table.shop_table .cart_item .product-remove {
    order: 0;
  }
}

.woocommerce .checkout .woocommerce-shipping-fields {
  margin-top: 1.5rem;
}

.swiper-wrapper {
  height: initial !important;
}

.product-thumbs-slideshow .swiper-slide {
  opacity: 0.4;
}

.product-thumbs-slideshow .swiper-slide-thumb-active {
  opacity: 1;
}

@media (min-width: 768px) {
  #product-filters-wrapper {
    flex-basis: 20%;
  }
  #product-filters-wrapper {
    border-right-width: 1px;
  }
  #product-filters-wrapper {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
  }
}

/* adds style to divs */

/* by default all divs are hidden */

div.custom_option {
  display: none;
  cursor: pointer;
  flex-basis: 32%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

/* show only divs with class "is-visible" */

div.custom_option.is-visible {
  display:inline-block;
}

/* adds the style to the selected div */

div.custom_option.on {
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
}

.variations {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: none;
  width: 100%;
}

.variation-wrapper {
  display: flex;
  justify-content: space-between;
}

.variations label {
  font-size: 1.25rem;
}

.price {
  display: flex;
  flex-direction: column;
}

.price-before {
  display: block;
  font-size: 2rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 7 / var(--tw-text-opacity));
}

.price-after {
  order: 2;
  text-align: right;
  font-size: 1.125rem;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.single_variation_wrap {
  margin-top: 1.25rem;
}

.single_variation_wrap .woocommerce-variation-description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.reset_variations {
  display: none !important;
}

.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity)) !important;
}

.btn-add-to-cart {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
  width: 100% !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 165 0 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0px -3px 1px 0px rgba(42, 133, 0, 0.42) inset !important;
  --tw-shadow-colored: inset 0px -3px 1px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 768px) {
  .btn-add-to-cart {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .btn-add-to-cart {
    width: 66.666667% !important;
  }
  .btn-add-to-cart {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .btn-add-to-cart {
    font-size: 1rem !important;
  }
}

.zas-tlac, .zas-tlac2 {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  width: 100% !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 165 0 / var(--tw-bg-opacity)) !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  text-align: center !important;
  font-size: .875rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0px -3px 1px 0px rgba(42, 133, 0, 0.42) inset !important;
  --tw-shadow-colored: inset 0px -3px 1px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 768px) {
  .zas-tlac, .zas-tlac2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .zas-tlac, .zas-tlac2 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
}

.woocommerce-shipping-totals > td {
  text-align: left !important;
}

.btn-add-to-cart.full {
  width: 100% !important;
}

.woocommerce-variation {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .woocommerce-variation {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.woocommerce-variation .woocommerce-variation-description {
  display: none;
}

.woocommerce-variation-add-to-cart-disabled .btn-buy {
  --tw-bg-opacity: 1;
  background-color: rgb(159 160 164 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-buy {
  display: flex !important;
  height: 100% !important;
  width: 100% !important;
  justify-content: center !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 165 0 / var(--tw-bg-opacity)) !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0px -3px 1px 0px rgba(42, 133, 0, 0.42) inset !important;
  --tw-shadow-colored: inset 0px -3px 1px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.single_add_to_cart_button {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 0 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px -3px 1px 0px rgba(42, 133, 0, 0.42) inset;
  --tw-shadow-colored: inset 0px -3px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#breadcrumbs {
  font-size: .75rem;
}

@media (min-width: 768px) {
  #breadcrumbs {
    font-size: .875rem;
  }
}

.woocommerce-MyAccount-navigation li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.popup {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 0px 10px 0px rgba(52, 51, 55, 0.14);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .popup {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .popup {
    width: 50%;
  }
}

@media (min-width: 1140px) {
  .popup {
    width: 33.333333%;
  }
  .popup {
    min-width: 500px;
  }
}

.popup .targetWrapper #variations {
  margin-top: 0.75rem;
}

.popup .targetWrapper #variations > div:not(.on) {
  display: none;
}

.variations-info > div:not(.on) {
  display: none;
}

.overlay-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
}

.branch-slider .swiper-slide-active {
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.branch-slider .swiper-slide-active svg {
  fill: #FFF;
  stroke: #FFF;
}

.branch-slider .swiper-slide {
  transition: background 1s ease;
  height: auto;
}

.main-heading {
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .main-heading {
    font-size: 3rem;
  }
}

.main-slider .swiper-slide {
  height: initial !important;
}

.main-slider .swiper-slide:not(.swiper-slide-active) img {
  display: none;
}

#mobile-menu-wrapper {
  transition: all 0.5s ease-in;
}

#mobile-menu-wrapper.active {
  width: 80%;
}

#mobile-menu-wrapper .dgwt-wcas-search-input {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

#product-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#product-wrapper.is-loading::after {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  content: '';
}

#questions-wrapper > div:not(.active) {
  display: none;
}

@media (min-width: 768px) {
  #questions-wrapper > div:not(.active) {
    display: block;
  }
}

#tabs-wrapper, #questions-wrapper {
  margin-bottom: 1.25rem;
  display: grid;
}

@media (min-width: 768px) {
  #tabs-wrapper, #questions-wrapper {
    margin-bottom: 0px;
  }
  #tabs-wrapper, #questions-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #tabs-wrapper, #questions-wrapper {
    gap: 2rem;
  }
}

#tabs-wrapper > li.active {
  --tw-text-opacity: 1;
  color: rgb(214 189 148 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #tabs-wrapper > li.active {
    color: currentColor;
  }
}

.extended-column {
  flex: 0 0 50vw;
  margin-left: -8px;
}

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100% !important;
}

.woocommerce-order .order_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .woocommerce-order .order_details {
    flex-direction: row;
  }
}

.woocommerce-order .order_details li {
  margin-bottom: 0.75rem !important;
  border-style: none;
  padding: 0px !important;
}

@media (min-width: 1024px) {
  .woocommerce-order .order_details li {
    padding-right: 1.25rem !important;
  }
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block !important;
}

.woocommerce-privacy-policy-link, .woocommerce-terms-and-conditions-link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 0.75rem;
}

.pagination-item {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(159 160 164 / var(--tw-border-opacity));
  padding: 0.5rem;
}

.pagination-item.active {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .dropdown.cart {
    min-width: 360px;
    transform: translateX(-70%);
  }
}

@media (min-width: 768px) {
  .woocommerce table.shop_table .product-thumbnail {
    min-width: 130px !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20% !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    border-right-width: 1px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75% !important;
  }

  .woocommerce-MyAccount-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.checked\:bg-primary:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
}

.hover\:bg-darkGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
}

.hover\:bg-blue2:hover {
  background-color: rgba(236,245,254,0.4);
}

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

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

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(214 189 148 / var(--tw-border-opacity));
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 189 148 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.checked\:focus\:bg-primary:focus:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(214 189 148 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:left-0 {
  left: 0px;
}

.group:hover .group-hover\:block {
  display: block;
}

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

.group:hover .group-hover\:fill-white {
  fill: #FFF;
}

.group:hover .group-hover\:stroke-white {
  stroke: #FFF;
}

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:mr-12 {
    margin-right: 3rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }
  .md\:bottom-full {
    bottom: 100%;
  }
  .md\:top-12 {
    top: 3rem;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mr-3 {
    margin-right: 0.75rem;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:table-cell {
    display: table-cell;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-5 {
    height: 1.25rem;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-4 {
    height: 1rem;
  }
  .md\:h-\[400px\] {
    height: 400px;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:max-h-min {
    max-height: -moz-min-content;
    max-height: min-content;
  }
  .md\:w-5 {
    width: 1.25rem;
  }
  .md\:w-20 {
    width: 5rem;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-4 {
    width: 1rem;
  }
  .md\:w-24 {
    width: 6rem;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-\[20\%\] {
    width: 20%;
  }
  .md\:w-16 {
    width: 4rem;
  }
  .md\:max-w-\[30\%\] {
    max-width: 30%;
  }
  .md\:shrink-0 {
    flex-shrink: 0;
  }
  .md\:basis-auto {
    flex-basis: auto;
  }
  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .md\:basis-\[48\%\] {
    flex-basis: 48%;
  }
  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-\[60\%_40\%\] {
    grid-template-columns: 60% 40%;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-60\/40 {
    grid-template-columns: 60% 40%;
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-\[40\%_60\%\] {
    grid-template-columns: 40% 60%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-16 {
    gap: 4rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-9 {
    padding-top: 2.25rem;
  }
  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .md\:pt-14 {
    padding-top: 3.5rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pr-20 {
    padding-right: 5rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-32 {
    font-size: 2rem;
  }
  .md\:text-16 {
    font-size: 1rem;
  }
  .md\:text-20 {
    font-size: 1.25rem;
  }
  .md\:text-24 {
    font-size: 1.5rem;
  }
  .md\:text-14 {
    font-size: .875rem;
  }
  .md\:text-40 {
    font-size: 2.5rem;
  }
  .md\:text-48 {
    font-size: 3rem;
  }
  .md\:leading-\[3rem\] {
    line-height: 3rem;
  }
  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }
  .lg\:-right-1 {
    right: -0.25rem;
  }
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-\[80\%\] {
    width: 80%;
  }
  .lg\:grid-cols-\[35\%_25\%_40\%\] {
    grid-template-columns: 35% 25% 40%;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:gap-24 {
    gap: 6rem;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:text-40 {
    font-size: 2.5rem;
  }
  .lg\:text-20 {
    font-size: 1.25rem;
  }
}
