/*
! tailwindcss v3.0.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Open Sans, system-ui;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

.container padding {
  -d-e-f-a-u-l-t: 1rem;
  sm: 2rem;
  lg: 0rem;
}

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

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 95%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1320px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1360px;
  }
}

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.right-6 {
  right: 1.5rem;
}

.right-10 {
  right: 2.5rem;
}

.right-4 {
  right: 1rem;
}

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

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

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

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

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

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

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

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

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

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

.clear-both {
  clear: both;
}

.m-8 {
  margin: 2rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

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

.ml-auto {
  margin-left: auto;
}

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

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

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

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-screen {
  height: 100vh;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

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

.h-10 {
  height: 2.5rem;
}

.min-h-screen {
  min-height: 100vh;
}

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

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

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

.w-8 {
  width: 2rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-10 {
  width: 2.5rem;
}

.max-w-sm {
  max-width: 24rem;
}

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

.max-w-screen-lg {
  max-width: 1024px;
}

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

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

.flex-none {
  flex: none;
}

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.columns-5 {
  -moz-columns: 5;
       columns: 5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-end {
  justify-items: end;
}

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

.gap-6 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

.whitespace-normal {
  white-space: normal;
}

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

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

.rounded-large {
  border-radius: 16px;
}

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

.border {
  border-width: 1px;
}

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

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

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(40 115 182 / var(--tw-border-opacity));
}

.border-\[\#979797\] {
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-opacity));
}

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

.border-transparent {
  border-color: transparent;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(40 115 182 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 1.25rem;
}

.p-10 {
  padding: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

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

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

.pt-14 {
  padding-top: 3.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

.pr-0 {
  padding-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

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

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.tracking-\[\.87px\] {
  letter-spacing: .87px;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(40 115 182 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#86868B\] {
  --tw-text-opacity: 1;
  color: rgb(134 134 139 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(86 172 222 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(2 125 185 / var(--tw-text-opacity));
}

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

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

.decoration-solid {
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

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

.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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

.alignfull {
  margin: 0.5rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1320px;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #718096;
}

.glide{
  position:relative;
  width:100%;
  box-sizing:border-box
}

.glide *{
  box-sizing:inherit
}

.glide__track{
  overflow:hidden
}

.glide__slides{
  position:relative;
  width:100%;
  list-style:none;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  transform-style:preserve-3d;
  touch-action:pan-Y;
  overflow:hidden;
  margin:0;
  padding:0;
  white-space:nowrap;
  display:flex;
  flex-wrap:nowrap;
  will-change:transform
}

.glide__slides--dragging{
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.glide__slide{
  width:100%;
  height:100%;
  flex-shrink:0;
  white-space:normal;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent
}

.glide__slide a{
  -webkit-user-select:none;
          user-select:none;
  -webkit-user-drag:none;
  -moz-user-select:none;
  -ms-user-select:none
}

.glide__arrows{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.glide__bullets{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.glide--rtl{
  direction:rtl
}

.glide__arrow{
  position:absolute;
  display:block;
  top:50%;
  z-index:2;
  color:#fff;
  text-transform:uppercase;
  padding:9px 12px;
  background-color:transparent;
  border:2px solid rgba(255,255,255,.5);
  border-radius:4px;
  box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);
  text-shadow:0 .25em .5em rgba(0,0,0,.1);
  opacity:1;
  cursor:pointer;
  transition:opacity 150ms ease,border 300ms ease-in-out;
  transform:translateY(-50%);
  line-height:1
}

.glide__arrow:focus{
  outline:none
}

.glide__arrow:hover{
  border-color:#fff
}

.glide__arrow--left{
  left:2em
}

.glide__arrow--right{
  right:2em
}

.glide__arrow--disabled{
  opacity:.33
}

.glide__bullets{
  position:absolute;
  z-index:2;
  bottom:2em;
  left:50%;
  display:inline-flex;
  list-style:none;
  transform:translateX(-50%)
}

.glide__bullet{
  background-color:rgba(255,255,255,.5);
  width:9px;
  height:9px;
  padding:0;
  border-radius:50%;
  border:2px solid transparent;
  transition:all 300ms ease-in-out;
  cursor:pointer;
  line-height:0;
  box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);
  margin:0 .25em
}

.glide__bullet:focus{
  outline:none
}

.glide__bullet:hover,.glide__bullet:focus{
  border:2px solid #fff;
  background-color:rgba(255,255,255,.5)
}

.glide__bullet--active{
  background-color:#fff
}

.glide--swipeable{
  cursor:grab;
  cursor:-webkit-grab
}

.glide--dragging{
  cursor:grabbing;
  cursor:-webkit-grabbing
}

.sans, .open-sans{
  font-family: 'Open Sans', sans-serif;
}

#top-alert-message{
  max-height: 0px;
  overflow: hidden;
  text-align: center;
  background-color: #027DB9;
  position: relative;
  height: 0px;
  z-index: -1;
}

#top-alert-message .wrapper{
    margin: 11px 40px;
  }

#top-alert-message button.close{
      text-shadow: none;
      opacity: 1;
      padding: 10px 20px;
      color: #fff;
      line-height: 1;
      font-size: 25px;
    }

#top-alert-message.sticky{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999;
  }

#top-alert-message.active{
    max-height: 100px;
    height: auto;
    z-index: 9999;
  }

#top-alert-message .wrapper p {
      color: #fff;
      font-size: 18px;
      margin-bottom: 0;
      font-weight: 400;
    }

#top-alert-message .wrapper p a {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 400;
        text-decoration: underline;
      }

@media (max-width: 640px){

#top-alert-message .wrapper p a {
          font-size: 0.875rem;

          line-height: 1.25rem
      }
        }

header.header.siteNo-4 .custom-logo-link .custom-logo{
        width: 300px;
        height: auto;
      }

header.header {
  z-index: 999;
}

header.header .container{
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
  }

header.header.scroll-active{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999999;
    height: 46px;
  }

header.header.scroll-active .full-w-wrap{
      position: relative;
      top: -90px;
      transition: all 0.4s ease-in-out;
    }

header.header.scroll-active.sticky .full-w-wrap{
        top: 0;
        position: relative;
      }

@media (max-width: 768px){

header.header.scroll-active.sticky .full-w-wrap{
          top: 0
      }
        }

header.header .m-items-wrap{
    height: 88px;
  }

@media (max-width: 768px){

header.header .m-items-wrap{
      height: 63px
  }
    }

header.header .full-w-wrap{
    box-shadow: 0px 3px 10px rgba(00,00,00,0.12);
    z-index: 5;
  }

header.header #primary-menu{
    align-items: stretch;
    height: inherit;
  }

header.header #primary-menu #menu-main-menu{
      height: 100%;
    }

header.header #primary-menu #menu-main-menu .menu-item.li-button{
          width: 100%;
        }

header.header #primary-menu #menu-main-menu .menu-item.li-button a{
            font-size: 14px;
            background-color: #1a1a1a;
            border: 1px solid #1a1a1a;
            padding: 14px 10px;
            color: #fff;
            border-radius: 30px;
            transition: all 0.4s ease-in-out;
            width: 100%;
            display: block;
            text-align: center;
            margin-top: 10px;
            line-height: 1;
          }

header.header #primary-menu #menu-main-menu .menu-item.li-button a:hover{
              background-color: #4A4A4A;
              border: 1px solid #4A4A4A;
              color: #FFF;
            }

header.header #primary-menu #menu-main-menu .menu-item.li-button.hollow a{
              background-color: transparent;
              color: #1a1a1a;
              border: 1px solid #1a1a1a;
            }

header.header #primary-menu #menu-main-menu .menu-item.li-button.hollow a:hover{
                background-color: #1a1a1a;
                color: #fff;
                border: 1px solid #1a1a1a;
              }

header.header #primary-menu #menu-main-menu .menu-item {
        align-self: center;
        height: 100%;
        line-height: 90px;
        z-index: 999;
        position: relative;
}

header.header #primary-menu #menu-main-menu .menu-item a{
          font-size: 14px;
          color: #1A1A1A;
          transition: all 0.4s ease-in-out;
        }

header.header #primary-menu #menu-main-menu .menu-item a:hover{
            color: #6C7175;
          }

header.header #primary-menu #menu-main-menu .menu-item.menu-item-has-children:after{
            content: "\f078";
            font-family: "Font Awesome 5 Pro";
            padding-left: 8px;
            font-size: 12px;
            display: none;
          }

header.header #primary-menu #menu-main-menu .menu-item.menu-item-has-children:hover .sub-menu{
              display: block;
            }

header.header #primary-menu #menu-main-menu .menu-item .sub-menu{
          display: none;
          position: absolute;
          width: 315px;
          background-color: #F6F6F6;
          padding: 25px 30px;
          top: 100%;
          left: -20px;
          z-index: 99999;
          box-shadow: 0px 2px 4px 0px rgba(00,00,00,0.5);
        }

header.header #primary-menu #menu-main-menu .menu-item .sub-menu li {
            line-height: 30px;
            margin-left: 0;
          }

header.header #primary-menu #menu-main-menu .menu-item .sub-menu li a{
            }

.header-content-right{
  align-self: center;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.header-content-right .loction-header-right{
    display: flex;
    height: 100%;
    positon: relative;
  }

.header-content-right .loction-header-right .location-dropdown{
      display: none;
    }

.header-content-right .loction-header-right:hover .location-dropdown{
        display: block;
      }

.header-content-right .locate{
    font-size: 14px;
    margin-right: 20px;
    display: flex;
    height: 100%;
    align-items: center;
  }

.header-content-right .locate i{
      padding-left: 6px;
    }

.header-content-right .cart #mini-cart-count{
      width: 18px;
      height: 18px;
      border-radius: 100%;
      position: absolute;
      right: -11px;
      font-size: 14px;
      top: -15px;
      background: #fff;
      text-align: center;
      line-height: 18px;
    }

.header-content-right i{
    font-size: 27px;
    position: relative;
    top: 4px;
  }

@media (max-width: 768px){

.header-content-right i{
      font-size: 20px
  }
    }

@media (max-width: 1024px){

.custom-logo{
    width: 112px;

    height: auto
}
  }

@media (max-width: 768px){

.custom-logo{
    height: 49px;

    width: auto
}
  }

.button{
  font-size: 16px;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  padding: 14px 40px;
  color: #fff;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
}

@media (max-width: 640px){

.button{
    padding: 14px 25px
}
  }

@media (max-width: 1200px){

.button.text-13{
      font-size: 13px;

      padding: 10px
  }
    }

.button:hover{
    background-color: #4A4A4A;
    border: 1px solid #4A4A4A;
    color: #FFF;
  }

.button.hollow{
    background-color: transparent;
    color: #1a1a1a;
  }

.button.hollow:hover{
      background-color: #1a1a1a;
      color: #fff;
      border: 1px solid #1a1a1a;
    }

.button.white{
    background-color: #fff;
    color: #1a1a1a;
  }

.button.white:hover{
      background-color: #1a1a1a;
      color: #fff;
      border: 1px solid #1a1a1a;
    }

.button.gray{
    background-color: #EAEAEA;
    color: #1a1a1a;
    border: 1px solid #EAEAEA;
  }

.button.gray:hover{
      background-color: #CBCBCB;
      border: 1px solid #CBCBCB;
    }

.button.hollow-white{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

.button.hollow-white:hover{
      background-color: #fff;
      color: #1a1a1a;
      border: 1px solid #fff;
    }

.is-style-outline .wp-block-button__link {
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    border-width: 1px !important;
  }

.is-style-outline .wp-block-button__link:hover{
      background-color: #1a1a1a;
      color: #fff;
      border: 1px solid #1a1a1a;
    }

.cart-comparison .cart-col .inner-section{
      border-bottom: 1px solid #f1f1f1;
    }

.cart-comparison .beast-comparison .grid{
      display: flex;
      justify-content: center;
    }

/*
			@media (max-width: 550px){
				display: ;
			}
			*/

.cart-comparison .beast-comparison .grid .cart-col{
        width: 100%;
      }

/*
@font-face {
	font-family: 'Open Sans';
	src: url('../assets/Open_Sans/static/OpenSans/OpenSans-Regular.woff2') format('woff2'),
	url('../assets/Open_Sans/static/OpenSans/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../assets/Open_Sans/static/OpenSans/OpenSans-Medium.woff2') format('woff2'),
	url('../assets/Open_Sans/static/OpenSans/OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../assets/Open_Sans/static/OpenSans/OpenSans-SemiBold.woff2') format('woff2'),
	url('../assets/Open_Sans/static/OpenSans/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../assets/Open_Sans/static/OpenSans/OpenSans-Bold.woff2') format('woff2'),
	url('../assets/Open_Sans/static/OpenSans/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
/*
@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Light'), local('OpenSans-Light'),
	url('assets/Open_Sans/static/OpenSans/OpenSans-Light.woff2') format('woff2'),
	url('assets/Open_Sans/static/OpenSans/OpenSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
	url('assets/Open_Sans/static/OpenSans/OpenSans-ExtraBold.woff2') format('woff2'),
	url('assets/Open_Sans/static/OpenSans/OpenSans-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

*/

.font-size-15{
  font-size: 15px;
}

.font-size-18{
  font-size: 18px;
}

.italic{
  font-style: italic;
}

.user-msg{
  color: #5B5B5B;
  line-height: 1.55;
  margin-bottom: 8px;
  font-family: 'Open Sans';
}

.opensans, .open-sans{
  font-family: 'Open Sans';
}

.leading-thin{
  line-height: 1.1;
}

.semibold{
  font-weight: 600;
}

.bold{
  font-weight: 700;
}

