/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

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

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

/*
! tailwindcss v3.4.14 | 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: hsl(0, 0%, 82%);
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: hsl(0, 0%, 53%);
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: hsl(0, 0%, 53%);
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: hsl(0, 0%, 43%);
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: hsl(0, 0%, 43%);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul,
  ol {
  list-style: revert;
  padding-left: 40px;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-right-4 {
  right: -1rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-\[calc\(100\%\+5px\)\] {
  bottom: calc(100% + 5px);
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

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

.top-\[calc\(100\%\+5px\)\] {
  top: calc(100% + 5px);
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

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

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

.\!mt-0\.5 {
  margin-top: 0.125rem !important;
}

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

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-80 {
  max-height: 20rem;
}

.min-h-10 {
  min-height: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-44 {
  width: 11rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.min-w-12 {
  min-width: 3rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-\[17rem\] {
  max-width: 17rem;
}

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

.border-collapse {
  border-collapse: collapse;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
  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;
}

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

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

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

.\!flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

.\!justify-start {
  justify-content: flex-start !important;
}

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

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

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

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

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

.\!rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.\!border-none {
  border-style: none !important;
}

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

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 91% / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 82% / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 69% / var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 43% / var(--tw-border-opacity));
}

.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: hsl(358 96% 89% / var(--tw-border-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 91% / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 98% / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 20% / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(358 70% 38% / var(--tw-bg-opacity));
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: hsl(0 86% 98% / var(--tw-bg-opacity));
}

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

.stroke-black {
  stroke: #000;
}

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

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

.\!p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

.\!px-\[1rem\] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

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

.\!py-\[\.25rem\] {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-\[4\.5rem\] {
  padding-right: 4.5rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

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

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\!font-light {
  font-weight: 300 !important;
}

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

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

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-snug {
  line-height: 1.375;
}

.text-\[\#3987b3\] {
  --tw-text-opacity: 1;
  color: rgb(57 135 179 / var(--tw-text-opacity));
}

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

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: hsl(0 0% 69% / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: hsl(0 0% 31% / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: hsl(0 0% 20% / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: hsl(358 70% 38% / var(--tw-text-opacity));
}

.text-primary-950 {
  --tw-text-opacity: 1;
  color: hsl(358 75% 15% / var(--tw-text-opacity));
}

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

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-black\/\[25\%\] {
  --tw-shadow-color: rgb(0 0 0 / 25%);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

body {
  --button_gradient_top_color: hsl(42, 99%, 58%);
  --button_gradient_top_color_hover: hsl(44, 99%, 65%);
  --button_accent_color: #000;
  --button_accent_hover_color: #000;
}

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

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

.tw-hidden {
  display: none;
}

/* customize tw z-index because avada is weird */

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

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

.z-30 {
  z-index: 300;
}

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

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

/* Loading wireframe */

@keyframes loading {
  0% {
    background-position: -40rem 0
  }

  100% {
    background-position: 40rem 0
  }
}

.loading {
  animation-duration: 2000ms;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: loading;
  animation-timing-function: linear;
  background: linear-gradient(to right,
      hsl(0, 0%, 91%) 25%,
      hsl(0, 0%, 82%) 50%,
      hsl(0, 0%, 91%) 75%);
  background-size: 40rem 10.4rem;
  cursor: progress;
  overflow: hidden;
  position: relative;
  border-radius: 0.125rem;
}

.loading-ring-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-ring {
  margin: 0 0.3em;
  position: relative;
  width: 1em;
  height: 1em;
}

.loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  animation: loading-ring 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.loading-ring div:nth-child(1) {
  animation-delay: -0.3s;
}

.loading-ring div:nth-child(2) {
  animation-delay: -0.2s;
}

.loading-ring div:nth-child(3) {
  animation-delay: -0.1s;
}

@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/**
 * 2024 header rebuild styling
 */

#topBar nav ul {
  list-style: none;
  padding-left: 0;
}

#topBar nav ul a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1280px) {
  #topBar nav ul a {
    font-size: 15px;
  }
}

#topBar nav ul a {
  color: #333;
  font-weight: 500;
}

#topBar #top_navigation {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#topBar #top_navigation>li>a:hover {
  text-decoration: underline;
  text-decoration-color: hsl(358, 70%, 38%);
  text-decoration-thickness: 2px;
}

.fusion-main-menu-cart,
#topBar #top_navigation .sub-menu {
  display: none;
}

#topBar #top_navigation .sub-menu a {
  display: block;
  padding: 0.125rem 1rem;
}

#topBar #top_navigation .sub-menu a:hover {
  background: hsl(358, 70%, 38%);
  color: #ffffff;
}

#topBar #top_navigation .menu-item-has-children::after {
  content: "+";
}

#topBar #top_navigation .menu-item-has-children:hover>.sub-menu {
  display: block;
  position: absolute;
  background-color: #ffffff;
  padding: 0.5rem 0;
  border-radius: 0.375rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 600;
  /* thanks avada :/ */
}

form.header-search-form input[name="s"] {
  webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
}

/**
 * Mobile menu
 */

#mobileMenu #mobile_navigation {
  list-style: none;
  padding-left: 2rem;
  padding: 0.25rem 2rem;
}

#mobileMenu #mobile_navigation>li {
  border-top: 1px solid hsl(0, 0%, 31%);
  &.mobile-account-link>a {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  &.mobile-account-link>a::before {
    background: hsl(358, 70%, 38%);
    content: "";
    display: block;
    height: 1.4rem;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M18.685 19.097A9.723 9.723 0 0 0 21.75 12c0-5.385-4.365-9.75-9.75-9.75S2.25 6.615 2.25 12a9.723 9.723 0 0 0 3.065 7.097A9.716 9.716 0 0 0 12 21.75a9.716 9.716 0 0 0 6.685-2.653Zm-12.54-1.285A7.486 7.486 0 0 1 12 15a7.486 7.486 0 0 1 5.855 2.812A8.224 8.224 0 0 1 12 20.25a8.224 8.224 0 0 1-5.855-2.438ZM15.75 9a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M18.685 19.097A9.723 9.723 0 0 0 21.75 12c0-5.385-4.365-9.75-9.75-9.75S2.25 6.615 2.25 12a9.723 9.723 0 0 0 3.065 7.097A9.716 9.716 0 0 0 12 21.75a9.716 9.716 0 0 0 6.685-2.653Zm-12.54-1.285A7.486 7.486 0 0 1 12 15a7.486 7.486 0 0 1 5.855 2.812A8.224 8.224 0 0 1 12 20.25a8.224 8.224 0 0 1-5.855-2.438ZM15.75 9a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
    max-width: 1.4rem;
    min-width: 1.4rem;
  }
}

#mobileMenu #mobile_navigation>li:last-child {
  border-bottom: 1px solid hsl(0, 0%, 31%);
}

#mobileMenu #mobile_navigation a {
  color: #333;
  display: block;
  font-weight: 500;
  padding: 0.5rem 0;
}

#mobileMenu #mobile_navigation .menu-item-has-children {
  position: relative;
  &>a::after {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  &>a::after {
    transition-duration: 200ms;
  }
  &>a::after {
    background: #333;
    content: "";
    display: block;
    height: 1.4rem;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" /></svg>') no-repeat 50% 50%;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" /></svg>') no-repeat 50% 50%;
    max-width: 1.4rem;
    min-width: 1.4rem;
  }
  &>a {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  &.show-sub-menu a::after {
    transform: rotate(180deg);
  }
  .sub-menu {
    display: none;
    list-style: none;
    padding-left: 0;
  }
  .sub-menu>li {
    background: hsl(0, 0%, 98%);
    border-top: 1px solid hsl(0, 0%, 69%);
  }
  .sub-menu>li>a {
    padding: 0.5rem 1rem;
  }
  &.show-sub-menu .sub-menu {
    display: block;
  }
}

/**
 * header burger menu
 */

.button-wrapper>span {
  color: white;
  display: inline-block;
  margin-top: 15px;
}

.btn {
  align-items: flex-end;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 250ms ease-in-out;
  border: none;
  padding: 5px;
}

.burger {
  >span {
    background-color: hsl(358, 70%, 38%);
    border-radius: 10rem;
    height: 0.2rem;
    margin: 0.2rem 0;
    transition: all 550ms ease-in-out;
    width: 2rem;
  }
  &.active {
    .cheese {
      margin-bottom: -0.1rem;
      transform: rotate(45deg);
      width: 2rem;
    }
    .lettuce {
      opacity: 0;
    }
    .patty {
      margin-top: -0.7rem;
      transform: rotate(-45deg);
      width: 2rem;
    }
  }
}

/**
 * mobile category dropdown
 */

.desktop-search-category-list::-webkit-scrollbar,
.desktop-search-subcategory-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.desktop-search-category-list::-webkit-scrollbar-thumb,
.desktop-search-subcategory-list::-webkit-scrollbar-thumb {
  background-color: hsl(0 0% 69% / 0.75);
  border-radius: 4px;
}

.mobile-search-category-list-item.has-subcategories {
  position: relative;
  &::after {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  &::after {
    transition-duration: 200ms;
  }
  &::after {
    background: #333;
    content: "";
    display: block;
    height: 1.4rem;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4 pointer-events-none"><path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /></svg>') no-repeat 50% 50%;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4 pointer-events-none"><path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /></svg>') no-repeat 50% 50%;
    max-width: 1.4rem;
    min-width: 1.4rem;
  }
}

body:not(.woocommerce-cart).sidecart_open {
  @media screen and (min-width: 768px) {
    padding-right: 17rem;
  }
}

/* copied from the additional css section - start */

.wrapper {
  box-shadow: 0 2px 3px 3px #ccc;
}

.footer-map-wrapper {
  display: block;
  background: white;
  max-width: 350px;
}

.footer-map-wrapper:hover img {
  transform: scale(.95);
}

.footer-map-wrapper img {
  transition: transform 300ms ease-in-out;
  width: 100%;
}

.fusion-main-menu>ul>li {
  padding-right: 35px;
}

.woocommerce h4.widget-title {
  margin-top: 0;
}

body.woocommerce.has-sidebar #content {
  width: calc(100% - 30% - 40px);
}

.sidebar .widget .widget-title {
  font-size: 24px;
}

.post-type-archive-product h3.product-title {
  font-size: 16px;
  line-height: 1.2;
}

.product .product-buttons {
  padding-top: 5px;
}

.cross-sells .fusion-product-content,
.product-category h2,
.product-grid-view .fusion-product-content,
.related.products .fusion-product-content,
.up-sells .fusion-product-content {
  padding: 20px 15px 15px 15px;
  background: #ffffff;
  border-top: 1px solid #efefef;
}

.fusion-body .product .fusion-content-sep {
  border-color: #e0dede;
  display: none;
}

.fusion-price-rating {
  padding: 5px 0 2px;
}

.woocommerce .fusion-product-content a {
  color: #443636;
}

.order-dropdown .current-li,
.order-dropdown ul li a {
  background-color: #a71d22;
  border-color: #ffffff;
}

.order-dropdown a,
.order-dropdown a:hover {
  color: #ffffff;
}

.order-dropdown>li:after {
  font-size: 11px;
  color: #fff !important;
}

.current-li-content strong {
  letter-spacing: .2px;
}

.catalog-ordering .order li a {
  color: #ffffff;
  background-color: #a71d22;
}

button.single_add_to_cart_button.button.alt {
  background: #3987b3;
}

button.single_add_to_cart_button.button.alt:hover {
  background: #275e7d;
}

@keyframes lds-ring {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

[class*="_add_to_cart_button"]::after {
  display: inline-block;
  margin-left: 6px;
}

.catalog-ordering [class*="_add_to_cart_button"]::after {
  padding-bottom: 0;
}

button.added:not(.loading)[class*="_add_to_cart_button"]::after {
  content: "\2713";
}

button.loading[class*="_add_to_cart_button"]::after {
  content: "\21BB";
  padding-bottom: 2px;
  animation: lds-ring 800ms linear infinite;
}

.single-product form.cart {
  margin-top: 0px;
  margin-bottom: 0px;
}

.single-product #main h1.product_title.entry-title {
  font-size: 26px;
  line-height: 1.2;
  color: #3a3a3a;
}

.fusion-body .fusion-content-sep.sep-solid,
.fusion-body .fusion-separator.sep-solid {
  border-bottom-style: none;
  border-top-style: none;
  margin: 0;
}

.single-product form.cart {
  margin-top: -20px;
  margin-bottom: -20px;
}

.fusion-content-widget-area .product_list_widget li {
  border: none;
}

.fusion-sidebar-right span.woocommerce-Price-amount.amount {
  color: #fff;
}

.fusion-woo-social-share-text {
  line-height: 1.2;
}

i.fontawesome-icon.medium.circle-yes.fusion-icon-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

i.fontawesome-icon.medium.circle-yes.fusion-icon-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

i.fontawesome-icon.medium.circle-yes.fusion-icon-pinterest {
  background-color: #c8232c;
  border-color: #c8232c;
}

i.fontawesome-icon.medium.circle-yes.fusion-icon-mail {
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}

.tax-product_cat h1,
.tax-product_tag h1 {
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1;
  color: #4e4e4e;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.woocommerce-container .product-title {
  line-height: 1.2;
}

.product-buttons a:nth-of-type(1) {
  padding: 8px 12px;
  background: #3987b3;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  line-height: 1;
  border-radius: 2px;
}

.product-buttons .show_details_button:before {
  content: none;
}

.product-buttons a:nth-of-type(2) {
  padding: 8px 12px;
  background: #67666A;
  color: #fff;
  font-weight: 500;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 2px;
  margin-top: 10px;
  float: left;
  display: none;
}

.product-buttons a:nth-of-type(2):hover,
.product-buttons a:nth-of-type(1):hover {
  opacity: .8;
}

.jpm-main-sidebar h4.widget-title,
.blog #sidebar h4.widget-title,
.has-sidebar #sidebar h4.widget-title {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
  background: rgba(1, 1, 1, .3);
  padding-bottom: 0px;
}

