@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*, ::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.17 | 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;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.\!relative{
  position: relative !important;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.\!top-\[0px\]{
  top: 0px !important;
}

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

.left-0{
  left: 0px;
}

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

.right-0{
  right: 0px;
}

.right-3{
  right: 0.75rem;
}

.top-0{
  top: 0px;
}

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.m-auto{
  margin: auto;
}

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

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

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

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

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

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

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

.hidden{
  display: none;
}

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

.h-10{
  height: 2.5rem;
}

.h-4{
  height: 1rem;
}

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

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

.w-10{
  width: 2.5rem;
}

.w-28{
  width: 7rem;
}

.w-4{
  width: 1rem;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-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-default{
  cursor: default;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-6{
  gap: 1.5rem;
}

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

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

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

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

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

.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-x-\[12px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[25px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(25px * var(--tw-space-x-reverse));
  margin-left: calc(25px * 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));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

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

.rounded-lg{
  border-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-\[\#2160A8\]{
  --tw-border-opacity: 1;
  border-color: rgb(33 96 168 / var(--tw-border-opacity, 1));
}

.border-\[\#2160a8\]{
  --tw-border-opacity: 1;
  border-color: rgb(33 96 168 / var(--tw-border-opacity, 1));
}

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

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

.border-\[\#cfcccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(207 204 204 / var(--tw-border-opacity, 1));
}

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

.border-y-\[\#B8B8B8\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(184 184 184 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(184 184 184 / var(--tw-border-opacity, 1));
}

.border-y-\[\#D5D5D5\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}

.border-y-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-b-\[\#B8B8B8\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(184 184 184 / var(--tw-border-opacity, 1));
}

.border-b-\[\#D5D5D5\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}

.border-b-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-t-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.bg-\[\#2160A8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9EFF5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 239 245 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#FF3232\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 50 50 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e9eff5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 239 245 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

.\!object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

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

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

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

.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-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!align-middle{
  vertical-align: middle !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

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

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

.leading-normal{
  line-height: 1.5;
}

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

.\!text-\[\#8D8D8D\]{
  --tw-text-opacity: 1 !important;
  color: rgb(141 141 141 / var(--tw-text-opacity, 1)) !important;
}

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

.text-\[\#1f5da7\]{
  --tw-text-opacity: 1;
  color: rgb(31 93 167 / var(--tw-text-opacity, 1));
}

.text-\[\#2160A8\]{
  --tw-text-opacity: 1;
  color: rgb(33 96 168 / var(--tw-text-opacity, 1));
}

.text-\[\#8D8D8D\]{
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity, 1));
}

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

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

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

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

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

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

.outline{
  outline-style: solid;
}

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

.grayscale-\[90\%\]{
  --tw-grayscale: grayscale(90%);
  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;
}

.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: "Open Sans", sans-serif;
}

p{
  margin-bottom: 15px;
}

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

h1{
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.5;
}

@media (min-width: 768px){
  h1{
    font-size: 70px;
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 80px;
  }
}

@media (min-width: 1280px){
  h1{
    font-size: 110px;
  }
}

h2{
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

@media (min-width: 768px){
  h2{
    margin-bottom: 18px;
    font-size: 33px;
    line-height: 45px;
  }
}

h3{
  font-size: 20px;
}

h1{
  font-family: Arial;
}

h1 span{
  --tw-text-opacity: 1;
  color: rgb(33 96 168 / var(--tw-text-opacity, 1));
}

.btn, a.button.view-product {
  padding: 12px 37px ;
  text-transform: uppercase;
  border-radius: 40px;
  display: table;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
}

body ul#mega-menu-main-menu .mega-sub-menu .mega-current-menu-item > a{
  background-color: #094083 !important;
  color: #fff !important;
}

body  ul#mega-menu-main-menu .mega-sub-menu li#mega-menu-item-428  .mega-current-menu-item > a{
  background-color: #2160A8 !important;
  color: #fff !important ;
}

body ul#mega-menu-main-menu   .mega-sub-menu li#mega-menu-item-428  .mega-current-menu-item.active-menu-item > a{
  background-color: #094083 !important;
  color: #fff !important ;
}

.add_to_cart_button, a.button.view-product{
  max-width: 230px;
  padding: 18px  37px  !important;
  text-transform: uppercase !important;
  border-radius: 40px !important;
  text-align: center !important;
  display: table !important;
  transition: all ease-in-out 0.3s;
  font-weight: 700 !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.add_to_cart_button:hover, a.button.view-product:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

@media (min-width: 768px){
  .add_to_cart_button, a.button.view-product{
    position: absolute !important;
    bottom: 25px !important;
  }
}

.list-view  .add_to_cart_button,  .list-view a.button.view-product{
  position: relative !important;
  bottom: 0px !important;
  transition: all ease-in-out 0s;
}

.single_add_to_cart_button, .return-to-shop a {
  padding: 20px 37px !important;
  text-transform: uppercase !important;
  border-radius: 40px !important;
  display: table !important;
  transition: all ease-in-out 0.3s !important;
  font-weight: 700 !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.single_add_to_cart_button:hover, .return-to-shop a:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.btn-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-yeloow{
  --tw-bg-opacity: 1;
  background-color: rgb(242 195 52 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-yeloow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 13 13 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.copyright-link:hover{
  --tw-text-opacity: 1;
  color: rgb(33 96 168 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* header */

.container{
  max-width: 1853px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

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

@media (min-width: 1024px){
  .rp{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

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

/* .primary-menu-container .menu-item  a {
@apply no-underline relative overflow-hidden
}

.primary-menu-container .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  background-color: #2160A8;
  width: 0%;
  transition: width 0.3s ease;
}
.primary-menu-container .menu-item a:hover{
    color: #2160A8; 
}
.primary-menu-container .menu-item a{
padding: 0px 10px;
}

.primary-menu-container .menu-item a:hover::after {
  width: 100%;
  animation: heartbeat116 1.5s ease-in-out 0.3s infinite;
} */

footer .menu a:hover{
  color: #2160A8;
}

footer  .addres a:hover, .terms-listing li a:hover  {
  color: #2160A8;
  text-decoration: underline;
}

@keyframes heartbeat116 {
  0%, 100% {
    width: 100%;
  }
}

.primary-menu-container a{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.bottom-icons li{
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (min-width: 768px){
  .bottom-icons li{
    justify-content: flex-start;
  }
}

footer div#block-7  {
  margin-top: 23px;
  text-align: left;
}

footer  .bottom-icons li{
  gap: 10px;
}

@media (min-width: 768px){
  footer  .bottom-icons li{
    font-size: 16px;
  }
}

footer p, footer a,  footer ul.addres li{
  font-size: 14px;
}

@media (min-width: 1024px){
  footer p, footer a,  footer ul.addres li{
    font-size: 18px;
  }
}

ul.addres li img {
  position: absolute;
  left: 0;
  top: 9px;
}

ul.addres li{
  position: relative;
  margin-bottom: 10px;
  padding-left: 21px;
}

footer h3{
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 1024px){
  footer h3{
    font-size: 21px;
  }
}

footer ul#menu-quick-links li{
  margin-bottom: 5px;
}

.subform .gform_title {
  display: none;
}

.subform  input{
  height: 50px !important;
  border-radius: 50px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1)) !important;
  padding-right: 123px !important;
  text-align: left;
}

@media (min-width: 768px){
  .subform  input{
    padding-right: 168px !important;
  }
}

.subform {
  margin-top: 20px;
  position: relative;
}

.subform  input#gform_submit_button_1{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 3rem;
  width: 123px;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 600;
  text-transform: uppercase;
}

.subform  input#gform_submit_button_1:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

@media (min-width: 768px){
  .subform  input#gform_submit_button_1{
    width: 162px;
  }
}

.icon-shop  img{
  width: 50px !important;
}

@media (min-width: 768px){
  .icon-shop  img{
    width: 30px !important;
  }
}

.banner{
  padding-bottom: 40px;
}

@media (min-width: 768px){
  .banner{
    padding-bottom: 0px;
  }
}

.terms-listing {
  display: flex;
}

div#langMenu span {
  width: 30px;
}

.terms-listing li {
  padding-right: 10px;
}

.terms-listing li:last-child{
  padding-left: 15px;
  border-left: 1px solid #000;
}

.logo-banner   img{
  height:40px ;
  -o-object-fit: contain;
     object-fit: contain;
}

.category img{
  width: 100%;
}

.product-listing > li{
  border: 1px solid #D5D5D5 !important;
  border-radius: 10px ;
  padding: 20px 30px !important;
  margin: 0px !important;
}

.product-listing  .price{
  display: none !important;
}

.product-listing ul.products  > li{
  border: 1px solid #D5D5D5 !important;
  padding: 30px 15px  !important;
  margin: 0px !important;
  border-radius: 0px;
}

.product-listing ul.products > li h2{
  line-height: 1.5;
}

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

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

.products.columns-4{
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

.product-listing > li p,  .product-listing ul.products .product-sku {
  color: #8D8D8D;
  word-break: break-all;
  margin: 10px 0px;
}

.product-listing ul.products .product-sku {
  margin-top: 0px;
}

.product-listing  li .star{
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}

.product-listing  li  .btn{
  max-width: 195px;
  width: 100%;
  text-align: center;
  margin-bottom: 19px;
}

.product-listing  li img{
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-listing h3{
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 21px;
  font-size: 25px;
  font-weight: 700;
}

@media (min-width: 768px){
  .blog-listing h3{
    margin-bottom: 15px;
  }
}

.blog-listing h3:before{
  content: "";
  width: 55px;
  height: 3px;
  background-color: #2160A8;
  position: absolute;
  bottom: 0;
}

.blog-listing .box-inner {
  position: relative;
  padding-bottom: 33px;
}

a.readmore{
  position: absolute;
  bottom: 0px !important;
  --tw-text-opacity: 1;
  color: rgb(33 96 168 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media (min-width: 1280px){
  a.readmore{
    bottom: 15px !important;
  }
}

.mega-sub-menu .mega-current-menu-item > a{
  background-color: #2160A8 !important;
  color: #fff !important;
}

.blog-listing li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1280px){
  .blog-listing li{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.blog-listing li:first-child{
  padding-top: 0px;
}

.blog-listing li p {
  margin-bottom: 0px;
}

.blog-listing li:last-child{
  padding-bottom: 0px;
  border-bottom: 0px;
}

div#mobile-menu-btn svg{
  width: 25px;
  height: 25px;
}

div#mobile-menu-btn {
  width: 50px;
  height: 50px;
  background-color:#2160A8;
  /* padding: 23px; */
  display: flex
;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .blog-listing .readmore, .blog-listing h3:before{
    left: 50%;
    transform: translate(-50%, 0px) !important;
  }
}

.mobile-open-box{
  padding-top: 50px;
}

.menu-mobile{
  position: fixed;
  left: -100%;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
  z-index: 9999999;
}

.mobile-open-box .primary-menu-class .menu-item {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}

@media only screen and (max-width: 767px) {
  .open-menu{
    left: 0%;
  }
}

@media only screen and (max-width: 1280px) {
  .mega-current-menu-parent > a.mega-menu-link {
    font-weight: 600 !important;
  }

  .contact_form h2 {
    font-size: 23px;
    line-height: 1.2;
  }
}

.listing-arrow{
  margin-top: 1.25rem;
  display: grid;
  max-width: 600px;
  text-align: left;
}

@media (min-width: 768px){
  .listing-arrow{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.listing-arrow li{
  background-image: url(../src/img/arrow.png);
  position: relative;
  margin-bottom: 10px;
  background-size: 20px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 25px;
  text-align: left !important;
  font-size: 16px
}

@media (min-width: 1024px){
  .listing-arrow li{
    font-size: 20px;
  }
}

.Category_iamges h3{
  font-size: 16px;
  margin-top: 15px;
}

.Category_iamges{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  gap: 15px;
}

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

@media (min-width: 1024px){
  .Category_iamges{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px;
  }
}

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

.Category_iamges li{
  width: 100%;
}

.Category_iamges li img{
  width: 100%;
}

.services{
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media (min-width: 1024px){
  .services{
    gap: 20px;
  }
}

.services li{
  max-width: 309px;
  position: relative;
}

.services li p {
  position: absolute;
  width: 118px;
  left: 56%;
  top: 50%;
  transform: translate(-13%, -50%);
}

.logo-marquee-wrapper{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 140px;
  max-width: 1400px;
  overflow: hidden;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.logo-banner{
  position: absolute;
  left: 0px;
  top: 36px;
  margin: 0px;
  display: flex;
  list-style-type: none;
  white-space: nowrap;
  padding: 0px;
}

.logo-banner li{
  margin-right: 20px;
  flex: none;
}

@media (min-width: 768px){
  .logo-banner li{
    margin-right: 40px;
  }
}

@media (min-width: 1024px){
  .logo-banner li{
    margin-right: 80px;
  }
}

.logo-banner img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.category_brand {
  color:#848484 ;
  top: 20px;
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .category_brand{
    position: absolute;
  }
}

.main-checkout .woocommerce-order {
  background-color: #e5e7eb;
  padding: 40px;
  margin-top: 20px;
}

.main-checkout  .quote_list_right {
  padding-left: 0;
  padding: 40px;
  width: 100%;
}

/* contact form */

.contact_form{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px){
  .contact_form{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .contact_form{
    grid-template-columns: 500px 1fr;
  }
}

.contact_form .box-inner{
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 29px;
  padding-bottom: 29px;
}

@media (min-width: 1024px){
  .contact_form .box-inner{
    padding-left: 50px;
    padding-right: 50px;
  }
}

.listing-icons li{
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

@media (min-width: 1024px){
  .listing-icons li{
    padding-left: 40px;
  }
}

.listing-icons a:hover{
  --tw-text-opacity: 1;
  color: rgb(33 96 168 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.contact_form  .box-inner hr{
  margin-top: 20px;
  margin-bottom: 20px;
}

.listing-icons li img{
  position: absolute;
  left: 0px;
  top: 8px;
  width: 16px;
}

.contact-form input, .contact-form select{
  height: 50px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.contact-form textarea{
  height: 127px !important;
  min-height: 127px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.contact-form select{
  padding-top: 5px !important;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form select::-moz-placeholder{
  color: #8D8D8D !important;
}

.contact-form input::placeholder, .contact-form textarea::placeholder,  .contact-form select::placeholder{
  color: #8D8D8D !important;
}

div#gform_2_validation_container {
  display: none;
}

.contact-form .gform-theme--foundation .gform_fields{
  row-gap:20px !important;
}

.contact-form  span.woocommerce-input-wrapper{
  display: flex
;
  align-items: center;
  gap: 5px;
}

.contact-form  span.woocommerce-input-wrapper .required{
  display: none;
}

.contact-form  span.woocommerce-input-wrapper label{
  margin-right: 5x;
}

.contact-form .woocommerce-billing-fields h3{
  display: none;
}

.place-order button#place_order  {
  padding: 12px 37px !important;
  text-transform: uppercase !important;
  border-radius: 40px !important;
  display: table !important;
  transition: all ease-in-out 0.3s !important;
  font-weight: 700 !important;
  color: #fff !important;
  background-color: #2160A8 !important;
  margin: 0 auto !important
}

.place-order button#place_order:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.contact-form   .gform-footer input{
  padding: 12px 37px !important;
  text-transform: uppercase !important;
  border-radius: 40px !important;
  transition: all ease-in-out 0.3s !important;
  font-weight: 700 !important;
  color: #fff !important;
  background-color: #2160A8 !important
}

.contact-form   .gform-footer input:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.contact-form #gform_3   .gform-footer {
  justify-content: center !important;
}

.table-custom-blue  table{
  border: 15px;
  overflow: hidden;
}

.place-order button#place_order {
  padding: 15px 37px !important;
  border-radius: 5px !important;
}

.contact-form   .gform-footer input:hover{
  background-color: #000 !important;
}

.contact-form  h2{
  color: rgb(33 96 168);
  text-align: center;
  margin-bottom: 20px;
}

.equipment{
  position: relative;
  margin-top: 20px;
  display: grid;
  gap: 70px;
}

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

@media (min-width: 1024px){
  .equipment{
    margin-top: 40px;
    gap: 60px;
  }
}

@media (min-width: 1536px){
  .equipment{
    gap: 140px;
  }
}

.equipment li{
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #F7F7F7;
  transition: all ease-in-out 0.3s;
}

.equipment li:hover{
  transform: scale(1.01);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.equipment li{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px){
  .equipment li{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.equipment .inner-box  {
  display: flex;
  align-items: center;
  gap: 20px
}

@media (min-width: 768px){
  .equipment .inner-box{
    min-height: 100px;
  }
}

@media (min-width: 1024px){
  .equipment .inner-box{
    min-height: auto;
  }
}

.equipment .inner-box h3{
  font-weight: 700;
}

.equipment .inner-box{
  margin-bottom: 15px;
}

.equipment li{
  position: relative;
}

ul.equipment:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #8D8D8D;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: -1;
}

.date {
  background-color: #F7F7F7;
  padding: 5px 16px;
  text-transform: capitalize;
  border-left: 4px solid #2160A8;
  display: inline-block;
  margin-top: 20px;
  /* padding-bottom: 20px; */
  margin-bottom: 20px;
  padding-right: 40px;
  font-size: 14px;
}

.subform input#gform_submit_button_1{
  padding: 0px !important;
  text-align: center !important;
}

.blog_listing li img{
  height: 300px;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px){
  .blog_listing li img{
    height: 240px;
  }
}

@media (min-width: 1024px){
  .blog_listing li img{
    height: 330px;
  }
}

.blog_listing{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px){
  .blog_listing{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .blog_listing{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

.blog_listing li h3{
  margin-bottom: 10px;
  min-height: 70px;
  font-size: 24px;
  font-weight: 600;
}

.blog_listing li{
  position: relative;
  padding-bottom: 40px;
}

@media (min-width: 768px){
  .blog_listing li{
    margin-bottom: 20px;
  }
}

.blog_listing li a a{
  position: absolute !important;
  bottom: 20px;
}

ul.equipment img.arrow {
  transform: translate(0px, -50%);
  position: absolute;
  top: 50%
}

@media (min-width: 768px){
  ul.equipment img.arrow{
    right: -10%;
  }
}

@media (min-width: 1024px){
  ul.equipment img.arrow{
    right: -11%;
  }
}

@media (min-width: 1280px){
  ul.equipment img.arrow{
    right: -8%;
  }
}

@media (min-width: 1536px){
  ul.equipment img.arrow{
    right: -16%;
  }
}

.pagination ul{
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.pagination li{
  border-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity, 1));
}

.pagination li .current , .pagination li a:hover {
  color: #2160A8;
  border-bottom:  1px solid #2160A8;
}

.pagination li a,   .pagination li  span{
  padding: 5px 9px;
  display: block;
}

.pagination ul .next, .pagination ul .prev{
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity, 1));
}

.pagination ul .next:hover, .pagination ul .prev:hover{
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pagination{
  margin-top: 40px;
  gap: 15px;
}

@media (min-width: 1024px){
  .pagination{
    margin-top: 70px;
  }
}

.blog-single p{
  margin-bottom: 15px;
}

.blog-single h3{
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.blog-single   ul {
  list-style: disc;
  padding-left: 36px;
}

ul.share-icon {
  list-style: none;
  padding: 0px;
  display: flex
;
  gap: 15px;
}

.blog-single h4{
  font-size: 20px;
  font-weight: 600;
  color: #171717;
  margin-top: 25px;
  margin-bottom: 10px;
}

.recent-blog {
  padding: 20px 30px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.recent-blog  ul{
  padding: 0px;
  list-style: none;
  border-radius: 5px;
}

textarea#input_3_7 {
  min-height: 203px !important;
}

.recent-blog  h3{
  font-size: 20px;
}

@media (min-width: 1280px){
  .recent-blog  h3{
    font-size: 24px;
  }
}

.contact-form-2 .gform_title{
  display: none !important;
}

.recent-blog  ul li{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}

.recent-blog  .date {
  margin: 0px;
}

.recent-blog   li:last-child{
  border-bottom: 0px;
}

table thead th{
  width: 260px;
}

table{
  table-layout: fixed;
}

@media (min-width: 768px){
  table{
    display: table;
  }
}

@media (min-width: 1280px){
  table{
    table-layout: auto;
  }
}

.gfield_description.instruction.validation_message {
  display: none;
}

input#gform_submit_button_3 {
  margin-top: 20px !important;
}

.custom-table th {
  background-color: #F7F7F7;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 15px;
  white-space:nowrap ;
}

.table-responsive{
  overflow: auto;
}

.custom-table tbody td{
  border-bottom: 1px solid #D5D5D5;
  padding: 25px 15px;
}

.edit-form .btn {
  padding: 8px 26px;
}

.edit-form .btn-white{
  border: 1px solid #E0E0E0;
  font-weight: 500 !important;
}

.edit-form .btn-white:hover{
  background-color: #2160A8;
  color: #fff;
}

.custom-table tfoot td{
  padding: 25px 15px;
}

.custom-table tbody tr{
  vertical-align:top;
}

.custom-table tbody td select{
  border-radius: 50px;
  width: 100%;
  max-width: 203px;
  height: 45px;
  background-image: url(../src/img/arow-select.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.custom-table textarea{
  height: 127px;
  outline: none;
  padding: 10px;
  border: 1px solid #8D8D8D ;
}

.edit-form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
}

@media (min-width: 768px){
  .edit-form{
    justify-content: flex-end;
  }
}

.edit-form a{
  width: auto !important;
}

.table-custom-blue  table {
  background-color: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  width: 100%;
  border-collapse: collapse;
}

.table-custom-blue  table  th {
  background-color: #1f5da7;
  color: white;
  font-weight: 500;
  text-align: left;
  padding: 12px 18px;
}

.table-custom-blue  table  td {
  padding: 16px  18px;
  border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .mobile-full{
    grid-column: 1 / -1 !important;
  }

  .bottom-icons img{
    width: 24px;
  }

  .bottom-icons li {
    display: flex;
    gap: 5px;
    font-size: 14px;
  }

  ul.equipment img.arrow {
    position: absolute;
    right: auto;
    top: 107%;
    left: 49.1%;
    transform: translate(-50%, -100%);
    transform: rotate(90deg);
  }

  ul.equipment:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%);
  }
}

.accordion {
  max-width: 800px;
}

.accordion-title {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 15px;
  font-weight: 500;
  position: relative;
  font-size: 1.1em;
  padding-left: 0px;
}

.accordion-title::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.2em;
}

.accordion-item.active .accordion-title::after {
  content: "−";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 15px;
  padding-left: 0px !important;
  overflow: auto;
}

.product-listing li .btn{
  margin: auto !important;
  text-align: center !important;
}

@media (min-width: 768px){
  .product-listing li .btn{
    position: absolute !important;
    bottom: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.product-listing  *{
  text-align: center !important;
}

@media (min-width: 768px){
  .product-listing  *{
    text-align: left !important;
  }
}

/* single product */

.single-product  h1.product_title.entry-title{
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(33 96 168 / var(--tw-text-opacity, 1)) !important;
}

.single-product .summary   span.sku_wrapper {
  color: #8D8D8D;
}

.search_top{
  top: -100px;
  left: 0px;
  right: 0px;
  transition: all ease-in-out 0.3s;
  z-index: 99999;
}

.search_top_show{
  top: 0px;
}

.btn-black-outline{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

@media (min-width: 768px){
  .btn-black-outline{
    padding-left: 30px;
    padding-right: 30px;
  }
}

.shop-filter select{
  min-height: 45px;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  font-weight: 500;
}

@media (min-width: 768px){
  .shop-filter select{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px){
  .shop-filter select{
    width: auto;
  }
}

.shop-filter select{
  background-image: url(../src/img/arow-select.png);
  background-repeat: no-repeat;
  background-position: 95% center ;
}

.shop-filter select::-ms-expand {
  display: none;
}

.shop-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  margin-bottom: 20px;
  padding-right: 50px;
}

@media (min-width: 1024px){
  .shop-filter select{
    margin-bottom: 0px;
  }
}

.icon-shop .woocommerce-result-count{
  margin-bottom: 0px;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 500;
}

@media (min-width: 768px){
  .icon-shop .woocommerce-result-count{
    padding-left: 30px;
    padding-right: 30px;
  }
}

.images-icons img{
  width: 30px;
}

.filters  input[type="checkbox"] {
  accent-color: #2160A8;
}

.filters  input{
  width: 20px;
  height: 20px;
}

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

.category li{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .category li{
    padding-left: 10px;
    padding-right: 10px;
  }
}

div#gform_3_validation_container {
  display: none;
}

.related-products-swiper li p {
  color: #8D8D8D;
  margin-top: 10px;
}

.product-listing  li p {
  color: #8D8D8D;
  margin-top: 10px;
}

.product-listing  swiper-slide > li, .product-listing  ul.products   > li{
  padding:25px;
  border-top: 1px solid #D5D5D5;
  border-right: 0.5px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  border-left: 0.5px solid #D5D5D5;
  margin-right: -1px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  .product-listing  swiper-slide > li, .product-listing  ul.products   > li{
    min-height: 466px;
    padding-bottom: 100px !important;
  }
}

.best-products-swiper, .featured-products-swiper {
  border-right: 0.5px solid #D5D5D5;
}

.product-listing  swiper-slide > li img, .product-listing ul.products > li  img{
  height: 180px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center !important;
     object-position: center !important;
  margin: 0 auto !important;
  display: block !important;
  margin-bottom: 15px !important;
}

.product-listing  swiper-slide > li h3, .product-listing  ul.products  > li  h2{
  font-size: 20px !important;
  font-weight: 500 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
  text-overflow: ellipsis
}

@media (min-width: 768px){
  .product-listing  swiper-slide > li h3, .product-listing  ul.products  > li  h2{
    max-height: 124px;
  }
}

.swiper-nav button{
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.copyright p{
  margin-bottom: 0px;
}

.swiper-nav button.best-products-next-btn, .swiper-nav .featured-products-next-btn,  .swiper-nav .related-products-next-btn,  .sng-prd-swiper-next-btn{
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 999;
  --tw-translate-x: 10px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.swiper-nav button.best-products-next-btn:hover, .swiper-nav .featured-products-next-btn:hover,  .swiper-nav .related-products-next-btn:hover,  .sng-prd-swiper-next-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .swiper-nav button.best-products-next-btn, .swiper-nav .featured-products-next-btn,  .swiper-nav .related-products-next-btn,  .sng-prd-swiper-next-btn{
    right: -10px;
  }
}

.swiper-nav .best-products-prev-btn, .swiper-nav .featured-products-prev-btn,  .swiper-nav .related-products-prev-btn, .sng-prd-swiper-left-btn{
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: 999;
  --tw-translate-x: 10px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.swiper-nav .best-products-prev-btn:hover, .swiper-nav .featured-products-prev-btn:hover,  .swiper-nav .related-products-prev-btn:hover, .sng-prd-swiper-left-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .swiper-nav .best-products-prev-btn, .swiper-nav .featured-products-prev-btn,  .swiper-nav .related-products-prev-btn, .sng-prd-swiper-left-btn{
    left: -30px;
  }
}

.woocommerce-message {
  display: none;
}

.swiper-nav button.testimonial-swiper-next-btn{
  position: absolute;
  top: 35%;
  right: 5px;
  z-index: 999;
  --tw-translate-x: 10px;
  --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));
  background-color: transparent;
}

.swiper-nav button.testimonial-swiper-next-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .swiper-nav button.testimonial-swiper-next-btn{
    right: -10px;
  }
}

.swiper-nav button.testimonial-swiper-prev-btn{
  position: absolute;
  top: 35%;
  left: -15px;
  z-index: 999;
  --tw-translate-x: 10px;
  --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));
  background-color: transparent;
}

.swiper-nav button.testimonial-swiper-prev-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .swiper-nav button.testimonial-swiper-prev-btn{
    left: -30px;
  }
}

.best-products-swiper li  p{
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity, 1));
}

.related-products-swiper{
  border-right: 0.5px solid #D5D5D5;
}

.equipment li:last-child img.arrow {
  display: none !important;
}

div#ajax-search-results ul li{
  padding: 10px;
  padding-left: 80px;
  position: relative;
  border-bottom: 1px solid #f6f6f6;
}

div#ajax-search-results ul li:hover{
  background-color: #f6f6f6;
}

div#ajax-search-results ul{
  max-height: 300px;
  position: absolute;
  top: 50px;
  overflow: auto;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.ajax-search-item .sku{
  font-size: 14px;
  display: block;
}

input:focus, select:focus {
  outline: none;
}

div#ajax-search-results ul li{
  font-size: 16px ;
}

div#ajax-search-results > p{
  width: 100%;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 768px){
  div#ajax-search-results > p{
    position: absolute;
  }
}

div#ajax-search-results ul li img{
  position: absolute;
  width: 50px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  left: 10px;
  top: 19px;
}

.arrows-top button{
  border-style: none !important;
}

.arrows-top{
  position: absolute;
  right: 0px;
  top: -56px;
  z-index: 10;
  display: flex;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
}

.serch-product li{
  min-height: auto !important;
}

.serch-product  li p{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity, 1));
}

.serch-product  li h2{
  margin-top: 20px !important;
}

.product-listing ul.products.serch-product > li{
  border-top: 1px solid #D5D5D5 !important;
  border-right: 0.5px solid #D5D5D5 !important;
  border-bottom: 1px solid #D5D5D5 !important;
  border-left: 0.5px solid #D5D5D5 !important;
}

.woocommerce-breadcrumb {
  max-width: 1853px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  display: block !important;
  margin: auto !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.share img{
  height: 30px;
  width: 30px;
}

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

.share li{
  font-weight: 600;
}

.share li:first-child{
  margin-right: 10px;
}

footer .share{
  margin-top: 25px;
}

.custom-product-gallery a{
  display: flex;
  align-items: center;
}

.home-swiper-pagination   {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -30px;
  z-index: 999;
  --tw-translate-x: -50%;
  --tw-translate-y: 0.625rem;
  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))
}

@media (min-width: 768px){
  .home-swiper-pagination{
    bottom: 50px;
  }
}

.home-swiper-pagination .swiper-pagination-bullet{
  position: relative;
}

.home-swiper-pagination {
  display: flex;
  align-items: center;
  gap: 5px;
}

.home-swiper-pagination .swiper-pagination-bullet .progress{
  width: 15px !important;
  height: 15px !important;
  background-color: #7D7D7D;
  position: relative;
  display: block;
  border-radius: 40px;
}

.home-swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: relative;
  display: block;
  height: 2px;
  background-color: #7D7D7D;
  width: 0;
  /* start hidden */
  left: 26px;
  top: -8px;
  transition: width 0.5s ease;
  /* smooth width transition */
}

.home-swiper-pagination .swiper-pagination-bullet-active span{
  background-color: #272727 !important;
}

.swiper-pagination-bullet-active{
  margin-right: 30px;
}

.home-swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100px;
  animation: heartbeat116ss 1.5s ease-in-out 0.3s ;
}

@keyframes heartbeat116ss {
  0%, 100% {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(1.1);
    /* subtle pulse */
  }
}

.search-results .serch-product li .btn{
  margin-top: 25px;
  margin-bottom: 0px;
  margin: auto !important
}

@media (min-width: 768px){
  .search-results .serch-product li .btn{
    margin: 0px !important;
  }
}

.shop-filter   .woocommerce-ordering{
  float:  inherit !important;
  margin-bottom: 0px !important;
}

.woocommerce .woocommerce-ordering select {
  background-color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul{
  border:0px !important
}

.woocommerce nav.woocommerce-pagination ul li a{
  color: #8D8D8D;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
  background-color: #fff ;
  border-bottom: 2px solid #1f5da7 !important;
  color: #1f5da7;
}

.next {
  background-color: #EBEBEB !important;
  border-radius: 50px;
  margin-left: 20px !important
}

.next:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 93 167 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.prev{
  background-color: #EBEBEB !important;
  border-radius: 50px;
  margin-right: 20px !important
}

.prev:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 93 167 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
  background-color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li{
  margin: 0px 2px !important;
}

.product-listing{
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px){
  .product-listing{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.shop-guote form.cart {
  display: flex;
  align-items: center;
  gap: 15px
}

@media (min-width: 768px){
  .shop-guote form.cart{
    gap: 20px;
  }
}

.quantity input {
  height: 54px;
  border: 1px solid #8D8D8D;
}

.gt_float_switcher.notranslate {
  box-shadow: none;
}

.gt_float_switcher {
  position: relative;
  overflow: inherit !important;
}

.gt_options {
  position: absolute !important;
  top: 55px !important;
  z-index: 9999;
}

.gt_float_switcher .gt_options{
  background-color: #fff;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .15) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
  transform: rotate(0deg) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate{
  transform: rotate(180deg) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang{
  padding: 10px 3px !important;
  padding-top: 20px !important;
}

.gt_float_switcher .gt_options a{
  display: flex !important;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
  font-size: 18px;
  font-weight: 500;
}

.gt_float_switcher img{
  width: 30px !important;
}

.gt_float_switcher .gt_options a:hover{
  background-color: #f1f2f3 !important;
  color: #000 !important;
}

/* shop  table */

.shop_table  th{
  background-color: #F7F7F7 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 16px 15px !important;
  white-space: nowrap;
}

.shop_table textarea{
  height: 127px;
  outline: none;
  padding: 10px;
  border: 1px solid #8D8D8D;
  width: 100%;
}

th.product-thumbnail {
  font-size: 0px !important;
}

.product-thumbnail img{
  width: 100px !important;
  margin: 0 auto;
}

@media (min-width: 768px){
  .product-remove{
    width: 60px !important;
  }

  .woocommerce table.shop_table{
    border-width: 0px !important;
  }

  body .woocommerce table.shop_table td{
    text-align: left !important;
  }
}

.search-results .product-listing {
  padding: 0px;
}

div#gform_1_validation_container {
  display: none;
}

.star li i{
  color: #FFBE5B;
}

.star{
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 10px
}

.gt-current-lang img, .gt_options  img {
  display: none !important;
}

.gt_options{
  left: -27px !important;
}

@media (min-width: 1024px){
  .gt_options{
    left: -29px !important;
  }
}

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

body .edit-form .button{
  background-color: #2160A8 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  border-radius: 40px !important;
  display: table !important;
  transition: all 
ease-in-out 0.3s !important;
  width: 100% !important
}

body .edit-form .button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

@media (min-width: 768px){
  body .edit-form .button{
    width: auto !important;
  }
}

body  .edit-form .continue-shop{
  padding: 12px 30px !important;
  text-transform: uppercase !important;
  border-radius: 40px !important;
  display: table !important;
  transition: all 
ease-in-out 0.3s !important;
  background-color: #fff !important;
  color: #000;
  border: 1px solid #E0E0E0 !important;
  font-weight: 500 !important;
  width: 100% !important
}

body  .edit-form .continue-shop:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 96 168 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px){
  body  .edit-form .continue-shop{
    width: auto !important;
  }
}

.woocommerce-cart table.cart td {
  vertical-align: top;
  padding: 25px 15px ;
}

.custom-product-gallery a:first-child{
  border: 1px solid #D5D5D5;
}

.checkout-page{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.checkout-page .table-checkout{
  order: 2;
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 1024px){
  .checkout-page .table-checkout{
    order: 1;
    margin-top: 0px;
    width: 40%;
  }
}

.checkout-page .box-inner{
  order: 1;
  width: 100%;
}

.img-zoom .checkout-page .box-inner.md\:order-2{
  overflow: hidden;
}

.img-zoom .checkout-page .box-inner.md\:order-2 img{
  transition: ease-in-out 0.3s;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover
}

@media (min-width: 768px){
  .img-zoom .checkout-page .box-inner.md\:order-2 img{
    height: 400px;
  }
}

@media (min-width: 1024px){
  .img-zoom .checkout-page .box-inner.md\:order-2 img{
    height: 500px;
  }
}

@media (min-width: 1280px){
  .img-zoom .checkout-page .box-inner.md\:order-2 img{
    height: 600px;
  }
}

.img-zoom .checkout-page .box-inner.md\:order-2 img:hover{
  transform: scale(1.1);
}

@media (min-width: 1024px){
  .checkout-page .box-inner{
    order: 2;
    width: 56%;
  }
}

.table-custom-blue tr td {
  padding: 15px !important;
}

.checkout-page  .form-row.form-row-first, .checkout-page  .form-row.form-row-last{
  width: 100% !important;
}

@media (min-width: 768px){
  .checkout-page  .form-row.form-row-first, .checkout-page  .form-row.form-row-last{
    width: 49% !important;
  }
}

body .product-listing  .list-view{
  grid-template-columns: 1fr !important;
}

.tax-product_cat .product-listing {
  padding: 0px !important;
}

.checkout-page div#customer_details .form-row {
  height: 80px !important;
}

.checkout-page .checkout-wrapper   .form-row:last-child{
  height: auto !important;
}

.table-checkout .table-custom-blue {
  max-height: 800px;
  overflow: auto;
}

body .product-listing  .list-view li{
  position: relative;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 120px !important;
}

@media (min-width: 1024px){
  body .product-listing  .list-view li{
    padding-left: 150px !important;
  }
}

body .product-listing  .list-view li *{
  text-align: left !important;
}

body .product-listing  .list-view li img{
  position: absolute !important;
  left: 0px;
  height: 80px !important;
  width: 80px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@media (min-width: 768px){
  body .product-listing  .list-view li img{
    left: 1rem;
  }
}

@media (min-width: 1024px){
  body .product-listing  .list-view li img{
    height: 100px !important;
    width: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .product-listing .grid-view li  a, body .product-listing  .products.columns-4 li a{
    margin: 0 auto !important;
    display: table !important;
  }

  body .product-listing .list-view li  a.woocommerce-LoopProduct-link,  body .product-listing .list-view li  a{
    margin: 0px !important;
  }

  body .product-listing .products.columns-4.list-view  li a {
    margin: 0px !important;
  }
}

body .product-listing  .list-view   li{
  min-height: auto !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

body .product-listing  .list-view  li  h2{
  padding-top: 0px !important;
  font-size: 17px !important
}

@media (min-width: 768px){
  body .product-listing  .list-view  li  h2{
    font-size: 20px !important;
  }
}

.woocommerce-pagination{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px){
  .woocommerce-pagination{
    margin-top: 30px;
  }
}

body .product-listing ul.products.list-view  > li{
  border: 0px !important;
  border-bottom: 1px solid #E0E0E0 !important;
}

body .product-listing  .list-view  li a{
  margin: 0px !important;
  margin-top: 0px !important;
}

body .product-listing ul.products.list-view  > li:first-child{
  border-top: 1px solid #E0E0E0 !important;
}

.header-main {
  position: sticky;
  /* top: 120px; */
  align-self: flex-start;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  margin-bottom: -1px !important;
  z-index: 9999;
  border-bottom: 1px solid #D5D5D5;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.translated-ltr .btn, .translated-ltr .add_to_cart_button  {
  padding: 17px  15px !important;
  line-height: 1.3  !important;
  text-align: center !important;
}

.img-zoom .order-1.md\:order-2{
  overflow: hidden;
}

.gform-footer.gform_footer.top_label {
  margin: 0px;
}

.img-zoom .order-1.md\:order-2 img{
  transition: ease-in-out 0.3s;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover
}

@media (min-width: 768px){
  .img-zoom .order-1.md\:order-2 img{
    height: 400px;
  }
}

@media (min-width: 1024px){
  .img-zoom .order-1.md\:order-2 img{
    height: 500px;
  }
}

@media (min-width: 1280px){
  .img-zoom .order-1.md\:order-2 img{
    height: 600px;
  }
}

.img-zoom .order-1.md\:order-2 img:hover{
  transform: scale(1.1);
}

input#ajax-search-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

input#ajax-search-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.translated-ltr .contact-form .gform-footer {
  text-align: center;
  display: flow;
  margin-top: 20px !important;
  justify-content: center;
}

.img-zooms{
  overflow: hidden;
}

.img-zooms img{
  transition: ease-in-out 0.3s;
  border-radius: 5px;
}

p.quote-received-msg {
  color: #2160A8;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (min-width: 768px){
  .img-zooms:hover img{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }
}

.services li{
  transition: all ease-in-out 0.3s;
}

@media (min-width: 768px){
  .services li:hover{
    --tw-translate-y: -10px;
    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));
  }
}

.white-box{
  transition: all ease-in-out 0.3s;
  min-height: 250px
}

@media (min-width: 1024px){
  .white-box{
    min-height: 350px;
  }
}

@media (min-width: 1536px){
  .white-box{
    min-height: 310px;
  }
}

.white-box:hover{
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transform: translateY(-15px);
}

/* .primary-menu-container .menu-item-has-children .sub-menu{
    position: absolute;
    background-color: #fff;
    width: 259px;
    padding: 0px;
    display: none;
    transition: all 0.3s 
ease-in-out;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    z-index: 9999;
   }
.primary-menu-container .menu-item-has-children .sub-menu .menu-item {
    padding: 10px 24px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e1e1e1;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item a::after{
    display: none;
}
.primary-menu-container .menu-item-has-children .sub-menu .menu-item a{
    padding: 0px !important;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item:hover{
    background-color: #1f5da7;
}
.primary-menu-container .menu-item-has-children .sub-menu .menu-item:hover a{
    color: #fff;

}
.primary-menu-container .current_page_item a{
    color: #1f5da7;
}

   @media (min-width: 1024px) {
    .primary-menu-container .menu-item-has-children:hover .sub-menu {
        display: block;
    }
} */

@media (max-width: 767px) {
  /* 
  body .primary-menu-container   .sub-menu{
      background-color: #1f5da7 !important;
        
        position: relative !important;     
        transition: ease-in-out 0.3ms;
 
        position: relative !important;
        left: 0px !important;
        width: 100% !important;
        box-shadow: none !important;

    }
     body .primary-menu-container   .sub-menu a{
        color: #fff !important;
     }
    .primary-menu-container .menu-item-has-children .sub-menu{
              box-shadow: none !important;

    }
  body   .primary-menu-container  .submenu-active .sub-menu{
display:  block  !important;
}  */

  .menu-item-has-children .show-submenu {
    position: absolute;
    right: 18px;
    top: 15px;
    font-size: 20px;
  }

  .primary-menu-container .menu-item a {
    padding: 10px 10px;
    display: block;
  }

  .mobile-open-box .primary-menu-class .menu-item{
    padding: 0px;
  }

  .mobile-btn{
    display: table !important;
    margin: 0 auto !important;
    margin-top: 20px Im !important;
  }
}

.single-images img {
  /* margin: 400px; */
  max-width: 400px;
  margin: auto;
  height: 400px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-images {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D5D5D5;
  padding: 20px;
}

.list-view h2, .list-view h3{
  min-height: auto !important;
}

body {
  overflow-x: hidden;
}

.blog-single a{
  word-break: break-all;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 93 167 / var(--tw-text-opacity, 1));
}

.blog-single a:hover{
  text-decoration-line: underline;
}

.blog-single h4 strong, .blog-single h2 strong{
  font-weight: 500;
}

.woocommerce-order-received .main-checkout .woocommerce-order-overview__order.order, .woocommerce-order-received .main-checkout .woocommerce-order-overview__date.date, .woocommerce-order-received .main-checkout .woocommerce-order-overview__email.email {
  width: 50%;
  padding-right: 0px !important;
  margin-right: 0px !important;
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 15px;
}

.woocommerce-order-received .woocommerce-table__product-name a {
  width: 40%;
}

.woocommerce-order-received .main-checkout .woocommerce-table__product-name.product-name {
  padding: 10px 15px !important;
  border: 0px;
  border-bottom: 1px solid #acacac;
}

.woocommerce-order-received .main-checkout tbody tr:nth-of-type(even) {
  background-color:#f6f6f6;
}

.woocommerce ul.order_details li{
  font-size: 16px;
  font-weight: 600;
}

body .shop_table.order_details{
  border: 1px solid #bdbdbd !important;
  border-width: 1px !important;
  border-collapse: collapse;
}

.woocommerce-order-received .woocommerce-table__line-item.order_item td {
  display: flex
;
  justify-content: flex-start;
  gap: 10px;
}

.woocommerce-order-received .main-checkout .woocommerce ul.order_details li strong {
  font-size: 16px !important;
}

.woocommerce-order-received strong {
  font-size: 16px !important;
}

.woocommerce-order-received .main-checkout .woocommerce-order-details__title {
  font-size: 18px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-decoration: underline;
}

.woocommerce ul.order_details {
  margin: 0px;
}

.woocommerce-order-received th.woocommerce-table__product-name.product-name {
  background-color: #1f5da7 !important;
  color: #fff;
  font-weight: 700 !important;
}

.woocommerce-order-received section.woocommerce-order-details {
  margin-bottom: 0px !important;
}

.gt_float_switcher .gt-selected{
  z-index: 1 !important;
}

#mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open ~ button.mega-close{
  background-color:  #2160A8 !important;
}

#mega-menu-wrap-main-menu .mega-menu-toggle ~ button.mega-close:before{
  font-size: 20px !important;
}

.mega-menu-flyout > ul.mega-sub-menu >  li > a, ul.mega-sub-menu   ul.mega-sub-menu >  li > a,   ul.mega-sub-menu ul.mega-sub-menu   ul.mega-sub-menu >  li > a  {
  background-color: #fff !important;
  color: #000 !important;
  transition: all ease-in-out 0.3s;
  padding: 6px 10px !important;
  padding-right: 15px !important;
  font-size: 16px !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

.mega-menu-flyout > ul.mega-sub-menu >  li:hover > a, .mega-menu-flyout > ul.mega-sub-menu   ul.mega-sub-menu >  li:hover > a, .mega-menu-flyout > ul.mega-sub-menu  ul.mega-sub-menu  ul.mega-sub-menu >  li:hover > a{
  background-color: #2160A8 !important;
  color: #fff !important;
}

ul.mega-sub-menu  .mega-indicator::after{
  display: none !important;
}

ul.mega-sub-menu {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

body .mega-menu-flyout > ul.mega-sub-menu     .mega-current_page_item a,  body .mega-menu-flyout .mega-sub-menu  .mega-current_page_parent > a,  body .mega-menu-flyout .mega-sub-menu  .mega-current_page_ancestor > a,   body .mega-menu-flyout ul.mega-sub-menu >  ul.mega-sub-menu   .mega-current_page_item a, body .mega-menu-flyout ul.mega-sub-menu  ul.mega-sub-menu  ul.mega-sub-menu   .mega-current_page_item a{
  background-color: #2160A8 !important;
  color: #fff !important;
}

body .mega-menu   > .mega-menu-item > a {
  background-color: #fff !important;
  color: #000 !important;
}

.mega-menu-item > a .mega-indicator::after{
  display: none !important;
}

#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
  background-color: #000 !important;
}

@media only screen and (max-width: 1250px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin: 0px;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
    border-bottom: 1px solid #eaeaea !important;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{
    border-bottom: 1px solid #eaeaea !important;
  }

  body header .mega-menu-flyout.mega-toggle-on ul.mega-sub-menu > li > a{
    background-color: #1f5da7 !important;
    padding-left: 25px !important;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    text-decoration: none ;
  }
}

.home-banner-swiper{
  overflow: hidden !important;
}

@media (min-width: 768px){
  .home-banner-swiper{
    height: 500px !important;
  }
}

@media (min-width: 1280px){
  .home-banner-swiper{
    height: 700px !important;
  }
}

@media only screen and  (max-width: 1390px) and  (min-width: 1240px)  {
  body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu{
    width: 230px;
  }
}

@media only screen and (max-width: 1240px) {
  .mega-sub-menu .mega-current-menu-item > a{
    background-color: #1f5da7;
  }
}

@media only screen and (max-width: 1020px) {
  .ipad-btn{
    display: table !important;
    margin: 0 auto !important;
    margin-top: 20px Im !important;
  }

  .box-mobile{
    background: rgba(0, 101, 171, 0.5);
    color: #fff;
    padding: 10px;
    text-shadow: 1px 1px 1px #000;
  }
}

@media only screen and (max-width: 767px) {
  .addres li br{
    display: none;
  }
}

.checkout ul.woocommerce-error {
  display: none !important;
}

.tabs-custom a {
  border: 1px solid #D5D5D5;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
}

.tabs-custom a:hover{
  background-color: #2160A8;
  color: #fff;
  border: 1px solid #2160A8;
}

.tabs-custom .active{
  background-color: #2160A8;
  border: 1px solid #2160A8;
  color: #fff;
}

.tabs-content h3{
  padding: 20px ;
  padding: 8px 19px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  margin-bottom: 30px;
}

.img-box img {
  height: 143px;
  width: 143px;
  margin: 0 auto;
  transition: all ease-in-out 0.3s;
}

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

.img-box{
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px){
  .img-box{
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.categorys h4{
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  display: block;
  text-transform: uppercase;
}

input#input_1_1 {
  padding-right: 172px;
}

.categorys{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

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

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

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

@media (min-width: 1536px){
  .categorys{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.tabs-custom  a{
  white-space: nowrap;
}

.tabs-custom li{
  margin-bottom: 10px !important;
}

.mega-menu-flyout > a:hover  > .fa-angle-down{
  transition: all ease-in-out 0.3s;
}

.tabs-content {
  margin-top: 30px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px){
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
    padding-left: 30px;
    padding-right: 30px;
  }
}

body .max-mega-menu .mega-menu-flyout:hover > a{
  color: #2160A8 !important;
}

body .max-mega-menu .mega-menu-flyout  a{
  font-size: 18px !important;
}

body .card-btn-none{
  display: none !important;
}

.featured-products-swiper swiper-slide, .best-products-swiper swiper-slide, .related-products-swiper swiper-slide{
  display: flex;
  /* make slide a flexbox */
  height: auto !important;
}

#gform_ajax_spinner_1{
  margin: 0 auto  !important;
  display:  block  !important;
}

.woocommerce-notices-wrapper, .wc-empty-cart-message, .return-to-shop {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 15px;
}

.return-to-shop{
  margin-bottom: 40px !important;
}

ul.loges {
  display: flex;
  gap: 20px;
  align-items: center;
}

.woocommerce-order-details tbody .woocommerce-table__product-name {
  display: grid !important;
  grid-template-columns: 30% 10% 60% !important;
}

.woocommerce-order-details tbody .woocommerce-table__product-name *{
  width: 100%;
}

.woocommerce-order-details tbody  .woocommerce-table__product-name .wc-item-meta p {
  display: block;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .main-checkout .woocommerce-order{
    padding: 10px !important;
  }

  .woocommerce ul.order_details li{
    margin-right: 0px !important;
  }

  .single_add_to_cart_button, .return-to-shop a{
    padding: 19px 25px !important;
  }

  td.product-quantity .quantity{
    justify-content: end;
  }
}

body .mega-toggle-on > a  > .fa-angle-down:before{
  content: "\f106" !important;
}

@media only screen and (min-width: 1250px) {
  .mega-menu-flyout:hover  > a  > .fa-angle-down:before{
    content: "\f106" !important;
  }
}

@media only screen and (max-width: 1250px) {
  .mega-current_page_item  > a {
    font-weight: 500 !important;
    color: #1f5da7 !important;
  }

  .mega-menu > li > a {
    font-weight: 600 !important;
  }
}

body .checkout-page div#customer_details .checkout-wrapper .form-row:last-child{
  height: auto !important;
}

body header div#mega-menu-wrap-main-menu .mega-toggle-on .mega-toggle-on > a, body header div#mega-menu-wrap-main-menu .mega-sub-menu .mega-current-menu-ancestor > a, .gt_float_switcher .gt_options a:hover {
  background-color:#2160A8 !important;
  color: #fff !important;
}

body ul#mega-menu-main-menu li#mega-menu-item-428  .mega-current-menu-item >  a{
  background-color:#fff  !important;
  color: #000 !important;
}

body ul#mega-menu-main-menu li#mega-menu-item-428   .active-menu-item > a{
  background-color:#2160A8 !important;
  color: #fff !important;
}