.small-blue-font{
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 20px;
  color: #027DB9;
  font-family: 'Open Sans';
}

@media (max-width: 767px){

.small-blue-font{
    font-size: 15px;

    line-height: 18px
}
  }

.med-lrg-font{
  font-size: 32px;
}

@media (max-width: 767.98px){

.med-lrg-font{
    font-size: 24px
}
  }

.tags-ul li{
    margin-right: 8px;
  }

.tags-ul li a{
      color: #027DB9;
      text-decoration: underline;
      font-weight: 600;
    }

.light-gray-text{
  color: #D2D5D7;
}

.wp-caption-text, .caption {
  color: #6C7175;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

@media (max-width: 767.98px){

.wp-caption-text, .caption {
    font-size: 15px;

    line-height: 19px
}
  }

.tags{
}

h1 {
  font-size: 3.75rem;
  /*60px*/
  font-family: Open Sans, system-ui;
}

@media (max-width: 1028px){

h1 {
    font-size: 3rem
}
  }

@media (max-width: 640px){

h1 {
    font-size: 2.375rem
}
  }

h2 {
  font-size: 3.125rem;
  /*50px*/
  font-family: Open Sans, system-ui;
}

@media (max-width: 1028px){

h2 {
    font-size: 2.6rem
}
  }

@media (max-width: 640px){

h2 {
    font-size: 2.125rem
}
  }

h3 {
  font-size: 2.5rem;
  /*40px*/
  font-family: Open Sans, system-ui;
}

@media (max-width: 1028px){

h3 {
    font-size: 2rem
}
  }

@media (max-width: 640px){

h3 {
    font-size: 1.875rem
}
  }

h4 {
  font-size: 1.875rem;
  /*30px*/
  font-family: Open Sans, system-ui;
}

@media (max-width: 640px){

h4 {
    font-size: 1.5rem
}
  }

@media (max-width: 640px){

h4 {
    font-size: 1.25rem
}
  }

h5 {
  font-size: 1.625rem;
  /*26px*/
  font-family: Open Sans, system-ui;
}

@media (max-width: 640px){

h5 {
    font-size: 1.25rem
}
  }

h6 {
  font-size: 1.3125rem;
  /*21px*/
  font-family: Open Sans, system-ui;
}

@media (max-width: 640px){

h6 {
    font-size: 1rem
}
  }

p a, ul a, ol a {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }

p a, ul a, ol a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

p a, ul a, ol a {
    text-decoration: none;
  }

p a:hover, ul a:hover, ol a:hover {
      -webkit-text-decoration-line: none;
              text-decoration-line: none;
    }

p, ul, ol {
  margin-bottom: 2rem;
}

.post-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
      list-style-position: inside;
    }

.post-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
      list-style-type: disc;
    }

.post-content ol li, .block-editor-block-list__layout ol li {
      list-style-position: inside;
    }

.post-content ol li, .block-editor-block-list__layout ol li {
      list-style-type: decimal;
    }

.drop-toggle-wrapper{
  width: 100%;
}

.drop-toggle-wrapper .drop-toggle{
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #979797;
    width: 100%;
    height: 43px;
    max-width: 100%;
    background-color: #F5F5F5;
  }

.drop-toggle-wrapper .drop-toggle i{
      line-height: 43px;
      transition: all 0.4s ease-in-out;
    }

.drop-toggle-wrapper .drop-toggle-list{
    display: none;
    max-height: 350px;
    overflow-y: scroll;
    border-bottom: 1px solid rgba(00,00,00,0.1);
    border-left: 1px solid rgba(00,00,00,0.1);
    border-right: 1px solid rgba(00,00,00,0.1);
  }

.drop-toggle-wrapper .drop-toggle-list li{
      padding: 5px 17px;
      line-height: 2;
      border-bottom: 1px solid rgba(00,00,00,0.1);
    }

.drop-toggle-wrapper .drop-toggle-list li.active{
        background-color: #F5F5F5;
      }

.drop-toggle-wrapper.open .drop-toggle i{
        transform: rotate(180deg);
      }

.drop-toggle-wrapper.open .drop-toggle-list{
      display: block;
    }

.search-box form{
    border: 1px solid #979797;
    height: 43px;
    max-width: 100%;
  }

@media (max-width: 640px){

.search-box form{
      width: 100%
  }
    }

.search-box form input{
      font-family: 'Open Sans', sans-serif;
      border: 0;
    }

@media (max-width: 640px){

.drop-toggle-wrapper{
    width: 100%
}
  }

@media (max-width: 640px){

.drop-toggle-wrapper .drop-toggle{
      width: 100%
  }
    }

.blog-tile{
  background-color: #fff;
  box-shadow: 0 2px 6px 1px rgba(26,26,26,0.20);
}

@media (max-width: 640px){

.blog-tile{
    box-shadow: none;

    border-bottom: 1px solid #DFDFDF;

    border-radius: 0;

    display: flex;

    flex-direction: row;

    padding: 20px 0
}

    .blog-tile .blog-poster{
      background-size:cover !important;
      display: flex;
      flex-basis: 40%;
      padding-top: 40%;
      background-repeat: no-repeat;
    }
      .blog-tile:hover .blog-poster{
        background-size: cover !important;
      }

    .blog-tile .blog-desc {
      display: flex;
      flex-basis: 60%;
    }
      .blog-tile .blog-desc h6{
        font-size: 21px;
        line-height: 26px;
        letter-spacing: .27px;
      }
  }

.blog-tile .blog-poster{
    transition: all 0.4s ease-in-out;
    background-size: 100%;
  }

.blog-tile:hover .blog-poster{
      background-size: 110%;
    }

@media (max-width: 640px){

.blog-tile:first-of-type{
      margin-top: 0
  }
    }

@media (max-width: 640px){

.blog-tile:last-of-type{
      border-bottom: 0
  }
    }

.blog-poster{
  padding-top: 58.46%;
}

@media (max-width: 640px){

.blog-poster{
    border-radius: 10px
}
  }

@media (max-width: 600px){

.blog-poster{
    padding-top: 100%
}
  }

.blog-recent-articles .glide__slides{
    padding-bottom: 30px;
    padding-left: 5px;
  }

.blog-recent-articles .glide__slides .blog-tile{
      display: flex;
      flex-flow: column;
      max-width: 325px;
      height: 380px;
    }

.blog-recent-articles .glide__slides .blog-tile h6{
        line-height: 27px;
      }

.blog-recent-articles .glide__arrows{
    display: flex;
    justify-content: end;
  }

.blog-recent-articles .glide__arrows .glide__arrow{
      position: relative;
      color: #027DB9;
      width: 50px;
      height: 50px;
      opacity: 1;
      border-radius: 50%;
      border: 1px solid #027DB9;
    }

.blog-recent-articles .glide__arrows .glide__arrow.glide__arrow--right{
        right: 0;
      }

.blog-recent-articles .glide__arrows .glide__arrow.glide__arrow--right i{
          display: none;
        }

.blog-recent-articles .glide__arrows .glide__arrow.glide__arrow--right:after{
          position: absolute;
          left: 0;
          right: 0;
          top: 1px;
          bottom: 0;
          margin: auto;
          font-size: 23px;
          width: 50px;
          height: 20px;
          content: "\f054";
          font-family: "Font Awesome 6 Pro";
          font-weight: 300;
          -webkit-font-smoothing: antialiased;
          display: var(--fa-display,inline-block);
          font-style: normal;
          font-variant: normal;
          line-height: 1;
          text-rendering: auto;
        }

.blog-recent-articles .glide__arrows .glide__arrow.glide__arrow--right.glide__arrow--disabled{
          color: #EAEAEA;
          border: 1px solid #EAEAEA;
        }

.blog-recent-articles .glide__arrows .glide__arrow.glide__arrow--left{
        left: 0;
        margin-right: 10px;
      }

.blog-recent-articles .glide__arrows .glide__arrow.glide__arrow--left i{
          display: none;
        }

.blog-recent-articles .glide__arrows .glide__arrow.glide__arrow--left:after{
          position: absolute;
          left: 0;
          right: 0;
          top: 1px;
          bottom: 0;
          margin: auto;
          font-size: 23px;
          width: 50px;
          height: 20px;
          content: "\f053";
          font-family: "Font Awesome 6 Pro";
          font-weight: 300;
          -webkit-font-smoothing: antialiased;
          display: var(--fa-display,inline-block);
          font-style: normal;
          font-variant: normal;
          line-height: 1;
          text-rendering: auto;
        }

.blog-recent-articles .glide__arrows .glide__arrow.glide__arrow--left.glide__arrow--disabled{
          color: #EAEAEA;
          border: 1px solid #EAEAEA;
        }

.blog-desc time{
    font-size: 15px;
    color: #787878;
  }

#mobile-blog-items{
  display: none;
}

@media (max-width: 640px){

#mobile-blog-items{
    display: block
}
  }

#desktop-blog-items{
  display: block;
}

@media (max-width: 640px){

#desktop-blog-items{
    display: none
}
  }

.site-content .blog-header:before{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(15,16,17,0.7);
    }

@media(min-width: 992px){

.site-content .blog-header .container{
        max-width: 860px
    }
      }

.site-content .blog-header h1{
      font-size: 3.125rem
      /*50px*/
    }

.site-content .blog-header h1 {
      font-family: Open Sans, system-ui;
    }

@media (max-width: 1028px){

.site-content .blog-header h1{
        font-size: 2.6rem
    }
      }

@media (max-width: 640px){

.site-content .blog-header h1{
        font-size: 2.125rem;

        line-height: 2.6rem
    }
      }

.site-content .blog-header time{
      font-size: 15px;
      letter-spacing: 2px;
    }

@media(min-width: 992px){

.site-content .post-content{
      max-width: 760px;

      padding-left: 15px;

      padding-right: 15px
  }
    }

.sans{
  font-family: 'Open Sans', sans-serif;
}

body #menuToggle{
    width: 28px;
    height: 30px;
  }

body #menuToggle span{
      position: relative;
      display: block;
      width: 100%;
      height: 3px;
      background-color: #1A1A1A;
      transition: all 0.3s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-radius: 2px;
    }

body #menuToggle span:before, body #menuToggle span:after{
        width: 100%;
        height: 3px;
        background-color: #1A1A1A;
        transition: all 0.3s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        border-radius: 2px;
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
      }

body #menuToggle span:before{
        width: 18px;
      }

body #menuToggle span:after{
        top: 9px;
        width: 18px;
      }

body #mobile-menu-wrapper{
    display: none;
  }

body.mobile-open{
    overflow: hidden;
  }

body.mobile-open #menuToggle span{
        background-color: transparent;
      }

body.mobile-open #menuToggle span:before{
          transform: rotate(45deg) translate(5px, 5px);
          width: 100%;
        }

body.mobile-open #menuToggle span:after{
          transform: rotate(-45deg) translate(7px, -8px);
          width: 100%;
        }

body.mobile-open #site-header{
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999;
    }

body.mobile-open #mobile-menu-wrapper{
      display: block;
      height: 100%;
    }

body.mobile-open #topNav{
      top: 0;
    }

body.mobile-open #top-alert-message{
      position: relative;
    }

body.mobile-open #top-alert-message.sticky{
        position: relative;
      }

.mobile-wrapper{
  display: none;
  position: relative;
}

.mobile-wrapper .mobile-menu .menu-item {
      font-size: 22px;
      font-weight: 600;
    }

.mobile-wrapper .mobile-menu .menu-item a{
        color: #1a1a1a;
      }

.mobile-wrapper .mobile-menu .menu-item a, .mobile-wrapper .mobile-menu .menu-item .off-canvas-toggle{
        padding: 10px 0;
        margin: 0 25px;
        font-size: 22px;
        display: block;
        position: relative;
        width: 100%;
        text-align: left;
        font-weight: 600;
        color: #1a1a1a;
      }

.mobile-wrapper .mobile-menu .menu-item a i,.mobile-wrapper .mobile-menu .menu-item .off-canvas-toggle i{
          position: absolute;
          right: 40px;
          width: 30px;
          height: 20px;
          top: 0;
          bottom: 0;
          margin: auto;
        }

.mobile-wrapper .mobile-menu .menu-item.menu-item-has-children.open-sub .off-canvas-menu{
            transform: translate(0,0);
          }

.mobile-wrapper .mobile-menu .menu-item .off-canvas-menu{
        list-style-type: none;
        margin-left: 80px;
        transform: translate(100%,0);
        left: 0;
        right: 0;
        background: #fff;
        top: 0;
        bottom: 0;
        position: absolute;
        margin: 0;
        padding-left: 25px;
        padding-right: 25px;
        z-index: 5;
        transition: all .2s ease-in-out;
        overflow-y: scroll;
      }

.mobile-wrapper .mobile-menu .menu-item .off-canvas-menu li.offcanvas-back{
            line-height: 1;
          }

.mobile-wrapper .mobile-menu .menu-item .off-canvas-menu li.offcanvas-back button{
              font-size: 22px;
              font-weight: 600;
              padding: 15px 0;
              line-height: 1;
            }

.mobile-wrapper .mobile-menu .menu-item .off-canvas-menu li.offcanvas-back button i{
                position: absolute;
                left: -30px;
                top: 0;
                bottom: 0;
                height: 20px;
                margin: auto auto auto 0;
              }

.mobile-wrapper .mobile-menu .menu-item .off-canvas-menu li.menu-title a{
              font-size: 22px;
              font-weight: 600;
            }

.mobile-wrapper .mobile-menu .menu-item .off-canvas-menu li a{
            font-size: 19px;
            font-weight: 400;
            margin: 0;
            line-height: 50px;
            padding: 0;
            color: #1a1a1a;
          }