.product-buttons .add_to_cart_button:before,
.product-buttons .product_type_external:before,
.product-buttons .product_type_simple:before {
  display: none;
}

.woocommerce-tabs>.tabs .active a {
  background-color: #fbfbfb;
}

.woocommerce-checkout-nav .is-active a {
  background-color: #f7f7f7;
}

/** woocommerce notices **/

.woocommerce-notices-wrapper:has(div) {
  margin-bottom: 15px;
}

.woocommerce-shop .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

.woocommerce-message {
  border-radius: 0.375rem;
  background-color: hsl(45, 100%, 96%);
  padding: 1rem;
  font-weight: 500;
  border: 1px solid hsl(46, 100%, 89%);
  color: hsl(21, 85%, 31%);
  font-size: 1rem;
  margin: 10px 0;
}

.woocommerce-form-login,
.woocommerce-info {
  border-radius: 0.375rem;
  background-color: hsl(0, 0%, 98%) !important;
  padding: 1rem;
  font-weight: 500;
  border: 1px solid hsl(0, 0%, 91%);
  color: hsl(0, 0%, 27%);
  font-size: 1rem;
  margin: 10px 0;
}

.woocommerce-error {
  list-style: none;
  padding-left: 0;
}

.woocommerce-error:not(:has(li)),
.woocommerce-error li {
  border-radius: 0.375rem;
  background-color: hsl(0, 86%, 98%);
  padding: 1rem;
  font-weight: 500;
  border: 1px solid hsl(358, 93%, 94%);
  color: hsl(358, 70%, 38%);
  font-size: 1rem;
  margin: 10px 0;
}

/** checkout pages **/

body.woocommerce-checkout #order_review_wrapper {
  position: relative;
}

body.woocommerce-checkout #order_review_wrapper::before {
  content: '';
  background: hsl(0, 0%, 98%);
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: -50px;
  display: block;
}

body.woocommerce-checkout #main {
  padding: 0;
}

body.woocommerce-checkout #main .post-content .woocommerce > .woocommerce-notices-wrapper {
  display: none;
}

@media (min-width: 1024px) {
  body.woocommerce-checkout #main > .fusion-row {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  @media (min-width: 1248px) {
    body.woocommerce-checkout #main > .fusion-row {
      max-width: 1248px;
    }
  }
}

#checkout-form h3 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: hsl(0 0% 20% / var(--tw-text-opacity)) !important;
}

body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #shipping_country_field {
  display: none;
}

body.woocommerce-checkout .form-row .input-text,
body.woocommerce-checkout .select2-container {
  border-radius: 0.375rem;
}

body.woocommerce-checkout .select2-selection.select2-selection--single {
  border: none;
  border-radius: 0.375rem;
}

body.woocommerce-checkout .select2-selection__arrow {
  border: none;
}

body.woocommerce-checkout .select2-container {
  border: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
  th {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  th {
    text-align: left;
  }
  td {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  td {
    text-align: right;
  }
}

#payment .payment_box {
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  padding: 1rem;
}

.wc_payment_method.payment_method_authorize_net_cim_credit_card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#payment ul.payment_methods li label[for='payment_method_authorize_net_cim_credit_card'] {
  margin-left: 4px;
  row-gap: normal;
  gap: 10px;
}

.payment_box.payment_method_authorize_net_cim_credit_card {
  width: 100%;
}

div#pwgc-redeem-gift-card-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 1rem;
  label {
    width: 100%;
  }
  #pwgc-redeem-gift-card-number {
    width: 100%;
    height: 40px;
    @media screen and (min-width: 640px) {
      width: calc(100% - 170px);

      margin-right: 10px;
    }
  }
  #pwgc-redeem-button {
    width: 100%;
    height: 40px;
    margin-top: 10 !important;
    @media screen and (min-width: 640px) {
      margin-top: 0 !important;

      width: 160px;
    }
  }
}

body.woocommerce-checkout .woocommerce .checkout_coupon {
  flex-direction: column;
  align-items: flex-start;
}

body.woocommerce-checkout .checkout-order-summary .variation p {
  margin-bottom: 0;
}

.woocommerce-cart #wrapper h2,
.woocommerce-checkout #wrapper h2 {
  font-size: 26px;
}

body.woocommerce-checkout .wc_payment_methods {
  list-style: none;
  padding-left: 0;
}

.woocommerce-checkout #main,
.woocommerce-cart #main {
  background: #f7f7f7;
}

h1.jpm-store-title {
  margin-top: 0px;
}

p.jpm-sidebar-paragraph {
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

a.jpm-sidebar-button {
  display: block;
  text-align: center;
  color: #fff;
  background: #3987b3;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.cart-loading i {
  background-color: rgb(167, 29, 35);
}

.cart-loading:hover {
  cursor: pointer;
}

a.jpm-sidebar-button:hover {
  background: #275e7d;
}

input#product-search-field-0 {
  padding: 20px 10px 18px;
  font-size: 16px;
}

#main #sidebar a {
  color: #fff;
}

#main #sidebar .search-results span.price .woocommerce-Price-amount {
  color: #555;
}

.fusion-page-title-captions {
  display: none;
}

body.woocommerce .avada-page-titlebar-wrapper .fusion-page-title-bar {
  background: #a71d22;
}

.fusion-page-title-bar .fusion-breadcrumbs,
.fusion-page-title-bar .fusion-breadcrumbs a,
.fusion-page-title-bar .fusion-breadcrumbs span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.page .fusion-page-title-bar {
  display: none;
}

.has-sidebar #sidebar .jpm-sidebar-photo h4.widget-title {
  margin-bottom: 0px;
}

.quantity .minus,
.quantity .plus,
.fusion-body .tribe-events-tickets .quantity .minus,
.fusion-body .tribe-events-tickets .quantity .plus {
  background-color: #eaeaea;
}

.fusion-body .tribe-events-tickets-rsvp .tribe-ticket.quantity input,
.fusion-button-quantity,
.quantity .minus,
.quantity .plus,
.quantity .qty,
.quantity .tribe-ticket-quantity,
.single-product .product .summary .cart .quantity .minus,
.single-product .product .summary .cart .quantity .plus,
.single-product .product .summary .cart .quantity .qty,
.tribe-events-tickets .woocommerce .quantity input {
  line-height: 23px;
  font-size: 17px;
  height: 40px;
  width: 40px;
}

.tribe-events-c-top-bar .tribe-common-c-svgicon,
.tribe-events-c-nav__list .tribe-common-c-svgicon {
  display: none;
}

.woocommerce ul.fusion-grid-list-view {
  display: none;
}

form#product-filter-search-form-0 {
  margin-bottom: 0px !important;
}

.fusion-storesearchsidebar .widget {
  margin-bottom: 0px;
}

.page-id-2278 h1 {
  margin-top: 0px;
  font-size: 40px;
}

div#product-search-filter-price-heading-0,
div#product-search-filter-category-heading-0,
div#product-search-filter-tag-heading-0 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
}

.product-search-filter-product_tag .tag-cloud-link {
  color: #fff !important;
  padding: 2px 8px;
  background: #a71d22;
  font-weight: 500 !important;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.product-search-attribute-filter-item {
  display: inline-block !important;
}

.product-search-filter-terms .product-search-filter-product_cat .term-name {
  background: #a71d22;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 8px;
  font-weight: 500;
  letter-spacing: .5px;
  padding: 2px 8px !important;
  font-size: 15px;
}

.shop_table thead tr th {
  font-size: 17px;
}

ul.woocommerce-side-nav.woocommerce-checkout-nav li a {
  padding-left: 10px;
}

/*change category page button styles*/

body.fusion-button_size-large.woocommerce-cart .fusion-button-default-size,
body.fusion-button_size-large.woocommerce-cart button.button,
.fusion-button_size-large .woocommerce .cart-collaterals .checkout-button,
.fusion-button_size-large .woocommerce .avada-shipping-calculator-form .button {
  padding: 8px 15px;
}

#pwgc-redeem-button {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 2px;
  border: none;
  background: #a71d22;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

#pwgc-redeem-button:hover {
  background: #7f1c22;
}

/***hide selector input for variable products***/

.archive a.button.add_to_cart_button.product_type_variable+div.quantity.buttons_added {
  display: none;
}

/***change popular products sidebar background to red***/

.has-sidebar aside#sidebar div#woocommerce_products-2.widget {
  background: #a71e22;
}

/***category pages (not store)***/

p.category-page-sub-text {
  font-size: 22px;
  color: #fff;
}

p.category-page-sub-text a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

div#store-category-page-opener h1.jpm-page-opener {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.jpm-product-column-1 a,
.jpm-product-column-2 a {
  font-weight: 700;
  color: #a71e23;
}

