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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #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;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

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

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

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

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

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

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

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-5 {
  height: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-28 {
  width: 7rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.min-w-16 {
  min-width: 4rem;
}

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

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[739\.59px\] {
  max-width: 739.59px;
}

.max-w-screen-md {
  max-width: 768px;
}

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

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

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

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

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

.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}

.grid-cols-\[239px_1fr_121px\] {
  grid-template-columns: 239px 1fr 121px;
}

.grid-cols-\[239px_1fr_141px\] {
  grid-template-columns: 239px 1fr 141px;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-\[1px\] {
  border-width: 1px;
}

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

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

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

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

.border-\[\#1E76BD\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 118 189 / var(--tw-border-opacity));
}

.border-\[\#5B67704D\] {
  border-color: #5B67704D;
}

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

.border-\[\#ED2224\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 34 36 / var(--tw-border-opacity));
}

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

.border-\[\#cfc8d8\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 200 216 / var(--tw-border-opacity));
}

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

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.\!bg-\[\#ED2224\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#1E76BD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 118 189 / var(--tw-bg-opacity));
}

.bg-\[\#5B6770\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 103 112 / var(--tw-bg-opacity));
}

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

.bg-\[\#ED2224\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#ed2224\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity));
}

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

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

.bg-custom-red {
  --tw-bg-opacity: 1;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

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

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

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-9 {
  padding: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

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

.text-\[\#1E76BD\] {
  --tw-text-opacity: 1;
  color: rgb(30 118 189 / var(--tw-text-opacity));
}

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

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

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

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

.text-\[\#ED2224\] {
  --tw-text-opacity: 1;
  color: rgb(237 34 36 / var(--tw-text-opacity));
}

.text-\[\#ed2224\] {
  --tw-text-opacity: 1;
  color: rgb(237 34 36 / var(--tw-text-opacity));
}

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

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

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.shadow-\[0px_7px_21px_0px_\#252C6133\] {
  --tw-shadow: 0px 7px 21px 0px #252C6133;
  --tw-shadow-colored: 0px 7px 21px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.drop-shadow-\[0_0_12px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(0 0 12px rgba(0,0,0,0.3));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6, p, body{
  font-family: "Inter", sans-serif;
}

h1{
  font-size: 70px;
  font-weight: 600;
}

h2{
  font-size: 40px;
  font-weight: 600;
  margin-top: 0px !important;
}

h3{
  font-size: 25px;
  font-weight: 600;
}

.single-product .site-content{
  max-width: 1777px ;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0 auto !important;
}

.col-full {
  max-width: 1750px ;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0 auto !important;
}

.col-full > .col-full{
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.site-content > .col-full{
  max-width: 100% !important;
  margin: 0px !important;
  padding:0px !important ;
}

.dropbtn {
  padding: 16px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #000;
  background-image: url(../img/user.png), url(../img/down.png);
  padding-right: 26px !important;
  background-size: 18px, 12px;
  background-repeat: no-repeat;
  background-position: 0% center, 95% center;
  padding-left: 30px;
}

.timeline-block-right .main-image{
  margin-left: auto;
}

.timeline .timeline-block:first-child span, .timeline .timeline-block:last-child span{
  background-color: #1E76BD;
}

.main-image{
  overflow: hidden;
  width: 250px;
  height: 150px;
}

.main-image img{
  transition: transform 0.2s;
}

.main-image:hover img{
  transform: scale(1.2);
}

.dropbtn:hover{
  background-color: #fff;
}

.dropdown{
  display: flex;
  position: relative;
  justify-content: end;
}

.woocommerce-checkout h3{
  text-transform: capitalize;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 112px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 34px;
  border-radius: 5px;
}

.dropdown-content a {
  color: black ;
  padding: 9px 13px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropbtn span{
  width: 25px;
  height: 22px;
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
}

.show {
  display: block;
}

h4{
  font-size: 16px;
}

body, p{
  font-size: 16px;
}

.site-header{
  padding-top: 15px;
  margin-bottom: 15px !important;
  padding-bottom: 0px !important;
}

a:focus{
  outline: none !important;
}

.storefront-primary-navigation{
  border-top: 1px solid #AEAEB2;
  border-bottom: 1px solid #AEAEB2;
}

footer .nav-menu a {
  padding:13px 15px  !important
}

.main-navigation ul.nav-menu{
  margin-left: 0px !important;
}

header .main-navigation ul li a{
  padding: 16px 15px !important;
  font-weight: 500;
}

a.card-icon {
  margin-left: 15px;
  position: relative;
  padding-left: 15px;
  right: 3px;
  padding-right: 30px;
}

.card-icon img{
  width: 20px;
}

.rp{
  padding-top: 80px;
  padding-bottom: 80px;
}

.rb {
  padding-bottom: 40px;
}

@media (min-width: 1280px) {
  .rb {
    padding-bottom: 80px;
  }
}

.bg-imgaes{
  background-image: url(../img/left.png), url(../img/right.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 15%;
}

nav#site-navigation {
  width: 100%;
  float: inherit;
}

a.card-icon:before {
  content: "";
  height: 21px;
  width: 1px;
  background-color: #5B6770;
  position: absolute;
  right: 15px;
  top: 4px;
}

#search-field{
  background-color: #F7F7F7 !important;
  box-shadow: none;
}

.bg-images {
  background-image: url(/wp-content/uploads/2024/10/shutterstock_780598642-1.png);
}

.footer-widgets{
  border-bottom: 0px;
}

ul.order_details::after{
  display: none;
}

.custom-thank-page h3 {
  min-height: 56px;
  text-transform: capitalize;
}

.custom-thank-page address {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 20px;
}

.address li a:hover{
  color: #1E76BD!important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.tab-button {
  margin-right: 10px !important;
}

.distibutor {
  display: flex;
  justify-content: end;
  position: absolute;
  text-align: 0;
  right: 21px;
  top: 15px;
}

footer .footer-widgets {
  padding-bottom: 40px;
  grid-template-columns: 22% 23% 1fr 330px;
  display: grid;
  padding-top: 0px;
}

footer .footer-widgets::before{
  display: none;
}

footer .footer-widgets .block {
  width: 100% !important;
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url(../img/border-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  padding: 30px  25px;
}

footer .footer-widgets .block:last-child{
  background-image: none;
}

footer .widget-title{
  margin: 0px !important;
  padding-bottom: 0px !important;
  border: 0px !important;
}

footer .adress{
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 15px;
}

.adress p, .adress a{
  padding-left: 23px;
  position: relative;
}

.adress i{
  position: absolute;
  left: 0;
  top: 5px;
}

footer .adress b, .adress a{
  display: block;
  margin-bottom: 15px;
  color: #5B6770 !important;
  text-decoration: none;
}

footer .footer-widgets {
  padding-bottom: 0px;
}

.storefront-primary-navigation .col-full{
  position: relative;
}

footer .menu li{
  padding-left: 0px;
}

footer .menu li a{
  text-decoration: none;
  color: #5B6770 !important;
}

footer .menu{
  display: grid;
  grid-template-columns:1fr 40%
}

footer .menu  li::before{
  display: none !important;
}

footer{
  padding-bottom: 0px !important;
}

footer ul.links{
  display: flex;
  grid-gap: 10px;
}

footer .adress b {
  font-weight: 600;
}

footer ul.links li a{
  font-size: 30px;
  color: #5B6770 !important;
}

footer ul.links li:hover a, .adress a:hover, footer .menu li:hover a{
  color: #1E76BD !important;
}

footer .widget-title {
  margin-bottom: 23px !important;
  font-family: Inter;
  display: block;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 20px;
  text-align: left;
  /* background: #5B6770; */
  color: #5B6770 !important;
}

footer  .widget{
  margin-bottom: 0px;
}

.site-footer {
  background-color: #F7F7F7;
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}

.widget_product_search {
  position: relative;
}

.widget_product_search  input{
  width: 100% ;
  box-shadow: none;
  height: 45px;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding-left: 20px !important;
}

.widget_product_search  input::-moz-placeholder{
  color:#5B6770 ;
}

.widget_product_search  input::placeholder{
  color:#5B6770 ;
}

.widget_product_search input[type="search"]:focus{
  outline: none;
}

.widget_product_search button.btn-search {
  font-size: 0px;
  width: 38px;
  height: 36px;
  background-image: url(../img/serach.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  background-color: #1E76BD;
  border-radius: 5px;
  position: absolute;
  right: 6px;
  top: 4px;
}

.site-main {
  padding-top: 0px !important;
  padding-bottom: 0px;
}

.site-main  header{
  display: none !important;
}

ul{
  list-style: none;
  padding-left: 0px;
}

.history-silder li > div:last-child {
  margin-top: 174px;
  display: block;
  margin-left: auto;
}

.home  .woocommerce.columns-4 {
  -moz-columns: 1;
       columns: 1;
}

.home  .columns-4 li span.price{
  display: none;
}

ul.history-silder{
  position:relative;
}

ul.history-silder li:before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url(../img/border-history.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 46%;
  background-repeat: no-repeat;
}

.left-border{
  padding-bottom: 20px ;
}

@media (min-width: 768px) {
  p {
    margin-bottom: 16px;
  }
}

.close{
  display: none !important;
}

.history-silder swiper-slide {
  padding-bottom: 10px;
}

section.related.products{
  width: 100%;
}

.registern-login .entry-content {
  height: 48vh;
}

ul.sidebar{
  margin-top: 20px;
}

.left-border::before{
  content: "";
  left: 4px;
  background-color: #D9D9D9;
  width: 2px;
  height: 100%;
  top: 0;
  position: absolute;
}

.left-border:after{
  content: "";
  width: 10px;
  border-radius: 10px;
  background-color: #D9D9D9;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: -0px;
}

.btn-white {
  margin-top: 1.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 34 36 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity));
}

.btns {
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .btns {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.custom-gap-4 {
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .custom-gap-4 {
    gap: 1rem;
  }
}

.related > h2, body .related>h2:first-child {
  font-size: 40px;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(30 118 189 / var(--tw-text-opacity));
}

.related.products {
  margin-top: 2.5rem;
}

@media (min-width: 1024px) {
  .related.products {
    margin-top: 5rem;
  }
}

.single-product .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .single-product .products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .single-product .products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

.single-product .products.columns-4 li{
  width: 100%;
}

.custom-gap-2 {
  gap: 0.75rem;
}

.box-img-hover{
  overflow: hidden;
}

.box-img-hover:hover img{
  transform: scale(1.2);
}

.box-img-hover img{
  transition: transform .4s;
}

.show-password-input {
  top: 0px !important;
  cursor: pointer;
}

a.next.page-numbers {
  background-color: #ED2224 !important;
  box-shadow: 0px 7px 21px 0px #252C6133;
  padding: 15px 22px;
  color: #fff;
  border-radius: 5px;
  margin-left: 50px;
}

a.prev.page-numbers{
  background-color: #ED2224 !important;
  box-shadow: 0px 7px 21px 0px #252C6133;
  padding: 15px 22px;
  color: #fff;
  border-radius: 5px;
  margin-right: 50px;
}

#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item{
  background: #f6f6f6;
}

.card-icon p:hover{
  color: #1E76BD;
}

.adrees a:hover{
  text-decoration: underline;
}

.menu-toggle::before, .menu-toggle::after, .menu-toggle span{
  display: none !important;
}

.timeline{
  position: relative;
}

.timeline-block{
  margin-bottom: 40px;
  margin-top: 40px;
}

.timeline-block-right .main-image img {
  margin-left: auto;
}

.timeline-content{
  padding: 40px;
  box-shadow: 0px 3px 8px 0px #8890C240;
  position: relative;
}

.timeline-block{
  position: relative;
}

.timeline-block span {
  width: 25px;
  height: 25px;
  background-color: #CBCBCB;
  border-radius: 50px;
  position: absolute;
  font-size: 0;
  top: 0px;
}

.timeline-block-left span{
  right: -58px;
}

.timeline-block-right span{
  left: -58px;
}

.timeline:before{
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #CBCBCB;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.share li:hover a{
  color: #1E76BD;
}

button.menu-toggle{
  border: 0px;
}

.timeline{
  max-width: 1050px;
  margin: 0 auto;
}

.timeline-block   {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 90px;
}

.timeline-block  img{
  width: 250px;
  height: 150px;
  border-radius: 5px;
}

.timeline-block  .date {
  color: #1E76BD;
  font-size: 25px;
  font-weight: 600;
}

.show-password-input.visible{
  opacity: 0.5;
}

button.menu-toggle span{
  font-size: 0px;
}

.menu-toggle{
  height: 50px;
  width: 50px;
  background-image: url(../img/menu.png) !important;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

.page-numbers.current{
  background-color: #1E76BD !important;
  color: #fff;
}

.page-numbers {
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 16px;
  /* display: flex
; */
  align-items: center;
  justify-content: center;
  border: 1px solid #D0D0D0;
  font-weight: 500;
  color: #000;
}

.page-template-blog .pagination {
  border: 0px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 70px;
}

body .cart_totals  .checkout-button, .place-order  .button {
  margin-bottom: 0px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 7px 21px 0px #252C6133;
  --tw-shadow-colored: 0px 7px 21px 0px var(--tw-shadow-color);
  --tw-shadow: 0px 3px 8px 0px #8890C240;
  --tw-shadow-colored: 0px 3px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body .cart_totals  .checkout-button:hover, .place-order  .button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 118 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(30 118 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primery, .registern-login   .btn-submit, .btn-submit {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 7px 21px 0px #252C6133;
  --tw-shadow-colored: 0px 7px 21px 0px var(--tw-shadow-color);
  --tw-shadow: 0px 3px 8px 0px #8890C240;
  --tw-shadow-colored: 0px 3px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primery:hover, .registern-login   .btn-submit:hover, .btn-submit:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 118 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(30 118 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .btn-primery, .registern-login   .btn-submit, .btn-submit {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.registern-login   .btn-submit, .btn-submit {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.btn-blue {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(30 118 189 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 7px 21px 0px #252C6133;
  --tw-shadow-colored: 0px 7px 21px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 34 36 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-gey {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(91 103 112 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 7px 21px 0px #252C6133;
  --tw-shadow-colored: 0px 7px 21px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-gey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 118 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(30 118 189 / var(--tw-bg-opacity));
}

ul.specifications {
  margin-top: 24px;
}

.icon-btn{
  position: relative;
  padding: 0px;
  padding-bottom: 5px;
}

.icon-btn:hover{
  background-color: white;
  color: #000;
}

.icon-btn:before{
  background-color:#ED2224 ;
  height: 3px;
  bottom: 0px;
  position: absolute;
  content: "";
  width: 100%;
  opacity: 0;
}

.icon-btn:hover:before{
  opacity: 1;
}

.woocommerce-privacy-policy-text a {
  --tw-text-opacity: 1;
  color: rgb(237 34 36 / var(--tw-text-opacity));
}

body .cart_totals .checkout-button{
  font-size: 16px !important;
}

.cart-collaterals h2 {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-bottom: 10px;
  font-size: 20px;
}

tr.cart-subtotal td, tr.cart-subtotal th {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
}

.cart-collaterals {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.cart-collaterals table {
  border-style: none;
}

.cart-collaterals table:not( .has-background ) th, .cart-collaterals table:not( .has-background ) tbody tr:nth-child(2n) td, .cart-collaterals table:not( .has-background ) tbody td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
}

.cart_totals {
  margin-bottom: 1.25rem;
  font-size: 20px;
  text-transform: uppercase;
}

.checkout-button:after{
  display: none !important;
}

.single-product div.product form.cart{
  padding-top: 0px !important;
}

ul.address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

ul.address li{
  position: relative;
  padding-left: 22px;
  display: flex;
}

ul.address li img{
  position: absolute;
  left: 0;
  top: 4px;
}

.table-shop tr th:nth-child(1), .table-shop tr th:nth-child(2), .table-shop tr th:nth-child(3)  {
  width: 80px !important;
}

.arrow  div:hover img{
  filter: brightness(0) saturate(100%) invert(33%) sepia(94%) saturate(656%) hue-rotate(170deg) brightness(101%) contrast(89%);
}

.arrow  div:hover {
  color:#1E76BD !important;
}

.woocommerce-form-login__rememberme{
  display:flex!important;
}

.table-shop tr th:nth-child(4), .table-shop tr th:nth-child(5) {
  width: 280px !important;
}

.bg-white-custom{
  background-color: #fff !important;
}

.slider__thumbs img{
  cursor: pointer;
}

.slider__images img {
  border-radius: 5px;
}

.share{
  display: flex;
  gap: 12px;
}

.home-banner li span{
  color: #1E76BD !important;
}

select#location::-ms-expand {
  display: none;
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

select#location{
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.share li i{
  font-size: 20px;
}

.share a{
  color: #5B6770;
}

p.product-meta {
  margin-bottom: 10px;
  padding-bottom: 0px !important;
}

.btn-group {
  position: absolute;
  right: 0;
  top: 42px;
  right: 24px;
  display: flex;
  gap: 10px;
}

.single-product .product.product-type-simple section img{
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

table.cart .product-name a {
  color: #090909;
  font-size: 20px;
  text-decoration: none !important;
}

table.cart .product-thumbnail img {
  height: 90px;
  width: 90px;
  max-width: 90px;
}

@media (min-width: 768px) {
  table.cart .product-thumbnail img {
    margin: 0px;
  }
}

a:hover{
  border-color: #ED2224;
}

.card-icon{
  position: relative;
}

.distibutor p{
  padding-left: 20px;
  background-image: url(../img/distributor.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  white-space: nowrap;
}

header{
  margin-bottom: 0px !important;
}

.distibutor {
  display: flex;
}

.interiors h3{
  left: 50%;
  transform: translate(-50%, -0px);
  bottom: 30px;
  max-width: 97%;
  white-space: break-spaces;
  white-space: nowrap;
  width: auto;
}

.interiors li:hover h3{
  bottom: 50px;
  padding:  20px 25px;
  border-bottom: 1px solid #fff;
}

body {
  padding-top: 176px;
}

.apply-now:hover {
  color: #1E76BDE5;
}

.contact-bg {
  padding: 40px;
  background-color: #F7F7F7;
  border-radius: 5px;
}

.contact input, .contact textarea, .contact select {
  border: 1px solid #D8D8D8  !important;
  outline: none;
  padding-left: 15px;
}

.contact select {
  border: 1px solid #D8D8D8 !important;
  outline: none;
  padding-left: 15px;
  height: 46px;
  border-radius: 5px;
}

.search-no-results main#main {
  max-width: 1750px;
  margin: 0 auto;
  margin-top: 30px;
}

.products.columns-4 .product img{
  border: 1px solid #c3c3c3 ;
}

.slider-banner .swiper-pagination-bullet, .project-pagination  .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.slider-banner .swiper-pagination-bullet-active, .project-pagination    .swiper-pagination-bullet-active {
  height: 13px;
  width: 13px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity));
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.contact input:focus{
  outline: none !important;
}

.main-sliderg .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-sliderg  .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-sliderg .swiper-button-up,
  .main-sliderg .swiper-button-down {
  background: #f3f4f6;
  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  cursor: pointer;
}

.single-product .woocommerce-message,  .single-product .woocommerce-error {
  max-width: 1717px;
  /* padding: 0px 15px !important; */
  margin: auto !important;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}

.custom-order::before{
  display: none !important;
}

.custom-order{
  margin-top: 0px !important;
}

.custom-order li {
  color: #1E76BD;
  font-weight: 600;
  font-size: 18px;
}

.woocommerce-order-received table:not( .has-background ) tfoot th {
  background-color: #ffffff !important ;
}

.woocommerce-order-received table:not( .has-background ) tbody td {
  background-color: #f2f2f2 !important ;
}

body.woocommerce-order-received table tfoot tr td{
  background-color: #f6f6f6;
}

.cart-icon img {
  width: 28px;
  margin-top: 10px;
}

body.woocommerce-order-received table tfoot tr:last-child th, body.woocommerce-order-received table tfoot tr:last-child td{
  background-color: #ED2224!important ;
  color: #fff;
}

body .custom-order li strong{
  color: #7e7e7ef7;
  font-weight: 600;
  font-size: 16px !important;
}

body .custom-order {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
}

.pt-50 {
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .pt-50 {
    padding-top: 40px;
  }
}

.table-order thead th {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table-order tfoot tr:last-child th, .table-order tfoot tr:last-child td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(30 118 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.slider-banner .swiper-pagination, .our_projects .project-pagination {
  position: absolute;
  top: 91%;
  left: 50%;
  z-index: 9;
  display: flex;
  width: 100%;
  max-width: 1624px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .slider-banner .swiper-pagination, .our_projects .project-pagination {
    justify-content: flex-start;
  }
}

.our_projects .project-pagination {
  justify-content: center;
}

@media (min-width: 768px) {
  .our_projects .project-pagination {
    justify-content: center;
  }
}

.contact input {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact textarea {
  height: 112px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact label {
  margin-bottom: 0.5rem;
  display: block;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}

footer .footer-widgets .contact label {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url(../img/border-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  padding: 30px  25px;
}

footer .footer-widgets .contact label:last-child{
  background-image: none;
}

@media only screen and (max-width: 1500px) {
  footer .footer-widgets .contact label{
    padding: 25px 15px;
    margin-right: 0px;
  }
}

@media   (max-width: 1180px) and   (min-width: 767px){
  footer .footer-widgets .contact label{
    padding: 16px 20px;
  }

  footer  .contact label.footer-widget-4 *{
    text-align: center;
  }
}

@media   (max-width: 1033px) and   (min-width: 767px){
  footer  .contact label.footer-widget-1 {
    width: 20%;
  }

  footer  .contact label.footer-widget-2 {
    width: 24%;
  }

  footer  .contact label.footer-widget-3 {
    width: 56%;
    background-image: none;
  }

  footer  .contact label.footer-widget-4{
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  footer  .contact label.footer-widget-4 *{
    text-align: center;
  }

  footer .footer-widgets .contact label, footer .footer-widgets .contact label:last-child{
    padding: 23px  0px;
    background-image: url(../img/border-top.png);
    background-position: top center;
  }

  footer .footer-widgets .contact label:first-child{
    background-image:none;
  }
}

.current-table thead th, .woocommerce-cart-form .shop_table  th{
  background-color: #383838 !important;
  color: #fff;
  position: relative;
  white-space: nowrap;
}

.current-table thead tr, .woocommerce-cart-form .shop_table  thead tr {
  background-color: #383838
}

.current-table td, .woocommerce-cart-form .shop_table  td{
  vertical-align: middle;
  color: #383838;
  white-space: nowrap;
  text-align: center;
}

.CertificateModal{
  border: 1px solid rgb(169 169 169);
}

.related-products .product h2 {
  font-size: 22px !important;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
  margin-top: 10px !important;
}

.related-products .custom-icon {
  border-bottom: 1px solid #5B6770;
  padding-bottom: 20px;
  margin-bottom: 0px;
  width: 100% !important;
  position: relative;
}

.related-products .custom-icon .svg-icon {
  width: 45px;
  height: 45px;
  background-color: #B9B9B9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -19px;
}

.related-products a:hover  .custom-icon .svg-icon{
  background-color: #1E76BD !important;
}

body .related-products li img {
  height: 350px !important;
}

body .related-products li.product * {
  WIDTH: 100%;
}

.related-products .custom-icon{
  position: relative;
}

.current-table tr td:last-child, .woocommerce-cart-form .shop_table  tr td:last-child {
  text-align: center;
  padding-left: 0px;
  border: 0px;
}

.table-order tr td:last-child{
  text-align: left;
}

.current-table tbody tr, .shop_table  tbody td{
  background-color: #fff;
}

.project-listing > li ul{
  display: flex;
  gap: 20px;
  font-size: 16px;
  margin-left: 0px;
}

.project-listing > li ul li{
  font-size: 16px;
}

.project-listing > li{
  border: 1px solid #B9B9B9;
  min-height: 137px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 15px;
  padding-left: 10px;
  padding-right: 350px;
  background-color: #fff;
}

.project-listing > li ul li{
  color: #383838;
}

.woocommerce-cart-form .shop_table  th, .woocommerce-cart-form .shop_table  td{
  padding: 15px 8px  !important;
}

.shop_table  th {
  text-transform: uppercase;
}

.woocommerce-cart-form__cart-item {
  border-bottom: 1px solid ;
}

.woocommerce-cart-form .shop_table  th{
  font-weight: 500;
}

.woocommerce-cart-form .shop_table tbody tr{
  border-bottom: 1px solid #D9D9D9;
}

table.cart td.actions{
  border: 0px !important;
}

.shop_table {
  border: 1px solid #D9D9D9;
}

.shop_table  th.product-thumbnail {
  width: 160px;
}

.products-listing li  img{
  width: 100px;
}

.project-listing li  img{
  position: absolute;
  left: 29px;
  top: 19px;
  width: auto;
  height: 100px;
}

.current-table tr {
  border-bottom: 1px solid #D9D9D9;
}

.current-table th img {
  width: 24px;
  display: flex;
}

.info-addr-inner a:hover {
  text-decoration: underline;
}

.woocommerce-product-search button{
  width: 35px !important;
  height: 35px !important;
  cursor: pointer;
  clip: inherit !important;
  clip-path: inherit  !important;
  right: 10px !important;
  left: auto !important;
  top: 9px;
  opacity: 0;
}

.site-info {
  background: #1E76BD;
  padding: 10px 0px;
  text-align: center;
}

.site-search .widget_product_search form::before{
  height: 36px;
  width: 36px;
  background-color: #1E76BD;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 9px !important;
  left: auto;
  top: 5px;
}

.site-search .widget_product_search form:hover::before{
  background-color: #ED2224 ;
}

.site-search, .site-branding{
  width: 100% !important;
  margin-bottom: 0px !important;
}

.header-menu {
  padding-bottom: 20px;
  align-items: center;
}

.site-info p{
  color: #fff !important;
  margin-bottom: 0px;
}

header#masthead{
  margin-bottom: 0px !important;
}

.pt0{
  padding-top: 0px !important;
}

.adrees {
  background-color: #ED2224;
  text-align: center;
  padding:76px  21px;
}

.adrees img {
  width: 37px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.adrees b,  .adrees p, .adrees a{
  font-size: 20px !important;
  color: #fff !important;
  display: block;
}

.adrees h3 {
  color: #fff;
}

.blue-box {
  background-color: #1E76BD;
  margin-top: 20px;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments{
  padding-left: 15px !important;
}

.woocommerce-info::before{
  display: none !important ;
}

.our-work swiper-slide li, .clinet-saying swiper-slide > li{
  padding: 0px 15px;
}

.arrow{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}

.arrow div{
  gap: 5px;
  display: flex;
  align-items: center;
}

.color-listing li:last-child{
  border-right: 0px;
  padding-left: 40px;
}

.swiper-button-disabled{
  opacity: 0.7;
}

.blog img{
  height: 400px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.products .product  h2{
  font-size: 22px !important;
  text-align: left;
}

.products.columns-4:before, .products .columns-4:after{
  display: none;
}

.woocommerce-shop .products.columns-4 li{
  width: 100% !important;
}

.products.columns-4 *{
  text-align: left;
}

.products.columns-4  .product img {
  margin-bottom: 1.25rem;
  height: 230;
  width: 100%;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .products.columns-4  .product img {
    height: 200px;
  }
}

@media (min-width: 1024px) {
  .products.columns-4  .product img {
    height: 290px;
  }
}

@media (min-width: 1536px) {
  .products.columns-4  .product img {
    height: 384px;
  }
}

.post-type-archive-product .products.columns-4 .product img {
  height: 230;
}

@media (min-width: 768px) {
  .post-type-archive-product .products.columns-4 .product img {
    height: 200px;
  }
}

@media (min-width: 1024px) {
  .post-type-archive-product .products.columns-4 .product img {
    height: 290px;
  }
}

@media (min-width: 1536px) {
  .post-type-archive-product .products.columns-4 .product img {
    height: 384px;
  }
}

.single-product  .products.columns-4 .product a img {
  height: auto;
  width: 100%;
}

.single-product  .products.columns-4 .product a {
  height: auto;
  width: 100%;
}

.table {
  display: table !important;
}

.products.columns-4  .custom-icon{
  position: relative;
}

.products.columns-4  .tfl_code {
  font-size: 16px;
  color: #000;
}

.storefront-sorting::before{
  display:none;
}

.storefront-sorting::after{
  display: none;
}

.page-template-resources  .modal .modal-content {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.project-listing > li{
  padding-left: 150px;
}

select.orderby {
  border: 1px solid #D0D0D0;
  height: 36px;
  width: 218px;
  font-size: 14px;
  padding-left: 10px;
  background-color: #fff !important;
  text-transform: capitalize;
  border-radius: 5px;
}

.sorting-text {
  font-size: 14px;
  position: absolute;
  right: 232px;
  top: 21px;
}

.woocommerce-shop .storefront-sorting p.woocommerce-result-count {
  position: absolute;
  left: 0;
  font-size: 14px;
}

form.woocommerce-ordering {
  position: absolute;
  right: 0;
  top: 9px;
  margin-right: 0px;
}

.woocommerce-shop div#primary{
  margin-bottom: 0px !important;
}

form *{
  border: none;
  outline: none;
  box-shadow: none;
}

.woocommerce-shop .storefront-sorting {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 14px !important;
  border-top: 1px solid #D9D9D9;
  padding-top: 14px !important;
  height: 65px;
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout{
  border-bottom: 0px !important;
}

.products.columns-4  li.product {
  border-bottom: 1px solid #5B6770;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100% !important;
}

.products.columns-4  li.product .price{
  display: none !important;
}

.products.columns-4  .custom-icon .svg-icon {
  width: 45px;
  height: 45px;
  background-color: #B9B9B9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.products.columns-4  .custom-icon {
  padding-right: 50px;
}

.products.columns-4  .product:hover .custom-icon .svg-icon {
  background-color: #1E76BD;
}

.sidebar li:first-child{
  border-top: 1px solid #D9D9D9;
}

.sidebar li{
  position: relative;
  padding-left: 160px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  min-height: 176px;
}

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

.single-post article, .single-post .site-main, .single-post div#primary{
  margin-bottom: 0px !important;
}

ul.color-listing li {
  border-right: 1px solid #5B6770;
}

h2+h3, .beta+h3{
  border-top: 0px;
}

.btn-white-img{
  border: 1px solid #fff;
}

a:focus, input:focus, textarea:focus, button:focus{
  outline: none;
}

input[type='checkbox']:checked {
  background-color: #1E76BD;
}

input[type='checkbox']:checked:after {
  content: '\2713';
  color:white;
}

input[type='checkbox']{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 20px !important;
  background-color: #fff;
  height: 20px !important;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border-radius:10%;
  border: 1px solid #D0D0D0;
  box-shadow: none;
  font-size: 1em;
  line-height: 17px;
}

header .menu li{
  text-decoration: none;
  position: relative;
  display: inline-block;
}

header .menu li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  /* make the line thicker */
  width: 0%;
  background: rgb(237 34 36);
  /* rainbow gradient */
  background-size: 200% auto;
  transition: all .5s;
}

header .menu li:hover a{
  color:#1E76BD ;
}

.menu li:hover::after {
  width: 100%;
  animation: gradient-89 3s linear infinite;
}

@keyframes gradient-89 {
  0% {
    background-position: 100% 0%;
  }

  50% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 100% 0%;
  }
}

a.pagination-link {
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D0D0D0;
  font-weight: 500;
}

a.pagination-link.active{
  background-color: #1E76BD;
  color: #fff;
}

a.pagination-link:hover, .page-numbers:hover{
  background-color: #1E76BD;
  color: #fff;
  border-color: #1E76BD;
}

a.pagination-link.next, a.pagination-link.prev{
  background-color: #ED2224 !important;
  box-shadow: 0px 7px 21px 0px #252C6133;
  padding: 15px 22px;
  color: #fff;
}

.adrees a {
  border-bottom: 1px solid #ffffff59;
  padding-bottom: 12px;
}

.adrees a:last-child{
  border-bottom: 0px solid #ffffff59;
}

a.pagination-link.next{
  margin-left: 50px;
}

a.pagination-link.prev{
  margin-right: 50px;
}

.pagination{
  border: 0px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.product_title {
  --tw-text-opacity: 1;
  color: rgb(30 118 189 / var(--tw-text-opacity));
}

.product-meta {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}

.filter hr:last-child{
  display: none;
}

.archive .products {
  display: contents;
}

table.cart{
  margin-bottom: 0px !important;
}

.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator{
  width: 100% !important;
}

.sidebar li img{
  width: 120px;
  height: 120px;
  border-radius: 5px;
}

ul.sidebar li img{
  position: absolute;
  left: 0;
  top: 25px;
}

ul.color-listing {
  display: flex;
  margin-top: 40px;
}

ul.color-listing li:first-child{
  padding-left: 97px  !important;
  padding-right: 20px;
  width: 64%;
}

ul.color-listing li h3{
  position: absolute;
  left: 0;
}

ul.color-listing li:last-child{
  padding-left: 109px;
}

ul.color-listing li:last-child h3{
  position: absolute;
  left: 20px;
}

ul.color-listing li p{
  padding-left: 10px;
}

.home .products.columns-4 {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home .products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home .products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .home .products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

.table-shop thead th{
  padding: 15px 10px ;
}

.custom-gap-2 {
  padding-left: 0px;
}

.storefront-full-width-content.single-product div.product .summary {
  margin-bottom: 0px;
  width: 48%;
  padding-left: 0px;
}

@media (min-width: 768px) {
  .storefront-full-width-content.single-product div.product .summary {
    padding-left: 20px;
  }
}

@media (min-width: 1536px) {
  .storefront-full-width-content.single-product div.product .summary {
    padding-left: 20px;
  }
}

.single-product div.product p.price{
  display: none;
}

.site-main > .product::before, .site-main > .product::after{
  display: none !important;
}

.single-product .site-main  .product{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body header .main-navigation  .close{
  width: 50px  !important;
  height: 50px !important;
  position: absolute;
  font-size: 0px !important;
  right: 0;
  background-color: #1E76BD;
  background-repeat: no-repeat;
  background-image: url(../img/close.png);
  background-size: 25px;
  background-position: center;
  top: 0;
}

body header .main-navigation  .close:hover::after{
  display: none;
}

body header .handheld-navigation .menu{
  padding-top: 56px !important;
}

.registern-login{
  padding-left: 0px  !important;
}

body.single-product main#main{
  padding: 0px 0px !important;
}

.single-product h1.product_title.entry-title {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .single-product h1.product_title.entry-title {
    margin-top: 0px;
  }
}

div#order_review {
  border: 1px solid #D9D9D9;
  padding: 10px 30px;
}

div#order_review .shop_table{
  border: 0px;
  padding-left: 0px!important;
  padding-right: 0px !important;
}

div#order_review .place-order{
  margin-top: 0px !important;
  background-color: #fff !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

div#order_review table:not( .has-background ) th, div#order_review table:not( .has-background ) tbody td,  div#order_review table td{
  background-color: #fff;
  padding-left: 0px ;
  color:#383838;
  font-weight: 500;
}

.woocommerce-checkout-review-order-table{
  margin-bottom: 0px !important;
}

div#order_review table td,  div#order_review table th{
  border-bottom: 1px solid #D9D9D9;
  color:#383838;
}

div#order_review b,  div#order_review strong{
  font-weight: 500;
}

/* woocommerce */

.table-order:not( .has-background ) tbody td, .table-order:not( .has-background ) tbody th {
  background-color: #ffffff !important;
  border-bottom: 1px solid #ebebeb;
}

table .view{
  background-color: #1E76BD;
  color: #fff;
}

.top-bar a.logo {
  width: 160px;
}

.top-bar ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
}

.top-bar ul .cart-icon {
  position: relative;
}

.top-bar menu {
  display: none;
}

.top-bar ul .cart-icon span {
  background-color: #b31724;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  width: 16px;
  height: 16px;
  text-align: center;
  right: -10px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
}

.top-bar ul .logo {
  display: none;
}

.top-bar ul .menu, .top-bar .logo {
  width: 30px;
  display: none;
}

img.logo-my-account {
  width: 120px;
}

.modal{
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link  a{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.box-white {
  padding-right: 20px;
  border-right: 2px solid #efeeec;
  min-height: 221px;
}

.woocommerce-MyAccount-content h2{
  color: #1E76BD;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.box-white a.view, a.edit {
  font-weight: 700;
  color: #ed2224;
}

.box-white h5 {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 20px;
}

.box-white:last-child{
  border-right: 0px  !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard{
  background-image: url(../img/dashboard.png)
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--orders{
  background-image: url(../img/order.png)
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address{
  background-image: url(../img/book.png)
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account{
  background-image: url(../img/account.png)
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout{
  background-image: url(../img/logout.png)
}

.woocommerce-account .entry-content .woocommerce {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .woocommerce-account .entry-content .woocommerce {
    grid-template-columns: 212px 1fr;
    gap: 20px;
  }
}

@media (min-width: 1536px) {
  .woocommerce-account .entry-content .woocommerce {
    grid-template-columns: 250px 1fr;
    gap: 50px;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a{
  font-weight: 600;
  color: #1E76BD !important;
}

.entry-content   .woocommerce {
  grid-template-columns: 250px 1fr;
  gap: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation  .logos{
  max-width: 175px !important;
  margin-bottom: 16px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a::before{
  display: none  !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link{
  padding-left: 50px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 15px center;
}

.woocommerce-cart .woocommerce-message{
  display: none;
}

.woocommerce form .form-row .required{
  text-decoration: none;
}

body a.storefront-sticky-add-to-cart__content-button {
  background-color: red !important;
  outline: 0px !important;
  border-radius: 5px;
}

body a.storefront-sticky-add-to-cart__content-button:hover{
  background-color: #1E76BD !important;
}

.woocommerce-account .site-info{
  display: none !important;
}

.single-product .product section {
  width: 100%;
}

@media (min-width: 768px) {
  .single-product .product section {
    width: 43%;
  }
}

@media (min-width: 1536px) {
  .single-product .product section {
    width: 45%;
  }
}

.single-product .product section.related.products {
  width: 100%;
}

.single-product .product section li img {
  height: 400px;
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .single-product .product section li img {
    height: 600px;
  }
}

.box-img-history::before{
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ;
}

.box-img-history:hover p{
  opacity: 1;
}

.box-img-history:hover::before{
  opacity: 0.5;
}

.box-img-history{
  cursor: pointer;
}

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

.box-border-acount{
  border: 2px solid #efeeec;
  padding: 20px 35px;
}

.primary-navigation .current-menu-item a {
  color: #1E76BD !important;
}

.footer-widget-1{
  display: flex;
  align-items: center;
}

.gm-ui-hover-effect>span {
  background-color: #000;
  filter: brightness(0) invert(1);
}

.gm-style-iw-d div {
  font-size: 20px;
  font-weight: 500;
  color:  #1E76BD;
}

button.gm-ui-hover-effect {
  position: absolute;
  top: -6px;
  width: 40px !important;
  height: 40px !important;
  background-color: #1E76BD !important;
  opacity: 1;
  color: #fff !important;
}

header .primary-navigation .current-menu-item::after{
  width: 100%;
}

.woocommerce-account .content-area{
  margin-bottom: 0px !important;
}

.woocommerce-account .entry-content {
  max-width: 1750px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

body .woocommerce-MyAccount-navigation{
  width: 100% !important;
  margin-right: 0px !important;
  max-width: 250px !important;
  padding: 20px ;
  border: 2px solid #efeeec;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-account {
  padding-top: 170px ;
}

.woocommerce-account .hentry {
  margin: 0 0 4.235801032em;
  margin-bottom: 40px;
}

.registern-login {
  padding-top:195px  !important;
}

fieldset, fieldset legend {
  background-color: #fff;
}

.box-inner strong {
  font-size: 28px;
  color: #1E76BD;
}

img.banner-logo {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
}

ul.banner-listing {
  display: flex;
}

ul.banner-listing li{
  position: relative;
  padding-left: 32px;
  font-size: 31px;
  color: #fff;
}

ul.banner-listing li:before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 9px;
}

ul.banner-listing li:first-child:before{
  display: none;
}

ul.banner-listing li:first-child{
  padding-left: 0;
}

.woocommerce-active .site-header .main-navigation{
  margin-right: 0px !important;
}

.modal>div{
  height: 75vh !important;
}

.popup-close{
  color: white;
  font-weight: 500;
  z-index: 9999;
  font-size: 27px;
  cursor: pointer;
  top: 0;
  text-align: end;
  right: -14px !important;
  top: -19px !important;
  background-color: rgb(237 34 36);
  position: absolute;
  height: 35px !important;
  display: flex;
  width: 35px !important;
  justify-content: center;
  border-radius: 50px;
  line-height: 33px;
}

.popup-close:hover{
  background-color: #1E76BD;
}

.modal>div{
  width: -moz-fit-content;
  width: fit-content;
}

body.registern-login input[type='checkbox']:checked:after{
  margin-left:-16px;
}

@media only screen and (min-width: 1750px) {
  .woocommerce-account .entry-content{
    padding: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  header .main-navigation ul li:nth-child(2) a{
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 1700px) {
  body.single-product main#main {
    padding: 0px 20px !important;
  }
}

@media only screen and (max-width: 1500px) {
  ul.color-listing li:first-child {
    padding-left: 67px !important;
  }

  ul.color-listing li:last-child {
    padding-left: 72px;
  }

  footer .footer-widgets{
    grid-gap: 0px;
  }

  footer .adress{
    grid-gap: 10px;
  }

  footer .footer-widgets .block{
    padding: 25px 15px;
    margin-right: 0px !important;
  }

  footer .menu {
    grid-gap: 10px;
  }
}

@media   (max-width: 1366px) and  (min-width: 1286px) {
  footer .footer-widgets {
    grid-template-columns: 21%  25% 1fr 155px;
  }
}

@media only screen and (max-width: 1350px) {
  footer .adress{
    grid-template-columns: 1fr 1fr ;
  }

  footer .footer-widgets{
    grid-template-columns: 22% 25% 1fr 149px;
  }

  h1{
    font-size: 40px;
  }

  .rp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer .footer-widgets {
    grid-template-columns: 22% 31% 1fr 149px;
  }
}

@media only screen and (max-width: 1366px) {
  footer .menu li{
    margin-bottom: 10px !important;
  }

  footer .menu{
    grid-gap: 0px;
  }
}

@media only screen and (max-width: 1280px) {
  ul.color-listing li h3, ul.color-listing li:last-child h3{
    position: relative;
    left: 0px !important;
  }

  ul.color-listing li:first-child, ul.color-listing li:last-child{
    padding-left: 0px !important;
  }

  ul.color-listing li:last-child{
    margin-left: 20px;
  }

  ul.color-listing li{
    padding-left: 0px;
    display: block;
  }

  ul.color-listing li p{
    padding-left: 0px !important;
  }

  ul.banner-listing li{
    font-size: 20px;
  }

  ul.color-listing{
    margin-top: 20px;
  }

  .box-inner {
    padding-bottom: 10px;
  }

  ul.banner-listing li:before {
    content: "";
    width: 7px;
    height: 7px;
    top: 13px;
    left: 11px;
  }

  img.banner-logo{
    max-width: 230px;
  }

  h2 {
    font-size: 30px;
  }

  .project-listing > li{
    padding-right: 15px;
  }

  .project-listing  .btn-group {
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 20px;
  }

  ul.specifications {
    margin-top: 3px;
  }

  .project-listing > li ul{
    gap: 9px;
    flex-wrap: wrap;
  }

  .iframe {
    height: 400px;
  }

  body .related-products li img {
    height: 281px !important;
  }

  .footer-widget-1 {
    display: flex
    ;
    align-items: baseline;
  }

  header .main-navigation ul li a{
    padding: 16px 6px !important;
  }

  .current-table th, .current-table td{
    padding-left: 40px;
  }

  .current-table th img{
    left: 11px;
  }

  .products .product h2 {
    font-size: 17px !important;
    text-align: left;
  }

  h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .blog img{
    height: 300px;
    width: 100%;
    border-radius: 10px;
  }

  .contact {
    padding: 25px 20px;
  }

  .adrees{
    padding: 24px 20px;
  }

  .adrees img {
    width: 27px;
  }

  .box-border-acount {
    border: 2px solid #efeeec;
    padding: 15px 17px;
  }

  .box-white h5 {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 9px;
  }
}

@media   (max-width: 1180px) and   (min-width: 767px){
  footer .menu {
    grid-template-columns: 1fr;
  }

  footer .adress b, .adress a,  .adress p, footer .menu li a{
    font-size: 14px;
  }

  /* footer .footer-widgets {
       display: flex;
       flex-wrap: wrap;
   } */

  footer .footer-widgets {
    grid-template-columns: 22% 19% 1fr 177px;
  }

  footer .footer-widgets .block{
    padding: 16px 20px;
  }

  /* footer  .block.footer-widget-1 {
    width: 20% !important;
}
footer  .block.footer-widget-2 {
    width: 31%  !important;
}
footer  .block.footer-widget-3 {
    width: 49%  !important;
    background-image: none;
}
footer  .block.footer-widget-4{
    width: 100% !important;
} */

  footer  .block.footer-widget-4 *{
    text-align: center;
  }

  footer .footer-widgets  ul.links{
    justify-content: center;
  }

  footer .menu li{
    margin-bottom: 0px;
  }
}

@media   (max-width: 1033px) and   (min-width: 767px){
  footer  .block.footer-widget-1 {
    width: 20% !important;
  }

  footer  .block.footer-widget-2 {
    width: 24%    !important;
  }

  footer  .block.footer-widget-3 {
    width: 56%    !important;
    background-image: none;
  }

  footer  .block.footer-widget-4{
    width: 100% !important;
  }

  footer .footer-widgets {
    display: flex;
    flex-wrap: wrap;
  }
}

@media   (max-width: 1024px) and   (min-width: 767px){
  .box-white {
    padding-right: 10px;
  }

  body,p{
    font-size: 14px;
  }

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

.hentry .entry-content a {
  text-decoration: none;
}

.cart-collaterals .wc-proceed-to-checkout{
  margin-bottom: 0px !important;
}

span#closeModal{
  font-size: 28px;
}

@media only screen and (min-width: 767px) {
  .modal span#closeModal {
    width: auto;
  }
}

.site{
  overflow-x: inherit;
}

@media only screen and (max-width: 767px) {
  .modal>div{
    width: 88%;
    height: auto !important;
  }

  .box-inner{
    padding-bottom: 25px;
  }

  ul.color-listing li:first-child{
    margin-bottom: 21px;
    padding-bottom: 20px;
    padding-right: 0px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #5B6770;
  }

  ul.color-listing li{
    border-right: 0px !important;
  }

  ul.color-listing{
    display: block;
  }

  .box-inner p{
    padding-bottom: 0px !important;
  }

  img.banner-logo{
    margin-bottom: 0px !important;
    max-width: 140px;
    margin: 0 auto;
  }

  ul.banner-listing li{
    font-size: 15px;
    padding-left: 17px;
  }

  ul.banner-listing{
    justify-content: center;
  }

  ul.banner-listing li:before {
    width: 5px;
    height: 5px;
    top: 10px;
    left: 6px;
  }

  body .woocommerce-MyAccount-navigation{
    padding: 30px 20px;
  }

  .box-border-acount{
    padding: 11px 12px;
  }

  .box-white h5{
    margin-bottom: 10px;
  }

  header .current-menu-item a{
    color: #1E76BD !important;
  }

  .timeline-block-right .main-image{
    margin-left: 0px !important;
  }

  .timeline-block span {
    right: 0px !important;
    transform: translate(0px, 0px);
    top: -183px;
    left: -49px !important;
  }

  .timeline-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .box-white a.view{
    margin-bottom: 20px;
    display: table;
  }

  .box-white h5{
    margin-bottom: 4px;
  }

  .timeline:before{
    left: 4px;
  }

  .box-white{
    height: auto;
    min-height: auto;
  }

  .timeline-block-right .main-image img{
    margin: 0px !important;
  }

  .timeline{
    padding-left: 40px;
  }

  .timeline-block  .main-image{
    margin-bottom: 20px;
  }

  .timeline-block-left{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .timeline-content {
    padding: 15px;
  }

  .timeline-content p{
    margin-bottom: 0px;
  }

  .select-p p{
    padding-bottom: 0px !important;
    margin-bottom: 0px;
  }

  table .view{
    float: right;
  }

  body .woocommerce-MyAccount-navigation{
    width: 100% !important;
    max-width: 100%  !important;
  }

  .woocommerce-checkout .contact {
    padding: 21px 0px;
  }

  .related h2{
    text-align: center;
    font-size: 24px  !important;
  }

  div#map{
    height: 400px !important;
  }

  .site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img{
    max-width: 165px;
  }

  .top-bar ul .menu, .top-bar .logo{
    display: block;
  }

  .woocommerce-account{
    padding-left: 0px;
  }

  .close{
    display: block !important;
  }

  header .main-navigation ul li:first-child a{
    padding-left: 0px !important;
  }

  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td{
    border-bottom: 1px solid #D9D9D9;
  }

  td.product-subtotal {
    text-align: right !important;
  }

  .cart-collaterals{
    padding-left: 15px;
    padding-right: 15px;
  }

  a.pagination-link, a.pagination-link.next, a.pagination-link.prev{
    padding: 11px 19px;
  }

  a.pagination-link.next{
    margin-left: 20px;
  }

  a.pagination-link.prev{
    margin-right: 20px;
  }

  .home  .products.columns-4 li.product{
    margin-bottom: 0px !important;
  }

  header  .main-navigation  .menu li.menu-item {
    border-bottom: 1px solid #3333;
  }

  .history-silder li div:last-child{
    margin-left: 0px;
    margin-top: 92px;
  }

  ul.history-silder li:before{
    top: 47%;
  }

  body {
    padding-top: 110px;
  }

  .project-listing.products-listing li img{
    width: 100%;
  }

  .project-listing li img{
    position: relative;
    top: 0;
    left: 0px;
    margin-bottom: 10px;
    width: auto;
    height: auto;
    border-radius: 5px
  }

  .project-listing > li{
    padding-left: 15px;
  }

  h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .products.columns-4  li.product:last-child{
    margin-bottom: 0px !important;
  }

  .contact-bg{
    margin-bottom: 20px;
    padding: 40px 20px;
  }

  .dropdown{
    display: none !important;
  }

  h2{
    font-size: 30px;
  }

  img.banner-img {
    height: 148px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }

  h1 {
    font-size: 30px;
    padding-bottom: 15px;
  }

  p{
    padding-bottom: 15px;
  }

  header .handheld-navigation:last-child{
    left: 0;
    background-color: #fff;
    position: fixed;
    transition: all 0.3s ease-in-out;
    height: 0px;
    top: 0;
  }

  .toggled .handheld-navigation:last-child{
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 0.3s ease-in-out;
    top: 0;
  }

  .storefront-primary-navigation .col-full{
    position: absolute;
    right: 0px;
  }

  .storefront-handheld-footer-bar ul li.cart .count{
    background-color: #ED2224;
  }

  .distibutor, .button-group{
    display: none;
  }

  .menu-toggle{
    position: absolute;
    right: 2px;
    top: -66px;
  }

  footer  .block.footer-widget-4 *{
    text-align: center;
  }

  footer .footer-widgets  ul.links{
    justify-content: center;
  }

  footer .footer-widgets{
    grid-template-columns: 1fr;
    grid-gap: 0px;
    display: block;
  }

  footer .menu li{
    margin-bottom: 0px;
  }

  footer .footer-widgets .block, footer .footer-widgets .block:last-child{
    padding: 23px  0px;
    background-image: url(../img/border-top.png)  !important;
    background-position: top center;
  }

  footer .footer-widgets .block:first-child{
    background-image:none !important;
  }

  footer .adress{
    grid-template-columns: 1fr ;
  }

  .woocommerce-shop .storefront-sorting{
    height: 96px ;
  }

  .registern-login{
    padding-top:92px   !important
  }

  .btn-group a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  form.woocommerce-ordering{
    top: 47px;
  }

  .sorting-text{
    top: 54px;
  }

  .box-white{
    border-right: 0px !important;
    border-bottom: 2px solid #efeeec;
  }

  .product-price  {
    text-align: right!important;
  }

  .box-white:last-child{
    border-bottom: 0px !important;
  }

  .single-product .product.product-type-simple section img{
    height: 300px;
  }

  header .main-navigation .menu li.menu-item{
    width: 100% !important;
  }

  body header .main-navigation  .menu li.close{
    width: 50px  !important;
  }
}

.registern-login, .registern-login  .site-content {
  background-color: #fff ;
}

.registern-login .hentry,  .registern-login .site-main{
  margin-bottom: 0px!important;
}

.registern-login header, .registern-login footer{
  display: block !important;
}

.modal .modal-content{
  width: 100% !important;
  height: 100%;
}

.registern-login .entry-content .woocommerce{
  grid-template-columns: 1fr   !important;
}

.registern-login .entry-content .woocommerce-notices-wrapper{
  display: none;
}

body.registern-login .address-field{
  margin-bottom: 0px !important;
}

body.registern-login .woocommerce-privacy-policy-text {
  display: block;
  margin-top: 20px;
}

.registern-login .entry-header h1.entry-title,     .registern-login .entry-header{
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .box-white{
    border-right: 0px !important;
    border-bottom: 2px solid #efeeec;
    min-height: auto;
  }

  .box-white a.view {
    margin-bottom: 20px;
    display: table;
  }

  .box-white:last-child {
    border-bottom: 0px !important;
  }
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
  text-transform: capitalize;
}

.product-name.text-left *, .product-name.text-left{
  text-align: left !important;
}

.timeline-content ul li {
  position: relative;
  padding-left: 20px;
}

.timeline-content ul li:before{
  content: "";
  position: absolute;
  width: 10px;
  background-color: #1E76BD;
  border-radius: 10px;
  left: 0px;
  top: 8px;
  display: block;
  height: 10px;
}

.single-product  .arrow img{
  border: none !important;
  width: 25px !important;
  height: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.shine{
  position: relative;
  overflow:hidden ;
  display: block;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover:before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

body header .menu-item-has-children ul.sub-menu a {
  padding-left: 15px !important;
  color: #333346;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 11px !important;
  background-color: #fcfafa !important;
  border-bottom: 1px solid #000;
}

body header .menu-item-has-children ul.sub-menu a::after{
  display: none !important;
}

body header .menu-item-has-children ul.sub-menu  li::after{
  display: none !important;
}

body header .menu-item-has-children ul.sub-menu a{
  background-color: #1E76BD;
  transition: all ease-in-out 0.3s;
}

body header .menu-item-has-children ul.sub-menu a:hover{
  background-color: #1E76BD !important;
  color: #fff !important;
}

body header .menu-item-has-children ul.sub-menu .current_page_item a{
  background-color: #1E76BD !important;
  color: #fff !important;
}

.menu-item-has-children ul.sub-menu {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

[x-cloak] {
  display: none !important;
}

.handheld-navigation ul.menu .sub-menu{
  height: 0px !important;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}

.handheld-navigation ul.menu .sub-menu.toggled-on{
  height: auto !important;
}

.right-sidebar-2 p {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .right-sidebar-2 p {
    padding-left: 20px;
  }
}

.placeholder\:text-\[\#4342427d\]::-moz-placeholder {
  color: #4342427d;
}

.placeholder\:text-\[\#4342427d\]::placeholder {
  color: #4342427d;
}

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

.hover\:border-\[1px\]:hover {
  border-width: 1px;
}

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

.hover\:bg-\[\#1E76BD\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 118 189 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#ED2224\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#d80202\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 2 2 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#ed2224\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 34 36 / var(--tw-bg-opacity));
}

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

.hover\:text-\[\#1E76BD\]:hover {
  --tw-text-opacity: 1;
  color: rgb(30 118 189 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

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

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

.group:hover .group-hover\:scale-\[1\.08\] {
  --tw-scale-x: 1.08;
  --tw-scale-y: 1.08;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:hover .group-hover\:opacity-\[0\.3\] {
  opacity: 0.3;
}

@media (min-width: 640px) {
  .sm\:w-32 {
    width: 8rem;
  }

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

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

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

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

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

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

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

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

  .md\:w-12 {
    width: 3rem;
  }

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

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 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-\[1fr_250px\] {
    grid-template-columns: 1fr 250px;
  }

  .md\:grid-cols-\[1fr_400px\] {
    grid-template-columns: 1fr 400px;
  }

  .md\:grid-cols-\[200px_1fr\] {
    grid-template-columns: 200px 1fr;
  }

  .md\:grid-cols-\[240px_1fr\] {
    grid-template-columns: 240px 1fr;
  }

  .md\:grid-cols-\[50\%_50\%\] {
    grid-template-columns: 50% 50%;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

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

  .md\:p-9 {
    padding: 2.25rem;
  }

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:hover\:bg-\[\#1E76BD\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 118 189 / var(--tw-bg-opacity));
  }

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

  .group:hover .md\:group-hover\:brightness-0 {
    --tw-brightness: brightness(0);
    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);
  }

  .group:hover .md\:group-hover\:invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .group:hover .md\:group-hover\: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);
  }
}

@media (min-width: 1024px) {
  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

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

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

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

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

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

  .lg\:grid {
    display: grid;
  }

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

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

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

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

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

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

  .lg\:grid-cols-\[1fr_350px\] {
    grid-template-columns: 1fr 350px;
  }

  .lg\:grid-cols-\[1fr_360px\] {
    grid-template-columns: 1fr 360px;
  }

  .lg\:grid-cols-\[1fr_400px\] {
    grid-template-columns: 1fr 400px;
  }

  .lg\:grid-cols-\[300px_1fr_170px\] {
    grid-template-columns: 300px 1fr 170px;
  }

  .lg\:grid-cols-\[390px_1fr\] {
    grid-template-columns: 390px 1fr;
  }

  .lg\:grid-cols-\[40\%_60\%\] {
    grid-template-columns: 40% 60%;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

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

  .lg\:p-14 {
    padding: 3.5rem;
  }

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

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

  .xl\:grid-cols-\[1fr_400px\] {
    grid-template-columns: 1fr 400px;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

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

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:h-\[650px\] {
    height: 650px;
  }

  .\32xl\:max-w-\[1083px\] {
    max-width: 1083px;
  }

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

  .\32xl\:grid-cols-\[1fr_520px\] {
    grid-template-columns: 1fr 520px;
  }

  .\32xl\:grid-cols-\[390px_1fr\] {
    grid-template-columns: 390px 1fr;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-\[40px\] {
    gap: 40px;
  }

  .\32xl\:gap-\[50px\] {
    gap: 50px;
  }

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

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