.fix-nav .nav-mobile-trigger {
    display: block;
    right: 0;
    width: 66px;
    position: absolute;
    height: 80px;
    top: 0;
    bottom: 0;
  }

.fix-nav .nav-mobile-trigger .open-mobile-nav {
      width: 60px;
      height: 35px;
      position: relative;
      background: transparent;
      border: 0;
      vertical-align: middle;
      padding: 0 10px;
      margin: 22.5px auto;
      display: block;
      cursor: pointer;
    }

.fix-nav .nav-mobile-trigger .open-mobile-nav:focus {
        outline: 0;
      }

.fix-nav .nav-mobile-trigger .open-mobile-nav:hover span,
				.fix-nav .nav-mobile-trigger .open-mobile-nav:hover span:before,
				.fix-nav .nav-mobile-trigger .open-mobile-nav:hover span:after {
          background: #fff;
        }

.fix-nav .nav-mobile-trigger .open-mobile-nav:before {
        content: '';
        opacity: 0;
        width: 0;
        height: 0;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        background: transparent;
        transform: translate(-50%, -50%);
        transition: all 0.4s ease;
      }

.fix-nav .nav-mobile-trigger .open-mobile-nav span {
        display: block;
        position: relative;
      }

.fix-nav .nav-mobile-trigger .open-mobile-nav span:before,
				.fix-nav .nav-mobile-trigger .open-mobile-nav span:after {
          content: '';
          position: absolute;
          left: 0;
        }

.fix-nav .nav-mobile-trigger .open-mobile-nav span:before {
          top: -13px;
        }

.fix-nav .nav-mobile-trigger .open-mobile-nav span:after {
          bottom: -13px;
        }

.fix-nav .nav-mobile-trigger .open-mobile-nav span,
			.fix-nav .nav-mobile-trigger .open-mobile-nav span:before,
			.fix-nav .nav-mobile-trigger .open-mobile-nav span:after {
        width: 100%;
        height: 3px;
        transition: all 0.4s ease;
      }

.fix-nav .nav-mobile-trigger .open-mobile-nav[aria-expanded="true"]:before {
          opacity: 1;
          width: 50px;
          height: 50px;
        }

.fix-nav .nav-mobile-trigger .open-mobile-nav[aria-expanded="true"] span {
          background: transparent;
        }

.fix-nav .nav-mobile-trigger .open-mobile-nav[aria-expanded="true"] span:before {
            top: 0;
            transform: rotate(225deg);
          }

.fix-nav .nav-mobile-trigger .open-mobile-nav[aria-expanded="true"] span:after {
            bottom: 0;
            transform: rotate(-225deg);
            width: 100% !important;
          }

.fix-nav #navMobile {
    opacity: 1;
    z-index: 5;
  }

.mobile-open #mobile-menu-wrapper {
    display: block;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
  }

.nav-mobile{
  transition: all 0.2s;
  z-index: 10;
  height: 20px;
  cursor: pointer;
  margin-right: 10px;
  display: none;
}

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

.nav-mobile{
    display: none
}
  }

.nav-mobile span{
    display: block;
    margin-top: 6px;
    background: #ccc;
    border-radius: 1px;
    transition: all 0.4s ease-in-out;
    width: 23px;
    height: 2px;
  }

.nav-mobile span:first-child{
      margin-top: 0;
    }

.nav-mobile.nav-active{
    padding-top: 7px;
  }

.nav-mobile.nav-active span:first-child{
        transform: rotate(45deg);
        //margin-top: 20px;
      }

.nav-mobile.nav-active span:nth-child(2){
        opacity: 0;
      }

.nav-mobile.nav-active span:last-child{
        transform: rotate(-45deg);
        margin-top: -10px!important;
      }

.header-nav-mobile{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #f1f1f1;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1),  transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 100px 15px 50px;
  overflow: auto;
}

@media only screen and (min-width:768px){

.header-nav-mobile{
    display: none
}
  }

.header-nav-mobile.nav-active{
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1),  transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }

.nav-mobile-trigger {
  width: 66px;
  position: absolute;
  height: 80px;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  margin-right: 20px;
}

@media (max-width: 1200px) {

.nav-mobile-trigger {
    display: block
}
  }

.nav-mobile-trigger .open-mobile-nav {
    width: 60px;
    height: 35px;
    position: relative;
    background: transparent;
    border: 0;
    vertical-align: middle;
    padding: 0 10px;
    margin: 22.5px auto;
    display: block;
    cursor: pointer;
  }

.nav-mobile-trigger .open-mobile-nav:focus {
      outline: 0;
    }

.nav-mobile-trigger .open-mobile-nav:hover span,
			.nav-mobile-trigger .open-mobile-nav:hover span:before,
			.nav-mobile-trigger .open-mobile-nav:hover span:after {
        background: #fff;
      }

.nav-mobile-trigger .open-mobile-nav:before {
      content: '';
      opacity: 0;
      width: 0;
      height: 0;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      background: transparent;
      transform: translate(-50%, -50%);
      transition: all 0.4s ease;
    }

.nav-mobile-trigger .open-mobile-nav span {
      display: block;
      position: relative;
    }

.nav-mobile-trigger .open-mobile-nav span:before,
			.nav-mobile-trigger .open-mobile-nav span:after {
        content: '';
        position: absolute;
        left: 0;
      }

.nav-mobile-trigger .open-mobile-nav span:before {
        top: -13px;
      }

.nav-mobile-trigger .open-mobile-nav span:after {
        bottom: -13px;
      }

.nav-mobile-trigger .open-mobile-nav span,
		.nav-mobile-trigger .open-mobile-nav span:before,
		.nav-mobile-trigger .open-mobile-nav span:after {
      width: 100%;
      height: 3px;
      background: #fff;
      transition: all 0.4s ease;
    }

.nav-mobile-trigger .open-mobile-nav[aria-expanded="true"]:before {
        opacity: 1;
        width: 50px;
        height: 50px;
      }

.nav-mobile-trigger .open-mobile-nav[aria-expanded="true"] span {
        background: transparent;
      }

.nav-mobile-trigger .open-mobile-nav[aria-expanded="true"] span:before {
          top: 0;
          transform: rotate(225deg);
        }

.nav-mobile-trigger .open-mobile-nav[aria-expanded="true"] span:after {
          bottom: 0;
          transform: rotate(-225deg);
          width: 100% !important;
        }

body{
  overflow-x: hidden;
}

main ul{
    list-style-type: disc;
    padding-left: 20px;
  }

.drop-toggle-list{
  padding-left:0;
  list-style-type: none;
}

@media (max-width: 1023px){

.detail-item-bordered-b{
    border-bottom: 1px solid #A4A4A4;

    padding: 30px 0
}
  }

.menu-wrap ul, #menu-main-menu, #mobile-menu, .drop-toggle-list{
  list-style: none;
  padding-left: 0;
}

.container .container{
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

.infowindow{
  position: relative;
}

.infowindow .infowindowDir{
    color: #2873B6;
    position: absolute;
    width: 80px;
    right: 0px;
    top: 0;
    bottom: 0;
    font-size: 13px;
    height: 50px;
    margin: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
  }

.infowindow .infowindowDir i{
      font-size: 35px;
      position: relative;
      top: -5px;
    }

.video{
  padding-top: 56.5%;
}

.video iframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }

.support-video .desc p{
      font-size: 21px;
      line-height: 27px;
    }

.window-warning, .ofscr {
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}

.social-account-icons {
  display: block;
}

.social-account-icons li{
    display: inline-block;
    margin-right: 10px;
  }

.social-account-icons li:last-of-type{
      margin-right: 0;
    }

.social-account-icons li a{
      width: 35px;
      height: 35px;
      font-size: 15px;
      transition: all 0.4s ease-in-out;
    }

.social-account-icons li a i{
        position: relative;
        line-height: 35px;
      }

.social-account-icons li a:hover{
        background-color: #fff;
        color: #1a1a1a;
        border: 1px solid #fff;
      }

.brand-card .card-poster{
    padding-top: 56.74%;
  }

.brand-card card-info .gray-sm-headline{
      color: #5B5B5B;
      font-size: 15px;
      letter-spacing: 1px;
    }

.brand-card card-info h4 a{
      }

.brand-card card-info p{
      color: #5B5B5B;
      font-size: 18px;
      line-height: 28px;
    }

.social-networks {
  display: block;
}

.social-networks li {
    display: inline-block;
    margin-right: 10px;
  }

.social-networks li:last-of-type {
      margin-right: 0;
    }

.social-networks li a {
      font-size: 26px;
    }

.faq-link-well ul li a{
        color: #4A4A4A;
        transition: all 0.4s ease-in-out;
        font-size: 18px;
        text-decoration: none;
      }

.faq-link-well ul li a i{
          transform: translate(0, 0);
          display: inline-block;
          color: #027DB9;
          transition: all 0.4s ease-in-out;
          margin-left: 5px;
        }

.faq-link-well ul li a:hover{
          color: #027DB9;
        }

.faq-link-well ul li a:hover .fa-arrow-right{
            transform: translate(5px, 0);
          }

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

.out {
  //transform: scale(0);
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.service-information-two-up .icon-txt{
    font-size: 34px;
  }

.stretch-link:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

.video-wrap{
  position: relative;
  padding-top: 56.5%;
  display: block;
}

.video-wrap iframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

.half-col-block-t-f .form-wrapper{
    width: 465px;
    max-width: 100%;
    margin-left: auto;
  }

.half-col-block-t-f .form-wrapper .gform_wrapper.gravity-theme .gform_footer, .half-col-block-t-f .form-wrapper .gform_wrapper.gravity-theme .gform_page_footer{
      text-align: center;
    }

.half-col-block-t-f .form-wrapper .gform_wrapper.gravity-theme .gform_footer input[type="submit"],.half-col-block-t-f .form-wrapper .gform_wrapper.gravity-theme .gform_page_footer input[type="submit"]{
        display: inline-block;
      }

@media (max-width: 767px){

.half-col-block-t-f .form-wrapper{
      width: 100%
  }
    }

.location-finder{
  background-color: #f1f1f1;
}

.location-finder .loc-info-text{
    width: 571px;
    max-width: 90%;
  }

.manufacturing-headquarters-cta{
  background-color: #F9F9F9;
}

main .cart-lifestyle ul{
      margin-left: 0;
      margin-bottom: 0;
      padding-left: 0;
    }

.virtual-tour .container{
    padding-left: 0;
    padding-right: 0;
    background: #1a1a1a;
  }

.virtual-tour .container .inner-wrap{
      width: 420px;
      max-width: 100%;
    }

@media (max-width: 640px){

.virtual-tour .container .virtual-tour-text{
        order: 0
    }
      }

.virtual-tour .container .virtual-tour-preview{
      min-height: 300px;
    }

@media (max-width: 640px){

.virtual-tour .container .virtual-tour-preview{
        order: 1
    }
      }

.coupon-cta .sub-h{
    font-size: 1.5625rem;
    /* 25px */
    line-height: 1.4;
    /* 35px */
  }

.coupon-cta .image-left{
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }

@media (max-width: 1700px){

.coupon-cta .image-left{
      left: -10%
  }
    }

@media (max-width: 1700px){

.coupon-cta .image-left{
      left: -14%
  }
    }

@media (max-width: 1335px){

.coupon-cta .image-left{
      left: -21%
  }
    }

@media (max-width: 1220px){

.coupon-cta .image-left{
      left: -39%
  }
    }

@media (max-width: 1024px){

.coupon-cta .image-left{
      display: none
  }
    }

.coupon-cta .image-left.confirmed{
      left: 0;
    }

@media (max-width: 1024px){

.coupon-cta .image-left.confirmed{
        display: none
    }
      }

.coupon-cta .mobile-image{
    display: block;
    width: 100%;
  }

@media (min-width: 991.98px){

.coupon-cta .mobile-image{
      display: none !important
  }
    }

.secondary-header{
  padding: 35px 0 30px 0;
}

.secondary-header .inline-links{
    margin-top: 30px;
    display: block;
    text-align: center;
  }

.secondary-header .inline-links li{
      display: inline-block;
      list-style-type: none;
    }

.secondary-header .inline-links li a{
        font-weight: 600;
      }

.secondary-header .inline-links li:after{
        content: "|";
        padding: 0px 10px;
      }

.secondary-header .inline-links li:last-of-type:after{
          display: none;
        }

.card-shadow{
  box-shadow: 2px 2px 20px 0 rgba(0,0,0,0.25);
}

.card-shadow-sm{
  box-shadow: 0 2px 6px 1px rgba(26,26,26,0.20);
}

.large-image-with-overlaid-text{
  position: relative;
}

.large-image-with-overlaid-text .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5172443977591037) 49%, rgba(255,255,255,0) 100%);
  }

.large-image-with-overlaid-text .container{
    position: relative;
    z-index: 2;
  }

.large-image-with-overlaid-text h1{
    font-size: 80px;
    font-weight: 900;
    line-height: 75px;
    letter-spacing: -2px;
  }

@media (max-width: 1100px){

.large-image-with-overlaid-text h1{
      font-size: 50px;

      line-height: 45px
  }
    }

.large-image-with-overlaid-text {
  height: 912px;
}

@media (max-width: 900px){

.large-image-with-overlaid-text{
    height: 820px
}
  }

@media (max-width: 600px){

.large-image-with-overlaid-text{
    height: 788px
}
  }

/*
	.container{
		width: 1360px;
		max-width: 100%;
	}

	 */

.lc-main-poster h1{
    font-size: 78px;
    font-weight: 900;
    line-height: 75px;
    letter-spacing: -2px;
  }