.jpm-product-column-1 a:after,
.jpm-product-column-2 a:after {
  content: ' (buy now)';
  color: #a71e23;
}

.jpm-product-column-1 h4,
.jpm-product-column-2 h4 {
  font-size: 16px;
  font-style: italic;
}

.jpm-product-column-1 h3,
.jpm-product-column-2 h3 {
  font-size: 22px;
}

.jpm-product-sidebar #custom_html-5 h4.widget-title {
  border-bottom: 0px;
}

#custom_html-5 .ginput_container input {
  height: 35px;
  font-size: 16px;
}

input#gform_submit_button_3 {
  width: 100%;
  background: #3987b3;
}

input#gform_submit_button_3:hover {
  background: #275e7d;
}

input#input_3_2,
input#input_3_1 {
  color: #505050;
}

body #custom_html-5 .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}

.category-shop-now p {
  color: #fff;
}

/* homepage about section icons */

.heading.heading-with-icon.icon-left img {
  margin: auto auto 20px;
}

.homepage-store-cta h1 {
  color: #fff;
  margin-bottom: 20px;
}

.homepage-store-cta p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.homepage-store-cta a {
  background: #3987b3;
}

.homepage-store-cta a:hover {
  background: #275e7d;
}

/***misc***/

.order-dropdown .current-li a,
.order-dropdown ul li a {
  color: #fff;
}

i.fusion-icon-arrow-down2.icomoon-up {
  color: #fff;
}

.avada-myaccount-user {
  display: none;
}

.product-type-simple .avada-availability .stock.out-of-stock {
  background: #a71e23;
  color: #fff;
  padding: 2px 10px;
  font-weight: 600;
}

/***customize account areas***/

nav.woocommerce-MyAccount-navigation {
  background: #f3f3f3;
}

/***remove sidebar from main store page but keep on archives***/

.woocommerce.archive aside#sidebar {
  display: none;
}

.woocommerce.archive .catalog-ordering.fusion-clearfix {
  display: none;
}

.woocommerce.archive.tax-product_cat aside#sidebar {
  display: block;
}

.woocommerce.archive.tax-product_cat .catalog-ordering.fusion-clearfix {
  display: block;
}

/***change width of content area on main shop page***/

body.woocommerce.has-sidebar.archive #content {
  width: 100%;
}

body.woocommerce.has-sidebar.archive #content .product-category img {
  width: 360px;
}

.fusion-product-wrapper img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

body.woocommerce.has-sidebar.archive.tax-product_cat #content,
body.woocommerce.has-sidebar.archive.tax-product_tag #content {
  width: calc(100% - 30% - 40px);
}

.woocommerce-MyAccount-navigation ul li,
.woocommerce-side-nav li {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation ul li:first-of-type a {
  border-top: 1px solid #ddd;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active {
  border-right: 1px solid #fff;
}

.woocommerce-MyAccount-content,
.woocommerce-content-box {
  margin-left: 220px;
  border-left: 0;
}

body li.woocommerce-MyAccount-navigation-link a {
  /* padding: 0 20px; */
  padding-left: 14px;
}

.woocommerce-MyAccount-content {
  border: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads.is-active {
  display: none;
}

.woocommerce-MyAccount-navigation ul li a,
.woocommerce-side-nav li a {
  border-bottom: 0;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
  border-right: 1px solid #fff;
}

li.woocommerce-MyAccount-navigation-link a {
  color: #3c3c3c;
}

li.woocommerce-MyAccount-navigation-link.is-active {
  font-weight: 700;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
  background: #f7f7f7;
}

.woocommerce-account .shop_table td {
  padding: 5px 5px;
}

.woocommerce-account .shop_table thead tr th {
  padding: 10px 5px;
}

a.woocommerce-button.button.view,
.order-actions a.button {
  background: #3987b3;
  display: block;
  float: left;
  color: #fff;
  padding: 0px 10px;
  line-height: 1.8;
}

orders-table__row--status-completed.order,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order a {
  font-size: 15px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

a.woocommerce-button.button.order-again {
  display: block;
  float: left;
  background: #a71e23;
  color: #fff;
  line-height: 1.8;
  padding: 0 10px;
  margin-left: 10px;
}

a.woocommerce-button.button.order-again:hover {
  background: #791317;
}

a.woocommerce-button.button.view:hover,
.order-actions a.button:hover {
  background: #275e7d;
}

.woocommerce-account .shop_table td:first-of-type,
.woocommerce-account .shop_table th:first-of-type {
  padding-left: 20px;
  border-left: 1px solid #ddd;
}

.woocommerce-account .shop_table thead tr th {
  padding: 10px 5px;
  border-top: 1px solid #ddd;
}

.woocommerce-account .shop_table thead tr th:last-of-type {
  border-right: 1px solid #ddd;
}

.woocommerce-account .shop_table td:last-of-type {
  border-right: 1px solid #ddd;
}

.woocommerce-account .shop_table tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}

.my_account_orders .woocommerce-orders-table__cell-order-actions a:after,
.woocommerce-MyAccount-downloads .download-actions a:after {
  display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address.is-active,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--contributions.is-active,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account.is-active {
  border-right: none;
}

.woocommerce-view-order .shop_table td:first-of-type,
.woocommerce-view-order .shop_table th:first-of-type,
.woocommerce-view-order tr,
.woocommerce-view-order th {
  border: none !important;
}

.woocommerce-view-order .shop_table td:last-of-type {
  border-right: none;
}

.woocommerce-view-order section.avada-order-details.woocommerce-content-box.full-width,
.woocommerce-view-order section.avada-customer-details.woocommerce-content-box.full-width {
  border: 1px solid #e4e4e4;
  margin-top: 20px;
}

.order-actions a.button {
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5px;
}

.catalog-ordering.fusion-clearfix ul li a {
  color: #fff;
}

/***product variations***/

form.variations_form.cart {
  margin-top: 2px;
  font-weight: 500;
}

.woocommerce .variations select {
  color: #555;
}

#wrapper .variations .select-arrow,
.avada-select-parent .select-arrow {
  background: #a71e23;
  color: #fff;
}

.fusion-button_size-large .quantity {
  width: 100px;
}

.archive .product-buttons-container .quantity.buttons_added,
.search-results .product-buttons-container .quantity.buttons_added {
  float: right !important;
}

.woocommerce.archive .product-buttons a.button.product_type_variable {
  max-width: 100%;
}

.menu-show-mobile {
  display: none;
}

/***media queries***/

@media only screen and (max-width: 800px) {
  .fusion-body .products li {
    width: 85%;
  }

  a.fusion-button.button-default.fusion-button-default-size.button.fusion-update-cart {
    margin-top: 130px;
  }
}

/* copied from the additional css section - end */

.fusion-header,
.fusion-header>.fusion-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fusion-header-wrapper:not(.fusion-is-sticky) .fusion-header-v3 .fusion-header {
  top: 0 !important;
}

.fusion-header>.fusion-row {
  height: 100%;
  width: 100%;
  position: static !important;
}

.fusion-header .fusion-mobile-nav-holder.fusion-mobile-menu-text-align-left {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.fusion-header>.fusion-row::before,
.fusion-header>.fusion-row::after {
  display: none;
}

/* global search */

.global-search-wrapper {
  background: #f7f7f7;
  padding: 20px;
  border-bottom: 1px solid #cacaca;
}

.global-search {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.global-search form {
  width: 100%;
  display: flex;
}

.global-search form input {
  width: calc(100% - 90px);
  padding: 15px;
  border: 1px solid #cacaca;
}

.global-search form button[type="submit"] {
  width: 80px;
  margin-left: auto;
  background: #a71d22;
  color: #fff;
  border: none;
  transition: all 0.2s;
  cursor: pointer;
}

.global-search form button[type="submit"]:hover {
  background: #7f1c22;
}

/* shop now bar for smaller screens */

.shop-now-bar {
  background: #febd29;
  color: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  padding: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: background 200ms ease-out;
  cursor: pointer;
}

.shop-now-bar:hover {
  background: #feca53;
  color: #000;
}

@media screen and (min-width: 600px) {
  .shop-now-bar {
    left: auto;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 1126px) {
  .shop-now-bar {
    display: none;
  }
}

.shop-now-bar svg {
  height: 20px;
  margin: 0 10px 0 0;
}

body .fusion-header.fusion-sticky-shadow {
  height: 67px !important;
}

/* logo on small phones */

@media screen and (max-width: 372px) {
  .fusion-header .fusion-logo {
    width: 125px !important;
  }
}

#homepage-specials {
  padding: 5px 0 !important;
}

#homepage-specials h3 {
  margin: 5px 0px !important;
}

body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a {
  height: 35px !important;
}

#food-samples.food-samples .fusion-builder-row.fusion-row {
  background: red;
  max-width: 1200px !important;
  margin: auto;
}

/* shop now button */

span.menu-text.fusion-button.button-default.button-large {
  background: #febd29 !important;
  color: #000;
  font-size: 16px;
  padding: 13px 26px;
}

span.menu-text.fusion-button.button-default.button-large .fa-money {
  color: #000;
}

span.menu-text.fusion-button.button-default.button-large:hover {
  background: #feca53 !important;
}

.to-top-right #toTop {
  right: 80px !important;
}

@media screen and (max-width: 800px) {
  .to-top-right #toTop {
    bottom: 60px !important;
  }
}

.fusion-header-wrapper .fusion-header {
  max-height: 87px;
}

/* this was being displayed over the size dropdown on the item page and making it hard to click */

.product-border.fusion-separator.sep-double.sep-solid {
  display: none;
}

/* single page back button */

.single-product #main {
  padding-top: 20px;
}

.single-product #content > .product {
  padding-top: 20px;
}

.single-product .product .avada-product-images-global .woocommerce-product-gallery,
.single-product .product .entry-summary .summary-container,
.single-product .avada-product-images-global {
  float: none !important;
}

.single-product .product .entry-summary {
  margin-left: 0 !important;
}

.single-product .avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs {
  width: 100px;
}

.single-product  #custom-variations label:has(:checked) {
  background-color: hsl(0, 86%, 98%);
  border: 2px solid hsl(358, 70%, 38%);
  > input[type="hidden"] {
    display: block;
  }
}

.single-product form.cart .single_add_to_cart_button {
  width: 100%;
  max-width: 300px;
}

.single-product .product_title {
  font-size: 36px !important;
  margin-bottom: 5px !important;
  line-height: normal !important;
}

.single-product .woocommerce-product-rating {
  width: 100%;
  margin-left: 0 !important;
  .star-rating {
    font-size: 1.25em;
  }
  .star-rating span:before, .star-rating:before {
    color: hsl(42, 99%, 58%);
  }
}

.single-product .avada-availability {
  display: none !important;
}

.single-product .woocommerce-tabs .wc-tabs {
  float: none;
  width: auto;
}

.single-product .woocommerce-tabs .panel {
  margin: 0;
  border: none;
  padding: 20px;
}

.shop_attributes tr th {
  color: #000 !important;
}

.single-product form.cart {
  margin-bottom: -10px !important;
}

.price-table-row.weight-input td {
  padding: 15px 0 10px;
  height: 30px;
}

.price-table-row.weight-input label {
  display: inline-block;
  line-height: 30px;
}

.price-table-row.calculated-price td {
  padding-top: 10px;
}

/* remove random (buy now) */

.jpm-product-column-1 a::after,
.jpm-product-column-2 a::after {
  display: none;
}

/* shop page */