.gt_float_switcher .gt_options a:hover {
  transition: none !important;
}

td.product-quantity .quantity input {
  height: 45px;
}

.quantity {
  display: flex;
}

input.qty {
  width: 60px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 6px;
  background-color: #f6f6f6;
  border-radius: 0px;
}

.quantity button {
  background-color: #bababb;
  padding: 10px 15px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

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

/* For Firefox */

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

button.qty-button.qty-minus {
  border-radius: 5px 0px 0px 5px;
}

button.qty-button.qty-plus{
  border-radius:  0px 5px 5px 0px ;
}

header div#mega-menu-wrap-main-menu .mega-current_page_item.mega-menu-flyout > a{
  color: #2160A8 !important;
}

@media only screen and (max-width: 767px) {
  .home-banner-swiper img {
    height: 230px;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: right !important;
       object-position: right !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1580px) {
  .banner .box-inner p {
    background-color: #f6f6f6c2;
    padding: 20px;
  }
}

.hover\:\!text-\[\#2160A8\]:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(33 96 168 / var(--tw-text-opacity, 1)) !important;
}

.hover\:grayscale-\[0\%\]:hover{
  --tw-grayscale: grayscale(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);
}

@media (min-width: 640px){
  .sm\:h-\[500px\]{
    height: 500px;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

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

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

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

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

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

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

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

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

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

  .md\:order-2{
    order: 2;
  }

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

  .md\:m-\[0px\]{
    margin: 0px;
  }

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-\[150px_1fr\]{
    grid-template-columns: 150px 1fr;
  }

  .md\:grid-cols-\[1fr_372px\]{
    grid-template-columns: 1fr 372px;
  }

  .md\:grid-cols-\[200px_1fr\]{
    grid-template-columns: 200px 1fr;
  }

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

  .md\:justify-normal{
    justify-content: normal;
  }

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

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

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

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

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

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .md\:\!pb-\[80px\]{
    padding-bottom: 80px !important;
  }

  .md\:\!pl-0{
    padding-left: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:last\:col-span-3:last-child{
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:left-0{
    left: 0px;
  }

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

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

  .lg\:order-2{
    order: 2;
  }

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

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

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

  .lg\:w-auto{
    width: auto;
  }

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

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

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

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

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

  .lg\:grid-cols-\[200px_1fr\]{
    grid-template-columns: 200px 1fr;
  }

  .lg\:grid-cols-\[277px_1fr\]{
    grid-template-columns: 277px 1fr;
  }

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

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

  .lg\:gap-4{
    gap: 1rem;
  }

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

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

  .lg\:gap-\[40px\]{
    gap: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[text-left\]{
    color: text-left;
  }
}

@media (min-width: 1280px){
  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

  .xl\:grid-cols-\[1fr_572px\]{
    grid-template-columns: 1fr 572px;
  }

  .xl\:grid-cols-\[25\%_15\%_23\%_33\%\]{
    grid-template-columns: 25% 15% 23% 33%;
  }

  .xl\:grid-cols-\[290px_1fr\]{
    grid-template-columns: 290px 1fr;
  }

  .xl\:gap-\[40px\]{
    gap: 40px;
  }

  .xl\:gap-\[80px\]{
    gap: 80px;
  }

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

  .xl\:last\:col-span-1:last-child{
    grid-column: span 1 / span 1;
  }
}

@media (min-width: 1536px){
  .\32xl\:h-\[auto\]{
    height: auto;
  }

  .\32xl\:grid-cols-\[25\%_15\%_23\%_33\%\]{
    grid-template-columns: 25% 15% 23% 33%;
  }

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

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

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