@media (max-width: 1100px){

.lc-main-poster h1{
      font-size: 50px;

      line-height: 45px
  }
    }

.lc-main-poster {
  height: 819px;
}

@media (max-width: 900px){

.lc-main-poster{
    height: 600px
}
  }

@media (max-width: 600px){

.lc-main-poster{
    height: 475px
}
  }

@media (max-width: 890px){

.single-locations .map-content,.single-location .map-content{
      min-height: 400px !important
  }
    }

.single-locations .map-content .h-screen,.single-location .map-content .h-screen{
      height: 100%;
    }

.single-locations .location-content .back-btn-wrap,.single-location .location-content .back-btn-wrap{
      position: relative;
      left: 0;
      top: 40px;
      width: 75%;
      margin: auto;
    }

.single-locations .location-content .back-btn-wrap .back-btn,.single-location .location-content .back-btn-wrap .back-btn{
        font-size: 15px;
      }

@media (max-width: 767px){

.single-locations .location-content .back-btn-wrap,.single-location .location-content .back-btn-wrap{
        position: absolute;

        left: 9.5%;

        top: 1px;

        width: 75%;

        margin: auto
    }
      }

.single-locations .location-content .inner,.single-location .location-content .inner{
      width: 75%;
      padding-top: 100px;
      display: block;
      margin: auto;
      padding-bottom: 90px;
    }

@media (max-width: 890px){

.single-locations .location-content .inner,.single-location .location-content .inner{
        padding-top: 25px
    }
      }

@media (max-width: 767px){

.single-locations .location-content .inner,.single-location .location-content .inner{
        padding-top: 55px
    }
      }

.single-locations .location-content .inner small-blue-font, .single-location .location-content .inner small-blue-font {
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 20px;
        color: #027DB9;
        font-family: 'Open Sans';
      }

.single-locations .location-img,.single-location .location-img{
    padding-top: 55%;
  }

@media (max-width: 776px){

.single-locations .location-img,.single-location .location-img{
      padding-top: 65%
  }
    }

.single-locations .about-section .inner,.single-location .about-section .inner{
      padding: 50px 0;
    }

.single-locations .about-section .inner p,.single-location .about-section .inner p{
        line-height: 25px;
      }

.hours{
  width: 290px;
}

@media (max-width: 776px){

.hours{
    width: 250px
}
  }

.hours .flex .day{
      font-size: 16px;
    }

.hours .flex .time{
    }

.single-product #product-images{
    float: left;
    width: 48%;
  }

.single-product #product-images .woocommerce-product-gallery {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      width: 100% !important;
      float: none !important;
      clear: both;
    }

@media (max-width: 768px){

.single-product #product-images{
      width: 100%;

      float: none;

      height: auto !important
  }

      .single-product #product-images .woocommerce-product-gallery{
        position: relative;
      }
    }

.single-product #product-images .woocommerce-product-gallery__image a{
        cursor: default;
      }

.single-product .onsale{
    display: none;
  }

.single-product .product-sticky-top .added_to_cart{
      border-radius: 23px;
      line-height: 25px;
      height: auto;
      font-size: 16px;
      padding: 10px 27px;
      cursor: pointer;
      position: absolute;
      background: #2771b6;
      color: #fff;
      width: 136px;
      text-align: center;
      display: inline-block;
    }

@media (max-width: 480px){

.single-product .product-sticky-top .added_to_cart{
        width: 50%;

        text-align: center;

        display: inline-block;

        right: 0;

        bottom: 0;

        right: 0
    }
      }

@media (max-width: 1100px){

.single-product .product-sticky-top .container .parent-row .col-l{
            display: none
        }
          }

.single-product .product-sticky-top .container .parent-row .col-r{
          max-width: 100%;
        }

@media (max-width: 768px){

.single-product .product-sticky-top .container .parent-row .col-r .est-text span{
                margin-bottom: 0px;

                margin-right: 30px
            }
              }

@media (max-width: 480px){

.single-product .product-sticky-top .container .parent-row .col-r #calculated-total{
              text-align: left;

              width: 46%;

              float: left;

              flex-flow: column;

              display: flex;

              display: block
          }
            }

.single-product .product-sticky-top .container .parent-row .col-r #calculated-total .cart-total{
            }

.single-product .product-sticky-top .container .parent-row .col-r {
          flex-grow: 1;
          margin-left: 13%;
}

@media (max-width: 1100px){

.single-product .product-sticky-top .container .parent-row .col-r{
            margin-left: 0
        }
          }

@media (max-width: 480px){

.single-product .product-sticky-top .container .parent-row .col-r{
            display: block
        }
          }

@media (max-width: 1100px){

.single-product .product-sticky-top .container .parent-row .col-r .est-text span{
                font-size: 17px;

                display: block
            }
              }

.single-product .product-sticky-top .sticky-add-to-cart{
      border-radius: 23px;
      line-height: 25px;
      height: auto;
      font-size: 16px;
      padding: 10px 27px;
      cursor: pointer;
    }

@media(max-width: 480px){

.single-product .product-sticky-top .sticky-add-to-cart{
        width: 50%;

        float: right;

        display: block
    }
      }

.single-product .product-wrapper .summary p{
        margin-bottom: 0;
      }

.single-product .product-wrapper .summary p.price{
          display: none !important;
        }

.single-product .product-wrapper .summary .quantity input.qty{
            height: 56px;
            border-radius: 0;
          }

.single-product .product-wrapper .summary .example {
        overflow: hidden;
        line-height: 26px;
        font-size: 16px;
      }

.single-product .product-wrapper .summary .example p {
          line-height: 26px;
          font-size: 16px;
          margin-bottom: 20px;
        }

.single-product .product-wrapper .summary [data-readmore-toggle]{
        font-weight: 700;
        line-height: 26px;
        font-size: 16px;
      }

.single-product .product-wrapper .summary .product_meta{
        display: none;
      }

.single-product .product-wrapper .summary {
      max-width: 571px;
      background-color: #F6F6F6;
      padding: 30px;
      border-radius: 15px;
}

@media (max-width: 768px){

.single-product .product-wrapper .summary{
        max-width: 100%
    }
      }

.single-product .product-wrapper .summary .product_title{
        font-size: 2.5rem;
        /*40px*/
        font-family: 'Open Sans';
        font-weight: 700;
        line-height: 1.3;
      }

@media (max-width: 1028px){

.single-product .product-wrapper .summary .product_title{
          font-size: 2rem
      }
        }

@media (max-width: 640px){

.single-product .product-wrapper .summary .product_title{
          font-size: 1.875rem
      }
        }

.single-product .product-wrapper .summary .product_title span{
          font-size: 1.875rem;
          /*30px*/
          font-family: 'Open Sans';
          font-weight: 700;
          display: block;
        }

@media (max-width: 640px){

.single-product .product-wrapper .summary .product_title span{
            font-size: 1.5rem
        }
          }

@media (max-width: 640px){

.single-product .product-wrapper .summary .product_title span{
            font-size: 1.25rem
        }
          }

.single-product .product-wrapper .summary .price-wrap .price-label{
          font-size: 17px;
          color: #5B5B5B;
        }

.single-product .product-wrapper .summary .price-wrap .price{
          font-size: 26px;
          color: #1A1A1A;
          font-weight: 700;
        }

.single-product .product-wrapper .summary .price-wrap .price .strike{
            text-decoration: line-through;
            font-size: 22px;
            color: #878787;
            font-weight: 400;
          }

.single-product .product-wrapper .summary .price-wrap .rebate-txt{
          font-size: 16px;
          font-weight: 600;
          color: #027DB9;
          border-bottom: 1px solid #027DB9;
        }

.single-product .product-wrapper .summary .price-wrap .rebate-txt a{
            font-size: 16px;
            font-weight: 600;
            color: #027DB9;
          }

.single-product .product-wrapper .summary .financing-txt{
        margin-top: 10px;
      }

.single-product .product-wrapper .summary .financing-txt a{
          font-size: 16px;
          font-weight: 600;
          color: #027DB9;
          text-decoration: underline;
        }

.single-product .product-wrapper .summary .woocommerce-product-details__short-description{
        margin: 20px 0;
        display: block;
      }

.single-product .rec-add-ons{
    width: 571px;
    max-width: 100%;
  }

.single-product .rec-add-ons .inner button{
        width: 100%;
      }

.single-product .rec-add-ons .inner button .plus {
          width: 20px;
          height: 20px;
          position: absolute;
          right: 0px;
          top: 15px;
          cursor: pointer;
          opacity: 1;
          transform: translateY(-50%) rotate(0deg);
          transition: 0.4s;
        }

.single-product .rec-add-ons .inner button .plus:before {
            content: '';
            height: 100%;
            border-left: 2px solid  #027DB9;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            opacity: 1;
          }

.single-product .rec-add-ons .inner button .plus:after {
            content: '';
            width: 100%;
            border-top: 2px solid #027DB9;
            position: absolute;
            opacity: 1;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: opacity 0.2s;
          }

.single-product .rec-add-ons .inner button h5{
          font-size: 26px;
          font-weight: 700;
          color: #1a1a1a;
          display: block;
        }

.single-product .rec-add-ons .inner button span{
          color: #5B5B5B;
          font-size: 18px;
          font-weight: 400;
        }

.single-product .rec-add-ons .inner button:after{
          margin: 20px 0;
          width: 100%;
          background-color: #D9D9D9;
          height: 1px;
          content: "";
          display: block;
        }

.single-product .rec-add-ons .inner .add-on-items{
        max-height: 0;
        overflow: hidden;
      }

.single-product .rec-add-ons .inner .add-on-items .add-on-item:after{
            margin: 20px 0;
            width: 100%;
            background-color: #D9D9D9;
            height: 1px;
            content: "";
            display: block;
          }

.single-product .rec-add-ons .inner .add-on-items .add-on-item:last-of-type:after{
              display: none;
            }

.single-product .rec-add-ons .inner .add-on-items .add-on-item .atc a{
              padding: 0;
              color: #2872b6;
              font-size: 15px;
            }

.single-product .rec-add-ons .inner .add-on-items .add-on-item .col-span-3{
            justify-content: center;
            display: flex;
            flex-direction: column;
          }

.single-product .rec-add-ons .inner .add-on-items .add-on-item .col-span-6{
            justify-content: center;
            display: flex;
            flex-direction: column;
          }

.single-product .rec-add-ons .inner .add-on-items .add-on-item .item-image{
            border-radius: 16px;
          }

.single-product .rec-add-ons .inner .add-on-items .add-on-item .instant-add-to-cart i{
              position: relative;
              top: 2px;
            }

.single-product .rec-add-ons .inner .add-on-items .add-on-item .fa-check{
            position: relative;
            top: 2px;
            left: 1px;
          }

.single-product .rec-add-ons.is-open {
      transition: 0.3s;
    }

.single-product .rec-add-ons.is-open button .plus {
          transform: translateY(-50%) rotate(90deg);
        }

.single-product .rec-add-ons.is-open button .plus:after {
            opacity: 0;
          }

.single-product .rec-add-ons.is-open .inner .add-on-items{
          max-height: 100%;
        }

.single-product.woocommerce .product .images ul.flex-direction-nav {
          position: absolute;
          top: 50%;
          z-index: 1;
          width: 100%;
          left: 0;
          margin: 0;
          padding: 0px;
          list-style: none;
        }

.single-product.woocommerce .product .images li.flex-nav-prev {
          float: left;
        }

.single-product.woocommerce .product .images li.flex-nav-next {
          float: right;
        }

.single-product.woocommerce .product .images a.flex-next {
          visibility:hidden;
        }

.single-product.woocommerce .product .images a.flex-prev {
          visibility:hidden;
        }

.single-product.woocommerce .product .images a.flex-next::after {
          visibility:visible;
          content: '\f054';
          font-family: "Font Awesome 6 Pro";
          margin-right: 10px;
          font-size: 13px;
          font-weight: bold;
          width: 28px;
          height: 28px;
          color: #027DB9;
          border: 1px solid #027DB9;
          display: block;
          line-height: 28px;
          text-align: center;
          border-radius: 50%;
          position: absolute;
          top: 0;
          background: #fff;
        }

.single-product.woocommerce .product .images a.flex-prev::before {
          visibility:visible;
          content: '\f053';
          font-family: "Font Awesome 6 Pro";
          margin-left: 10px;
          font-size: 13px;
          font-weight: bold;
          width: 28px;
          height: 28px;
          color: #027DB9;
          border: 1px solid #027DB9;
          display: block;
          line-height: 28px;
          text-align: center;
          border-radius: 50%;
          position: absolute;
          top: 0;
          background: #fff;
        }

.single-product.woocommerce .product .images ul.flex-direction-nav li a {
          color: #ccc;
        }

.single-product.woocommerce .product .images ul.flex-direction-nav li a:hover {
          text-decoration: none;
        }

.single-product.woocommerce .product .images .flex-control-thumbs{
          justify-content: center;
          display: flex;
        }

.single-product.woocommerce .product .images .flex-control-thumbs li{
            max-width: 80px;
            margin: 3px;
          }

.ft-item span{
    color: #027DB9;
    cursor: pointer;
  }

.instant-add-to-cart{
  cursor: pointer;
}

.instant-add-to-cart a{
    color: #2872b6;
    font-size: 15px;
  }

.instant-add-to-cart.added{
    cursor: default;
  }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
  font-size: 16px;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  padding: 14px 40px;
  color: #fff;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  background-color: #EAEAEA;
  color: #1a1a1a;
  border: 1px solid #EAEAEA;
}