body.fusion-woo-shop-page-columns-3.woocommerce:not(.single-product) .woocommerce-container,
body.search-results .woocommerce-container {
  float: right;
  width: calc(100% - 350px) !important;
}

@media screen and (max-width: 990px) {
  body.fusion-woo-shop-page-columns-3.woocommerce:not(.single-product) .woocommerce-container,
  body.search .woocommerce-container {
    width: 100% !important;
  }
}

body.fusion-woo-shop-page-columns-3.woocommerce .woocommerce-container:not(.single-product) #content,
body.search-results .woocommerce-container #content,
body.search .woocommerce-container #content {
  width: 100% !important;
}

body.fusion-woo-shop-page-columns-3.woocommerce #sidebar {
  display: block !important;
  float: left;
  width: 320px !important;
}

body.woocommerce .fusion-text>h1 {
  margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;
}

body.woocommerce #sidebar .wc-measurement-price-calculator-price,
body.woocommerce #sidebar .woocommerce-Price-amount {
  color: #fff;
}

body.post-type-archive.fusion-woo-shop-page-columns-3.woocommerce #sidebar #woocommerce_product_categories-2,
body:not(.post-type-archive) #sidebar .product_list_widget li:nth-child(6),
body:not(.post-type-archive) #sidebar .product_list_widget li:nth-child(7),
body:not(.post-type-archive) #sidebar .product_list_widget li:nth-child(8),
body:not(.post-type-archive) #sidebar .product_list_widget li:nth-child(9),
body:not(.post-type-archive) #sidebar .product_list_widget li:nth-child(10) {
  display: none;
}

body .woocommerce-container+#sidebar {
  display: block !important;
  width: 320px !important;
  float: left !important;
}

@media screen and (max-width: 990px) {
  body.fusion-woo-shop-page-columns-3.woocommerce #sidebar,
  body.search .woocommerce-container+#sidebar {
    width: 100% !important;
    margin-top: 40px;
  }
}

#woocommerce_product_tag_cloud-3 .tagcloud a.tag-cloud-link {
  display: block !important;
  color: #fff !important;
  border: none !important;
}

/* category dropdown nav */

.catalog-ordering {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: none !important;
}

#wrapper .catalog-ordering>div.orderby-order-container,
#wrapper .catalog-ordering>ul.orderby.order-dropdown,
#wrapper .catalog-ordering>ul.sort-count.order-dropdown,
#wrapper .catalog-ordering>ul.categories-list.order-dropdown,
#wrapper .catalog-ordering>ul.subcategories-list.order-dropdown {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#wrapper .catalog-ordering>div.orderby-order-container,
#wrapper .catalog-ordering>ul.sort-count.order-dropdown,
#wrapper .catalog-ordering>ul.categories-list.order-dropdown {
  margin-bottom: 15px !important;
  margin-right: 5px !important;
}

#wrapper .catalog-ordering>ul.categories-list.order-dropdown,
#wrapper .catalog-ordering>ul.subcategories-list.order-dropdown {
  width: 100%;
  max-width: 200px;
}

#wrapper .catalog-ordering .order-dropdown li ul,
#wrapper .catalog-ordering .order-dropdown li ul>li,
#wrapper .catalog-ordering .order-dropdown li ul>li>a {
  width: 100%;
}

@media screen and (max-width: 749px) {
  #wrapper .catalog-ordering>ul.categories-list.order-dropdown,
  #wrapper .catalog-ordering>ul.subcategories-list.order-dropdown {
    max-width: 225px;
  }
}

.order-dropdown.orderby {
  z-index: 175 !important;
}

.order-dropdown.categories-list {
  z-index: 150;
}

.order-dropdown.sort-count {
  z-index: 125;
}

@media screen and (max-width: 900px) {
  .catalog-ordering.fusion-clearfix {
    max-width: 225px;
    margin: auto;
    display: none !important;
  }
}

/* shop category listings */

body.woocommerce.has-sidebar.archive #content .product-category img {
  min-width: 100%;
}

.woocommerce-container #content .fusion-grid-list-view {
  display: none;
}

body:not(.single-product) .woocommerce-container #content .products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-container #content .products .product {
  float: none !important;
  width: calc(25% - 10px);
  background-color: #fff;
}

.woocommerce-container #content .products .crossfade-images {
  height: auto !important;
}

.woocommerce-container #content .products .product .product-buttons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.woocommerce-container #content .products .product a.product_type_variable {
  margin: 0 auto;
}

.woocommerce-container #content .products .product .fusion-quick-view {
  box-sizing: border-box;
  display: block;
  padding: 1px;
  min-height: 28px;
  margin: auto;
}

.woocommerce-container #content .products .product .product-buttons-container>a:not(a.product_type_variable) {
  margin: 5px auto;
}

.woocommerce-container #content .products .product .quantity.buttons_added {
  margin-right: 15px;
}

.product-buttons-container .buttons_added .minus,
.product-buttons-container .buttons_added .plus {
  background: #fff;
}

.woocommerce-container #content .products .product.purchasable .show_details_button {
  display: none;
}

.woocommerce-container .product-buttons-container .button.product_type_variable {
  display: block;
  min-width: 120px;
}

.woocommerce-container .outofstock .product-buttons .show_details_button {
  display: block;
  max-width: 120px !important;
}

.woocommerce-container .product-buttons-container .button.product_type_variable+.quantity,
.woocommerce-container .outofstock .quantity {
  display: none !important;
}

.woocommerce-container #content .products .product:not(:nth-child(4n)) {
  margin-right: 10px;
}

@media screen and (max-width: 1125px) {
  .woocommerce-container #content .products .product {
    float: none !important;
    width: calc(50% - 5px) !important;
  }

  .woocommerce-container #content .products .product:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .woocommerce-container #content .products .product:nth-child(odd) {
    margin-right: 10px !important;
  }

  .woocommerce-container #content .products .product:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 360px) {
  .woocommerce-container #content .products .product {
    float: none !important;
    width: 100% !important;
  }
}

.woocommerce-container #content .products .product:nth-child(odd) {
  margin-left: 0 !important;
}

/* product quick view modal */

html.fusion-wqv-open,
body.fusion-wqv-open,
.category-modal-shown,
html.noscroll,
body.noscroll {
  overflow: hidden !important;
}

body.fusion-wqv-open .woocommerce-quick-view-overlay {
  right: 300px;
}

body.fusion-wqv-open .fusion-woocommerce-quick-view-container {
  left: calc(50% - 150px);
}

body.fusion-wqv-open .fusion-woocommerce-quick-view-container .entry-summary h1 {
  margin-bottom: 5px;
}

body.fusion-wqv-open .fusion-woocommerce-quick-view-container .entry-summary .in-stock {
  display: none;
}

body.fusion-wqv-open .fusion-woocommerce-quick-view-container .entry-summary>p {
  margin: 0;
}

body.fusion-wqv-open .fusion-woocommerce-quick-view-container .price-table-row.weight-input td {
  padding-top: 0;
}

/* variable weight items dropdown styles */

.custom-variation-wrapper {
  max-width: 300px;
  position: relative;
  width: 100%;
}

body.single-product .custom-variation-wrapper {
  margin-top: 20px;
}

body.archive .custom-variation-wrapper,
body.search-results .custom-variation-wrapper,
body.single-product .related .custom-variation-wrapper {
  margin-bottom: 20px;
  margin-top: 0;
}

.custom-variation-selected-text .short {
  display: inline-block;
}

@media screen and (min-width: 500px) {
  .custom-variation-selected-text .short {
    display: none;
  }
}

.custom-variation-selected-text .long {
  display: none;
}

@media screen and (min-width: 500px) {
  .custom-variation-selected-text .long {
    display: inline-block;
  }
}

body.archive form.cart,
body.search-results form.cart,
body.single-product .related form.cart {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cart-item-weight-info {
  display: none;
}

body.single-product .related form.cart {
  margin-bottom: 15px !important;
}

.quantity.buttons_added {
  border: 1px solid #e0dede !important;
}

body.archive .single_add_to_cart_button,
body.search-results .single_add_to_cart_button,
body.single-product .related button.single_add_to_cart_button {
  border-color: transparent;
  border-radius: 2px;
  border-width: 0px;
  box-sizing: border-box;
  color: #fff;
  font-family: "Roboto";
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 12px !important;
  max-height: 29px;
  padding: 8px 12px !important;
  text-transform: uppercase;
  transition: all 0.2s;
  text-align: center;
}

body.archive .single_add_to_cart_button,
body.search-results .single_add_to_cart_button,
body.archive .quantity.buttons_added,
body.search-results .quantity.buttons_added {
  width: 100%;
}

.custom-variation-selected {
  background: inherit;
  border-radius: 2px;
  border: 1px solid #e0dede;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  outline: none;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.custom-variation-selected.active,
.custom-variation-selected:hover {
  background-color: #f1f1f1;
}

.custom-variation-selected:focus {
  border-color: transparent;
  box-shadow: 0 0 1px 3px rgba(167, 29, 34, 0.75);
}

.custom-variation-selected p {
  margin: 0;
  padding: 10px;
  height: 40px;
  display: flex;
  align-items: center;
}

.custom-variation-selected-dropdown-icon {
  height: 40px;
  background-color: #f1f1f1;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-variation-selected svg {
  height: 15px;
  width: 15px;
}

.custom-variation-dropdown {
  background-color: #fff;
  border-radius: 2px;
  top: 50px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  display: none;
  left: -10px;
  padding: 0 10px 15px;
  position: absolute;
  z-index: 100;
  width: 100%;
  max-width: 320px;
}

.custom-variation-dropdown.active {
  display: block;
}

.custom-variation-dropdown>h3 {
  color: #000;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  margin-bottom: 0;
}

.custom-variation-dropdown p.fine-print {
  font-size: 12px;
  margin-top: 0;
}

.custom-variation-dropdown>label {
  cursor: pointer;
  display: block;
  padding: 5px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.custom-variation-dropdown>label:hover {
  background-color: #f1f1f1;
}

.custom-variation-dropdown>label input {
  margin-right: 10px;
  margin-top: 7.5px;
}

.custom-variation-dropdown>label>span {
  display: inline-block;
  min-width: 65px;
}

.variation-total-price {
  color: #a71d22;
  font-weight: 700;
  text-align: center;
}

/* cart page */

body.woocommerce-cart .woocommerce-content-box,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .woocommerce-shipping-calculator,
body.woocommerce-cart .coupon,
body.woocommerce-checkout .woocommerce-content-box,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout .payment_box {
  background-color: #fff !important;
  border: 1px solid #e0dede;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
  padding: 0;
  border: none !important;
  margin-bottom: 0;
}

body.woocommerce-cart .cart_totals h2 {
  margin-bottom: 0;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
  padding: 15px 0 !important;
}

@media screen and (max-width:640px) {
  body.woocommerce-cart .cart_totals table thead {
    display: none;
  }

  body.woocommerce-cart .cart_totals table tbody th,
  body.woocommerce-cart .cart_totals table tbody td {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }

  body.woocommerce-cart .cart_totals table tbody th {
    padding: 10px 0 0 0 !important;
  }

  body.woocommerce-cart .cart_totals table tbody td {
    padding: 0 0 10px 0 !important;
  }

  body.woocommerce-cart .cart_totals table td .label {
    background-color: #ddd;
    font-weight: bold;
    text-align: center;
  }
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  padding-top: 10px !important;
}

.woocommerce-cart .cart_totals .shop_table .cart-subtotal {
  border-bottom: 1px solid var(--sep_color) !important;
}

.woocommerce-shipping-calculator .shipping-calculator-form {
  margin-top: 10px;
}

.cart_totals .shipping-calculator-button {
  cursor: pointer !important;
  font-weight: 500;
  &:hover {
    text-decoration: underline;
  }
}

body.woocommerce-cart .select2-hidden-accessible,
body.woocommerce-checkout .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

body.woocommerce-cart .select2-container,
body.woocommerce-checkout .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: auto;
  text-align: left;
  border: 1px solid var(--form_border_color);
}

body.woocommerce-cart .select2-container .select2-selection,
body.woocommerce-checkout .select2-container .select2-selection {
  display: block;
}

body.woocommerce-cart .select2-container .select2-selection .select2-selection__arrow,
body.woocommerce-checkout .select2-container .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}

body.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow b,
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

body.woocommerce-cart .select-arrow,
body.woocommerce-checkout .select-arrow {
  display: none;
}

body.woocommerce-cart .select2-container,
body.woocommerce-checkout .select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

body.woocommerce-cart .select2-dropdown,
body.woocommerce-checkout .select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1051
}

