/**
 * Do not edit this file! 
 * You should not write CSS directly when using React Native.
 * We are using CSS resets here to support React Native for Web and Tailwind CSS.
 */

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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
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] {
  display: none;
}

*, ::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:  ;
}
.container {
  width: 100%;
}
html :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}
html :is(.my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html :is(.mb-4) {
  margin-bottom: 1rem;
}
html :is(.mt-0) {
  margin-top: 0px;
}
html :is(.mt-10) {
  margin-top: 2.5rem;
}
html :is(.mt-4) {
  margin-top: 1rem;
}
html :is(.mt-6) {
  margin-top: 1.5rem;
}
html :is(.mt-8) {
  margin-top: 2rem;
}
html :is(.inline) {
  display: inline;
}
html :is(.flex) {
  display: flex;
}
html :is(.w-\[500px\]) {
  width: 500px;
}
html :is(.max-w-\[700px\]) {
  max-width: 700px;
}
html :is(.flex-1) {
  flex: 1 1 0%;
}
html :is(.flex-row) {
  flex-direction: row;
}
html :is(.items-center) {
  align-items: center;
}
html :is(.justify-center) {
  justify-content: center;
}
html :is(.rounded-2xl) {
  border-radius: 1rem;
}
html :is(.border) {
  border-width: 1px;
}
html :is(.border-2) {
  border-width: 2px;
}
html :is(.border-white) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
html :is(.bg-\[\#143449\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 52 73 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F17D2F\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 125 47 / var(--tw-bg-opacity));
}
html :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
html :is(.px-6) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
html :is(.py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html :is(.py-5) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
html :is(.text-center) {
  text-align: center;
}
html :is(.text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}
html :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
html :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}
html :is(.text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
html :is(.font-bold) {
  font-weight: 700;
}
html :is(.font-extrabold) {
  font-weight: 800;
}
html :is(.font-semibold) {
  font-weight: 600;
}
html :is(.leading-6) {
  line-height: 1.5rem;
}
html :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
html :is(.text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
html :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html :is(.underline) {
  text-decoration-line: underline;
}
html :is(.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);
}

/**
 * Building on the RNWeb reset:
 * https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/exports/StyleSheet/initialRules.js
 */
html,
body,
#__next {
  width: 100%;
  /* To smooth any scrolling behavior */
  -webkit-overflow-scrolling: touch;
  margin: 0px;
  padding: 0px;
  /* Allows content to fill the viewport and go beyond the bottom */
  min-height: 100%;
}

#__next {
  flex: 1;
  flex-shrink: 0;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

html {
  /* Prevent text size change on orientation change https://gist.github.com/tfausak/2222823#file-ios-8-web-app-html-L138 */
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  display: flex;
  /* Allows you to scroll below the viewport; default value is visible */
  overflow-y: auto;
  overscroll-behavior-y: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
}

.embla {
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: 100% !important;
}
.embla .embla__viewport .embla__container {
  margin-left: 0px !important;
  min-height: 460px;
  gap: 11px;
}
@media (max-width: 767px) {

  .embla .embla__viewport .embla__container {
    min-height: 401px;
    gap: 6px;
  }
}
.embla .embla__controls {
  position: static;
  margin-top: 0px !important;
}
.embla .embla__controls .embla__buttons {
  position: static;
  z-index: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.embla .embla__controls .embla__buttons button[disabled] {
  display: none !important;
  opacity: 0.5;
}
.embla .embla__controls .embla__buttons button {
  position: absolute;
  left: 25px;
  top: 50%;
  height: 40px;
  width: 40px;
  --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));
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 980px) {

  .embla .embla__controls .embla__buttons button {
    left: 10px;
  }
}
.embla .embla__controls .embla__buttons button svg {
  width: 16px;
  fill: #FFFFFF;
  font-size: 20px;
}
.embla .embla__controls .embla__buttons .embla__button--next {
  left: auto;
  right: 25px;
  margin-top: -20px;
}
@media (max-width: 980px) {

  .embla .embla__controls .embla__buttons .embla__button--next {
    right: 10px;
  }
}
.embla .embla__controls .embla__buttons .embla__button--prev {
  margin-top: -20px;
}
.embla .embla__controls .embla__dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.embla .embla__controls .embla__dots button.embla__dot {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.embla .embla__controls .embla__dots .embla__dot.embla__dot--selected {
  --tw-bg-opacity: 1;
  background-color: rgb(243 147 67 / var(--tw-bg-opacity));
}
.dd__wrapper .dd__selectControl {
  height: 50px;
  min-width: 155px;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.dd__wrapper .dd__selectControl::before {
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
  height: 48px;
  width: 30px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.dd__wrapper .dd__selectControl::after {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 1;
  height: 10px;
  width: 10px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 147 67 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.dd__wrapper .dd__selectControl:-moz-placeholder-shown {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.dd__wrapper .dd__selectControl:placeholder-shown {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.dd__wrapper {
  position: relative;
}
.dd__wrapper.dd__opened .dd__selectControl::after {
  top: 22px;
  content: var(--tw-content);
  --tw-rotate: 135deg;
  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));
}
.dd__list {
  position: absolute !important;
  z-index: 99 !important;
}
@media (max-width: 767px) {

  .dd__list.dd__openTotop {
    max-height: 160px !important;
  }
}
.dd__list.dd__openToBottom {
  z-index: 999 !important;
}
.dd__list {
  margin-top: 0px !important;
  max-height: 220px !important;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 5px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dd__option {
  border-radius: 4px;
}
.dd__option:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.dd__option.dd__selectedOption {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dd__option.dd__selectedOption:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
.dd__wrapper .dd__selectControl .dd__selected {
  display: flex !important;
  height: 100% !important;
  align-items: center;
}
.dd__placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(179 179 179 / var(--tw-text-opacity)) !important;
}
.sort-by-box .dd__wrapper .dd__selectControl {
  height: 40px !important;
}
.sort-by-box .dd__wrapper .dd__selectControl::before {
  content: var(--tw-content);
  height: 38px;
}
.sort-by-box .dd__wrapper .dd__selectControl::after {
  content: var(--tw-content);
  top: 12px;
}
/* Category Page */
.category-hover-container:hover .hover-text {
  /* text-decoration: underline; */
  color: orange;
}
.cms-page {
  padding-top: 15px !important;
  padding-bottom: 30px !important;
}
.cms-page h1 {
  margin-bottom: 20px;
  font-family: Poppins-SemiBold !important;
  font-size: 36px;
  font-weight: 600 !important;
}
@media (max-width: 767px) {

  .cms-page h1 {
    font-size: 30px;
  }
}
 .cms-page h3 {
  margin-bottom: 10px;
  font-family: Poppins-SemiBold !important;
  font-size: 22px;
  font-weight: 600 !important;
  line-height: 45px;
}
 @media (max-width: 767px) {

  .cms-page h3 {
    font-size: 19px;
    line-height: 40px;
  }
}

  .cms-page p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 23px;
}
  .fit-container {
  padding-bottom: 30px;
}
  .Container.terms_conditions > ol > li {
  list-style-type: none !important;
}
  @media (max-width: 767px) {

  .cms-banner {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 15px;
    width: calc(100% + 30px) !important;
  }
}
  .cms-banner h1 {
  margin-bottom: 0px !important;
}
.no-padding{
  margin:0px 7px !important;
}
.contact-left .heading {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}
.contact-left p {
  margin-bottom: 20px;
  display: inline-table;
  width: 100%;
  padding-right: 20px;
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width:750px) and (max-width:820px){
  .hover-menu-container .contact-left p{
    height: 400px;
  }
}
@media (max-width: 980px) {

  .contact-left p {
    padding-right: 0px;
  }
}
.checkbox-box {
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkbox-box::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 19px;
  width: 19px;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.checkbox-box:checked::before {
  --tw-border-opacity: 1;
  border-color: rgb(89 169 197 / var(--tw-border-opacity));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(89 169 197 / var(--tw-bg-opacity));
}
.checkbox-box:checked::after {
  position: absolute;
  left: 6px;
  top: 1px;
  height: 12px;
  width: 7px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.markup-brands {
  padding-top: 20px;
  padding-bottom: 20px;
}
.markup-brands h1{
  font-size:36px;
  line-height: 45px;
  color: #5A6778;
  text-align: center;
  font-family: 'OpenSans-Bold', sans-serif;
 font-weight:600;
}
.markup-brands-list{
  display:flex;
  flex-direction: row;
  flex-wrap:wrap;
  gap:15px;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px;
  margin: 20px 0px;
}
.markup-brands-list li{
  width:calc(16.66% - 15px);
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  
}
.markup-brands-list li a{
  width:100%;
  height:150px;
  border-radius:6px;
  background: #F3F8FB;
  border:1px solid #e1e1e1;
  display:flex;
  align-items: center;
  justify-content: center;
  padding:10px;
}
.markup-brands-list li a img{
  max-width:100%;
  max-height:100%;
  width: auto;
  display:table;
  mix-blend-mode: multiply;
}

@media only screen and (min-width:750px) and (max-width:820px){
  .hover-menu-container .inline-table{
    height: 400px !important;
  }
}
@media only screen and (min-width:830px) and (max-width:1279px){
  .hover-menu-container {
    left: 9vw !important;
  }
}

  @media only screen and (min-width:1280px) and (max-width:1350px){
    .hover-menu-container {
    left: 6.7vw !important;
  }
  }
  @media only screen and (min-width:1351px) and (max-width:1399px){
    .hover-menu-container {
    left: 3vw !important;
  }
  }
  @media only screen and (min-width:1400px) and (max-width:1439px){
    .hover-menu-container {
    left: 1.8vw !important;
  }
  }
  @media only screen and (min-width:1070px) and (max-width:1150px){
    .hover-menu-container {
    left: 17vw !important;
    margin-left: 0px !important;
    width: 100% !important;
    max-width: 100vw !important;
  }
  }
  @media only screen and (min-width:1000px) and (max-width:1069px){
    .hover-menu-container {
    left: 20.7vw !important;
    margin-left: 0px !important;
    width: 100% !important;
    max-width: 100vw !important;
  }
  }
  @media only screen and (min-width:768px) and (max-width:1400px){
    .banners-block {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px) !important;
  }
  }
  @media only screen and (min-width:1401px) and (max-width:1440px){
    .main-header, .header-top, .main-footer, .hr-padd {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
    .margin-none {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
    .banners-block {
    margin-left: -20px !important;
    margin-right: -20px !important;
    max-width: calc(100% + 40px) !important;
  }
    .icons-strip {
    margin-left: auto;
    margin-right: auto;
    max-width: 90% !important;
  }
    /* .category-slider{
      @apply !px-[20px] !mx-0
    } */
    .hover-menu-container {
    margin-left: -10px;
  }
    .layout-screen {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
    .category-list-slider {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
    .minus-margin {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
    .best-sellers-block {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  }
  @media only screen and (min-width:1451px) and (max-width:1680px){
    .category-slider {
    padding-left: 20px !important;
    padding-right: 20px !important;
  } 
  }
  @media only screen and (min-width:360px) and (max-width:600px){
   .bg-register > div:first-child > div{
      background-size: auto 50% !important;
      background-position: -200px bottom  !important;
    }
    .bg-success > div:first-child > div{
      background-size: auto 88% !important;
      background-position: -180px bottom  !important;
    }
    .markup-brands h1{
      font-size:28px;
      line-height: 36px;
    }
    .markup-brands-list li{
      width:calc(33.33% - 10px);
    } 
    .markup-brands-list li a{
      height:100px;
    }
  }


  /*******Banner arrows********/
  .banner-left-arrow{left:2vw; top:120px;}
  .banner-right-arrow{right:3vw; top:120px;}
  .home-slider div{width:100%;}
  @media only screen and (min-width:1651px) and (max-width:1680px){
    .banner-left-arrow{left:2vw; top:70px;}
    .banner-right-arrow{right:3vw;top:70px;}
    .banners-block{width:calc(100% + 14vw) !important; margin-left: -7vw !important; margin-right: -7vw !important;}
  }
  @media only screen and (min-width:1600px) and (max-width:1650px){
    .banner-left-arrow{left:2vw; top:70px;}
    .banner-right-arrow{right:3vw;top:70px;}
    .banners-block{width:calc(100% + 10vw) !important; margin-left: -5vw !important; margin-right: -5vw !important;}
  }
  @media only screen and (min-width:1441px) and (max-width:1599px){
    .banners-block{width:calc(100% + 2vw) !important; margin-left: -1vw !important; margin-right: -1vw !important;}
    .banner-left-arrow, .banner-right-arrow{top:0px !important;}
  }
  @media only screen and (min-width:1024px) and (max-width:1200px){
    .banner-left-arrow, .banner-right-arrow{top:-40px !important;}
  }
  @media only screen and (min-width:768px) and (max-width:1440px){
    .banner-left-arrow{left:2vw; top:10px;}
    .banner-right-arrow{right:3vw; top:10px;}
  }
  @media only screen and (min-width:768px) and (max-width:980px){
    .banner-left-arrow{left:2vw; top:-70px;}
    .banner-right-arrow{right:3vw; top:-70px;}
  }
  @media only screen and (min-width:320px) and (max-width:600px){
    .banner-left-arrow, .banner-right-arrow{display:none !important;}
  }
  html :is(.hover\:underline:hover) {
  text-decoration-line: underline;
}
  @media (max-width: 1150px) {

  html :is(.lg\:w-full) {
    width: 100%;
  }

  html :is(.lg\:max-w-full) {
    max-width: 100%;
  }

  html :is(.lg\:text-lg) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  html :is(.lg\:text-xl) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
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] {
  display: none;
}

*, ::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:  ;
}
.container {
  width: 100%;
}
html :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}
html :is(.my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html :is(.mb-4) {
  margin-bottom: 1rem;
}
html :is(.mt-0) {
  margin-top: 0px;
}
html :is(.mt-10) {
  margin-top: 2.5rem;
}
html :is(.mt-4) {
  margin-top: 1rem;
}
html :is(.mt-6) {
  margin-top: 1.5rem;
}
html :is(.mt-8) {
  margin-top: 2rem;
}
html :is(.inline) {
  display: inline;
}
html :is(.flex) {
  display: flex;
}
html :is(.w-\[500px\]) {
  width: 500px;
}
html :is(.max-w-\[700px\]) {
  max-width: 700px;
}
html :is(.flex-1) {
  flex: 1 1 0%;
}
html :is(.flex-row) {
  flex-direction: row;
}
html :is(.items-center) {
  align-items: center;
}
html :is(.justify-center) {
  justify-content: center;
}
html :is(.rounded-2xl) {
  border-radius: 1rem;
}
html :is(.border) {
  border-width: 1px;
}
html :is(.border-2) {
  border-width: 2px;
}
html :is(.border-white) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
html :is(.bg-\[\#143449\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 52 73 / var(--tw-bg-opacity));
}
html :is(.bg-\[\#F17D2F\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 125 47 / var(--tw-bg-opacity));
}
html :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
html :is(.px-6) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
html :is(.py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html :is(.py-5) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
html :is(.text-center) {
  text-align: center;
}
html :is(.text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}
html :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
html :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}
html :is(.text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
html :is(.font-bold) {
  font-weight: 700;
}
html :is(.font-extrabold) {
  font-weight: 800;
}
html :is(.font-semibold) {
  font-weight: 600;
}
html :is(.leading-6) {
  line-height: 1.5rem;
}
html :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
html :is(.text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
html :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html :is(.underline) {
  text-decoration-line: underline;
}
html :is(.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);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(/_next/static/media/Poppins-Medium.76d77c93.woff2) format("woff2"),
    url(/_next/static/media/Poppins-Medium.75fdb305.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(/_next/static/media/Poppins-Regular.93b9c380.woff2) format("woff2"),
    url(/_next/static/media/Poppins-Regular.3fdf71d7.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin-Bold";
  src: url(/_next/static/media/AcuminPro-Bold.8b5a4e54.woff2) format("woff2"),
    url(/_next/static/media/AcuminPro-Bold.94a6ed3c.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin-Regular";
  src: url(/_next/static/media/AcuminPro-Regular.c2033c07.woff2) format("woff2"),
    url(/_next/static/media/AcuminPro-Regular.5386a284.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0px;
  margin: 0px;
}

body,
[class*="css-view-"] {
  color: #5a6778 !important;
  font-size: 14px;
}

.search > div {
  width: 100%;
}

.product-slider-item {
  min-width: 160px !important;
}

.categoryLink {
  position: relative;
  display: block;
  height: 40;
}
.home-slider [class*="css-view-"] {
  width: 100%;
  flex-direction: inherit;
}
.home-slider div {
  flex-direction: inherit !important;
  margin: 0px;
}
.custom-info strong {
  font-size: 22px;
  line-height: 25px;
  font-family: poppinssemibold, sans-serif;
}
.custom-info span {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.custom-info br {
  height: 0px;
  display: block;
}

[class*="css-text-"] .categorytextcontent {
  border: 1px solid #fff !important;
  padding: 20px 0px !important;
  position: relative;
}
[class*="css-text-"] .categorytextcontent:before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #fff;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 99;
  pointer-events: none;
}
[class*="css-text-"] .categorytextcontent h1 {
  font-size: 22px;
  font-family: acuminbold, sans-serif !important;
}
[class*="css-text-"] .categorytextcontent p {
  font-weight: normal;
  font-family: acuminregular, sans-serif !important;
  margin: 0px;
  height: auto;
}
[class*="css-text-"] .categorytextcontent p span {
  font-weight: 400;
  font-family: acuminregular, sans-serif !important;
}
[class*="css-text-"] .categorytextcontent p strong {
  font-weight: 600;
  font-family: acuminbold, sans-serif;
}
[class*="css-text-"] .categorytextcontent p > span:empty,
[class*="css-text-"] .categorytextcontent p > span > span:empty,
[class*="css-text-"] .categorytextcontent p > span > span > span:empty {
  display: none !important;
  height: 0px;
}

/******Product Description*******/
.product-description p {
  font-size: 14px;
  line-height: 20px;
  font-family: Poppins-Regular, sans-serif;
  margin-bottom: 0px;
  color: #5a6778 !important;
}
.product-description p span {
  color: #5a6778 !important;
}
.product-description p p {
  margin-bottom: 20px;
}
.product-description p strong {
  text-transform: uppercase;
  font-size: 16px;
}
.product-description ul {
  margin: 0px;
  padding: 0px;
}
.product-description ul li strong {
  margin-right: 5px;
}
.product-description p:empty,
.product-description p span:empty {
  display: none !important;
}
/*****Calender Css*******/
.calender-view > div > div {
  padding: 0px !important;
}
.calender-view > div > div > div:first-child {
  padding: 7px 5px !important;
  margin-bottom: 0px !important;
}
.calender-view > div > div > div:first-child > div:nth-child(2) h1,
.calender-view > div > div > div:first-child > div:nth-child(2) > div > div {
  font-family: acuminbold, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #5a6778;
}
.calender-view > div > div > div:nth-child(2) {
  padding: 0px !important;
  align-items: center !important;
  justify-content: start;
  width: 100%;
  background: #f3f8fb !important;
  border: 0px;
  height: 28px;
}
.calender-view > div > div > div:nth-child(2) > div > div {
  font-family: acuminregular, sans-serif !important;
  font-size: 14px !important;
  line-height: 14px;
  color: #5a6778 !important;
}
.calender-view > div > div > div > div:first-child {
  margin-left: 0px !important;
}
.calender-view > div > div > div > div:last-child {
  margin-right: 0px !important;
}
.calender-view > div > div > div > div:first-child svg,
.calender-view > div > div > div > div:last-child svg {
  width: 18px !important;
}
.calender-view > div > div > div:nth-child(3) > div > div {
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calender-view > div > div > div:nth-child(3) > div > div > div {
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calender-view
  > div
  > div
  > div:nth-child(3)
  > div
  > div
  > div
  > [class*="css-text-"] {
  font-family: acuminregular, sans-serif !important;
  font-size: 14px !important;
  color: #5a6778;
}
.calender-view > div > div:first-child > div:nth-child(2) {
  background: #fff !important;
}
.calender-view
  > div
  > div:first-child
  > div:nth-child(2)
  > [style="flex-direction: row; padding: 16px;"] {
  display: flex !important;
  width: 100% !important;
}
.calender-view
  > div
  > div:first-child
  > div:nth-child(2)
  > [style="flex-direction: row; padding: 16px;"]
  > div
  > div {
  font-family: acuminregular, sans-serif !important;
  font-size: 14px !important;
}

/*****Home page Video css******/
.video-block video {
  width: 100%;
}

body {
  font-family: acuminregular, sans-serif;
}
body h2,
body h3 {
  font-family: acuminbold, sans-serif;
}
body ul {
  margin-left: 20px;
}
body ul li {
  list-style-type: disc;
}
body p {
  margin-bottom: 20px;
  line-height: 20px;
}

.blogview-text [class*="css-view-"] {
  width: 100% !important;
  text-align: left;
}
.blogview-text
  [class*="css-view-"]
  [class*="css-text-"]
  [class*="css-textHasAncestor-"]:empty
  [class*="css-textHasAncestor-"]:empty {
  display: none !important;
}
.blogview-text [class*="css-view-"] [class*="css-text-"] {
  display: flex !important;
  flex-direction: column;
}
.blogview-text
  [class*="css-view-"]
  [class*="css-text-"]
  [class*="css-textHasAncestor-"]:before,
.blogview-text
  [class*="css-view-"]
  [class*="css-text-"]
  [class*="css-textHasAncestor-"]:after {
  display: none;
}
.blog-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogview-text img {
  width: 100%;
}
.blogview-text
  [class*="css-view-"]
  [class*="css-text-"]
  [class*="css-textHasAncestor-"] {
  margin-bottom: 10px;
  text-align: left;
}
.blogview-text
  [class*="css-view-"]
  [class*="css-text-"]
  [class*="css-textHasAncestor-"]
  p {
  text-align: left !important;
}
.blogview-text p,
.blogview-text p h2,
.blogview-text p strong {
  text-align: left !important;
}

/******Delivery calender view**********/
.delivery-calender-view > div > div {
  width: 100% !important;
}
.delivery-calender-view > div > div:first-child {
  padding: 20px 10px !important;
  margin: 0px !important;
}
.delivery-calender-view > div > div:nth-child(3) > div {
  width: 100% !important;
}
.delivery-calender-view > div > div:nth-child(3) > div > div,
.delivery-calender-view > div > div:nth-child(2) > div {
  min-width: 14.28% !important;
  justify-content: center;
  text-align: center;
}
.delivery-calender-view > div > div:first-child > div:nth-child(2) > div > h1,
.delivery-calender-view > div > div:first-child > div:nth-child(2) > div > div {
  font-size: 22px !important;
  line-height: 18px !important;
  font-family: Poppins-SemiBold, sans-serif !important;
  color: #5a6778 !important;
}
.delivery-calender-view > div > div:nth-child(2) {
  width: 696px !important;
  border: 0px !important;
  background: #f3f8fb !important;
}
.delivery-calender-view > div > div:nth-child(2) > div > div {
  display: table;
  margin: auto;
  line-height: 18px !important;
  font-family: Poppins-Medium, sans-serif !important;
  color: #5a6778 !important;
  width: 100% !important;
  font-size: 14px !important;
}
.recent-product-list > div > div:nth-child(2) > div > div {
  width: 100% !important;
}
.recent-product-list > div > div:nth-child(2) > div > div > div {
  width: calc(20% - 18px) !important;
  margin-right: 18px;
}
.recent-product-list
  > div
  > div:nth-child(2)
  > div
  > div
  > div
  .product-slider-item {
  width: 100% !important;
}
p:empty {
  display: none !important;
}
p {
  display: inline-grid;
}
.blog-feature-list > div > div > div > div {
  width: 100%;
}
.blog-feature-list > div > div > div > div > div {
  margin-right: 18px !important;
  width: 100% !important;
  max-width: calc(20% - 15px) !important;
}
[class*="row_contained__"] [class*="text-root-"] p {
  font-size: 14px !important;
  padding: 0px !important;
}
[class*="row_contained__"] [class*="text-root-"] p:empty {
  display: none !important;
  line-height: normal !important;
  letter-spacing: 0px;
}
.category-grid > div {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.category-grid > div > div {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.category-list > div {
  width: 100% !important;
}
.product-image-gallery > div:nth-child(2) {
  width: calc(100% - 60px) !important;
}
.cms-page .Container {
  width: 100%;
}
.cms-page .Container h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: Poppins-SemiBold, sans-serif !important;
  color: #5a6778;
}
.cms-page .Container h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: Poppins-SemiBold, sans-serif !important;
  color: #5a6778;
  margin-bottom: 15px;
}
.cms-page .Container h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5a6778;
  font-family: Poppins-SemiBold, sans-serif !important;
  margin-bottom: 15px;
}
.cms-banner {
  width: 100%;
  margin-bottom: 20px;
}
.cms-banner .title {
  width: 100%;
  background: #59a9c5 !important;
  color: #fff !important;
  margin: 0px;
  padding: 10px 20px !important;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 600;
  border-radius: 0px 0px 10px 10px;
}
.cms-page .Container ul {
  margin-left: 0px;
  padding-left: 0px;
}
.cms-page .Container ul li {
  margin-bottom: 15px;
  list-style: none;
  margin-left: 0px;
  font-size: 16px;
  line-height: 29px;
  font-family: Poppins-Regular, sans-serif;
  color: #5a6778;
}
.cms-page .Container img {
  width: 100%;
}
.cms-page .Container ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.cms-page .Container ol li {
  list-style-type: decimal;
  margin-bottom: 15px;
  font-family: Poppins-Regular, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.fit-container {
  width: 100%;
  max-width: 1200px;
  margin: auto !important;
  margin-bottom: 30px;
}
.our-brands > div {
  width: 100%;
}
.our-brands > div > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100% !important;
}
.our-brands > div > div > div {
  width: calc(16.66% - 15px);
}
@media only screen and (min-width:360px) and (max-width:400px){
  .product-slider-item{
    min-width:140px !important;
  }
}
@media only screen and (min-width:401px) and (max-width:400px){
  .product-slider-item{
    min-width:160px !important;
  }
}

@media (max-width: 767px) {
  #launcher {
    bottom: 80px !important;
    z-index: 999 !important;
  }
  [class*="richContent-root-"] {
    padding: 0px 0px !important;
  }
  [class*="richContent-root-"] table tbody tr td strong {
    white-space: nowrap !important;
  }
  [class*="richContent-root-"] h2 span {
    font-size: 24px !important;
    line-height: 24px;
  }
  [class*="richContent-root-"] p:empty {
    display: none !important;
  }
  [class*="columnGroup_root__"]
    [class*="columnLine_root___"]
    [class*="column_root__"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .search > div {
    width: 100%;
  }
  .slider-thumbs,
  .slider-thumbs > div {
    display: flex;
    justify-content: center;
    width: 100% !important;
    flex-direction: row;
  }
  .recent-product-list > div > div:nth-child(2) > div > div {
    width: 100% !important;
  }
  .recent-product-list > div > div:nth-child(2) > div > div > div {
    width: calc(50% - 10px) !important;
    margin-right: 10px;
  }
  .recent-product-list
    > div
    > div:nth-child(2)
    > div
    > div
    > div
    .product-slider-item {
    width: 100% !important;
  }
  .delivery-calender-view > div > div:nth-child(1),
  .delivery-calender-view > div > div:nth-child(2),
  .delivery-calender-view > div > div:nth-child(3) {
    width: 100% !important;
  }
  .delivery-calender-view > div > div:nth-child(2) > div {
    min-width: 14.28% !important;
  }
[style="width: 37.2px; height: 37.2px; border-radius: 37.2px; align-self: center; justify-content: center; background-color: rgb(247, 247, 247);"] > div{
  color:#5A6778 !important;
}
  .delivery-calender-view > div > div:nth-child(3) > div > div {
    width: 14.28% !important;
  }
  .delivery-calender-view
    > div
    > div:nth-child(1)
    > div:nth-child(2)
    > div
    > h1,
  .delivery-calender-view
    > div
    > div:nth-child(1)
    > div:nth-child(2)
    > div
    > div {
    font-size: 18px !important;
  }
  .secure-icon-group svg,
  .ph-icon-group svg {
    width: 16px !important;
    height: 16px !important;
  }
  .secure-icon-group div,
  .ph-icon-group div {
    font-size: 14px !important;
  }
  .blog-feature-list > div > div > div > div > div {
    margin-right: 18px !important;
    width: 100% !important;
    max-width: calc(50% - 10px) !important;
  }
  .shop-by-brand > div,
  .shop-by-brand > div > div {
    flex-wrap: wrap !important;
    max-width: 100% !important;
  }
  .tab-desc {
    width: 100%;
    padding: 15px 0px;
  }
  .tab-desc .product-description table {
    max-width: 350px;
    overflow: auto;
    display: block;
  }
  .tab-desc .product-description img {
    width: 100%;
    margin-bottom: 15px;
  }
  .thumbs-slider > div {
    width: 100% !important;
    display: flex;
    flex-direction: row;
  }
  .category-product-slider > div {
    max-width: 100% !important;
  }
  .category-product-slider > div > div {
    width: calc(50% - 5px) !important;
    margin-right: 10px !important;
  }
  .category-product-slider > div > div > div {
    width: 100% !important;
  }
  .category-product-slider > div > div > div > div {
    width: 100% !important;
  }
  .breadcrumb-list > div {
    width: 100%;
    flex-wrap: wrap;
  }
  .category-product-slider-item {
    max-width: 160px !important;
  }
  .brands-list > div > div > div {
    flex-wrap: wrap !important;
  }
  .category-list-slider {
    max-width: 100% !important;
  }
  .category-list-slider > div > div {
    max-width: 100% !important;
  }
  .category-list-slider > div > div .category-product-slider-item {
    width: 100% !important;
    max-width: 100% !important;
  }
  .category-list-slider > div > div > div {
    width: calc(45% - 10px) !important;
    margin-right: 10px !important;
  }
  .category-list-slider > div > div > div > div > div > div:first-child {
    height: 200px !important;
  }
  /* .category-list-slider > div > div > div > div > div > div:first-child > div:nth-child(3){
    height:100%;
  } */
  .cms-page {
    margin: 0px -15px;
  }
  .cms-banner .title h1 {
    font-size: 24px;
  }
  .fit-container {
    max-width: 100%;
  }
  .our-brands > div > div > div {
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
  }
  .our-brands > div > div > div:empty {
    display: none;
  }
}

@media (max-width: 980px) {
  .video-block {
    height: 150px;
    overflow: hidden;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .search > div,
  .search > div > div {
    width: 100% !important;
  }
  .recent-product-list > div > div:nth-child(2) > div > div {
    width: 100% !important;
  }
  .recent-product-list > div > div:nth-child(2) > div > div > div {
    width: calc(33.33% - 18px) !important;
    margin-right: 18px;
  }
  .recent-product-list
    > div
    > div:nth-child(2)
    > div
    > div
    > div
    .product-slider-item {
    width: 100% !important;
  }
  .blog-feature-list > div > div > div > div > div {
    margin-right: 18px !important;
    width: 100% !important;
    max-width: calc(33.33% - 15px) !important;
  }
  .brands-list > div > div > div {
    flex-wrap: wrap !important;
  }
  .shop-by-brand > div > div {
    flex-wrap: wrap;
  }
  .mobile-slider > div {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .recent-product-list > div > div:nth-child(2) > div > div {
    width: 100% !important;
  }
  .recent-product-list > div > div:nth-child(2) > div > div > div {
    width: calc(25% - 18px) !important;
    margin-right: 18px;
  }
  .recent-product-list
    > div
    > div:nth-child(2)
    > div
    > div
    > div
    .product-slider-item {
    width: 100% !important;
  }
  .blog-feature-list > div > div > div > div > div {
    margin-right: 18px !important;
    width: 100% !important;
    max-width: calc(25% - 15px) !important;
  }
}

html :is(.hover\:underline:hover) {
  text-decoration-line: underline;
}

@media (max-width: 1150px) {

  html :is(.lg\:w-full) {
    width: 100%;
  }

  html :is(.lg\:max-w-full) {
    max-width: 100%;
  }

  html :is(.lg\:text-lg) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  html :is(.lg\:text-xl) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(/_next/static/media/Poppins-Bold.082e3cb7.woff2) format("woff2"),
    url(/_next/static/media/Poppins-Bold.6ee37f8b.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(/_next/static/media/Poppins-SemiBold.6b1e57f3.woff2) format("woff2"),
    url(/_next/static/media/Poppins-SemiBold.7aeaae74.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(/_next/static/media/Poppins-Medium.76d77c93.woff2) format("woff2"),
    url(/_next/static/media/Poppins-Medium.75fdb305.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(/_next/static/media/Poppins-Regular.93b9c380.woff2) format("woff2"),
    url(/_next/static/media/Poppins-Regular.3fdf71d7.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin-Bold";
  src: url(/_next/static/media/AcuminPro-Bold.8b5a4e54.woff2) format("woff2"),
    url(/_next/static/media/AcuminPro-Bold.94a6ed3c.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin-Regular";
  src: url(/_next/static/media/AcuminPro-Regular.c2033c07.woff2) format("woff2"),
    url(/_next/static/media/AcuminPro-Regular.5386a284.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