.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{
    background-color: #CBCBCB;
    border: 1px solid #CBCBCB;
  }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background-color: #027DB9;
  color: #fff;
  border-radius: 29px;
  font-size: 16px;
  font-weight: 600;
  padding: 19px 10px;
  min-width: 200px;
  border: 1px solid #027DB9;
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{
    background-color: transparent;
    color: #027DB9;
    border: 1px solid #027DB9;
  }

.ex-modal {
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  padding: 100px !important;
  margin: auto;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  border-radius: 16px;
  box-shadow: 10px 10px 50px rgb(0 0 0 / 20%);
  margin-bottom: auto !important;
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  max-height: 80vh;
  overflow: scroll;
}

.ex-modal p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

.ex-modal.feature .inner img{
        margin: 50px;
        float: left;
      }

@media (max-width: 800px){

.ex-modal.feature .inner img{
          display: none
      }
        }

.ex-modal.feature .inner p{
        margin-bottom: 30px;
      }

.ex-modal.feature .inner ul{
        margin: 30px 0;
      }

@media (max-width: 1100px) {

.ex-modal {
    padding: 80px !important
}
  }

@media (max-width: 800px) {

.ex-modal {
    padding: 50px !important
}
  }

@media (max-width: 600px) {

.ex-modal {
    padding: 50px 40px !important
}
  }

.ex-modal.open {
    display: flex;
    position: fixed;
  }

.ex-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
  }

.ex-modal.open {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

.ex-modal .example {
    width: 100%;
  }

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
    //min-height: 600px;
  }

@media (max-width: 1100px){

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
      min-height: auto
  }
    }

.product-bottom .container:first-of-type{
      border-top: 1px solid #D9D9D9;
    }

.product-bottom .c-accordion {
    max-width: 100%;
    width: 520px;
  }

.product-bottom .c-accordion .comment-form textarea{
        border: 1px solid #5B5B5B;
      }

.product-bottom .c-accordion .comment-form input[type="submit"]{
        font-size: 16px;
        background-color: #1a1a1a;
        border: 1px solid #1a1a1a;
        padding: 14px 40px;
        color: #fff;
        border-radius: 30px;
        transition: all 0.4s ease-in-out;
        font-weight: 600;
        background-color: #EAEAEA;
        color: #1a1a1a;
        border: 1px solid #EAEAEA;
      }

.product-bottom .c-accordion .comment-form input[type="submit"]:hover{
          background-color: #CBCBCB;
          border: 1px solid #CBCBCB;
        }

.product-bottom .c-accordion__wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      height: auto;
    }

.product-bottom .c-accordion .c-accordion__content{
      border-top: 1px solid #D9D9D9;
    }

.product-bottom .c-accordion__content-wrapper {
      flex: 1 0 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: stretch;
    }

.product-bottom .c-accordion__content-title {
      position: relative;
      transition: 0.3s;
      padding: 20px 0;
    }

.product-bottom .c-accordion__content-main {
      height: 0;
      overflow: hidden;
      padding-left: percentage(1/15);
      flex-wrap: wrap;
    }

.product-bottom .c-accordion__content-main h2{
        display: none;
      }

.product-bottom .c-accordion__content {
      position: relative;
      overflow: hidden;
      flex: 1 0 auto;
    }

.product-bottom .c-accordion__content:first-of-type:before {
          display: none;
        }

.product-bottom .c-accordion__content:last-child:after {
          content: '';
          width: 100%;
          border-bottom: 1px solid  #D9D9D9;
          position: absolute;
          left: 0;
          bottom: 0;
        }

.product-bottom .c-accordion__content__text {
        padding-top: 10px;
        padding-bottom: 20px;
        line-height: 1.38;
      }

.product-bottom .c-accordion__content:hover {
      }

.product-bottom .c-accordion__content.is-open {
        transition: 0.3s;
      }

.product-bottom .c-accordion__content.is-open .c-accordion__plus {
            transform: translateY(-50%) rotate(90deg);
          }

.product-bottom .c-accordion__content.is-open .c-accordion__plus:after {
              opacity: 0;
            }

.product-bottom .c-accordion__content.is-open .c-accordion__content-main {
            height: auto;
          }

.product-bottom .c-accordion__plus {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 0px;
      top: 50%;
      cursor: pointer;
      opacity: 1;
      transform: translateY(-50%) rotate(0deg);
      transition: 0.4s;
    }

.product-bottom .c-accordion__plus:before {
        content: '';
        height: 100%;
        border-left: 2px solid  #027DB9;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
      }

.product-bottom .c-accordion__plus:after {
        content: '';
        width: 100%;
        border-top: 2px solid #027DB9;
        position: absolute;
        opacity: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: opacity 0.2s;
      }

.product-bottom .c-accordion__left {
      padding-top: 10px;
      padding-bottom: 75px;
      width: percentage(6/14);
      padding-right: 10px;
    }

.product-bottom .c-accordion__right {
      padding-top: 10px;
      padding-bottom: 75px;
      width: percentage(8/14);
      padding-right: 10px;
    }

.single-product .product-wrapper .summary #rp_shipping_calculator{
        max-width: 100%;
        border-top: 1px solid #D9D9D9;
      }

.single-product .product-wrapper .summary #rp_shipping_calculator .rp_shipping_button{
          margin-top: 25px;
        }

.single-product .product-wrapper .summary #rp_shipping_calculator .rp_shipping_button .btn_shipping{
            display: block;
            padding: 10px 0;
            width: 100%;
            text-align: left;
            position: relative;
            font-size: 17px;
            font-weight: 700;
          }

.single-product .product-wrapper .summary #rp_shipping_calculator .rp_shipping_button .btn_shipping .plus {
              width: 20px;
              height: 20px;
              position: absolute;
              right: 0px;
              top: 50%;
              cursor: pointer;
              opacity: 1;
              transform: translateY(-50%) rotate(0deg);
              transition: 0.4s;
            }

.single-product .product-wrapper .summary #rp_shipping_calculator .rp_shipping_button .btn_shipping .plus:before {
                content: '';
                height: 100%;
                border-left: 2px solid  #027DB9;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                opacity: 1;
              }

.single-product .product-wrapper .summary #rp_shipping_calculator .rp_shipping_button .btn_shipping .plus:after {
                content: '';
                width: 100%;
                border-top: 2px solid #027DB9;
                position: absolute;
                opacity: 1;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                transition: opacity 0.2s;
              }

.single-product .product-wrapper .summary #rp_shipping_calculator .rp_shipping_button .btn_shipping.open .plus{
                transform: translateY(-50%) rotate(90deg);
              }

.single-product .product-wrapper .summary #rp_shipping_calculator .rp_shipping_button .btn_shipping.open .plus:after {
                  opacity: 0;
                }

.single-product .product-wrapper .summary #rp_shipping_calculator .rp_shiiping_form .rp_message.rp_success{
              color: #007db9;
              font-size: 17px;
              font-weight: 700;
            }

.single-product .product-wrapper .summary #rp_shipping_calculator select{
          height: 74px;
          border-radius: 15px;
          position: relative;
          border: 1px solid #1a1a1a;
          overflow: hidden;
          padding: 0 15px;
          font-size: 17px;
          font-weight: 700;
          font-family: 'Open Sans';
          -webkit-appearance: none;
          -moz-appearance: none;
          background-position: 95% 50%;
          appearance: none;
          background-repeat: no-repeat;
          background-size: 14px;
          margin-top: 10px;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAABQCAYAAAC+neOMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA5tJREFUeJzt2s9rHGUYwPHvM9lpKjYQFENBEIzSelHwPxBMeuhNJYtxAioehKyiNw8ik148CFLqtpG9WEI6G38h1EhPQgTvnjVCD4pVPBg8eKhJ5vHS3Wzipju7O+/7TuH5nmZnZncePpmEd4eAZVmWZVmWZVmWZVmWZVmWZVnWEEmRk9I0jU6fOfPYvsgD5PkfjST5RUTU9XCuaq6tPRhFk7NM5Lf3pqd/euv8+duD3nNXqDRNo5mzZxuq+o4gD3cPKD9C/m5jaemrEub2VvPatScj5ENE5nt2/6Oqn8Qn4vder9f/Pu69x0K1Wq147/6pDYQXjjtHlZU3ll66MOLcXmu22/NRrtcRua/vCarbTERzjcXFX/sd7gvVarXi3VNTnwo8P3gEvdBIkpXiI/vvyvrGOY30usDJu52ncFMieaYfVnR0R7q1Vds9NZUVQwKQ9EqWrRSc2XtFkQAEZjXX71prnz9y9NghqHRrqzbz2+/rAgvDjVNNrGGQOgnM7tX2/od1CGrm1q0PEF4cbaxqYY2C1NOjuxO7m5du3Jjs7OhCfZRlT6jy9njjVQOr2W7Pj4EEgIg8VdvZea3zOurZWBCRQuuqAZcIitVst+dF+XocpJ66f4IOfvVUHi/hg+8UBqtkJODApAslogNXp0NexCtW+Uig8G9nu/eO+qGsCxzkB8sFEoCgXZPeO+ozhZ0yL3Tnk51iuUICEGh1trtQy0myI+jLqrpf9gVdYa1m2ZwrJJSPl5Pk287LQ+uoRpJsRsLivYC1mmVzObLpBAldf+hE7c3ePX2XA6tZtpArGyIy4WCIsb8bOkeK41fr9fqhm+XYdVNVsUIgwYDnUVXDCoUEBZ5wVgUrJBIUfBQcGuvy+sazRPpNKCQoCAXhsKqABENAgX+sqiDBkFDgD6tKSDACFLjH0jz6vkpIMCIUuMVS1X1HP4SRkGAMKHB9Z5Xd6EgwJhTcK1jjIUEJUFB1rPGRoCQoqCpWOUhQIhRUDas8JCgZCqqCVS4SOICC0FjlI4EjKAiF5QYJHEKBbyx3SOAYCnxhuUUCD1Dg/LuhcyTwBAWusPwggUcoKBvLHxJ4hoKysPwiQQAoGBfLPxIEgoJRscIgQUAoGBYrHBIEhoKiWGGRoM+/T/tuOUm+EOE5Vf3r6DFV3Ud5/8/t7VdCIkEF7qhOF69enY7jyQWBp4EY+FlEv1xOkpuhZ7Msy7Isy7Isy7IsyxrcfzNeLxtxSlaeAAAAAElFTkSuQmCC);
        }

.single-product .product-wrapper .summary #rp_shipping_calculator input{
          height: 74px;
          border-radius: 15px;
          position: relative;
          border: 1px solid #1a1a1a;
          overflow: hidden;
          padding: 0 15px;
          font-size: 17px;
          font-family: 'Open Sans';
          margin: 10px 0;
        }

.single-product .product-wrapper .summary #rp_shipping_calculator button[type="submit"]{
          font-size: 16px;
          background-color: #007db9;
          border: 1px solid #007db9;
          padding: 14px 40px;
          color: #fff;
          border-radius: 30px;
          transition: all 0.4s ease-in-out;
          font-weight: 600;
          margin-top: 15px;
        }

@media (max-width: 640px){

.single-product .product-wrapper .summary #rp_shipping_calculator button[type="submit"]{
            padding: 14px 25px
        }
          }

.single-product .product-wrapper .summary #rp_shipping_calculator button[type="submit"]:hover{
            background-color: #007db9;
            border: 1px solid #007db9;
            color: #FFF;
          }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 150px;
  margin-top: 5px;
}

.woocommerce-additional-fields{
  display: none;
}

.cart_totals table tr.fee,.woocommerce-checkout-review-order table tr.fee{
        display: none;
      }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background-color: #027DB9!important;
  color: #fff!important;
  border-radius: 29px;
  font-size: 16px;
  font-weight: 600;
  padding: 19px 10px;
  min-width: 200px;
  border: 1px solid #027DB9!important;
}

.wc_payment_methods .wc_payment_method label{
      display: flex;
    }

.wc_payment_methods .wc_payment_method label img{
        align-self: center;
      }

.woocommerce-checkout h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
  }

.woocommerce-checkout h3 label span{
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
      }

.woocommerce-checkout #ship-to-different-address{
    display: flex;
  }

.woocommerce-checkout #ship-to-different-address label{
      display: flex;
      align-items: center;
    }

.woocommerce-checkout #ship-to-different-address input{
      height: 25px;
      margin-right: 10px;
    }

.woocommerce-checkout .select2-container--default .select2-selection--single{
    height: 50px;
  }

.woocommerce-product-gallery__image {
  position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{
    font-family: "Font Awesome 6 Pro";
    content: "\f31d";
  }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{
    display: none;
  }

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper{
    width: 100%;
  }

.grecaptcha-badge{
  display: none;
}

.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
}

/*
.woocommerce-validated {
	display: flex;
	align-items: center;
}
 */

.shop-top{
  width: 1520px;
  max-width: 95%;
}

.shop-top .drop-toggle-wrapper .drop-toggle{
      width: 245px;
    }

@media (max-width: 600px){

.shop-top .drop-toggle-wrapper .drop-toggle{
        width: 190px
    }
      }

#toggle-filter{
  display: none;
}

@media (max-width: 915px){

#toggle-filter{
    display: block;
}
  }

#toggle-filter {
  border: 1px solid #979797;
}

#product-filter .container {
    width: 1520px;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

#product-filter #filters .mobile-heading{
      display: none;
    }

#product-filter #filters .close{
      display: none;
    }

@media (max-width: 915px){

#product-filter #filters{
      position: absolute;

      left: 0;

      right: 0;

      top: 0;

      transform: translate(-100%, 0);

      transition: all 0.4s ease-in-out;

      padding: 100px 20px
  }

      #product-filter #filters .mobile-heading{
        display: block;
      }

      #product-filter #filters .close{
        padding: 20px;
        display: block;
        top: 40px;
        font-size: 26px;
      }

      #product-filter #filters.open{
        transform: translate(0, 0);
        z-index: 10;
        background-color: #F6F6F6;
      }
    }