body.woocommerce-cart .select2-search--dropdown,
body.woocommerce-checkout .select2-search--dropdown {
  display: block;
  padding: 4px
}

body.woocommerce-cart .select2-search--dropdown .select2-search__field,
body.woocommerce-checkout .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

body.woocommerce-cart .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button,
body.woocommerce-checkout .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

body.woocommerce-cart .select2-results__options,
body.woocommerce-checkout .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

body.woocommerce-cart .select2-results,
body.woocommerce-checkout .select2-results {
  display: block
}

body.woocommerce-cart .select2-results__options,
body.woocommerce-checkout .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

body.woocommerce-cart .select2-results__option,
body.woocommerce-checkout .select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none
}

body.woocommerce-cart .select2-container--default .select2-results>.select2-results__options,
body.woocommerce-checkout .select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

body.woocommerce-cart .shop_table .quantity.buttons_added {
  float: none !important;
  margin: auto !important;
}

body.woocommerce-checkout form.checkout .shop_table tfoot th {
  vertical-align: top;
}

body.woocommerce-checkout form.checkout ul#shipping_method li {
  margin-bottom: 15px;
}

form.checkout .woocommerce-billing-fields__field-wrapper .form-row>label,
form.checkout .woocommerce-shipping-fields__field-wrapper .form-row>label {
  font-weight: 700;
}

body.woocommerce-cart .fusion-update-cart {
  display: none;
}

body.woocommerce-cart .fusion-button.checkout-button.alt {
  margin-top: 28px;
  float: none;
  margin-bottom: 10px;
}

@media screen and (max-width:640px) {
  body.woocommerce-cart .fusion-button.checkout-button.alt {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #pwgc-redeem-button {
    margin-top: 10px;
  }
}

#comment-input input,
#comment-textarea textarea,
.avada-select .select2-container .select2-choice,
.avada-select .select2-container .select2-choice .select2-arrow,
.avada-select .select2-container .select2-choice2 .select2-arrow,
.chzn-container .chzn-drop,
.chzn-container-single .chzn-single,
.comment-form-comment textarea,
.fusion-body .avada-select-parent .select-arrow,
.fusion-body .avada-select-parent select,
.gravity-select-parent .select-arrow,
.input-text,
.main-nav-search-form input,
.post-password-form label input[type="password"],
.search-page-search-form input,
.searchform .fusion-search-form-content .fusion-search-field input,
.select-arrow,
.select2-container .select2-selection .select2-selection__arrow,
.select2-container--default .select2-dropdown .select2-search,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single,
.select2-dropdown,
input.s,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"],
select,
textarea {
  border-width: 1px !important;
}

/* shop info popup */

.shop-info-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999997;
  overflow: auto;
}

.shop-info-modal-wrapper.visible {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.shop-info-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999998;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .shop-info-modal-backdrop {
    background: rgba(0, 0, 0, 0.15);
  }
}

.shop-info-modal {
  position: relative;
  z-index: 9999999;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .shop-info-modal {
    padding: 60px;
  }
}

.shop-info-modal-content {
  padding: 30px;
  position: relative;
  max-width: 700px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .shop-info-modal-content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  }
}

.shop-info-modal-body img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .shop-info-modal-body {
    margin-bottom: 80px;
  }
}

.shop-info-modal .button.alt:not(.shop-info-modal-close) {
  background-color: #3987b3 !important;
  padding: 0 !important;
}

.shop-info-modal .button.alt a {
  color: #fff !important;
  display: block !important;
  padding: 13px 29px !important;
}

.shop-info-modal .button.alt:not(.shop-info-modal-close):hover {
  background-color: #275e7d !important;
}

.shop-info-modal-close:not(.alt) {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  height: 35px;
  width: 35px;
}

@media screen and (min-width: 768px) {
  button.shop-info-modal-close:not(.alt) {
    top: -10px;
    right: -10px;
    background-color: #8e191d;
  }

  button.shop-info-modal-close.alt {
    margin-left: 15px !important;
  }

  button.shop-info-modal-close:not(.alt):hover {
    background-color: #751518;
  }
}

button.shop-info-modal-close svg {
  height: 25px;
  width: 25px;
}

button.shop-info-modal-close svg path {
  fill: #8e191d;
}

@media screen and (min-width: 768px) {
  button.shop-info-modal-close svg path {
    fill: #fff;
  }
}

.online-store-sidebar-product-search input {
  border: none;
  padding: 20px 10px 18px;
  width: 100%;
  font-size: 16px;
  height: var(--form_input_height);
}

/* button that shows the modal */

.online-shop-info-btn-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 30px !important;
}

#woocommerce_products-2 {
  padding-top: 15px !important;
}

/* hide Uncategorized category from sidebar */

.widget_product_categories li:has([href*="/product-category/uncategorized/"]) {
  display: none !important;
}

.online-shop-info-btn-wrapper button:not(.shop-info-modal-close) {
  background-color: hsl(42, 99%, 58%);
  border-radius: 3px;
  color: #000;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 20px;
  cursor: pointer;
  width: 100%;
}

.online-shop-info-btn-wrapper button:not(.shop-info-modal-close):hover {
  background-color: hsl(44, 99%, 65%);
}

button.shop-info-modal-close.alt {
  background-color: #999 !important;
  padding: 0 !important;
}

button.shop-info-modal-close.alt a {
  color: #000 !important;
  display: block !important;
  padding: 13px 29px !important;
}

button.shop-info-modal-close.alt:hover {
  background-color: #aeaeae !important;
}

/* mobile category modal */

.mobile-shop-navigation-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9999999;
}

.mobile-shop-navigation {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 6px;
}

.mobile-shop-navigation>div {
  background-color: #fafafa;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #eaeaea;
}

.mobile-shop-navigation-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.mobile-shop-navigation .mobile-shop-search-form {
  padding: 10px;
}

.mobile-shop-navigation .btn-list {
  border-top: 1px solid #eaeaea;
}

.mobile-shop-navigation .close-btn {
  color: #8e191d;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
}

.mobile-shop-navigation button {
  display: block;
  background-color: inherit;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-shop-navigation button:not(:first-child) {
  border-top: 1px solid #eaeaea;
}

.shop-modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10000000;
}

.shop-modal ul {
  list-style: none;
  padding-left: 0;
}

.shop-modal .modal-background {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 990px) {
  .shop-modal .modal-background {
    background: rgba(255, 255, 255, 0.8);
  }
}

.shop-modal .modal-inner {
  -webkit-overflow-scrolling: touch;
  align-items: flex-start;
  background: none;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  position: relative;
  width: 100vw;
  z-index: 1000001;
}

.shop-modal .modal-close-btn {
  align-items: center;
  background: none;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  display: flex;
  height: 35px;
  outline: none;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 35px;
}

.shop-modal .modal-close-btn .touch-target {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.shop-modal .modal-close-btn:focus {
  box-shadow: 0 0 0.2rem 0.4rem #f0f0f0;
}

@media screen and (min-width: 990px) {
  .shop-modal .modal-close-btn {
    right: 1rem;
    top: 1rem;
  }
}

.shop-modal .modal-close-btn svg {
  height: 25px;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 25px;
  z-index: 50;
}

.shop-modal .modal-close-btn svg path {
  fill: #a71e22;
}

@media screen and (min-width: 990px) {
  .shop-modal .modal-inner {
    padding: 20px;
  }
}

.shop-modal .separator {
  background: #000;
  height: 0.1rem;
  margin: 1rem auto 1rem 0;
  max-width: 7.5rem;
}

.shop-modal nav {
  overflow: auto;
  width: 100%;
  padding: 20px;
  height: 100vh;
}

.shop-modal nav h3 {
  margin: 0;
  padding: 0 1rem;
  color: #000;
}

.shop-modal nav a {
  color: #000;
  display: block;
  margin: 0.3rem 0;
  padding: 0.5rem 1rem;
  position: relative;
  text-decoration: none;
}

.shop-modal nav a:hover {
  background: #f0f0f0;
}

@media screen and (max-width: 989px) {
  body .avada-page-titlebar-wrapper {
    background: #8e191d;
  }

  body .avada-page-titlebar-wrapper .fusion-breadcrumbs {
    display: block !important;
  }

  body .avada-page-titlebar-wrapper a {
    color: #fff;
  }
}

@media screen and (min-width: 990px) {
  body.woocommerce .avada-page-titlebar-wrapper {
    margin-top: 0;
  }
}

.mobile-shop-navigation-btn-wrapper button {
  height: 3rem;
}

@media screen and (min-width: 990px) {
  .mobile-shop-navigation-btn-wrapper,
  .mobile-shop-navigation-btn-wrapper button {
    height: auto;
  }
}

.mobile-shop-navigation-btn-wrapper {
  background: #fff;
  border: none;
  left: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 400;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 990px) {
  .mobile-shop-navigation-btn-wrapper {
    display: none;
  }
}

.mobile-shop-navigation-btn-wrapper span {
  font-size: 14px;
  color: #fff;
}

.mobile-shop-navigation-btn-wrapper button {
  align-items: center;
  background: #a71e22;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  outline: none;
  padding: 0rem 3rem;
  width: 100%;
}

#jump-to-category {
  width: 100%;
}

.mobile-shop-navigation-btn-wrapper button:hover {
  background-color: #751518;
}

@media screen and (min-width: 990px) {
  .mobile-shop-navigation-btn-wrapper button {
    border: none;
    color: #ddd;
    justify-content: flex-start;
    margin-right: 2rem;
    padding: 0 0.75rem;
    text-decoration: underline;
    white-space: nowrap;
    width: auto;
  }
}

.mobile-shop-navigation-btn-wrapper button svg {
  height: 16px;
  width: 16px;
}

.mobile-shop-navigation-btn-wrapper button svg path {
  fill: #fff;
}

@media screen and (min-width: 990px) {
  .mobile-shop-navigation-btn-wrapper button svg {
    display: none;
  }
}

.shop-modal nav .close-btn-alt {
  align-items: center;
  display: flex;
  justify-content: center;
}

.shop-modal nav .close-btn-alt button {
  background: #a71e22;
  border-radius: 0.2rem;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 3rem;
  margin: 2rem auto 4rem;
  outline: none;
  padding: 0.5rem 1rem;
  width: 12rem;
}

