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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 'Jost', sans-serif;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: 'Jost', sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0 10px;
  font-size: 18px;
  background: white;
  border-radius: 5px;
  font-weight: 400;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::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;
}

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

::-webkit-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-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:  ;
}

::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 340px) {
  .container {
    max-width: 340px;
    padding-right: 0;
    padding-left: 0
  }
}

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

@media (min-width: 440px) {
  .container {
    max-width: 440px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.absolute {
  position: absolute;
}

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

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.top-\[100\%\] {
  top: 100%;
}

.bottom-4 {
  bottom: 1rem;
}

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

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

.top-5 {
  top: 1.25rem;
}

.left-5 {
  left: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

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

.\!mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.\!-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-full {
  height: 100%;
}

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

.h-auto {
  height: auto;
}

.h-20 {
  height: 5rem;
}

.h-1 {
  height: 0.25rem;
}

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

.min-h-0 {
  min-height: 0px;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

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

.w-96 {
  width: 24rem;
}

.\!w-auto {
  width: auto !important;
}

.w-20 {
  width: 5rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

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

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

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

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

.w-40 {
  width: 10rem;
}

.w-28 {
  width: 7rem;
}

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

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

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

.-skew-y-12 {
  --tw-skew-y: -12deg;
  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));
}

.skew-y-12 {
  --tw-skew-y: 12deg;
  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));
}

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-customGrayColor.active {
  border: 1px solid black;
}
.border-customGrayColor {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
  font-size: 16px;
  display: block;
  line-height: 26px;
  min-width: 25px;
  text-align: center;
}

.border-t-customGrayColor {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-b-customGrayColor {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
}

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

.bg-color-basketGrayColor {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 237 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.p-3 {
  padding: 0.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

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

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

.font-JostRegular {
  font-family: Jost-Regular, sans-serif;
}

.font-JostMedium {
  font-family: Jost-Medium, sans-serif;
}

.font-JostBold {
  font-family: Jost-Bold, sans-serif;
}

.font-JostLight {
  font-family: Jost-Light, sans-serif;
}

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-8 {
  line-height: 2rem;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

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

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-90 {
  opacity: 0.9;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

@font-face {
  font-family: "Jost-Black";

  src: url('../fonts/Jost-Black.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-BlackItalic";

  src: url('../fonts/Jost-BlackItalic.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-Bold";

  src: url('../fonts/Jost-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-BoldItalic";

  src: url('../fonts/Jost-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-BoldItalic";

  src: url('../fonts/Jost-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-ExtraLight";

  src: url('../fonts/Jost-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-ExtraLightItalic";

  src: url('../fonts/Jost-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-Italic";

  src: url('../fonts/Jost-Italic.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-Light";

  src: url('../fonts/Jost-Light.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-LightItalic";

  src: url('../fonts/Jost-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-Medium";

  src: url('../fonts/Jost-Medium.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-MediumItalic";

  src: url('../fonts/Jost-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-Regular";

  src: url('../fonts/Jost-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-SemiBold";

  src: url('../fonts/Jost-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-SemiBoldItalic";

  src: url('../fonts/Jost-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-Thin";

  src: url('../fonts/Jost-Thin.ttf') format('truetype');
}

@font-face {
  font-family: "Jost-ThinItalic";

  src: url('../fonts/Jost-ThinItalic.ttf') format('truetype');
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border:hover {
  border-width: 1px;
}

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

.hover\:border-customFontColor:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {
  .md\:top-12 {
    top: 3rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:\!inline-block {
    display: inline-block !important;
  }

  .md\:flex {
    display: flex;
  }

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

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

  .md\:h-40 {
    height: 10rem;
  }

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

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

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:p-0 {
    padding: 0px;
  }

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

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

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

  .group:hover .group-hover\:md\:absolute {
    position: absolute;
  }

  .group:hover .group-hover\:md\:flex {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .lg\:right-20 {
    right: 5rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

  .lg\:\!w-\[90\%\] {
    width: 90% !important;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:\!w-\[70\%\] {
    width: 70% !important;
  }
}

#main-menu{
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}

#main-menu li a:hover{
  border-top: 1px solid black;
  padding-top: 9px;
  position: relative;
  top: -1px;
}

#main-menu li a{
  text-transform: uppercase;
  padding: 10px 10px;
  display: block;
}

.clearfix{
  clear: both;
}

.sidebar{
  display: block;
  float: left;
  width: 23%;
}

.sidecontent{
  display: block;
  float: right;
  width: 77%;
}

.is_cart_add i{
  font-size: 40px;
  position: relative;
  top: 5px;
}

.banner-description{
  font-size: 24px;
}

.group-control .col2 img:last-child{
  float: right;
}
.group-control .col2 img:first-child{
  float: left;
}
.group-control .col2 img{
  display: block;
  width: 49.5%;
}

.banner-title{
  text-transform: uppercase;
}

.address-group li.aicon i{
  margin-top: 0;
  position: relative;
  top: -3px;
}

#error-not-found .buttons a{
  text-align: center;
  display: block;
  width: 200px;
  margin: 0 auto;
}
#error-not-found #last-new-products-control h3{
  text-align: center;
  margin: 4% 0;
  margin-bottom: 20px;
}
#error-not-found h1{
  text-align: center;
}

#error-not-found .icon-shopping-bag{
  font-size: 100px;
  text-align: center;
  display: block;
  margin: 4% 0;
  margin-bottom: 2%;
}

#product-category .description .col-sm-9{
  width: 85%;
  display: inline-block;
  float: left;
  color: #3a3a3a;
}
#product-category .paginagion{
  display: none;
}
#product-category .description .col-sm-3{

  width: 15%;
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  top: 15px;
  text-transform: uppercase;
  text-decoration: underline;

}

.sub-bottom-control-nav .transform>span{
  width: 80%;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 5px;
}

#sub-slider-control .slick-slide a img{
  display: block;
  margin: 0 auto;
  width: 96%;
  object-fit: cover;
}
#sub-slider-control .slick-slide a{
  display: block !important;
  width: 100% !important;
}

#product-category .description{
  border-bottom: 1px solid #e9e9e9;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: table;
  width: 100%;
}

.product-list .list-item{
  float: left;
  padding: 10px;
  margin-bottom: 20px;
}
.grid3 .list-item{
  width: calc(100% / 3);
}

.grid2 .list-item img{
  width: 100%;
}

.grid2 .list-item{
  width: calc(100% / 2);
}

.grid4 .list-item .bottom-5.left-5{
  left: 0 !important;
}
.grid4 .list-item .bottom-5.right-5{
  right: 0 !important;
}
.grid4 .list-item{
  width: calc(100% / 4);
}


.breadcrumb li:first-child a:before{
  content: none;
}
.breadcrumb li a:before{
  content: ">";
  display: inline-block;
  padding: 0 20px;
}
.breadcrumb li a{
  color: #696969;
  position: relative;
}
.breadcrumb li{
  list-style: none;
  display: inline-block;
}

#column-left .filter-title .toggle{
  position: absolute;
  right: 0;
}

#column-left .filter-title{
  font-size: 22px;
  font-weight: bold;
  color: black;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
  margin-top: 15px;
}

.pull-right{
  float: right;
}
.pull-left{
  float: left;
}

.top-filter{
  padding-bottom: 25px;
  padding-top: 0px;
  display: table;
  width: 100%;
}

#product-list{
  display: table;
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.view-area li{
  display: inline-block;
  padding-right: 10px;
}
.view-area li.active a span{
  background: black;
}
.view-area li a span{
  display: inline-block;
  background: #dbdbdb;
  width: 17px;
  height: 25px;
  margin-right: 2px;
  position: relative;
  top: 6px;
}
.view-area{
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}

.tab-desc-content .tab-title:before{
  content: " ";
  display: block;
  width: 165px;
  border-bottom: 1px solid black;
  position: absolute;
  bottom: -1px;
}
.tab-desc-content .tab-title{
  font-size: 30px;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.tab-desc-content .desc{
  color: #3a3a3a !important;
  text-align: justify;
}
.tab-desc-content{
  padding: 40px;
  background: #fbfbfb;
  margin-top: 30px;
}

.filter-groups.category-list a{
  display: block;
  position: relative;
  font-size: 20px;
}

.breadcrumb{
  margin: 20px 0;

}

.col-sm-6{
  width: 50%;
  float: left;
}

.thumbnails .main-image{
  width: calc(100% - 100px);
  display: inline-block;
  float: right;
  position: relative;
}
.thumbnails .sub-image{
  width: 90px;
  display: inline-block;
  float: left;
}

.desktop{
  display: block;
}

.mobil{
  display: none;
}

.new-product{
  position: absolute;
  background: black;
  color: white;
  z-index: 111;
  left: 20px;
  top: 20px;
  padding: 3px 10px;
  text-transform: uppercase;
}

.pside{padding-left: 40px}

.product-title{
  font-size: 28px;
  margin: 0px;
  color: black;
  font-weight: 400;
}
.price{
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
}

.pdetail i{
  font-size: 30px;
  position: relative;
  top: 5px;
}
.pdetail span{
  font-weight: 400;
}
.minitab-item{
  padding:15px;
}

.quantity-area input{
  width: 50px;
  text-align: center;
  color: #949494;
}

.quantity-area span{
  padding: 10px;
  font-size: 22px;
  cursor: pointer;
  color: #949494;
}
.quantity-area .qt-group{
  position: relative;
}
.quantity-area{
  display: inline-block;
  border: 1px solid gray;
  float: left;
  margin-right: 10px;
  line-height: 47px;
  width: 112px;
}

#button-cart{
  height: 49px;
  border: 1px solid black;
  display: inline-block;
  line-height: 49px;
  padding: 0 15px;
  float: left;
  margin-right: 10px;
}

#button-cart-fast{
  float: left;
  background: black;
  color: white;
  padding: 0 15px;
  height: 49px;
  line-height: 49px;
  margin-right: 10px;
}

#zoom-gallery li{
  margin-bottom: 10px;
}

hr{
  color: #dedede;
}

.mbt20{margin-bottom: 20px;margin-top: 20px}
.mbt10{margin-bottom: 10px;margin-top: 10px}

.pdetail li:last-child{
  margin-right: 0;
}
.pdetail li{
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}
.pdetail{
  margin: 0;
  padding: 0;
}

.product-colors h3{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  float: left;
  position: relative;
  top: 30px;
}

.opt-name{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  float: left;
  position: relative;
  top: 0px;
}

.product-colors .color-item img{
  width: 70px;
}
.product-colors .color-item{
  float: left;
  margin-left: 10px;
}
.product-colors{

}

.option-item .radio{
  float: left;
  border: 1px solid black;
  width: 35px;
  text-align: center;
  margin-right: 5px;
  margin-top: 5px;
}

.option-item{
  float: left;
  margin-left: 10px;
}

.detail-group{
  margin-top: 25px;
  position: relative;
}

#product-product .detail-group {
  margin-top: 0px;
}

.body-size{
  position: absolute;
  right: 0;
  top: 18px;
}

.body-size img{
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.body-find img{
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.body-find{
  position: absolute;
  right: 0;
  top: -5px;
}

.button-area button{
  width: calc((100% - 192px) / 2);
  text-transform: uppercase;
}

.btn-wishlist{
  width: 50px !important;
  border: 1px solid black;
  height: 49px;
  background: transparent;
  font-size: 22px;
  color: black;
}
.button-area{
  display: table;
  width: 100%;
  margin: 30px 0 !important;
}

#telSiparisModal,#haberverModal{
  display: none;
}

.tab-areas button[aria-selected=true]:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 1px solid black;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tab-areas button[aria-selected=true]{
  color: black;
}

.tab-areas button{
  color: #737373;
  position: relative;
}
.tab-areas .border-b{
  border-color: #dedede;
}

.scrollpanel {
  height: 245px;
  padding-top: 20px;
  padding-right: 25px;
}

.os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  background: #b5b5b5 !important;
  border-radius: 0 !important;
}

.os-theme-round-dark > .os-scrollbar-vertical {
  width: 13px !important;
}

.os-theme-round-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 70px !important;
}
.center-80{
  width: 80%;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}

.tab-center{
  display: flex !important;
  justify-content: center !important;
}

.mb40{
  margin-bottom: 40px;
}

.mb50{
  margin-bottom: 50px;
}

h1{
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}

h2{
  font-size: 19px;
  font-weight: 500;
  margin: 20px 0;
}

.col-sm-4,.col-sm-9,.col-sm-10,.col-sm-8,.col-sm-3,.col-sm-2,.col-sm-6,.col-sm-95,.col-sm-25{
  float: left;
}

.col-sm-10{
  width: calc((100% / 12) * 10);
}
.col-sm-9{
  width: calc((100% / 12) * 9);
}
.col-sm-95{
  width: calc((100% / 12) * 9.5);
}
.col-sm-3{
  width: calc((100% / 12) * 3);
}
.col-sm-4{
  width: calc((100% / 12) * 4);
}
.col-sm-2{
  width: calc((100% / 12) * 2);
}

.col-sm-25{
  width: calc((100% / 12) * 2.5);
}

.plr20{
  padding-right: 20px;
  padding-left: 20px;
}

.list-group .list-group-item{
  display: block;
  background: #f7f7f7;
  margin: 5px;
  padding: 8px 15px;
}
.list-group{
  display: block;

}

.form-group{
  display: table;
  width: 100%;
  margin: 5px 0;
}

.form-control{
  border: 1px solid gray;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
}

.control-label{
  height: 40px;
  line-height: 40px;
}

.well{
  padding:20px;
}

.btn-primary,.btn-outline{
  background: black;
  color: white;
  padding: 10px;
  min-width: 150px;
  display: table;
  text-align: center;
}

.iconMenu{
  font-size: 32px;
}
.mobil-search{
  display: none;
  font-size: 24px;
}

fieldset{
  padding: 20px;
  background: #f8f8f8;
  margin: 30px 0;
}
aside#column-left{
  padding-right: 20px;
}
aside#column-right{
  padding-left: 20px;
}

.row{
  display: table;
  width: 100%;
}

.dropdown-menu-right a:hover{
  background: #e5e5e5;
}
.dropdown-menu-right a{
  font-size: 14px;
  text-align: right;
  display: block;
  padding: 0 20px;
}
.dropdown-menu-right{
  adding: 5px;
  box-shadow: 0px 5px 14px -10px grey;
}

.modal-cart .modal-item h4{
  float: left;
  position: relative;
  top: 45px;
  text-align: center;
  left: 20px;
}
.modal-cart .modal-item img{
  display: inline-block;
  float: left;
}
.modal-cart .modal-item{
  display: table;
  width: 100%;
  padding: 10px;
  border: 1px solid #cfcfcf;
  margin-top: 20px;
  border-radius: 5px;
}

button:focus-visible{
  border: none;
  outline: none;
}

.bg-customFontColor{
  padding:3px !important;
}

.hidden-xs{
  display: block;
}


.mini-filter{
  width: 200px;
}
.mini-filter select{
  max-width: 100px;
  display: inline-block;
  float: left;
  margin-left: 10px;
}

#collapse-payment-method .checkbox+.checkbox, .radio+.radio {
  margin-top: 5px !important;
}

.logo-img{
  position: relative;
  top: -22px;
}
header .icon-shopping-bag{
  font-size: 24px;
}
header .icon-person{
  font-size: 36px;
  position: relative;
  top: 2px;
}
header .icon-shipped{
  font-size: 22px;
  position: relative;
  top: 3px;
}

header .icon-call-center{
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.cart-content span{
  font-size: 12px;
  position: absolute;
  left: 8px;
  top: 10px;
}
.cart-content{
  position: relative;
}

.no-cart-item{
  font-size: 16px;
}

.customerDiv i{
  font-weight: bold;
  margin-left: 10px;
}
.customerDiv{
  max-width: 160px;
}

.description .row h1{
  margin: 0;
  position: initial !important;
}
.description .row{
  display: flex !important;
  align-items: center !important;
}
.option-item label.active,.option-item label:hover{
  background-color: black;
  color: white;
}
.option-item label{
  display: block;
  width: 100%;
  cursor: pointer;
}
.cart-button-area .quantity-button {
  font-size: 22px !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}

.cart-button-area .cart-remove-button {
  border: none !important;
  width: auto !important;
  height: auto !important;
  font-size: 22px !important;
}

.plr15{
  padding-left: 15px;
  padding-right: 15px;
}
.list-item .absolute .rounded-full:hover{
  background-color: black;
  color: white;
}
.related-title{
  font-size: 28px;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal{
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 50%;
  max-height: 60vh;
  z-index: 112;
}
[modal-backdrop]{
  position: fixed;
  background: #0000004f;
  z-index: 111;
}
#collapse-shipping-method textarea{
  margin-bottom: 15px;
}
.modal-title{
  position: relative;
  top: 15px;
}

.modal-body{
  padding: 20px;
  max-height: 80vh;
  overflow: auto;
}

#button-filter{
  margin-top: 20px;
  width: 100%;
}

.swiper-button-prev:before {
  content: none !important;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next:before {
  content: none !important;
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
}

.dcheckbox .form-control{
  width: 20px;
  float: left;
  margin-right: 10px;
  height: 22px;
}

.filter-groups li{
  padding: 5px 0;
}

.Beden li label input{
  display: none;
}
.Beden li label.active-checkbox{
  background-color: black;
  color: white;
}
.Beden li label{
  border: 1px solid black;
  min-width: 35px;
  text-align: center;
  line-height: 30px;
}
.Beden li{
  display: inline-block;
}

.btn-wishlist:hover{
 background-color: black;
  color: white;
}

.basketDiv .view-cart{
  line-height: 35px;
}

.Renk li span:before{
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid black;
  content: " ";
  position: absolute;
  top: -6px;
  left: 16px;
}
.Renk li:hover span{
  display: block;
}
.Renk li span{
  background: black;
  color: white;
  padding: 3px 10px;
  font-size: 12px;
  position: absolute;
  bottom: -32px;
  left: -10px;
  display: none;
}
.Renk li {
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
.Renk li input{
  display: none;
}


.filter-groups .dcheckbox{
  position: relative;
  padding-left: 30px;
  display: block;
  cursor: pointer;
}

.filter-groups .Beden .dcheckbox{
  padding-left: 0;
}


.filter-groups .dcheckbox:before{
  content: " ";
  width: 20px;
  height: 20px;
  border: 1px solid black;
  display: block;
  position: absolute;
  left: 0;
}

.filter-groups .dcheckbox.active-checkbox:before{
  content: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMiAxNiIgdmVyc2lvbj0iMS4xIj48dGl0bGU+Y2hlY2s8L3RpdGxlPjxnIGlkPSJPY3RpY29ucyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9ImNoZWNrIiBmaWxsPSIjMDAwIj48cGF0aCBpZD0iU2hhcGUiIGQ9Ik0xMiA1bC04IDgtNC00IDEuNS0xLjVMNCAxMGw2LjUtNi41eiIvPjwvZz48L2c+PG1ldGFkYXRhPjxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6cmRmcz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wMS9yZGYtc2NoZW1hIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cmRmOkRlc2NyaXB0aW9uIGFib3V0PSJodHRwczovL2ljb25zY291dC5jb20vbGVnYWwjbGljZW5zZXMiIGRjOnRpdGxlPSJjaGVjayIgZGM6ZGVzY3JpcHRpb249ImNoZWNrIiBkYzpwdWJsaXNoZXI9Ikljb25zY291dCIgZGM6ZGF0ZT0iMjAxNy0wOS0xNCIgZGM6Zm9ybWF0PSJpbWFnZS9zdmcreG1sIiBkYzpsYW5ndWFnZT0iZW4iPjxkYzpjcmVhdG9yPjxyZGY6QmFnPjxyZGY6bGk+R2l0aHViPC9yZGY6bGk+PC9yZGY6QmFnPjwvZGM6Y3JlYXRvcj48L3JkZjpEZXNjcmlwdGlvbj48L3JkZjpSREY+PC9tZXRhZGF0YT48L3N2Zz4=");
  text-align: center;
}

.filter-groups .Renk .dcheckbox{
  border: 3px solid white;
  border-radius: 50%;
}

.filter-groups .Renk .dcheckbox.active-checkbox{
  border-color: #2ddd00;
}

.filter-groups .Renk .dcheckbox,
.filter-groups .Beden .dcheckbox{
  padding-left: 0;
}


.filter-groups .Renk .dcheckbox:before,
.filter-groups .Beden .dcheckbox:before{
  content: none;
}

.filter-groups .dcheckbox input{
  display: none;
}

@media (max-width: 780px) {
  .col-sm-6{
    width: 100%;
  }

  .desktop{
    display: none !important;
  }

  .mobil{
    display: block !important;
  }

  .tab-desc-content h2{
      margin: 10px 0;
  }

  #footer-top-control form input{
    width: 100%;
  }
  #footer-top-control h5{
    padding-left: 10px;
  }
  #footer-top-control form{
    width: 95%;
  }

  .list-item .absolute.bottom-5{
    display: none;
  }
  .list-item .is_wishlist{
    height: 24px;
    display: block;
    width: 16px;
    text-align: center;
    line-height: 27px;
  }
  .col-sm-9,.col-sm-10,.col-sm-8,.col-sm-3,.col-sm-2,.col-sm-6,.col-sm-95,.col-sm-25{
    width: 100%;
  }

  aside#column-right,aside#column-left {
    padding-left: 0px;
    margin: 20px 0;
  }

  .breadcrumb li a:before {
    padding: 0 10px;
  }

  #search button i{
    font-size: 25px;
    right: 10px;
    position: relative;
  }
  #search input{
    padding: 10px;
    font-size: 15px;
  }
  #search{
    position: absolute;
    width: 100%;
    top: 60px;
    background: white;
    z-index: 11;
    left: 0px;
    height: 40px;
  }

  .mobil-search{
    display: block;
  }
  header .icon-add{
    font-size: 37px;
    position: relative;
    top: 5px;
  }
  header .icon-search{
    position: relative;
    top: 2px;
  }
  header .icon-person{
    font-size: 36px;
    position: relative;
    top: 3px;
  }

  .hidden-xs{
    display: none;
  }

  #product-category .description {
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    width: 100%;
  }
  #product-category .description .col-sm-3 {
    width: 100%;
    margin-top: 0;
  }

  #product-category>.row{
    display: block;
  }
  #product-category .description .col-sm-9 {
    width: 100%;
    text-align: justify;
  }

  .sidebar {
    width: 100%;
  }

  .sidecontent {
    width: 100%;
  }

  .top-filter .pull-left{
    display: none;
  }

  .grid3 .list-item .text-customFontColor>.items-start{
    height: 40px;
  }
  .grid3 .list-item .text-customFontColor{
    display: block;
    line-height: 12px;

  }
  .grid3 .list-item .h-auto .opacity-0{
    width: 100%;
    left: 0;
    top: 0;
  }
  .grid3 .list-item {
    width: calc(100% / 2);
    margin-bottom: 5px;
  }
  .price {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    margin-bottom: 0;
  }
  .tab-desc-content {
    padding: 10px;
  }
  .center-80 {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .col-sm-6.pside{
    padding-left: 0;
    padding:0px;
  }

  .pdetail li {
    list-style: none;
    display: block;
    margin-right: 0px;
  }

  .detail-group {
    padding-top: 30px;
  }

  .body-find {
    position: absolute;
    right: initial;
    top: -7px;
    left: 0;
    color: black;
  }

  .body-size {
    position: absolute;
    right: 0;
    top: -7px;
    color: black;
  }


  .button-area {
    margin-top: 15px !important;
  }

  #button-cart-fast {
    width: 100%;
    margin-top: 15px;
  }

  .button-area button {
    width: calc((100% - 25px) / 2);
  }

  .option-item{
    display: block;
    clear: both;
    padding: 3px 0;
    color: black;
    margin: 0;
  }

  .option-item .radio {
    float: left;
    border: 1px solid black;
    width: 40px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 35px;
  }

  .scrollpanel {
    height: 200px;
    padding-top: 20px;
    padding-right: 25px;
  }

  .slick-slide img {
    display: block;
    margin: 0 auto;
  }
  .swal2-content{
    padding:0;
  }
  .swal2-actions{
    padding:0;
  }

  .quantity-button {
    line-height: 20px !important;
    font-size: 28px !important;
  }
  #collapse-payment-method .buttons{
    display: table;
    width: 100%;
    position: relative;
    padding-top: 50px;
  }
  #collapse-payment-method .aggree-area {
    float: left;
    margin-right: 15px;
    line-height: 45px;
    position: absolute;
    top: -5px;
    left: 0;
    line-height: 17px;
  }
  .modal{
    width: 94%;
  }

  .modal-body {
    max-height: 75vh;
  }
  .address-radio-label{
    width: 96% !important;
    margin-bottom: 10px;
  }

  .payment-banner {
    display: none !important;
  }
  .payment-header ul li h6 {
    display: none;
  }

  .payment-header ul li {
    padding: 10px 10px !important;
    max-width: 100px;
  }

  .payment-header ul li i {
    font-size: 35px !important;
  }
  .payment-header {
    margin: 0px auto !important;
    margin-bottom: 20px !important;
  }

  .related-title {
    font-size: 24px;
    text-align: center;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .payment-header ul li h4 {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-top: 10px !important;
  }

  .alert {
    padding: 10px !important;
    margin: 15px 0% !important;
    font-size: 13px !important;
  }
  header .icon-shopping-bag {
    font-size: 25px;
    position: relative;
    top: 1px;
  }

  .logo-img {
    position: relative;
    top: 0px;
  }

  .list-item .flex.justify-between.text-customFontColor{
    display: block !important;
  }
}