#product-filter #filters .product-search{
      height: 43px;
      border-radius: 21px;
      border: 1px solid #979797;
    }

#product-filter #filters .product-search input:focus{
          outline: none;
        }

#product-filter #filters .product-search button{
      }

#product-filter #filters .product-feature-filters{
      margin-bottom: 0;
      padding-left: 0;
    }

#product-filter #filters .product-feature-filters li{
        line-height: 22px;
        list-style-type: none;
        position: relative;
        margin-bottom: 10px;
        padding-left: 30px;
        cursor: pointer;
      }

#product-filter #filters .product-feature-filters li:before{
          content:"";
          width: 22px;
          height: 22px;
          border-radius: 4px;
          border: 1px solid #1A1A1A;
          display: inline-block;
          position: absolute;
          left: 0px;
          text-align: center;
        }

#product-filter #filters .product-feature-filters li.active:before{
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            content: "\f00c";
            color: #027DB9;
            border: 1px solid #027DB9;
          }

@media (max-width: 915px){

#product-filter #pResults{
      grid-column: span 12 / span 12
  }
    }

.site-content .black-sq-items{
    background-color: #1A1A1A;
    width: 540px;
    max-width: 100%;
  }

@media (max-width: 1024px){

.site-content .black-sq-items{
      width: 100%
  }
    }

@media (max-width: 640px){

.site-content .black-sq-items{
      width: 100%
  }
    }

.site-content .black-sq-items h3{
      color: #fff;
    }

@media (max-width: 640px){

.site-content .black-sq-items h4{
        font-size: 26px
    }
      }

.site-content .black-sq-items a svg{
        margin: 15px 0;
        font-size: 50px;
      }

.site-content .black-sq-items a {
      color: #fff;
}

.site-content .black-sq-items .icon-grid-wrap{
      flex-flow: column;
    }

@media (min-width: 768px){

.site-content .black-sq-items .icon-grid-wrap{
        flex-flow: row
    }
      }

@media (min-width: 1024px){

.site-content .black-sq-items .icon-grid-wrap{
        flex-flow: column
    }
      }

.site-content .black-sq-items .icon-grid-wrap .link-square a svg{
            margin: auto;
            font-size: 40px;
            margin-bottom: 10px;
            transition: all 0.4s ease-in-out;
            margin: 15px auto;
          }

@media (max-width: 640px){

.site-content .black-sq-items .icon-grid-wrap .link-square a{
            font-size: .75rem
        }
          }

.site-content .black-sq-items .icon-grid-wrap .link-square:hover a svg{
              color: #027DB9;
            }

.single-product .product-wrapper .summary .tc-totals-form {
        display: none;
      }

.single-product .product-wrapper .summary .shipping-options{
        margin: 30px 0;
      }

.single-product .product-wrapper .summary .shipping-options .tm-epo-element-label {
          font-size: 17px;
          font-weight: 800;
          line-height: 23px;
          display: flex;
          margin-bottom: 10px;
        }

.single-product .product-wrapper .summary .shipping-options .tm-epo-element-label .tm-epo-required {
            display: flex;
            order: 2;
            color: #2873B6;
            padding-left: 5px;
          }

.single-product .product-wrapper .summary .shipping-options .tm-epo-element-label .select-detail-toggle {
            display: flex;
            order: 3;
            color: #027DB9;
            text-decoration: underline;
            padding-left: 10px;
            cursor: pointer;
          }

.single-product .product-wrapper .summary .shipping-options .tm-epo-element-label .tc-tooltip {
            display: flex;
            order: 3;
          }

.single-product .product-wrapper .summary .shipping-options .tm-extra-product-options-radio.tm-element-ul-radio{
          display: flex;
        }

.single-product .product-wrapper .summary .shipping-options . tm-extra-product-options-radio{
          display: flex;
        }

.single-product .product-wrapper .summary .shipping-options select{
          height: 74px;
          border-radius: 15px;
          position: relative;
          border: 1px solid #1a1a1a;
          overflow: hidden;
          padding: 0 15px;
          font-size: 17px;
          font-weight: 800;
          font-family: 'Open Sans';
          -webkit-appearance: none;
          -moz-appearance: none;
          background-position: 95% 50%;
          appearance: none;
          background-repeat: no-repeat;
          background-size: 14px;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAABQCAYAAAC+neOMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA5tJREFUeJzt2s9rHGUYwPHvM9lpKjYQFENBEIzSelHwPxBMeuhNJYtxAioehKyiNw8ik148CFLqtpG9WEI6G38h1EhPQgTvnjVCD4pVPBg8eKhJ5vHS3Wzipju7O+/7TuH5nmZnZncePpmEd4eAZVmWZVmWZVmWZVmWZVmWZVnWEEmRk9I0jU6fOfPYvsgD5PkfjST5RUTU9XCuaq6tPRhFk7NM5Lf3pqd/euv8+duD3nNXqDRNo5mzZxuq+o4gD3cPKD9C/m5jaemrEub2VvPatScj5ENE5nt2/6Oqn8Qn4vder9f/Pu69x0K1Wq147/6pDYQXjjtHlZU3ll66MOLcXmu22/NRrtcRua/vCarbTERzjcXFX/sd7gvVarXi3VNTnwo8P3gEvdBIkpXiI/vvyvrGOY30usDJu52ncFMieaYfVnR0R7q1Vds9NZUVQwKQ9EqWrRSc2XtFkQAEZjXX71prnz9y9NghqHRrqzbz2+/rAgvDjVNNrGGQOgnM7tX2/od1CGrm1q0PEF4cbaxqYY2C1NOjuxO7m5du3Jjs7OhCfZRlT6jy9njjVQOr2W7Pj4EEgIg8VdvZea3zOurZWBCRQuuqAZcIitVst+dF+XocpJ66f4IOfvVUHi/hg+8UBqtkJODApAslogNXp0NexCtW+Uig8G9nu/eO+qGsCxzkB8sFEoCgXZPeO+ozhZ0yL3Tnk51iuUICEGh1trtQy0myI+jLqrpf9gVdYa1m2ZwrJJSPl5Pk287LQ+uoRpJsRsLivYC1mmVzObLpBAldf+hE7c3ePX2XA6tZtpArGyIy4WCIsb8bOkeK41fr9fqhm+XYdVNVsUIgwYDnUVXDCoUEBZ5wVgUrJBIUfBQcGuvy+sazRPpNKCQoCAXhsKqABENAgX+sqiDBkFDgD6tKSDACFLjH0jz6vkpIMCIUuMVS1X1HP4SRkGAMKHB9Z5Xd6EgwJhTcK1jjIUEJUFB1rPGRoCQoqCpWOUhQIhRUDas8JCgZCqqCVS4SOICC0FjlI4EjKAiF5QYJHEKBbyx3SOAYCnxhuUUCD1Dg/LuhcyTwBAWusPwggUcoKBvLHxJ4hoKysPwiQQAoGBfLPxIEgoJRscIgQUAoGBYrHBIEhoKiWGGRoM+/T/tuOUm+EOE5Vf3r6DFV3Ud5/8/t7VdCIkEF7qhOF69enY7jyQWBp4EY+FlEv1xOkpuhZ7Msy7Isy7Isy7IsyxrcfzNeLxtxSlaeAAAAAElFTkSuQmCC);
        }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-epo-element-label {
            font-size: 17px;
            font-weight: 700;
            line-height: 23px;
          }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-epo-element-label.tm-epo-element-label {
              display: flex;
              margin-bottom: 10px;
            }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-epo-element-label.tm-epo-element-label .tm-epo-required {
                display: flex;
                order: 2;
                color: #2873B6;
                padding-left: 5px;
              }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-epo-element-label.tm-epo-element-label .select-detail-toggle {
                display: flex;
                order: 3;
                color: #027DB9;
                text-decoration: underline;
                padding-left: 10px;
                cursor: pointer;
              }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-epo-element-label.tm-epo-element-label .tc-tooltip {
                display: flex;
                order: 3;
              }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-description {
            display: none;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 999999999;
            background: #fff;
            justify-content: center;
            align-items: center;
            padding: 100px !important;
            margin: auto;
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
            border-radius: 16px;
            box-shadow: 10px 10px 50px rgb(0 0 0 / 20%);
            margin-bottom: auto !important;
            margin-top: auto;
            width: 1100px;
            max-width: 90%;
            max-height: 80vh;
            overflow: scroll;
          }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-description p {
              font-size: 16px;
              line-height: 26px;
              font-weight: 400;
            }

@media (max-width: 1100px) {

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-description {
              padding: 80px !important
          }
            }

@media (max-width: 800px) {

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-description {
              padding: 50px !important
          }
            }

@media (max-width: 600px) {

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-description {
              padding: 50px 40px !important
          }
            }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-description.open {
              display: flex;
              position: fixed;
            }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-description .close {
              position: absolute;
              top: 0;
              right: 0;
              padding: 20px;
              font-size: 20px;
              cursor: pointer;
            }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-extra-product-options-checkbox {
            background: #fff;
            border-radius: 16px;
            padding: 20px;
            margin-top: 10px;
          }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-extra-product-options-checkbox .tmcp-field-wrap {
              padding-right: 80px;
              position: relative;
              border-bottom: 1px solid #F6F6F6;
              padding-bottom: 7px;
            }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-extra-product-options-checkbox .tmcp-field-wrap .tc-label-wrap .tc-label {
                  font-size: 18px;
                  color: #5B5B5B;
                }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-extra-product-options-checkbox .tmcp-field-wrap .tc-price-wrap {
                position: absolute;
                right: 0;
                font-size: 17px;
                font-weight: 700;
              }

.single-product .product-wrapper .summary #product-upgrades .tc-row .tm-extra-product-options-checkbox .tmcp-field-wrap .tc-price-wrap .price .amount {
                    color: #1a1a1a;
                  }

.single-product .product-wrapper .summary #warranty-upgrade .tc-tooltip:after {
            content: "Details";
            font-size: 17px;
            font-weight: 700;
            line-height: 23px;
            color: #027DB9;
          }

.single-product .product-wrapper .summary #warranty-upgrade .tc-tooltip:before {
            display: none;
          }

.single-product .product-wrapper .summary .spa-details {
        margin-bottom: 1rem;
        padding-left: 0;
      }

.single-product .product-wrapper .summary .spa-details li {
          display: inline-block;
          font-weight: 400;
          font-size: 16px;
        }

.single-product .product-wrapper .summary .spa-details li span {
            font-size: 20px;
            font-weight: 600;
            padding-right: 5px;
          }

.single-product .product-wrapper .summary .spa-details li:after {
            content: "";
            position: relative;
            width: 1px;
            height: 37px;
            background-color: #C6C6C6;
            margin: 0 15px;
            display: inline-block;
            transform: translate(0px, 13px);
          }

.single-product .product-wrapper .summary .spa-details li:last-of-type:after {
              display: none;
            }

.single-product .product-wrapper .summary .select-box-options-div label {
          font-size: 17px;
          font-weight: 700;
        }

.single-product .product-wrapper .summary .select-box-options-div label.tm-epo-element-label {
            display: flex;
            margin-bottom: 10px;
          }

.single-product .product-wrapper .summary .select-box-options-div label.tm-epo-element-label .tm-epo-required {
              display: flex;
              order: 2;
              color: #2873B6;
              padding-left: 5px;
            }

.single-product .product-wrapper .summary .select-box-options-div label.tm-epo-element-label .select-detail-toggle {
              display: flex;
              order: 3;
              color: #027DB9;
              text-decoration: underline;
              padding-left: 10px;
              cursor: pointer;
            }

.single-product .product-wrapper .summary .select-box-options-div label.tm-epo-element-label .tc-tooltip {
              display: flex;
              order: 3;
            }