.shop-modal nav .close-btn-alt button:hover {
  background: #6b0205;
}

.shop-modal nav .close-btn-alt button:focus {
  background: #b84a4e;
  box-shadow: 0 0 0.2rem 0.4rem hsla(358, 70%, 39%, 0.4);
}

/**/

.catalog-ordering .order li a,
.fusion-grid-list-view,
.fusion-grid-list-view li,
.order-dropdown .current-li,
.order-dropdown ul li a,
.order-dropdown>li:after {
  background-color: #a71d22 !important;
}

.fusion-page-title-bar .fusion-breadcrumbs,
.fusion-page-title-bar .fusion-breadcrumbs a,
.fusion-page-title-bar .fusion-breadcrumbs span {
  color: #fff !important;
  font-size: 14px !important;
}

.subcategory-term_description.term_description,
.wc-nested-category-layout-category-image {
  display: none;
}

.lds-ring,
.done-adding {
  margin: 0 0.3em;
}

.done-adding path {
  fill: #fff;
}

/* ridiculous additional css added in wordpress admin 😒 */

.wrapper {
  box-shadow: 0 2px 3px 3px #ccc;
}

.fusion-main-menu>ul>li {
  padding-right: 35px;
}

.woocommerce h4.widget-title {
  margin-top: 0;
}

body.woocommerce.has-sidebar #content {
  width: calc(100% - 30% - 40px);
}

.sidebar .widget .widget-title {
  font-size: 24px;
}

.post-type-archive-product h3.product-title {
  font-size: 16px;
  line-height: 1.2;
}

.product .product-buttons {
  padding-top: 5px;
}

.cross-sells .fusion-product-content,
.product-category h2,
.product-grid-view .fusion-product-content,
.related.products .fusion-product-content,
.up-sells .fusion-product-content {
  padding: 20px 15px 15px 15px;
  background: #ffffff;
  border-top: 1px solid #efefef;
}

.fusion-body .product .fusion-content-sep {
  border-color: #e0dede;
  display: none;
}

.fusion-price-rating {
  padding: 5px 0 2px;
}

.woocommerce .fusion-product-content a {
  color: #443636;
}

.order-dropdown .current-li,
.order-dropdown ul li a {
  background-color: #a71d22;
  border-color: #ffffff;
}

.order-dropdown a,
.order-dropdown a:hover {
  color: #ffffff;
}

.order-dropdown>li:after {
  font-size: 11px;
  color: #fff !important;
}

.current-li-content strong {
  letter-spacing: .2px;
}

.catalog-ordering .order li a {
  color: #ffffff;
  background-color: #a71d22;
}

form.cart {
  margin-top: 0px;
  margin-bottom: 0px;
  .quantity.buttons_added {
    border-radius: 0.375rem;
    border-color: hsl(0 0% 91% / var(--tw-border-opacity));
  }
  .quantity.buttons_added input {
    background-color: white;
  }
}

.single-product #main h1.product_title.entry-title {
  font-size: 26px;
  line-height: 1.2;
  color: #3a3a3a;
}

.fusion-body .fusion-content-sep.sep-solid,
.fusion-body .fusion-separator.sep-solid {
  border-bottom-style: none;
  border-top-style: none;
  margin: 0;
}

.single-product form.cart {
  margin-top: -20px;
  margin-bottom: -20px;
}

/* single product review styles */

p.stars a.active {
  background-color: hsl(358, 70%, 38%) !important;
  color: #ffffff;
}

p.stars a.active::after {
  color: #ffffff !important;
}

.fusion-content-widget-area .product_list_widget li {
  border: none;
}

.fusion-sidebar-right span.woocommerce-Price-amount.amount {
  color: #fff;
}

.fusion-woo-social-share-text {
  line-height: 1.2;
}

i.fontawesome-icon.medium.circle-yes.fusion-icon-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

i.fontawesome-icon.medium.circle-yes.fusion-icon-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

i.fontawesome-icon.medium.circle-yes.fusion-icon-pinterest {
  background-color: #c8232c;
  border-color: #c8232c;
}

i.fontawesome-icon.medium.circle-yes.fusion-icon-mail {
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}

.tax-product_cat h1,
.tax-product_tag h1 {
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1;
  color: #4e4e4e;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.woocommerce-container .product-title {
  line-height: 1.2;
}

.product-buttons a:nth-of-type(1) {
  padding: 8px 12px;
  background: #3987b3;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  line-height: 1;
  border-radius: 2px;
}

.product-buttons .show_details_button:before {
  content: none;
}

.product-buttons a:nth-of-type(2) {
  padding: 8px 12px;
  background: #67666A;
  color: #fff;
  font-weight: 500;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 2px;
  margin-top: 10px;
  float: left;
  display: none;
}

.product-buttons a:nth-of-type(2):hover,
.product-buttons a:nth-of-type(1):hover {
  opacity: .8;
}

.jpm-main-sidebar h4.widget-title,
.blog #sidebar h4.widget-title,
.has-sidebar #sidebar h4.widget-title {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
  background: rgba(1, 1, 1, .3);
  padding-bottom: 0px;
}

.fusion-content-widget-area .widget li a {
  color: #ffffff !important;
  &:hover {
    color: #ffffff;
  }
}

.product-buttons .add_to_cart_button:before,
.product-buttons .product_type_external:before,
.product-buttons .product_type_simple:before {
  display: none;
}

.woocommerce-tabs>.tabs .active a {
  background-color: #fbfbfb;
}

.woocommerce-checkout-nav .is-active a {
  background-color: #f7f7f7;
}

/***checkout pages***/

.woocommerce-cart #wrapper h2,
.woocommerce-checkout #wrapper h2 {
  font-size: 26px;
}

.cart-collaterals .shipping-coupon .coupon #avada_coupon_code {
  height: 42px;
  font-size: 18px;
}

.woocommerce .checkout_coupon .coupon-input .input-text {
  height: 42px;
  font-size: 16px;
}

.woocommerce-checkout #main,
.woocommerce-cart #main {
  background: #f7f7f7;
}

.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table th.product-total {
  font-size: 22px;
}

#wrapper .woocommerce .woocommerce-billing-fields h3 {
  font-size: 30px;
  margin-top: 0;
}

.woocommerce-form-login__submit,
.woocommerce .woocommerce-form-coupon.checkout_coupon button[type="submit"],
input#pwgc-redeem-button,
.single_add_to_cart_button {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 1rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(42 99% 58% / var(--tw-bg-opacity)) !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-coupon.checkout_coupon button[type="submit"]:hover,
input#pwgc-redeem-button:hover,
.single_add_to_cart_button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(44 99% 65% / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.payment_box.payment_method_ppcp-gateway {
  display: none !important;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-top: 20px !important;
}

.woocommerce .login .form-row:not(.form-row-first):not(.form-row-last) {
  float: none !important;
  margin: 10px 0 0 !important;
  @media screen and (min-width: 640px) {
    width: 100%;

    display: flex;

    justify-content: flex-end;
  }
}

.woocommerce-form-login__rememberme,
.woocommerce-form-login__submit {
  width: 100%;
  @media screen and (min-width: 640px) {
    width: auto;
  }
}

.woocommerce-form-login__submit {
  margin-top: 10px !important;
  @media screen and (min-width: 640px) {
    margin-top: 0px !important;

    margin-left: 10px !important;
  }
}

.woocommerce .login .lost_password {
  float: none !important;
  text-align: center;
  margin-top: 10px !important;
  @media screen and (min-width: 640px) {
    text-align: right;
  }
}

#pwgc-redeem-gift-card-form {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  #pwgc-redeem-gift-card-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

input#pwgc-redeem-button {
  margin-bottom: 0 !important;
  padding: .25rem 1rem;
  margin-left: auto;
  margin-top: 10px !important;
}

label[for="pwgc-redeem-gift-card-number"] {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

#pwgc-redeem-gift-card-number {
  border: 1px solid hsl(0, 0%, 91%);
  border-radius: 0.375rem;
}

h1.jpm-store-title {
  margin-top: 0px;
}

p.jpm-sidebar-paragraph {
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

a.jpm-sidebar-button {
  display: block;
  text-align: center;
  color: #fff;
  background: #3987b3;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.cart-loading i {
  background-color: rgb(167, 29, 35);
}

.cart-loading:hover {
  cursor: pointer;
}

a.jpm-sidebar-button:hover {
  background: #275e7d;
}

input#product-search-field-0 {
  padding: 20px 10px 18px;
  font-size: 16px;
}

#main #sidebar .search-results span.price .woocommerce-Price-amount {
  color: #555;
}

.fusion-page-title-captions {
  display: none;
}

body.woocommerce .avada-page-titlebar-wrapper .fusion-page-title-bar {
  background: #a71d22;
}

.fusion-page-title-bar .fusion-breadcrumbs,
.fusion-page-title-bar .fusion-breadcrumbs a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.page .fusion-page-title-bar {
  display: none;
}

.has-sidebar #sidebar .jpm-sidebar-photo h4.widget-title {
  margin-bottom: 0px;
}

.quantity .minus,
.quantity .plus,
.fusion-body .tribe-events-tickets .quantity .minus,
.fusion-body .tribe-events-tickets .quantity .plus {
  background-color: #eaeaea;
}

.fusion-body .tribe-events-tickets-rsvp .tribe-ticket.quantity input,
.fusion-button-quantity,
.quantity .minus,
.quantity .plus,
.quantity .qty,
.quantity .tribe-ticket-quantity,
.single-product .product .summary .cart .quantity .minus,
.single-product .product .summary .cart .quantity .plus,
.single-product .product .summary .cart .quantity .qty,
.tribe-events-tickets .woocommerce .quantity input {
  line-height: 23px;
  font-size: 17px;
  height: 40px;
  width: 40px;
}

.woocommerce-container #content .products .quantity.buttons_added {
  margin-right: 0 !important;
  margin-bottom: 10px;
  width: 100% !important;
}

.fusion-body .quantity .minus, .fusion-body .quantity .plus, .fusion-body .quantity .qty {
  width: 33.33% !important;
}

.woocommerce ul.fusion-grid-list-view {
  display: none;
}

form#product-filter-search-form-0 {
  margin-bottom: 0px !important;
}

.fusion-storesearchsidebar .widget {
  margin-bottom: 0px;
}

.page-id-2278 h1 {
  margin-top: 0px;
  font-size: 40px;
}

div#product-search-filter-price-heading-0,
div#product-search-filter-category-heading-0,
div#product-search-filter-tag-heading-0 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
}

.product-search-filter-product_tag .tag-cloud-link {
  color: #fff !important;
  padding: 2px 8px;
  background: #a71d22;
  font-weight: 500 !important;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.product-search-attribute-filter-item {
  display: inline-block !important;
}

.product-search-filter-terms .product-search-filter-product_cat .term-name {
  background: #a71d22;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 8px;
  font-weight: 500;
  letter-spacing: .5px;
  padding: 2px 8px !important;
  font-size: 15px;
}

.shop_table thead tr th {
  font-size: 17px;
}

ul.woocommerce-side-nav.woocommerce-checkout-nav li a {
  padding-left: 10px;
}

/*change category page button styles*/

body.fusion-button_size-large.woocommerce-cart .fusion-button-default-size,
body.fusion-button_size-large.woocommerce-cart button.button,
.fusion-button_size-large .woocommerce .cart-collaterals .checkout-button,
.fusion-button_size-large .woocommerce .avada-shipping-calculator-form .button {
  padding: 8px 15px;
}

#pwgc-redeem-button {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 2px;
  border: none;
  background: #a71d22;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

#pwgc-redeem-button:hover {
  background: #7f1c22;
}