.single-product .product-wrapper .summary .select-box-options-div .select-box-options-ul .tmcp-field-wrap select {
              height: 74px;
              border-radius: 15px;
              position: relative;
              border: 1px solid #1a1a1a;
              overflow: hidden;
              padding: 0 15px;
              font-size: 17px;
              font-weight: 700;
              font-family: 'Open Sans';
              -webkit-appearance: none;
              -moz-appearance: none;
              background-position: 95% 50%;
              appearance: none;
              background-repeat: no-repeat;
              background-size: 14px;
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAABQCAYAAAC+neOMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA5tJREFUeJzt2s9rHGUYwPHvM9lpKjYQFENBEIzSelHwPxBMeuhNJYtxAioehKyiNw8ik148CFLqtpG9WEI6G38h1EhPQgTvnjVCD4pVPBg8eKhJ5vHS3Wzipju7O+/7TuH5nmZnZncePpmEd4eAZVmWZVmWZVmWZVmWZVmWZVnWEEmRk9I0jU6fOfPYvsgD5PkfjST5RUTU9XCuaq6tPRhFk7NM5Lf3pqd/euv8+duD3nNXqDRNo5mzZxuq+o4gD3cPKD9C/m5jaemrEub2VvPatScj5ENE5nt2/6Oqn8Qn4vder9f/Pu69x0K1Wq147/6pDYQXjjtHlZU3ll66MOLcXmu22/NRrtcRua/vCarbTERzjcXFX/sd7gvVarXi3VNTnwo8P3gEvdBIkpXiI/vvyvrGOY30usDJu52ncFMieaYfVnR0R7q1Vds9NZUVQwKQ9EqWrRSc2XtFkQAEZjXX71prnz9y9NghqHRrqzbz2+/rAgvDjVNNrGGQOgnM7tX2/od1CGrm1q0PEF4cbaxqYY2C1NOjuxO7m5du3Jjs7OhCfZRlT6jy9njjVQOr2W7Pj4EEgIg8VdvZea3zOurZWBCRQuuqAZcIitVst+dF+XocpJ66f4IOfvVUHi/hg+8UBqtkJODApAslogNXp0NexCtW+Uig8G9nu/eO+qGsCxzkB8sFEoCgXZPeO+ozhZ0yL3Tnk51iuUICEGh1trtQy0myI+jLqrpf9gVdYa1m2ZwrJJSPl5Pk287LQ+uoRpJsRsLivYC1mmVzObLpBAldf+hE7c3ePX2XA6tZtpArGyIy4WCIsb8bOkeK41fr9fqhm+XYdVNVsUIgwYDnUVXDCoUEBZ5wVgUrJBIUfBQcGuvy+sazRPpNKCQoCAXhsKqABENAgX+sqiDBkFDgD6tKSDACFLjH0jz6vkpIMCIUuMVS1X1HP4SRkGAMKHB9Z5Xd6EgwJhTcK1jjIUEJUFB1rPGRoCQoqCpWOUhQIhRUDas8JCgZCqqCVS4SOICC0FjlI4EjKAiF5QYJHEKBbyx3SOAYCnxhuUUCD1Dg/LuhcyTwBAWusPwggUcoKBvLHxJ4hoKysPwiQQAoGBfLPxIEgoJRscIgQUAoGBYrHBIEhoKiWGGRoM+/T/tuOUm+EOE5Vf3r6DFV3Ud5/8/t7VdCIkEF7qhOF69enY7jyQWBp4EY+FlEv1xOkpuhZ7Msy7Isy7Isy7IsyxrcfzNeLxtxSlaeAAAAAElFTkSuQmCC);
              padding-right: 130px;
            }

.single-product .product-wrapper .summary .select-box-options-div .select-box-options-ul .tmcp-field-wrap select:focus {
                border: 1px solid #027DB9;
              }

.single-product .product-wrapper .summary .select-box-options-div .select-box-options-ul .tmcp-field-wrap .tc-price-wrap {
              right: 54px;
              position: absolute;
              top: 25px;
            }

.single-product .product-wrapper .summary .select-box-options-div .select-box-options-ul .tmcp-field-wrap .tc-price-wrap .tc-price .amount {
                  font-weight: 700;
                  color: #1a1a1a;
                  font-size: 17px !important;
                }

.single-product .product-wrapper .summary .select-box-options-div .tm-description {
          display: none;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 999999999;
          background: #fff;
          justify-content: center;
          align-items: center;
          padding: 100px !important;
          margin: auto;
          height: -webkit-min-content;
          height: -moz-min-content;
          height: min-content;
          border-radius: 16px;
          box-shadow: 10px 10px 50px rgb(0 0 0 / 20%);
          margin-bottom: auto !important;
          margin-top: auto;
          width: 1100px;
          max-width: 90%;
          max-height: 80vh;
          overflow: scroll;
        }

.single-product .product-wrapper .summary .select-box-options-div .tm-description p {
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
          }

@media (max-width: 1100px) {

.single-product .product-wrapper .summary .select-box-options-div .tm-description {
            padding: 80px !important
        }
          }

@media (max-width: 800px) {

.single-product .product-wrapper .summary .select-box-options-div .tm-description {
            padding: 50px !important
        }
          }

@media (max-width: 600px) {

.single-product .product-wrapper .summary .select-box-options-div .tm-description {
            padding: 50px 40px !important
        }
          }

.single-product .product-wrapper .summary .select-box-options-div .tm-description.open {
            display: flex;
            position: fixed;
          }

.single-product .product-wrapper .summary .select-box-options-div .tm-description .close {
            position: absolute;
            top: 0;
            right: 0;
            padding: 20px;
            font-size: 20px;
            cursor: pointer;
          }

.single-product .product-wrapper .summary #acrylic-options .tc-row .tm-epo-element-label, .single-product .product-wrapper .summary #cabinet-options .tc-row .tm-epo-element-label {
            font-size: 17px;
            font-weight: 700;
            line-height: 23px;
            display: flex;
          }

.single-product .product-wrapper .summary #acrylic-options .tc-row .tm-epo-element-label .tm-epo-required, .single-product .product-wrapper .summary #cabinet-options .tc-row .tm-epo-element-label .tm-epo-required {
              display: flex;
              order: 2;
              color: #2873B6;
              padding-left: 5px;
            }

.single-product .product-wrapper .summary #acrylic-options .tc-row .radio-image-label,.single-product .product-wrapper .summary #cabinet-options .tc-row .radio-image-label{
            display: none;
          }

.single-product .product-wrapper .summary #acrylic-options .tc-row .tm-extra-product-options-container, .single-product .product-wrapper .summary #cabinet-options .tc-row .tm-extra-product-options-container {
            position: relative;
            margin-top: 30px;
          }

.single-product .product-wrapper .summary #acrylic-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap, .single-product .product-wrapper .summary #cabinet-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap {
              padding: 0;
              width: 45px !important;
              height: 45px !important;
              border-radius: 50%;
              position: static;
            }

.single-product .product-wrapper .summary #acrylic-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap.tc-active, .single-product .product-wrapper .summary #cabinet-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap.tc-active {
                border: 1px solid #027DB9;
              }

.single-product .product-wrapper .summary #acrylic-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap.tc-active .tc-label-wrap .radio_image, .single-product .product-wrapper .summary #cabinet-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap.tc-active .tc-label-wrap .radio_image {
                    border: 1px solid #fff;
                    box-shadow: none;
                  }

.single-product .product-wrapper .summary #acrylic-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap.tc-active .tc-label-wrap .tc-label, .single-product .product-wrapper .summary #cabinet-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap.tc-active .tc-label-wrap .tc-label {
                    display: block !important;
                  }

.single-product .product-wrapper .summary #acrylic-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap .tc-label-wrap .radio_image, .single-product .product-wrapper .summary #cabinet-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap .tc-label-wrap .radio_image {
                  width: 43px;
                  height: 43px;
                  border-radius: 50%;
                  border: 1px solid transparent;
                  box-shadow: none;
                }

.single-product .product-wrapper .summary #acrylic-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap .tc-label-wrap .tc-label, .single-product .product-wrapper .summary #cabinet-options .tc-row .tm-extra-product-options-container .tmcp-field-wrap .tc-label-wrap .tc-label {
                  padding: 0;
                  position: absolute;
                  top: -30px;
                  left: 15px;
                  font-size: 18px;
                  color: #5B5B5B;
                  font-weight: 400;
                }

.single-product .product-wrapper .summary .product-text-input-div .tc-row .tm-epo-element-label {
            font-size: 17px;
            font-weight: 700;
            line-height: 23px;
            display: flex;
          }

.single-product .product-wrapper .summary .product-text-input-div .tc-row .tm-epo-element-label .tm-epo-required {
              display: flex;
              order: 2;
              color: #2873B6;
              padding-left: 5px;
            }

.single-product .product-wrapper .summary .product-text-input-div .tc-row .tmcp-field-wrap input{
              height: 74px;
              border-radius: 15px;
              position: relative;
              border: 1px solid #1a1a1a;
              overflow: hidden;
              padding: 0 15px;
              font-size: 17px;
              font-weight: 700;
              font-family: 'Open Sans';
            }

.single-product .product-wrapper .summary .product-text-input-div .tc-row .tmcp-field-wrap input:focus {
                border: 1px solid #027DB9;
              }

.single-product #tm-tooltip {
    //display: none;
  }

.single-product .tc-tooltip {
    cursor: pointer !important;
  }

.product-card{
  background-color: #fff;
  padding: 15px 30px 30px 30px;
  text-align: center;
  border-radius: 16px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 600px){

.product-card{
    padding: 15px 10px 15px 10px
}
  }

.product-card:hover{
    box-shadow: 0px 0px 20px rgba(00,00,00,0.1);
  }

.product-card .hide-on-shop{
    display: none;
  }

.product-card h2{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.2;
  }

@media (max-width: 980px){

.product-card h2{
      font-size: 20px
  }
    }

.product-card h5{
    font-size: 22px;
    line-height: 26px;
  }

@media (max-width: 780px){

.product-card h5{
      font-size: 17px;

      line-height: 24px
  }
    }

.product-card .select-box-options-div{
    display: none;
  }

.product-card #cabinet-options{
    display: none;
  }

.product-card .tc-extra-product-options ul{
      list-style-type: none;
      padding: 0;
      justify-content: center;
    }

@media (max-width: 640px){

.product-card .tc-extra-product-options ul{
        justify-content: start
    }
      }

.product-card .tc-extra-product-options ul input{
        display: none;
      }

.product-card .tc-extra-product-options ul .tc-label{
        display: none;
      }

.product-card #product-upgrades{
    display: none;
  }

.product-card #tm-extra-product-options-fields{
    margin-bottom: 10px;
  }

.product-card #acrylic-options{
    list-style-type: none;
  }

.product-card #acrylic-options .tc-element-inner-wrap .tc-row .tm-epo-element-label{
          font-size: 17px;
          font-weight: 800;
          line-height: 23px;
          display: none;
        }

.product-card #acrylic-options .tc-element-inner-wrap .tc-row .tm-extra-product-options-container{
          position: relative;
          margin-top: 10px;
        }

.product-card #acrylic-options .tc-element-inner-wrap .tc-row .tm-extra-product-options-container .tmcp-ul-wrap{
            list-style-type: none;
            display: flex;
            margin-bottom: 0px;
          }

.product-card #acrylic-options .tc-element-inner-wrap .tc-row .tm-extra-product-options-container .tmcp-ul-wrap .tmcp-field-wrap{
              padding: 0;
              width: 21px !important;
              height: 21px !important;
              border-radius: 50%;
              position: static;
              margin: 0px 3px;
            }

.product-card #acrylic-options .tc-element-inner-wrap .tc-row .tm-extra-product-options-container .tmcp-ul-wrap .tmcp-field-wrap.tc-active{
                border: 1px solid #027DB9;
              }

.product-card #acrylic-options .tc-element-inner-wrap .tc-row .tm-extra-product-options-container .tmcp-ul-wrap .tmcp-field-wrap.tc-active .tc-label-wrap .radio_image{
                    border: 1px solid #fff;
                  }

.product-card #acrylic-options .tc-element-inner-wrap .tc-row .tm-extra-product-options-container .tmcp-ul-wrap .tmcp-field-wrap.tc-active .tc-label-wrap .tc-label {
                    display: block !important;
                  }

.product-card #acrylic-options .tc-element-inner-wrap .tc-row .tm-extra-product-options-container .tmcp-ul-wrap .tmcp-field-wrap .tc-label-wrap .radio_image{
                  width: 21px;
                  height: 21px;
                  border-radius: 50%;
                  border: 1px solid transparent;
                  margin: 0 auto;
                }

.product-card #acrylic-options .tc-element-inner-wrap .tc-row .tm-extra-product-options-container .tmcp-ul-wrap .tmcp-field-wrap .tc-label-wrap .tc-label{
                  padding: 0;
                  position: absolute;
                  top: -30px;
                  left: 15px;
                  font-size: 18px;
                  color: #5B5B5B;
                  font-weight: 400;
                }

.product-card .product-details .spa-details{
      margin-bottom: 1rem;
      display: flex;
      justify-content: space-between;
      padding-left: 0;
      width: 235px;
      max-width: 100%;
    }

.product-card .product-details .spa-details li{
        display: inline-block;
        font-weight: 400;
        font-size: 16px;
        position: relative;
      }

@media (max-width: 640px){

.product-card .product-details .spa-details li{
          line-height: 1;

          align-items: center;

          justify-content: center;

          position: relative;

          text-align: center;

          width: 100%
      }
        }

.product-card .product-details .spa-details li span{
          font-size: 20px;
          font-weight: 600;
          padding-right: 5px;
        }

@media (max-width: 915px){

.product-card .product-details .spa-details li span{
            display: block
        }
          }

@media (max-width: 640px){

.product-card .product-details .spa-details li span{
            line-height: 1
        }
          }

.product-card .product-details .spa-details li.separate .separator{
            content: "";
            position: relative;
            width: 1px;
            right: 0;
            height: 37px;
            background-color: #C6C6C6;
            display: inline-block;
            transform: translate(0px, 0px);
          }

@media (max-width: 640px){

.product-card .product-details .spa-details li.separate{
            max-width: 30px
        }
          }

.product-card .price-html p{
      margin-bottom: 10px;
    }

.product-card .price-html p .amount{
        font-weight: 600;
      }

@media (max-width: 640px){
        .product-card .price-html p .starting{
          display: block;
        }
      }

.product-card .price-html p .strike{
        color: #878787;
        text-decoration: line-through;
      }

.gform_wrapper.gravity-theme .gfield{
    margin-top: 10px;
  }

.gform_wrapper.gravity-theme .gfield .gfield_required{
      color: #027DB9;
    }

.gform_wrapper.gravity-theme .gfield .gfield_label{
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      line-height: 20px;
      margin-bottom: 5px;
    }

.gform_wrapper.gravity-theme .gfield input{
      height: 50px;
      font-family: 'Open Sans', sans-serif;
      color: #1A1A1A;
      border: 1px solid #C8C8C8;
    }

.gform_wrapper.gravity-theme .gfield input:focus{
        outline: 1px solid #027DB9;
        border-radius: 0;
      }

.gform_wrapper.gravity-theme .gfield textarea{
      border: 1px solid #C8C8C8;
    }