/***hide selector input for variable products***/

body.archive a.button.add_to_cart_button.product_type_variable+div.quantity.buttons_added {
  display: none;
}

/***change popular products sidebar background to red***/

.has-sidebar aside#sidebar div#woocommerce_products-2.widget {
  background: #a71e22;
}

/***category pages (not store)***/

p.category-page-sub-text {
  font-size: 22px;
  color: #fff;
}

p.category-page-sub-text a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

div#store-category-page-opener h1.jpm-page-opener {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.jpm-product-column-1 a,
.jpm-product-column-2 a {
  font-weight: 700;
  color: #a71e23;
}

.jpm-product-column-1 a:after,
.jpm-product-column-2 a:after {
  content: ' (buy now)';
  color: #a71e23;
}

.jpm-product-column-1 h4,
.jpm-product-column-2 h4 {
  font-size: 16px;
  font-style: italic;
}

.jpm-product-column-1 h3,
.jpm-product-column-2 h3 {
  font-size: 22px;
}

.jpm-product-sidebar #custom_html-5 h4.widget-title {
  border-bottom: 0px;
}

#custom_html-5 .ginput_container input {
  height: 35px;
  font-size: 16px;
}

input#gform_submit_button_3 {
  width: 100%;
  background: #3987b3;
}

input#gform_submit_button_3:hover {
  background: #275e7d;
}

input#input_3_2,
input#input_3_1 {
  color: #505050;
}

body #custom_html-5 .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}

.category-shop-now p {
  color: #fff;
}

.homepage-store-cta h1 {
  color: #fff;
  margin-bottom: 20px;
}

.homepage-store-cta p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.homepage-store-cta a {
  background: #3987b3;
}

.homepage-store-cta a:hover {
  background: #275e7d;
}

/***misc***/

.order-dropdown .current-li a,
.order-dropdown ul li a {
  color: #fff;
}

i.fusion-icon-arrow-down2.icomoon-up {
  color: #fff;
}

.avada-myaccount-user {
  display: none;
}

/***customize account areas***/

nav.woocommerce-MyAccount-navigation {
  background: #f3f3f3;
}

/***remove sidebar from main store page but keep on archives***/

.woocommerce.archive aside#sidebar {
  display: none;
}

.woocommerce.archive .catalog-ordering.fusion-clearfix {
  display: none;
}

.woocommerce.archive.tax-product_cat aside#sidebar {
  display: block;
}

.woocommerce.archive.tax-product_cat .catalog-ordering.fusion-clearfix {
  display: block;
}

/***change width of content area on main shop page***/

body.woocommerce.has-sidebar.archive #content {
  width: 100%;
}

body.woocommerce.has-sidebar.archive #content .product-category img {
  width: 360px;
}

body.woocommerce.has-sidebar.archive.tax-product_cat #content,
body.woocommerce.has-sidebar.archive.tax-product_tag #content {
  width: calc(100% - 30% - 40px);
}

/***update update cart button

a.fusion-update-cart {
    display: none;
}

input#pwgc-redeem-button {
    background: #a71d22;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 8px;
    border-radius: 3px;
    border: none;
}

*/

/*nav.woocommerce-MyAccount-navigation {
    border: 2px solid #e4e4e4;
}*/

.woocommerce-MyAccount-navigation ul li,
.woocommerce-side-nav li {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation ul li:first-of-type a {
  border-top: 1px solid #ddd;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active {
  border-right: 1px solid #fff;
}

.woocommerce-MyAccount-content,
.woocommerce-content-box {
  margin-left: 220px;
  border-left: 0;
}

body li.woocommerce-MyAccount-navigation-link a {
  /* padding: 0 20px; */
  padding-left: 14px;
}

.woocommerce-MyAccount-content {
  border: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads.is-active {
  display: none;
}

.woocommerce-MyAccount-navigation ul li a,
.woocommerce-side-nav li a {
  border-bottom: 0;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
  border-right: 1px solid #fff;
}

li.woocommerce-MyAccount-navigation-link a {
  color: #3c3c3c;
}

li.woocommerce-MyAccount-navigation-link.is-active {
  font-weight: 700;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
  background: #f7f7f7;
}

.woocommerce-account .shop_table td {
  padding: 5px 5px;
}

.woocommerce-account .shop_table thead tr th {
  padding: 10px 5px;
}

a.woocommerce-button.button.view,
.order-actions a.button {
  background: #3987b3;
  display: block;
  float: left;
  color: #fff;
  padding: 0px 10px;
  line-height: 1.8;
}

orders-table__row--status-completed.order,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order a {
  font-size: 15px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

a.woocommerce-button.button.order-again {
  display: block;
  float: left;
  background: #a71e23;
  color: #fff;
  line-height: 1.8;
  padding: 0 10px;
  margin-left: 10px;
}

a.woocommerce-button.button.order-again:hover {
  background: #791317;
}

a.woocommerce-button.button.view:hover,
.order-actions a.button:hover {
  background: #275e7d;
}

.woocommerce-account .shop_table td:first-of-type,
.woocommerce-account .shop_table th:first-of-type {
  padding-left: 20px;
  border-left: 1px solid #ddd;
}

.woocommerce-account .shop_table thead tr th {
  padding: 10px 5px;
  border-top: 1px solid #ddd;
}

.woocommerce-account .shop_table thead tr th:last-of-type {
  border-right: 1px solid #ddd;
}

.woocommerce-account .shop_table td:last-of-type {
  border-right: 1px solid #ddd;
}

.woocommerce-account .shop_table tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}

.my_account_orders .woocommerce-orders-table__cell-order-actions a:after,
.woocommerce-MyAccount-downloads .download-actions a:after {
  display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address.is-active,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--contributions.is-active,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account.is-active {
  border-right: none;
}

.woocommerce-view-order .shop_table td:first-of-type,
.woocommerce-view-order .shop_table th:first-of-type,
.woocommerce-view-order tr,
.woocommerce-view-order th {
  border: none !important;
}

.woocommerce-view-order .shop_table td:last-of-type {
  border-right: none;
}

.woocommerce-view-order section.avada-order-details.woocommerce-content-box.full-width,
.woocommerce-view-order section.avada-customer-details.woocommerce-content-box.full-width {
  border: 1px solid #e4e4e4;
  margin-top: 20px;
}

.order-actions a.button {
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5px;
}

.catalog-ordering.fusion-clearfix ul li a {
  color: #fff;
}

/***product variations***/

form.variations_form.cart {
  margin-top: 2px;
  font-weight: 500;
}

.woocommerce .variations select {
  color: #555;
}

#wrapper .variations .select-arrow,
.avada-select-parent .select-arrow {
  background: #a71e23;
  color: #fff;
}

.fusion-button_size-large .quantity {
  width: 100px;
}

.archive .product-buttons-container .quantity.buttons_added {
  float: right !important;
}

.woocommerce.archive .product-buttons a.button.product_type_variable {
  max-width: 100%;
}

.menu-show-mobile {
  display: none;
}

/***media queries***/

@media only screen and (max-width: 800px) {
  .fusion-body .products li {
    width: 85%;
  }

  a.fusion-button.button-default.fusion-button-default-size.button.fusion-update-cart {
    margin-top: 130px;
  }
}

/***** ridiculous css added to avada backend by previous developer *******/

.display-none {
  display: none;
}

/*****header*****/

a.jpm-header-button {
  color: #ffffff;
  background: #a71e22;
  width: 180px;
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
  display: inline;
  margin-left: 20px;
  border-radius: 3px;
}

span.jpm-header-cta {
  font-size: 18px;
}

.fusion-secondary-header {
  color: #fff;
  font-size: 14px;
}

#menu-directions-button a {
  text-align: center;
  background: #3987B3;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 30px;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}

#menu-directions-button a:hover {
  background: #164966
}

.fusion-secondary-header {
  border-bottom: none;
}

/****cusotm margin classes******/

.jpm-mb-20 {
  margin-bottom: 20px;
}

/*******homepage********/

#homepage-woo-categories li.product-category:has([href*="/product-category/uncategorized/"]) {
  display: none;
}

.post-content #homepage-specials p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

h1.jpm-homepage-opener {
  color: #fff;
  font-size: 60px;
  margin-bottom: 15px;
  margin-top: 0px;
}

p.jpm-homepage-opener-sub-text {
  color: #fff;
  font-size: 25px;
}

.button-large .button-icon-divider-left {
  padding: 0px 32.5px !important;
}

.button-icon-divider-left {
  border-right: 0;
}

a.fusion-button.button-flat.button-round.button-large.button-default.jpm-white-button {
  background: none !important;
  border: 3px solid #fff;
  margin-top: 15px;
}

a.fusion-button.button-flat.button-round.button-large.button-default.jpm-white-button:hover {
  background-color: rgba(159, 40, 45, 0.6) !important;
}

.jpm-store-hours {
  font-size: 14px;
}

a.fusion-read-more {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}

.fusion-content-boxes-1 .fusion-content-box-hover .fusion-read-more:hover {
  color: #2d6b8e !important;
}

h2.jpm-heading-2 {
  margin-top: -15px;
}

.post-content h3.jpm-product-hp-title {
  font-size: 25px;
  text-align: center;
  margin-top: 5px;
}

.post-content h3.jpm-product-hp-title a {
  color: #333333;
}

.jpm-white-button span.fusion-button-text {
  font-size: 16px;
}

/***coupons on homepage

.cctor_coupon {
  border: none !important;
}

.cctor_coupon_content {
  border: none !important;
  background: none !important;
}

h3.cctor_deal {
  background: none !important;
}

h3.cctor_deal {
  color: #fff !important;
}

.cctor-terms {
  color: #fff !important;
}

.fusion-title.weekly-specials-title h3 {
  font-size: 2em;
}****/

/****callout styles******/

#wrapper .post-content .ashery-callout h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.ashery-callout p {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

/******products page********/

h1.jpm-page-opener {
  color: #fff !important;
  text-align: center;
}

/******bulk foods page******/

p.jpm-parallax-text {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
}

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

.post-content p.jpm-read-more-text {
  font-size: 20px;
}

/******deli page********/

p.jpm-page-opener-sub-text {
  text-align: center;
  color: #ffffff;
  font-size: 25px;
}

p.jpm-highlight-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  font-size: 20px;
}

/*******our story page**********/

h2.jpm-white-text {
  color: #ffffff;
  text-align: center;
}

p.jpm-caption {
  text-align: center;
  margin-top: -15px;
  font-size: 14px;
  color: #4e4e4e;
}

/******product pages**********/

.jpm-product-sidebar {
  padding: 0px;
  background: #fff;
}

.jpm-product-sidebar .widget {
  padding: 20px;
  background: #a71e22;
}

div#custom_html-5 {
  color: #fff;
}

#custom_html-5 .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}

.jpm-product-sidebar h4.widget-title {
  font-size: 30px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #840e0e;
  padding-bottom: 15px;
}

.fusion-content-widget-area .widget li a {
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.fusion-content-widget-area .widget li a:hover {
  color: #fff;
  text-decoration: underline;
}

.jpm-product-sidebar a:before {
  display: none;
}

.jpm-product-sidebar .fusion-widget-area .widget_nav_menu li {
  padding-left: 15px;
  border-bottom: 1px solid #840e0e;
}

.jpm-product-sidebar .current-menu-item a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 700;
}