.gform_wrapper.gravity-theme .gfield textarea:focus{
        outline: 1px solid #027DB9;
        border-radius: 0;
      }

.gform_wrapper.gravity-theme .gfield select{
      font-family: 'Open Sans', sans-serif;
    }

.gform_wrapper.gravity-theme .gfield select:focus{
        outline: 1px solid #027DB9;
        border-radius: 0;
      }

.gform_wrapper.gravity-theme .gfield select {
      height: 50px;
      font-family: 'Open Sans', sans-serif;
      color: #1A1A1A;
      border: 1px solid #C8C8C8;
    }

.gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
      font-size: 16px;
      border: 1px solid #1a1a1a;
      padding: 14px 50px;
      border-radius: 30px;
      background-color:  #1a1a1a;
      color: #fff;
      transition: all 0.4s ease-in-out;
      position: relative;
      z-index: 10;
      cursor: pointer;
    }

.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover{
        color: #1a1a1a;
        background-color: #fff;
      }

.gform_wrapper.gravity-theme #gform_1 .gfield_label,.gform_wrapper.gravity-theme #gform_20 .gfield_label{
      color: #fff;
    }

.gform_wrapper.gravity-theme #gform_1 .gfield input,.gform_wrapper.gravity-theme #gform_20 .gfield input{
        border: 0;
      }

.gform_wrapper.gravity-theme #gform_1 .gform_footer input[type="submit"],.gform_wrapper.gravity-theme #gform_20 .gform_footer input[type="submit"]{
        font-size: 16px;
        border: 1px solid #1a1a1a;
        padding: 14px 50px;
        border-radius: 30px;
        background-color: #fff;
        color: #1a1a1a;
        transition: all 0.4s ease-in-out;
        position: relative;
        z-index: 10;
        cursor: pointer;
      }

.gform_wrapper.gravity-theme #gform_1 .gform_footer input[type="submit"]:hover,.gform_wrapper.gravity-theme #gform_20 .gform_footer input[type="submit"]:hover{
          background-color: #1a1a1a;
          color: #fff;
        }

.gform_legacy_markup_wrapper .gfield_required{
    color: #027DB9;
  }

.gform_legacy_markup_wrapper .gfield_label{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
  }

.gform_legacy_markup_wrapper input{
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #1A1A1A;
    border: 1px solid #C8C8C8;
  }

.gform_legacy_markup_wrapper input:focus{
      outline: 1px solid #027DB9;
      border-radius: 0;
    }

.gform_legacy_markup_wrapper textarea{
    border: 1px solid #C8C8C8;
  }

.gform_legacy_markup_wrapper textarea:focus{
      outline: 1px solid #027DB9;
      border-radius: 0;
    }

.gform_legacy_markup_wrapper select{
    border: 1px solid #C8C8C8;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
  }

.gform_legacy_markup_wrapper select:focus{
      outline: 1px solid #027DB9;
      border-radius: 0;
    }

.gform_legacy_markup_wrapper .gform_footer input[type="submit"]{
      font-size: 16px;
      border: 1px solid #1a1a1a;
      padding: 14px 50px;
      border-radius: 30px;
      background-color: #fff;
      color: #1a1a1a;
      transition: all 0.4s ease-in-out;
      position: relative;
      z-index: 10;
      cursor: pointer;
    }

.gform_legacy_markup_wrapper .gform_footer input[type="submit"]:hover{
        background-color: #1a1a1a;
        color: #fff;
      }

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large{
  border: 1px solid #C8C8C8;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
}

.gform_wrapper.gravity-theme .gfield input.large:focus,.gform_wrapper.gravity-theme .gfield select.large:focus{
    outline: 1px solid #027DB9;
    border-radius: 0;
  }

.gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme .ginput_complex select{
  border: 1px solid #C8C8C8;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
}

.gform_wrapper.gravity-theme .ginput_complex input:focus,.gform_wrapper.gravity-theme .ginput_complex select:focus{
    outline: 1px solid #027DB9;
    border-radius: 0;
  }

.woocommerce-checkout input{
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #1A1A1A;
    border: 1px solid #C8C8C8;
    padding: 0 20px;
  }

.woocommerce-checkout input:focus{
      outline: 1px solid #027DB9;
      border-radius: 0;
    }

.woocommerce-checkout textarea{
    border: 1px solid #C8C8C8;
    padding: 20px;
  }

.woocommerce-checkout textarea:focus{
      outline: 1px solid #027DB9;
      border-radius: 0;
    }

.woocommerce-checkout select{
    border: 1px solid #C8C8C8;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 20px;
  }

.woocommerce-checkout select:focus{
      outline: 1px solid #027DB9;
      border-radius: 0;
    }

.woocommerce-checkout select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    padding-top: 11px;
  }

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 1px;
    width: 20px;
  }

.gfield_error .validation_message{
    display: none;
  }

.gfield_error input{
    border: 2px solid #c02b0a !important;
    background-color: #fff9f9 !important;
    color: #c02b0a !important;
  }

.salesforce-form .required{
    color: #027DB9;
  }

.salesforce-form .error{
    color: #e11923;
  }

.salesforce-form label{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
  }

.salesforce-form input{
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #1A1A1A;
    border: 1px solid #C8C8C8;
    padding: 0px 10px;
  }

.salesforce-form input:focus{
      outline: 1px solid #027DB9;
      border-radius: 0;
    }

.salesforce-form textarea{
    border: 1px solid #C8C8C8;
    padding: 10px;
  }

.salesforce-form textarea:focus{
      outline: 1px solid #027DB9;
      border-radius: 0;
    }

.salesforce-form select{
    border: 1px solid #C8C8C8;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 10px;
  }

.salesforce-form select:focus{
      outline: 1px solid #027DB9;
      border-radius: 0;
    }

.salesforce-form input[type="submit"] {
    font-size: 16px;
    border: 1px solid #1a1a1a;
    padding: 14px 50px;
    border-radius: 30px;
    background-color: #1a1a1a;
    color: #fff;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 10;
    cursor: pointer;
    font-weight: 600;
    font-family: Open Sans,"Open Sans";
    line-height: 1;
  }

.checkbox-row label{
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 5px;
  }

.checkbox-row .box{
    display: block;
    position: relative;
    padding-left: 35px;
    height: 35px;
    width: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    border: 1px solid #C8C8C8;
    margin-right: 10px;
  }

.checkbox-row input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

/* Create a custom checkbox */

.checkbox-row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #eee;
    bottom: 0;
  }

/* On mouse-over, add a grey background color */

.checkbox-row hover input ~ .checkmark {
    background-color: #ccc;
  }

/* When the checkbox is checked, add a blue background */

.checkbox-row input:checked ~ .checkmark {
    background-color: #2196F3;
  }

/* Create the checkmark/indicator (hidden when not checked) */

.checkbox-row .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

/* Show the checkmark when checked */

.checkbox-row input:checked ~ .checkmark:after {
    display: block;
  }

/* Style the checkmark/indicator */

.checkbox-row .checkmark:after {
    left: 14px;
    top: 5px;
    width: 9px;
    height: 17px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }

.windshieldModal{
  display: none;
  padding: 20px !important;
}

.windshieldModal.open{
    display: fixed;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 10%;
    width: 600px;
    max-width: 90%;
    background-color: #fff;
  }

.windshieldModal .inner{
    padding: 30px;
    width: 100%;
  }

.location-dropdown{
  width: 312px;
  background-color: #F6F6F6;
  top: 100%;
}

.location-dropdown .inner h5{
      margin-bottom: 15px;
    }

.location-dropdown .inner P{
      color: #4A4A4A;
      line-height: 22px;
    }

.location-dropdown .inner .address{
      position: relative;
      padding-left: 20px;
      margin-bottom: 15px;
    }

.location-dropdown .inner .address:before{
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        content: "\f3c5";
        color: #B2B2B2;
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 14px;
      }

.location-dropdown .inner .phone{
      position: relative;
      padding-left: 20px;
      margin-bottom: 15px;
    }

.location-dropdown .inner .phone:before{
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f879";
        color: #B2B2B2;
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 12px;
      }

.location-dropdown .inner .button{
      padding: 14px 10px;
      display: block;
      width: 100%;
    }

.single-product .summary .contact-sales .address{
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px;
      }

.single-product .summary .contact-sales .address:before{
          font-family: "Font Awesome 6 Pro";
          font-weight: 300;
          content: "\f3c5";
          color: #B2B2B2;
          position: absolute;
          left: 0;
          top: 3px;
          font-size: 14px;
        }

.single-product .summary .contact-sales .phone{
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px;
      }

.single-product .summary .contact-sales .phone:before{
          font-family: "Font Awesome 6 Pro";
          font-weight: 900;
          content: "\f879";
          color: #B2B2B2;
          position: absolute;
          left: 0;
          top: 3px;
          font-size: 12px;
        }

footer.site-footer{
    background-color: #1a1a1a;
  }

@media (max-width: 640px){

footer .footer-logo img{
        width: 166px;

        height: auto
    }
      }

footer.siteNo-4 .footer-logo img{
        width: 300px;
        max-width: 100%;
      }

@media (max-width: 640px){

footer.siteNo-4 .footer-logo img{
          width: 166px;

          height: auto
      }
        }

@media (max-width: 640px){

footer .menu-cols{
      flex-flow: column;

      margin-top: 40px;

      margin-bottom: 40px
  }
    }

@media (max-width: 640px){

footer .menu-cols .menu-col{
        flex-flow: row
    }

        footer .menu-cols .menu-col h3{
          display: none;
        }

        footer .menu-cols .menu-col button{
          display: block;
        }
      }

@media (max-width: 640px){

footer .menu-cols .menu-col .menu-wrap{
          overflow: hidden;

          padding: 0 10px;

          max-height: 0;

          transition: max-height 0.45s ease-out
      }
            footer .menu-cols .menu-col .menu-wrap ul li{
              max-height: 0;
              display: inline-block;
              position: relative;
            }
        }

footer .menu-cols .menu-col.open .menu-wrap{
          max-height: 300px;
          transition: max-height 0.45s ease-out;
          display: block;
          padding: 10px;
        }

footer .menu-cols .menu-col.open .menu-wrap ul li{
              max-height: 32px;
            }

footer .menu-cols .menu-col.open .footer-col-toggle span i:before{
                content: "\f068";
              }

footer .menu-cols .footer-col-toggle{
      border-top: 1px solid rgba(255,255,255,0.1);
      margin-bottom: 0;
      width: 100%;
      padding: 10px;
    }

footer .menu-cols .footer-col-toggle span{
      }

footer .menu-cols .men-col-nd .footer-col-toggle{
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
      }

footer .menu-cols .men-col-nd {
      padding-left: 40px;
}

@media (max-width: 640px){

footer .menu-cols .men-col-nd{
        padding-left: 0
    }
      }

footer .menu-cols h3 {
      font-family: Open Sans, system-ui;
    }

footer .menu-cols h3{
      font-size: 17px;
    }

@media (max-width: 640px){

footer .menu-cols h3{
        display: none
    }
      }

footer .menu-cols .footer-col-toggle{
      display: none
    }

footer .menu-cols .footer-col-toggle {
      font-family: Open Sans, system-ui;
    }

footer .menu-cols .footer-col-toggle{
      font-size: 22px;
    }

@media (max-width: 640px){

footer .menu-cols .footer-col-toggle{
        display: block
    }
      }

footer .menu-cols #footer-links-col-2{
      display: block;
    }

footer .menu-cols #footer-links-col-2 li{
        display: block;
        font-size: 16px;
        line-height: 32px;
      }

footer .menu-cols #footer-links-col-2 li a {
          font-family: Open Sans, system-ui;
        }

footer .menu-cols #footer-links-col-2 li a{
          color: #fff;
        }

footer .menu-cols #footer-links-col-1{
      display: block;
    }

footer .menu-cols #footer-links-col-1 li{
        display: inline-block;
        width: 48%;
        font-size: 16px;
        line-height: 32px;
      }

footer .menu-cols #footer-links-col-1 li a {
          font-family: Open Sans, system-ui;
        }

footer .menu-cols #footer-links-col-1 li a{
          color: #fff;
        }

.placeholder\:text-center::-moz-placeholder {
  text-align: center;
}

.placeholder\:text-center:-ms-input-placeholder {
  text-align: center;
}

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

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

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

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

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

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

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

@media (min-width: 640px) {
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .sm\:hidden {
    display: none;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .md\:col-start-2 {
    grid-column-start: 2;
  }

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

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

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

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

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

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-screen {
    height: 100vh;
  }

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

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

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

  .md\:w-auto {
    width: auto;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

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

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

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

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

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

  .lg\:grow-0 {
    flex-grow: 0;
  }

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

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

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

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

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

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

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .lg\:pl-12 {
    padding-left: 3rem;
  }

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

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

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

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

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

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

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

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

  .lg\:leading-7 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1320px) {
  .xl\:w-3\/4 {
    width: 75%;
  }
}

/*# sourceMappingURL=app.css.map */
.secure-checkout-img img:nth-child(5) {
  display: none;
}

.tm-floating-box.left {
    left: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    border-radius: 50% !important;
    padding: 30px !important;
    box-shadow: rgb(221 193 93) 0px 7px 29px 0px;
}
.tm-floating-box .tm-unit-price, .tm-floating-box .tm-final-totals, .tm-floating-box .tm-options-totals, .tm-floating-box .tm-fee-totals {
    font-size: 18px !important;
}
.tm-extra-product-options-totals .amount.final {
    font-size: 18px !important;
}

p.gform_required_legend {
  margin-bottom: 0 !important;
}

.pum-theme-775953 .pum-container, .pum-theme-lightbox .pum-container .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0 !important;
 padding: 0 !important;
}