.jpm-product-sidebar .fusion-content-widget-area .widget {
  margin-bottom: 30px;
}

.jpm-product-column-1 h3:first-of-type,
.jpm-product-column-2 h3:first-of-type {
  margin-top: 0px;
}

.jpm-main-sidebar .heading h4.widget-title:first-of-type {
  margin-top: 0px;
  margin-bottom: 0px;
}

.jpm-main-sidebar h4.widget-title,
.blog #sidebar h4.widget-title,
.has-sidebar #sidebar h4.widget-title {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
  background: rgba(1, 1, 1, .5);
  padding-bottom: 0px;
}

.fusion-widget-area .widget .recentcomments:before,
.fusion-widget-area .widget_archive li a:before,
.fusion-widget-area .widget_categories li a:before,
.fusion-widget-area .widget_links li a:before,
.fusion-widget-area .widget_meta li a:before,
.fusion-widget-area .widget_nav_menu li a:before,
.fusion-widget-area .widget_pages li a:before,
.fusion-widget-area .widget_recent_entries li a:before,
.widget_layered_nav li a:before,
.widget_product_categories li a:before,
.woocommerce-tabs .tabs a:hover .arrow:after,
.woocommerce-tabs .tabs li.active a .arrow:after {
  position: absolute;
  font-family: icomoon;
  content: inherit;
  margin-left: 0px;
  display: none;
}

.fusion-widget-area .widget .recentcomments,
.fusion-widget-area .widget_archive li,
.fusion-widget-area .widget_categories li,
.fusion-widget-area .widget_layered_nav li,
.fusion-widget-area .widget_links li,
.fusion-widget-area .widget_meta li,
.fusion-widget-area .widget_nav_menu li,
.fusion-widget-area .widget_pages li,
.fusion-widget-area .widget_product_categories li,
.fusion-widget-area .widget_recent_entries li {
  padding: 5px 10px 2px 12px;
  border-bottom: none;
}

.jpm-main-sidebar .fusion-widget-area .widget,
.has-sidebar .sidebar .fusion-widget-area .widget,
.blog #sidebar .widget,
.has-sidebar #sidebar .widget {
  background: #a71e22;
  padding: 30px;
}

.fusion-content-widget-area .widget {
  margin-bottom: 30px;
}

.blog #sidebar li {
  padding-left: 0px;
}

#main .sidebar {
  background-color: #fff;
}

.jpm-product-sidebar .heading h4.widget-title {
  font-size: 30px !important;
  color: #fff !important;
}

/****blog page sign up form****/

.jpm-mailing-list-sidebar {
  color: #fff;
  margin-top: 10px;
}

.jpm-mailing-list-sidebar .gform_wrapper .top_label .gfield_label,
.jpm-mailing-list-sidebar .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}

.jpm-mailing-list-sidebar li#field_2_1,
.jpm-mailing-list-sidebar li#field_2_2 {
  padding-right: 0px;
}

.jpm-mailing-list-sidebar input#input_2_1_3::-moz-placeholder, .jpm-mailing-list-sidebar input#input_2_1_6::-moz-placeholder, .jpm-mailing-list-sidebar input#input_2_2::-moz-placeholder {
  font-weight: 300;
}

.jpm-mailing-list-sidebar input#input_2_1_3::placeholder,
.jpm-mailing-list-sidebar input#input_2_1_6::placeholder,
.jpm-mailing-list-sidebar input#input_2_2::placeholder {
  font-weight: 300;
}

.jpm-mailing-list-sidebar input#input_2_1_3,
.jpm-mailing-list-sidebar input#input_2_1_6,
.jpm-mailing-list-sidebar input#input_2_2 {
  font-size: 16px !important;
  font-weight: 500;
  padding-left: 8px;
  border: none;
  height: 35px;
  color: #333;
}

.jpm-mailing-list-sidebar .gform_footer.top_label {
  padding-top: 0px !important;
}

.jpm-mailing-list-sidebar input#gform_submit_button_2 {
  width: 100%;
  background: #3987b3;
  margin-right: 0px !important;
}

.jpm-mailing-list-sidebar input#gform_submit_button_2:hover {
  background: #275e7d;
}

/******weekly specials*********/

.page-id-32 h1.jpm-page-opener {
  line-height: 60px;
}

.fusion-fullwidth.fullwidth-box.jpm-weekly-specials.nonhundred-percent-fullwidth {
  text-align: center;
}

.jpm-weekly-specials h2 {
  margin-bottom: 40px;
}

.jpm-weekly-specials p {
  font-size: 18px;
}

.jpm-weekly-specials p:first-of-type {
  margin-bottom: 10px;
}

p.jpm-mt-20 {
  margin-top: 20px;
}

/****blog****/

i.fusion-icon-pen {
  display: none !important;
}

span.fusion-date {
  display: none !important;
}

.fusion-date-box.updated {
  border-radius: 3px;
}

/***coupons page***/

.page-id-498 #main {
  padding-top: 0px !important;
  padding-bottom: 60px;
}

/***Main Blog Page***/

div#sidebar h4.widget-title {
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 1px;
}

/*******footer************/

@media screen and (min-width: 1200px) {
  footer.fusion-footer-widget-area.fusion-widget-area .fusion-column:first-child {
    width: 35%;
  }

  footer.fusion-footer-widget-area.fusion-widget-area .fusion-column:nth-child(2) {
    width: 40%;
  }

  footer.fusion-footer-widget-area.fusion-widget-area .fusion-column:nth-child(3) {
    width: 25%;
  }
}

.jpm-footer-menu-left a,
.jpm-footer-menu-right a {
  display: block;
}

.jpm-footer-menu-left,
.jpm-footer-menu-right {
  width: 50%;
  float: left;
}

h4.widget-title.jpm-footer-heading {
  margin-top: 20px !important;
  margin-bottom: 15px;
}

.fusion-footer i.fa.fa-facebook-square,
.fusion-footer i.fa.fa-google-plus-square {
  color: #6b0205;
  font-size: 40px;
}

.fusion-footer-widget-area .widget a {
  transition: all 0.3s ease-in-out 0s;
}

.fusion-footer-widget-area .widget a:hover {
  text-decoration: underline;
}

i.fa.fa-google-plus-square {
  margin-left: 4px;
}

/****shopping tips page*******/

.page-id-1360 h1.jpm-page-opener {
  margin-bottom: 10px;
}

#jpm-mailing-list-form h2,
#jpm-mailing-list-form p {
  color: #fff;
}

#jpm-mailing-list-form label {
  display: none;
}

#jpm-mailing-list-form .gform_body input {
  padding: 20px 10px;
  font-weight: 500;
  background: none;
  border: 4px solid #fff;
}

#jpm-mailing-list-form .gform_body input::-moz-placeholder {
  font-weight: 500;
  color: #fff !important;
}

#jpm-mailing-list-form .gform_body input::placeholder {
  font-weight: 500;
  color: #fff !important;
}

#jpm-mailing-list-form .gform_body input::-webkit-input-placeholder {
  font-weight: 500;
  color: #fff !important;
}

#jpm-mailing-list-form .gform_body input::-moz-placeholder {
  font-weight: 500;
  color: #fff !important;
}

#jpm-mailing-list-form .gform_body input:-ms-input-placeholder {
  font-weight: 500;
  color: #fff !important;
}

#jpm-mailing-list-form .gform_body input:-moz-placeholder {
  font-weight: 500;
  color: #fff !important;
}

.gform_footer.top_label {
  padding-top: 0px;
}

input#gform_submit_button_2 {
  border: 3px solid #fff;
}

/****events calendar *****/

time.tribe-events-calendar-list__event-date-tag-datetime {
  height: auto !important;
  background: hsl(358, 70%, 38%);
  border-radius: 0.375rem;
  padding: 20px !important;
  span {
    color: white !important;
  }
  .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .tribe-events-calendar-list__event-date-tag-daynum  {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-top: 4px;
  }
}

div.fusion-events-single-title-content {
  background-color: #a71e22;
}

h3.tribe-events-month-event-title {
  background: #a71e22;
}

#tribe-events-content a.url {
  color: #fff;
}

h2.tribe-events-single-event-title {
  color: #ffffff !important;
}

.post-type-archive-tribe_events div#main {
  padding-top: 0px;
}

/***FAQ page***/

.page-id-495 .post-content .button-large {
  padding: 13px 0px;
}

/***Wocommerce Pages****/

/***individual product pages***/

span.posted_in,
span.tagged_as {
  font-weight: 700;
}

span.posted_in a,
span.tagged_as a {
  font-weight: 300;
  text-decoration: underline;
}

.fusion-widget-cart-number {
  color: #fff;
}

.single_variation_wrap .variations_button,
.summary .cart {
  flex-direction: column;
  align-items: flex-start;
}

.product-template-default.single-product p.price {
  margin-bottom: 10px;
}

.price-table-row.weight-input {
  border-bottom: 1px solid grey;
}

.price-table-row.calculated-price>td:nth-child(1) {
  font-weight: 600;
}

.price-table-row.calculated-price>td:nth-child(2) {
  font-weight: 600;
  color: #A81915;
  text-align: left;
}

.price.weighed {
  display: flex !important;
  justify-content: space-between;
  max-width: 165px;
  width: 100%;
}

#price_calculator {
  width: 100%;
  max-width: 165px;
}

/********mobile responsive code**********/

@media only screen and (max-width : 1254px) {
  .fusion-mobile-menu-icons a {
    font-size: 30px;
  }
}

/*******ipad landscape*********/

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

/********ipad portrait**********/

@media only screen and (max-width : 768px) {
  ul#menu-secondary-navigation {
    display: none;
  }

  .fusion-contact-info {
    padding: 10px 30px 10px 30px;
  }
}

/*********iphone 6+ Landscape***********/

@media only screen and (max-width : 736px) {
  h1.jpm-homepage-opener {
    font-size: 45px;
  }

  body {
    font-size: 19px;
  }
}

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

/******iphone 5s landscape***********/

@media only screen and (max-width : 568px) {
}

@media only screen and (max-width : 414px) {
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: hsl(358 70% 38% / var(--tw-border-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 91% / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 82% / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 98% / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 31% / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(358 70% 38% / var(--tw-bg-opacity));
}

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 86% 98% / var(--tw-bg-opacity));
}

.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(358 63% 31% / var(--tw-bg-opacity));
}

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

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: hsl(358 70% 38% / var(--tw-text-opacity));
}

.hover\:text-primary-light:hover {
  --tw-text-opacity: 1;
  color: hsl(358 73% 51% / var(--tw-text-opacity));
}

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

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.focus\:bg-primary-50\/25:focus {
  background-color: hsl(0 86% 98% / 0.25);
}

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

.has-\[\:focus\]\:border-primary:has(:focus) {
  --tw-border-opacity: 1;
  border-color: hsl(358 70% 38% / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .sm\:w-\[160px\] {
    width: 160px;
  }

  .sm\:w-\[calc\(100\%-170px\)\] {
    width: calc(100% - 170px);
  }

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

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

  .lg\:hover\:bg-primary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(358 63% 31% / var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-primary-darker:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(358 75% 15% / var(--tw-bg-opacity));
  }

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

@media (min-width: 1280px) {
  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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