<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&amp;display=swap");

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Inter", sans-serif;
  --body-font: "Inter", sans-serif;
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --light-h: 0;
  --light-s: 0%;
  --light-l: 51%;
  --light: var(--light-h) var(--light-s) var(--light-l);
  --light-d-100: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.1);
  --light-d-200: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.2);
  --light-l-100: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.1);
  --light-l-200: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.2);
  --black-h: 0;
  --black-s: 0%;
  --black-l: 16%;
  --black: var(--black-h) var(--black-s) var(--black-l);
  --heading-color: var(--black);
  --body-color: var(--light);
  --body-bg: 0 0% 98%;
  --border-color: 0 0% 88%;
  --border-color-dark: 0 0% 74%;
  --border-color-light: 0 0% 91%;
  --section-bg: 206 100% 97%;
  /* ================================ Box Shadow Start =============================== */
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
  /* ================================ Box Shadow End =============================== */
  /* ========================= Base Color ============================= */
  --base-h: 205;
  --base-s: 100%;
  --base-l: 50%;
  --base: var(--base-h) var(--base-s) var(--base-l);



  /* Base Darken  */
  --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
  /* Base Lighten */
  --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  /* ========================= Base Two Color ============================= */
  --base-two-h: 230;
  --base-two-s: 63%;
  --base-two-l: 46%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);

  /* Base Two Darken */
  --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.05);
  --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
  --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
  --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  /* Base Two Lighten */
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
  --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
  --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
  --primary-h: 211;
  --primary-s: 100%;
  --primary-l: 50%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  /* Primary Darken */
  --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
  /* primary Lighten */
  --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
  /* Secondary Color */
  --secondary-h: 208;
  --secondary-s: 7%;
  --secondary-l: 46%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  /* Secondary Darken */
  --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  /* secondary Lighten */
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
  /* Success Color */
  --success-h: 145;
  --success-s: 63%;
  --success-l: 42%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  /* Success Darken */
  --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
  /* Success Lighten */
  --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
  /* Danger Color */
  --danger-h: 0;
  --danger-s: 100%;
  --danger-l: 53%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  /* Danger Darken */
  --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
  /* danger Lighten */
  --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
  /* Warning Color */
  --warning-h: 45;
  --warning-s: 100%;
  --warning-l: 50%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  /* Warning Darken */
  --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
  /* Warning Lighten */
  --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
  /* Info Color */
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  /* Info Darken */
  --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
  --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
  /* dark Color */
  --dark-h: 210;
  --dark-s: 10%;
  --dark-l: 23%;
  --dark: var(--dark-h) var(--dark-s) var(--dark-l);
  /* dark Darken */
  --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
  --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
  --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
  --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
  --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
  --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
  --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
  --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
  --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
  --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
  --dark-l-600: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.6);
  /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= Css Variables End =========================== */
/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--body-bg));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden !important;
}

p {
  font-weight: 400;
  margin: 0;
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (max-width: 767px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: clamp(1.75rem, 0.1327rem + 3.3694vw, 3.5rem);
}

h2 {
  font-size: clamp(1.5rem, 0.3542rem + 2.6474vw, 3rem);
}

h3 {
  font-size: clamp(1.375rem, 0.3353rem + 2.1661vw, 2.5rem);
}

h4 {
  font-size: clamp(1.25rem, 0.5569rem + 1.444vw, 2rem);
}

h5 {
  font-size: clamp(1.125rem, 0.7784rem + 0.722vw, 1.5rem);
}

h6 {
  font-size: clamp(1rem, 0.769rem + 0.4813vw, 1.25rem);
}

h1&gt;a,
h2&gt;a,
h3&gt;a,
h4&gt;a,
h5&gt;a,
h6&gt;a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  transition: 0.2s linear;
  line-height: 1.3;
}

a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  color: #0667f6;
}

a:hover {
  color: #2f83ff;
}

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

select {
  cursor: pointer;
}

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

button {
  border: 0;
  background-color: transparent;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xsm-6 {
    width: 50%;
  }
}

/* Section Background */
.section-bg {
  background-color: hsl(var(--section-bg));
}

/* Bg Image Css */
.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
  position: absolute;
  overflow-y: hidden;
  padding-right: 17px;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .scroll-hide {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
  }
}

/* Overlay Start */
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.body-overlay.show-overlay {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black) / 0.6);
    z-index: 9999;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
  }

  .sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
  }
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* Fully Fit image Css */
.fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
  display: flex;
  flex-wrap: wrap;
}

.flex-align {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.account::before,
.account::after,
.cart-action__item::before,
.setting-sidebar-list__link::before,
.product-details-list__item::before,
.cta::before,
.blue-green::before,
.blue-green::after,
.blue-violet::before,
.blue-violet::after,
.browse-best-selling::before,
.browse-best-selling::after,
.product-card__thumb::before,
.category-item-slider::before,
.category-item-slider::after,
.profile-dropdown::before,
.alert__link::before,
.custom-tab__link::before {
  position: absolute;
  content: "";
}

.top-center-extend,
.cart-action__item::before,
.product-details-list__item::before,
.category-item-slider::before,
.category-item-slider::after,
.search-box__btn,
.language-select::before,
.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  top: 50%;
  transform: translateY(-50%);
}

.left-center-extend,
.custom-tab__link::before {
  left: 50%;
  transform: translateX(-50%);
}

.top-left-center-extend {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12,
.badge {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14,
.form--radio .form-check-label,
.form--check .form-check-label,
.form--control::placeholder {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16,
.alert__title,
p {
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {

  .fs-16,
  .alert__title,
  p {
    font-size: 0.9375rem;
  }
}

.fs-17 {
  font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
  .fs-17 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-17 {
    font-size: 0.9375rem;
  }
}

.fs-18,
.custom--accordion .accordion-button {
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {

  .fs-18,
  .custom--accordion .accordion-button {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {

  .fs-18,
  .custom--accordion .accordion-button {
    font-size: 1rem;
  }
}

.fs-20 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
  .fs-20 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 1.0625rem;
  }
}

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

/* ===================== Font Size For responsive devices End =================== */
/* ====================== Section Heading ==================== */
.section-heading {
  text-align: center;
  margin-bottom: 32px;
}

.section-heading__title {
  margin-bottom: 10px;
}

.section-heading__desc {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 0.848rem + 0.317vw, 1.125rem);
}

.section-heading__inner {
  max-width: 620px;
}

.section-heading.style-left {
  text-align: left;
}

.section-heading.style-left .section-heading__title::before {
  left: 0;
  transform: translateX(0);
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

/* ====================== Section Heading En d==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
  background-color: hsl(var(--base)) !important;
}

.bg--primary {
  background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.bg--success {
  background-color: hsl(var(--success)) !important;
}

.bg--danger {
  background-color: hsl(var(--danger)) !important;
}

.bg--warning {
  background-color: hsl(var(--warning)) !important;
}

.bg--info {
  background-color: hsl(var(--info)) !important;
}

.bg--dark {
  background-color: hsl(var(--dark)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
  color: hsl(var(--base)) !important;
}

.text--heading {
  color: hsl(var(--heading-color)) !important;
}

.text--primary {
  color: hsl(var(--primary)) !important;
}

.text--secondary {
  color: hsl(var(--secondary)) !important;
}

.text--success {
  color: hsl(var(--success)) !important;
}

.text--danger {
  color: hsl(var(--danger)) !important;
}

.text--warning {
  color: hsl(var(--warning)) !important;
}

.text--info {
  color: hsl(var(--info)) !important;
}

.text--dark {
  color: hsl(var(--dark)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .my-120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}

@media (min-width: 576px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .my-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-120 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

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

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

@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

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

@media (min-width: 576px) {
  .pt-30 {
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .pt-30 {
    padding-top: 30px;
  }
}

.pb-60 {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
  border-color: hsl(var(--base)) !important;
}

.border--color-dark {
  border-color: hsl(var(--border-color-dark)) !important;
}

.border--color-dark:focus {
  border-color: hsl(var(--base)) !important;
}

.border--primary {
  border-color: hsl(var(--primary)) !important;
}

.border--secondary {
  border-color: hsl(var(--secondary)) !important;
}

.border--success {
  border-color: hsl(var(--success)) !important;
}

.border--danger {
  border-color: hsl(var(--danger)) !important;
}

.border--warning {
  border-color: hsl(var(--warning)) !important;
}

.border--info {
  border-color: hsl(var(--info)) !important;
}

.border--dark {
  border-color: hsl(var(--dark)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
  border: none;
  border-bottom: 1px solid hsl(var(--black) / 0.09);
  background-color: hsl(var(--white)) !important;
  border-radius: 0px;
  overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.custom--accordion .accordion-header {
  line-height: 1;
}

.custom--accordion .accordion-body {
  padding: 15px;
  background-color: hsl(var(--white));
}

.custom--accordion .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.custom--accordion .accordion-button {
  background-color: hsl(var(--white));
  color: var(--heading-color);
  padding: 15px;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding-right: 30px;
  }
}

.custom--accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion .accordion-button:focus {
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--heading-color));
  background-color: hsl(var(--white)) !important;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--heading-color));
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f106";
  display: inline-block;
  position: absolute;
  right: 15px;
  height: unset;
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f107";
  color: hsl(var(--body-color));
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: none;
  background-color: none;
  border-color: none;
}

.pill {
  border-radius: 40px !important;
}

.btn {
  color: hsl(var(--white)) !important;
  font-weight: 500;
  padding: 15px 24px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  font-size: 0.9375rem;
  line-height: 1;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 14px 20px;
  }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  box-shadow: none !important;
}

.btn:active {
  box-shadow: inset 1px 1px 3px 0 #00000072, inset -2px -2px 4px 0 #ffffff72 !important;
}

.btn--lg {
  padding: 20px 35px;
}

@media screen and (max-width: 991px) {
  .btn--lg {
    padding: 18px 30px;
  }
}

@media screen and (max-width: 767px) {
  .btn--lg {
    padding: 16px 25px;
  }
}

.btn--md {
  padding: 12px 24px;
  font-size: 0.875rem;
}

.btn--sm {
  padding: 11px 15px;
  font-size: 0.8125rem;
  font-weight: 400;
}

@media screen and (max-width: 1399px) {
  .btn--sm {
    padding: 9px 10px;
    font-size: 0.75rem;
  }
}

.btn--icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0.625rem;
  color: hsl(var(--body-color));
  padding: 0;
  border-radius: 4px;
}

.btn .icon {
  margin-right: 5px;
}

.btn--base {
  background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.btn--light {
  background-color: hsl(var(--light)) !important;
}

.btn--light:hover,
.btn--light:focus .btn--light:focus-visible {
  background-color: hsl(var(--light-d-100)) !important;
  border: 1px solid hsl(var(--light-d-100)) !important;
}

.btn--light--soft {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: hsl(var(--body-color)) !important;
  font-weight: 600;
}

.btn--light--soft:hover {
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}

.btn-outline--light {
  background-color: transparent !important;
  border: 1px solid hsl(var(--border-color)) !important;
  color: hsl(var(--light)) !important;
}

.btn-outline--light:hover,
.btn-outline--light:focus .btn-outline--light:focus-visible {
  background-color: hsl(var(--light)) !important;
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--light)) !important;
}

.btn--primary {
  background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
  background-color: hsl(var(--primary-d-200)) !important;
  border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--primary)) !important;
  color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
  background-color: hsl(var(--secondary-d-200)) !important;
  border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--secondary)) !important;
  color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--success {
  background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
  background-color: hsl(var(--success-d-200)) !important;
  border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
  background-color: transparent !important;
  border: 1px solid hsl(var(--success)) !important;
  color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
  background-color: hsl(var(--success)) !important;
  color: hsl(var(--white)) !important;
}

.btn--danger {
  background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: hsl(var(--danger-d-200)) !important;
  border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
  background-color: transparent !important;
  border: 1px solid hsl(var(--danger)) !important;
  color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}

.btn--warning {
  background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
  background-color: hsl(var(--warning-d-200)) !important;
  border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
  background-color: transparent !important;
  border: 1px solid hsl(var(--warning)) !important;
  color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
  background-color: hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}

.btn--info {
  background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
  background-color: hsl(var(--info-d-200)) !important;
  border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
  background-color: transparent !important;
  border: 1px solid hsl(var(--info)) !important;
  color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
  background-color: hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

.btn--dark {
  background-color: hsl(var(--dark)) !important;
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
  background-color: hsl(var(--dark-d-200)) !important;
  border: 1px solid hsl(var(--dark-d-200)) !important;
}

.btn-outline--dark {
  background-color: transparent !important;
  border: 1px solid hsl(var(--dark)) !important;
  color: hsl(var(--dark)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
  background-color: hsl(var(--dark)) !important;
  color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color) / 0.45);
}

.custom--card .card-header {
  padding: 12px 24px;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.custom--card .card-header .title {
  margin-bottom: 0;
}

.custom--card .card-body {
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: 5px;
}

@media (max-with: 575px) {
  .custom--card .card-body {
    padding: 24px 15px;
  }
}

.custom--card .card-footer {
  padding: 12px 24px;
  background-color: transparent;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

.custom--card .campaign-content {
  max-width: max-content;
  margin-inline: auto;
}

.custom--card .campaign-content h3 {
  text-align: center;
}

.campaign--card {
  color: hsl(var(--white));
  border: none;
  background-color: hsl(var(--white));
}

.campaign--card .card-body {
  background-color: transparent;
}

@media screen and (max-width: 575px) {
  .campaign--card .card-body {
    padding: 16px;
  }
}

.campaign--card .campaign__title {
  background: -webkit-linear-gradient(90deg, hsl(var(--base)), #00eaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.campaign-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .campaign-date {
    gap: 16px;
  }
}

@media screen and (max-width: 575px) {
  .campaign-date {
    gap: 8px;
  }
}

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

.campaign-date__item:not(:last-child) {
  display: flex;
  align-items: center;
}

.campaign-date__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 36px;
  background-color: hsl(var(--black) / 0.15);
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .campaign-date__item:not(:last-child)::after {
    margin-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .campaign-date__item:not(:last-child)::after {
    margin-left: 8px;
    height: 24px;
  }
}

.campaign-date__item .label,
.campaign-date__item .value {
  display: block;
}

.campaign-date__item .label {
  color: hsl(var(--body-color));
  font-weight: 500;
}

.campaign-date__item .value {
  font-size: 18px;
  font-weight: 600;
  color: hsl(var(--heading-color));
}

@media screen and (max-width: 767px) {
  .campaign-date__item .label {
    font-size: 14px;
  }

  .campaign-date__item .value {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .campaign-date__item .label {
    font-size: 12px;
  }

  .campaign-date__item .value {
    font-size: 12px;
  }
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: hsl(var(--body-color));
  font-weight: 600;
}

.form-group {
  margin-bottom: 1rem;
}

/* Form Select */
.select {
  color: hsl(var(--black) / 0.6) !important;
}

.select:focus {
  border-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
}

/*
.select option:not(:selected) {
  background-color: hsl(var(--white));
  color: hsl(var(--black));
} */

/* Form Select End */
/* Form Control Start */
.form--control {
  border-radius: 5px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 13px 24px;
  background-color: transparent !important;
  border: 1px solid hsl(var(--border-color));
  color: hsl(var(--black));
  line-height: 1;
}

.search.form--control,
.form--control.not-full {
  width: 77% !important;
}

.form--control--sm {
  padding: 9px 14px;
  border-color: hsl(var(--border-color-light));
  font-weight: 500;
  border-radius: 4px;
  font-size: 0.875rem;
}

.form--control--sm::placeholder {
  font-weight: 500;
  font-size: 0.8125rem;
  color: hsl(var(--body-color) / 0.65) !important;
}

.form--control::placeholder {
  color: hsl(var(--black) / 0.6);
}

.form--control:focus {
  border-color: hsl(var(--base));
  box-shadow: none;
}

.form--control:disabled,
.form--control[readonly] {
  background-color: #f2f2f2 !important;
  opacity: 1;
  cursor: no-drop;
}

.form--control[type="password"] {
  color: hsl(var(--black) / 0.5);
}

.form--control[type="password"]:focus {
  color: hsl(var(--black));
}

.form--control[type="file"] {
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
}

.form--control--sm[type="file"] {
  height: 37px;
  line-height: 37px;
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--border-color)) !important;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 0.875rem;
  background-color: hsl(var(--body-bg)) !important;
  transition: 0.2s linear;
  position: relative;
  line-height: 20px;
  margin-left: 10px;
  font-weight: 400;
  color: hsl(var(--body-color)) !important;
  top: -1px;
}

.form--control[type="file"]::file-selector-button:hover {
  background-color: #f2f2f2 !important;
}

/* Form Control End */
textarea.form--control {
  height: 130px;
  line-height: 1.2 !important;
}

textarea.textarea--sm {
  height: 60px;
  padding: 11px 16px;
  resize: none;
  line-height: 1.2;
}

textarea.textarea--sm::placeholder {
  font-size: 0.875rem;
  color: hsl(var(--body-color) / 0.65);
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--heading-color)) !important;
  caret-color: hsl(var(--heading-color));
}

/* Autofill Css End */
/* input group */
.input--group {
  position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
  padding-right: 50px;
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--black) / 0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

/* Custom Checkbox Design */
.form--check {
  /* Sm style */
}

.form--check a {
  display: inline;
}

.form--check .form-check-input {
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid hsl(var(--body-color));
  cursor: pointer;
}

.form--check .form-check-input:checked {
  box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\e93a";
  font-family: "icomoon";
  font-weight: 900;
  color: hsl(var(--body-color));
  font-size: 0.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  font-weight: 400;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
}

@media screen and (max-width: 424px) {
  .form--check label {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 0.9375rem;
  }
}

.form--check--sm .form-check-input {
  width: 13px;
  height: 13px;
  border-radius: 2px;
}

.form--check--sm .form-check-input::before {
  font-size: 0.375rem !important;
}

.form--check--sm .form-check-label {
  width: calc(100% - 13px);
  padding-left: 8px;
}

/* Custom Radio Design */
.form--radio .form-check-input {
  box-shadow: none;
  border: 2px solid hsl(var(--body-color));
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.form--radio .form-check-input:active {
  filter: brightness(100%);
}

.form--radio .form-check-input:checked {
  background-color: transparent;
}

.form--radio .form-check-input:checked[type="radio"] {
  background-image: none;
}

.form--radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: hsl(var(--body-color));
  border-radius: 50%;
  z-index: 999;
}

.form--radio .form-check-label {
  font-weight: 400;
  padding-left: 12px;
  cursor: pointer;
}

.form--radio.style-success .form-check-input:checked {
  border-color: hsl(var(--success));
}

.form--radio.style-success .form-check-input:checked::before {
  background-color: hsl(var(--success));
}

.form--radio.style-success .form-check-input:checked~.form-check-label {
  color: hsl(var(--heading-color));
  font-size: 1rem;
  font-weight: 700;
}

.form--radio.style-success:has(.form-check-input:checked)+.common-sidebar__price {
  color: hsl(var(--heading-color));
  font-size: 1rem;
  font-weight: 700;
}

.bg--white {
  background-color: hsl(var(--white)) !important;
}

.custom--modal {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.custom--modal.show {
  transform: scale(1);
  opacity: 1;
}

.custom--modal .modal-title {
  font-size: 1.125rem;
  font-weight: 600 !important;
}

.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--black) / 0.12);
  padding: 15px;
}

.custom--modal .modal-header.close {
  width: 35px;
  height: 35px;
  background-color: hsl(var(--danger));
  font-size: 1.5625rem;
  line-height: 1;
  border-radius: 4px;
  transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
  background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
  box-shadow: none;
}

.custom--modal .modal-content {
  background-color: hsl(var(--white));
  border-radius: 10px !important;
}

.custom--modal .modal-body {
  padding: 15px;
}

.custom--modal .modal-icon i {
  font-size: 2rem;
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-top: 1px solid hsl(var(--black) / 0.12);
  justify-content: flex-end;
}

.custom--modal.fade .modal-dialog {
  transform: translate(0, 0);
}

/* ================================= Pagination Css Start =========================== */
.pagination {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pagination .page-item.active .page-link {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
  border: 1px solid hsl(var(--border-color));
  border-radius: 4px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 400;
  padding: 0;
  color: hsl(var(--body-color));
}

.pagination .page-item .page-link .icon {
  font-size: 11px;
}

.pagination .page-item .page-link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Css Start */
.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 0px;
  border: 1px solid hsl(var(--border-color) / 0.045);
  border-radius: 8px;
  overflow: hidden;
}

.table thead tr th {
  background-color: hsl(var(--white));
  padding: 23px 24px;
  color: hsl(var(--heading-color));
  font-family: var(--heading-font);
  font-weight: 700;
  max-width: 170px;
  font-size: 0.875rem;
  border-bottom: 1px solid hsl(var(--border-color));
}

.table thead tr th:not(:first-child) {
  border-left: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 8px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 8px 0 0;
  text-align: right;
}

.table thead tr th:nth-child(2) {
  text-align: left;
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white));
}

.table tbody tr {
  border-bottom: 1px solid hsl(var(--border-color));
}

.table tbody tr:last-child {
  border-bottom: 0;
}

.table tbody tr:last-child td {
  border-bottom: 0;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 8px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0px 8px 0;
}

.table tbody tr td {
  vertical-align: middle;
  padding: 12px 24px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--body-color));
  font-weight: 400;
  max-width: 170px;
  font-size: 0.875rem;
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: var(--heading-font);
  font-size: 0.875rem;
  color: hsl(var(--black));
  font-weight: 700;
  display: none;
  width: 45% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
}

.table tbody tr td:last-child {
  text-align: right;
}

/* Table Style Two Css Start */
.table.style-two {
  border-spacing: 0px 10px;
  border: 0px;
  border-radius: 0px;
  min-width: max-content;
}

.table.style-two thead tr th {
  padding: 0px 16px;
  background: transparent;
  border-bottom: 0;
  font-weight: 500;
}

.table.style-two tbody tr {
  background-color: hsl(var(--body-bg));
}

.table.style-two tbody tr td {
  padding: 12px 16px;
  border: 1px solid hsl(var(--border-color));
  border-bottom: 1px solid hsl(var(--border-color)) !important;
}

@media screen and (max-width: 1399px) {
  .table.style-two tbody tr td {
    padding: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .table.style-two tbody tr td {
    font-size: 0.8125rem;
  }
}

.table.style-two tbody tr td:not(.table.style-two tbody tr td:first-child) {
  border-left: 0;
}

.table.style-two tbody tr td:not(.table.style-two tbody tr td:last-child) {
  border-right: 0;
}

.table.style-two tbody tr td:first-child {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.table.style-two tbody tr td:last-child {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

/* Table Style Two Css End */
@media screen and (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--md tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.8);
    max-width: unset;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
  }

  .table--responsive--md tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .table--responsive--md tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--lg tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg tbody tr td {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--xl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl thead {
    display: none;
  }

  .table--responsive--xxl tbody tr {
    display: block;
  }

  .table--responsive--xxl tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--xxl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--xxl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xxl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xxl tbody tr td::before {
    display: block;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 40px !important;
  z-index: 1;
}

.custom--tab .nav-item {
  border-bottom: 0;
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  .custom--tab .nav-item {
    margin-right: 8px;
  }
}

.custom--tab .nav-item:last-child {
  margin-right: 0;
}

.custom--tab .nav-item .nav-link {
  color: hsl(var(--body-color)) !important;
  padding: 4px 10px !important;
  background-color: transparent !important;
  border-radius: 4px;
  transition: 0.2s linear;
  font-weight: 500;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .custom--tab .nav-item .nav-link {
    color: hsl(var(--body-color)) !important;
    padding: 4px 8px !important;
    font-size: 0.8125rem;
  }
}

.custom--tab .nav-item .nav-link.active,
.custom--tab .nav-item .nav-link:hover {
  color: hsl(var(--base)) !important;
  background-color: hsl(var(--base-l-900)) !important;
}

/* Custom Tab without bootstrap tab css Start */
.custom-tab {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, -4.14rem + 7.895vw, 3.75rem);
}

@media screen and (max-width: 991px) {
  .custom-tab {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .custom-tab {
    gap: 0;
  }
}

.custom-tab.style-two {
  gap: 32px;
}

@media screen and (max-width: 1399px) {
  .custom-tab.style-two {
    gap: 24px;
  }
}

@media screen and (max-width: 991px) {
  .custom-tab.style-two {
    gap: 0;
  }
}

.custom-tab__item {
  margin-right: 0;
}

.custom-tab__item.active .custom-tab__link {
  color: hsl(var(--base));
}

.custom-tab__item.active .custom-tab__link::before {
  width: 100%;
}

.custom-tab__link {
  padding: 0 !important;
  color: hsl(var(--heading-color));
  position: relative;
  transition: 0.2s linear;
  font-weight: 600;
  font-size: 0.875rem;
  border-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .custom-tab__link {
    border-radius: 5px;
    font-weight: 500;
  }
}

@media screen and (max-width: 424px) {
  .custom-tab__link {
    font-size: 0.8125rem;
  }
}

.custom-tab__link::before {
  width: 0;
  height: 2px;
  bottom: -1px;
  background-color: hsl(var(--base));
  transition: 0.2s linear;
  display: block !important;
}

.custom-tab__link:hover {
  color: hsl(var(--base));
}

/* Custom Tab without bootstrap tab css End */
/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
  border-radius: 3px;
  padding: 6px 8px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.badge--base {
  background-color: hsl(var(--base) / 0.1) !important;
  color: hsl(var(--base)) !important;
}

.badge--primary {
  background-color: hsl(var(--primary) / 0.1) !important;
  color: hsl(var(--primary)) !important;
}

.badge--secondary {
  background-color: hsl(var(--secondary) / 0.1) !important;
  color: hsl(var(--secondary)) !important;
}

.badge--success {
  background-color: hsl(var(--success) / 0.1) !important;
  color: hsl(var(--success)) !important;
}

.badge--danger {
  background-color: hsl(var(--danger) / 0.1) !important;
  color: hsl(var(--danger)) !important;
}

.badge--warning {
  background-color: hsl(var(--warning) / 0.1) !important;
  color: hsl(var(--warning)) !important;
}

.badge--info {
  background-color: hsl(var(--info) / 0.1) !important;
  color: hsl(var(--info)) !important;
}

.badge--dark {
  background-color: hsl(var(--dark) / 0.1) !important;
  color: hsl(var(--dark)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  background-color: hsl(var(--white)) !important;
  font-weight: 400;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 15px;
  border-width: 1px;
  padding-right: 20px !important;
}

.alert-dismissible .btn-close {
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: transparent;
  background-image: none;
  margin: 2px;
  color: #f0f0f0;
  box-shadow: 0 0 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.alert-dismissible .btn-close--success i {
  color: hsl(var(--success));
}

.alert-dismissible .btn-close--danger i {
  color: hsl(var(--danger));
}

.alert-dismissible .btn-close--warning i {
  color: hsl(var(--warning));
}

@media screen and (max-width: 991px) {
  .alert {
    padding: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert {
    padding: 12px;
  }
}

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

.alert__content {
  width: calc(100% - 24px);
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .alert__content {
    padding-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert__content {
    padding-left: 0;
    width: 100%;
    margin-top: 6px;
  }
}

.alert__title {
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.alert__desc {
  color: hsl(var(--base-two) / 0.5);
  display: block;
  line-height: 1.375;
}

@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 0.8125rem;
  }
}

.alert__link {
  position: relative;
}

.alert__link:hover::before {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.alert__link::before {
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--base));
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.alert--base {
  border-color: hsl(var(--base) / 0.6);
}

.alert--base .alert__icon {
  color: hsl(var(--base));
}

.alert--primary {
  border-color: hsl(var(--primary) / 0.6);
}

.alert--primary .alert__icon {
  color: hsl(var(--primary));
}

.alert--success {
  border-color: hsl(var(--success) / 0.6);
}

.alert--success .alert__icon {
  color: hsl(var(--success));
}

.alert--info {
  border-color: hsl(var(--info) / 0.6);
}

.alert--info .alert__icon {
  color: hsl(var(--info));
}

.alert--danger {
  border-color: hsl(var(--danger) / 0.6);
}

.alert--danger .alert__icon {
  color: hsl(var(--danger));
}

.alert--warning {
  border-color: hsl(var(--warning) / 0.6);
}

.alert--warning .alert__icon {
  color: hsl(var(--warning));
}

.alert--secondary {
  border-color: hsl(var(--secondary) / 0.6);
}

.alert--secondary .alert__icon {
  color: hsl(var(--secondary));
}

.alert--dark {
  border-color: hsl(var(--dark) / 0.6);
}

.alert--dark .alert__icon {
  color: hsl(var(--dark));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--black));
  width: 100%;
  height: 100%;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
  content: "";
  border: 1em solid hsl(var(--base));
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  animation-delay: 0.5s;
}

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.header {
  position: relative;
  z-index: 922;
  background-color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
  .header {
    padding: 10px 0;
    position: relative;
    z-index: 922;
    max-height: 101vh;
    overflow-y: auto;
  }

  .header::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .header::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}

.header.fixed-header {
  background-color: hsl(var(--black));
  position: sticky;
  transition: 0.3s linear;
  top: 0px;
  animation: slide-down 0.8s;
  width: 100%;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar {
  padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu .nav-item {
    position: relative;
    padding-right: 24px;
  }

  .nav-menu .nav-item:last-child {
    padding-right: 0;
  }

  .nav-menu .nav-item.active .nav-link {
    color: hsl(var(--white)) !important;
  }

  .nav-menu .nav-item.active .nav-link::before {
    width: 100%;
  }

  .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--white)) !important;
  }

  .nav-menu .nav-item:hover .nav-link::before {
    width: 100%;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    transform: rotate(180deg);
    transition: 0.2s;
  }

  .nav-menu .nav-item .nav-link {
    font-size: 0.875rem;
    color: hsl(var(--white) / 0.8) !important;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    /* ======================== Style two ================ */
  }

  .nav-menu .nav-item .nav-link:hover {
    color: hsl(var(--white)) !important;
  }

  .nav-menu .nav-item .nav-link::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 2px;
    background-color: hsl(var(--white));
    transform: translateX(-50%);
    transition: 0.3s;
  }

  .nav-menu .nav-item .nav-link .nav-item__icon {
    transition: 0.3s;
    font-size: 0.8125rem;
    margin-left: 2px;
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .nav-menu .nav-item .nav-link .nav-item__icon {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding: 12px !important;
    transform: scaleX(0.95);
    transform-origin: center center;
    transition: 0.15s linear;
    overflow: hidden;
    border-radius: 8px;
    min-width: 190px;
    border: 0;
    box-shadow: 0px 8px 40px hsl(var(--black) / 0.12);
    margin-top: 16px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .dropdown-menu__list {
    border-bottom: 1px solid hsl(var(--border-color));
  }
}

@media (min-width: 992px) {
  .dropdown-menu__list:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-menu__link {
    padding: 9px 16px;
    font-weight: 600;
    font-size: 0.875rem;
    transition: 0.1s linear;
    border-radius: 5px;
  }

  .dropdown-menu__link:focus,
  .dropdown-menu__link:hover {
    color: hsl(var(--base));
    background-color: hsl(var(--base) / 0.1);
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    transform: scaleX(1);
    margin-top: 0;
  }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }

  .nav-menu {
    margin-top: 20px;
  }

  .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    transform: rotate(0deg) !important;
  }

  .nav-item:first-child {
    border-bottom: none;
  }

  .nav-item:last-child&gt;a {
    border-bottom: 0;
  }

  .nav-item.active .nav-link {
    color: hsl(var(--base));
  }

  .nav-item .nav-link {
    margin-bottom: 8px;
    padding: 10px 10px 10px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    border-bottom: 1px solid hsl(var(--white) / 0.1);
    color: hsl(var(--white)) !important;
    font-size: 0.875rem;
  }

  .nav-item .nav-link::before {
    display: none;
  }

  .nav-item .nav-link.show[aria-expanded="true"] {
    color: hsl(var(--base)) !important;
  }

  .nav-item .nav-link.show[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  .dropdown-menu {
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    margin: 0px !important;
    padding: 0 !important;
    border: 0;
    background-color: inherit;
    overflow: hidden;
  }

  .dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
  }

  .dropdown-menu li .dropdown-item {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--white) / 0.2);
    margin-left: 20px;
    color: hsl(var(--white));
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .dropdown-menu li .dropdown-item {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 991px) {

  .dropdown-menu li .dropdown-item:hover,
  .dropdown-menu li .dropdown-item:focus {
    background-color: transparent;
  }
}

.navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--white));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 2.5rem;
}

.navbar-toggler.header-button:focus {
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

/* ================================= Header Css End =========================== */
/* ================ Top Header Start Here ================ */
.header-top {
  background-color: hsl(var(--black));
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  padding: 22px 0px;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  .header-top {
    padding: 16px 0px;
  }
}

@media screen and (max-width: 991px) {
  .header-top__right {
    width: 100%;
  }
}

/* Login Registration */
.top-menu-list {
  margin-left: 20px;
}

.top-menu-list__item {
  padding-right: 1rem;
}

.top-menu-list__item:last-child {
  padding-right: 0;
}

.top-menu-list__link {
  color: hsl(var(--white));
  font-weight: 500;
  font-family: var(--body-font);
  font-size: 0.875rem;
}

.top-menu-list__link:hover {
  color: hsl(var(--base));
}

.top-menu-list__link:hover .login-registration-list__icon {
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .top-menu-list__link:hover {
    color: hsl(var(--base));
  }
}

/* Language Box */
.language-select {
  position: relative;
}

.language-select::before {
  position: absolute;
  content: "\e941";
  right: 0;
  font-family: "icomoon";
  font-weight: 600;
  font-size: 0.4375rem;
  color: hsl(var(--white));
}

.language-select select {
  display: inline-block;
  background-color: transparent;
  color: hsl(var(--white));
  border: 0;
  width: auto;
  font-size: 0.875rem;
  font-weight: 500;
  background-image: none;
  padding: 0;
  padding-right: 18px;
  padding-left: 4px;
}

@media screen and (max-width: 424px) {
  .language-select select {
    padding-right: 15px;
  }
}

.language-select option {
  background-color: hsl(var(--black));
}

/* Cart Btn */
.cart-button {
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 10px;
  margin-left: 20px;
}

.cart-button__icon {
  color: hsl(var(--white));
  transition: 0.2s linear;
  font-weight: 400;
}

.cart-button__icon:hover {
  color: hsl(var(--base));
}

.cart-button__qty {
  position: absolute;
  right: -10px;
  top: -8px;
  width: 20px;
  height: 20px;
  background-color: hsl(var(--base));
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50%;
  color: hsl(var(--white));
  pointer-events: none;
}

/* profile info */
.profile-info {
  margin-left: 20px;
  position: relative;
  /* Style Two */
}

@media screen and (max-width: 374px) {
  .profile-info {
    margin-left: 0px;
  }
}

.profile-info__icon {
  background-color: hsl(var(--white) / 0.1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: hsl(var(--white) / 0.19);
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 22px;
  overflow: hidden;
}

.profile-info__content {
  max-width: min-content;
  padding-left: 10px;
  text-align: left;
}

.profile-info__name {
  color: hsl(var(--white));
  font-size: 1rem;
  display: block;
  line-height: 1.1;
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 374px) {
  .profile-info__name {
    font-size: 0.875rem;
  }
}

.profile-info__text {
  color: #bdbdbd;
  font-weight: 600;
  font-size: 0.75rem;
  display: block;
  white-space: nowrap;
}

.profile-info.style-two {
  margin-left: 0;
  margin-bottom: 20px;
}

.profile-info.style-two .profile-info__icon {
  width: 40px;
  height: 40px;
  background-color: #d9d9d9;
  color: hsl(var(--white));
  font-size: 2rem;
}

.profile-info.style-two .profile-info__icon i {
  transform: translateX(1px) translateY(2px);
}

.profile-info.style-two .profile-info__content {
  width: calc(100% - 40px);
  padding-left: 8px;
}

.profile-info.style-two .profile-info__name {
  color: hsl(var(--heading-color));
}

.profile-info.style-two .profile-info__text {
  font-weight: 400;
  color: hsl(var(--body-color));
}

/* Profile Dropdown Css */
.profile-dropdown {
  padding: 16px;
  border-radius: 8px;
  background: hsl(var(--white));
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  width: 232px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 12px;
  transform: scale(0.94);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}

.profile-dropdown.show {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.profile-dropdown::before {
  right: 16px;
  top: -8px;
  width: 20px;
  height: 20px;
  background-color: hsl(var(--white));
  border-radius: 3px;
  transform: rotate(45deg);
}

.profile-dropdown-list__item:last-child .profile-dropdown-list__link {
  color: hsl(var(--danger));
}

.profile-dropdown-list__item:last-child .profile-dropdown-list__link:hover {
  background-color: hsl(var(--danger) / 0.1);
}

.profile-dropdown-list__link {
  color: hsl(var(--body-color));
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  padding: 8px 12px;
  border-radius: 4px;
}

.profile-dropdown-list__link:hover,
.profile-dropdown-list__link.active {
  background-color: hsl(var(--base) / 0.1);
}

.profile-dropdown-list__link:hover {
  color: hsl(var(--base));
}

.profile-dropdown-list__link .icon {
  margin-right: 12px;
  font-size: 0.9375rem;
  line-height: 1;
  width: 16px;
}

.profile-dropdown-list__link .icon .la {
  font-size: 1.4rem;
}

/* ================ Top Header End Here ================ */
/* ============= Footer Start Here ======================= */
.footer {
  background-color: hsl(var(--black));
  margin-top: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer__shape {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 30%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .footer__shape {
    display: none;
  }
}

.footer__shape.one {
  animation: downup 60s linear infinite;
}

.footer__shape.two {
  top: 50%;
  animation: updown 60s linear infinite;
}

.footer__shape.three {
  left: 0;
  right: auto;
  animation: updown 60s linear infinite;
}

@keyframes updown {

  0%,
  100% {
    top: -100%;
  }

  50% {
    top: 100%;
  }
}

@keyframes downup {

  0%,
  100% {
    top: 100%;
  }

  50% {
    top: -100%;
  }
}

.footer-item__logo {
  margin-bottom: clamp(1rem, -0.826rem + 3.803vw, 2.5rem);
}

.site-logo img {
  width: 163px;
}

.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 260px;
  max-height: 80px;
}

.footer-item__title {
  color: #bdbdbd;
  margin-bottom: 32px;
  position: relative;
}

.footer-item__desc {
  font-weight: 300;
}

.footer-item .social-list {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .footer-item .social-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .footer-item .social-list {
    margin-top: 15px;
  }
}

/* Footer List Item */
.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-menu__item {
  display: block;
  padding-bottom: 16px;
  color: hsl(var(--white) / 0.65);
}

.footer-menu__item:last-child {
  padding-bottom: 0;
}

.footer-menu__link {
  color: hsl(var(--white) / 0.65);
}

.footer-menu__link:hover {
  color: hsl(var(--base));
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
  display: flex;
  padding-bottom: 12px;
}

.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}

.footer-contact-menu__item-icon {
  width: 15px;
  color: hsl(var(--base));
  font-size: 1.25rem;
}

.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
  border-top: 1px solid hsl(var(--white) / 0.14);
}

.bottom-footer__text {
  font-weight: 300;
}

.terms-list {
  gap: clamp(1rem, 0.391rem + 1.268vw, 1.5rem);
}

.terms-list__link {
  font-weight: 300;
}

.terms-list__link:hover,
.terms-list__link:focus {
  text-decoration: underline;
  color: hsl(var(--base)) !important;
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid hsl(var(--base));
  transform: scale(0);
  background-color: hsl(var(--base));
}

.scroll-top:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
  transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-list__item {
  margin-right: 10px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.17);
  font-size: 0.9375rem;
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  color: hsl(var(--base));
  background-color: hsl(var(--white));
  border-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .social-list__link {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}

.social-list.colorful-style .social-list__link {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: hsl(var(--base));
  font-size: 0.6875rem;
}

.social-list.colorful-style .social-list__link.active,
.social-list.colorful-style .social-list__link:hover,
.social-list.colorful-style .social-list__link:focus {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-100));
  border-color: hsl(var(--base));
}

.social-list.colorful-style .social-list__link:has([class*="twitter"]) {
  background-color: #00aced;
}

.social-list.colorful-style .social-list__link:has([class*="twitter"]):hover {
  background-color: #0090c4;
}

.social-list.colorful-style .social-list__link:has([class*="x"]) {
  background-color: #000000;
}

.social-list.colorful-style .social-list__link:has([class*="x"]):hover {
  background-color: #000000;
}

.social-list.colorful-style .social-list__link:has([class*="linkedin"]) {
  background-color: #0077b5;
}

.social-list.colorful-style .social-list__link:has([class*="linkedin"]):hover {
  background-color: #00649a;
}

.social-list.colorful-style .social-list__link:has([class*="facebook"]) {
  background-color: #3b5998;
}

.social-list.colorful-style .social-list__link:has([class*="facebook"]):hover {
  background-color: #2d4780;
}

.social-list.colorful-style .social-list__link:has([class*="behance"]) {
  background-color: #1769ff;
}

.social-list.colorful-style .social-list__link:has([class*="behance"]):hover {
  background-color: #0453e6;
}

.social-list.colorful-style .social-list__link:has([class*="dribbble"]) {
  background-color: #ea4c89;
}

.social-list.colorful-style .social-list__link:has([class*="dribbble"]):hover {
  background-color: #da2369;
}

.social-list.colorful-style .social-list__link:has([class*="instagram"]) {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
}

.social-list.colorful-style .social-list__link:has([class*="instagram"]):hover {
  background: radial-gradient(circle at 30% 107%,
      #ecdf59 0%,
      #eadf6d 5%,
      #fd5949 45%,
      #d21196 60%,
      #144ae7 90%);
}

.social-list.colorful-style .social-list__link:has([class*="pinterest"]) {
  background-color: #e60023;
}

.social-list.colorful-style .social-list__link:has([class*="pinterest"]):hover {
  background-color: #fe0026;
}

.social-list.social-list--lg .social-list__link {
  width: 40px;
  height: 40px;
  font-size: 1.125rem;
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  padding: 16px 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid hsl(var(--border-color));
  margin-bottom: 0;
}

.breadcrumb__title {
  margin-bottom: 0px;
  font-size: 1.125rem;
  font-weight: 800;
}

.breadcrumb__list {
  display: flex;
  justify-content: center;
}

.breadcrumb__item {
  color: hsl(var(--body-color));
  padding-right: 10px;
  font-weight: 400;
  font-size: 0.9375rem;
}

.breadcrumb__item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}

.breadcrumb__item .icon {
  line-height: 1;
  font-size: 12px;
}

.breadcrumb__link {
  color: inherit;
  font-weight: inherit;
  min-width: max-content;
}

.breadcrumb__link:hover {
  color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* ================= Slick Arrow &amp; Dots css Start ================ */
.slick-initialized.slick-slider .slick-track {
  display: flex;
}

.slick-initialized.slick-slider .slick-list {
  margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide&gt;div {
  height: 100%;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: hsl(var(--white));
  width: 48px;
  height: 48px;
  filter: drop-shadow(0px 0px 80px hsl(var(--black) / 0.2));
  border: 3px solid #e9f7f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s linear;
  background-color: hsl(var(--white));
  color: hsl(var(--black));
  font-size: 0.9375rem;
}

.slick-arrow:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.slick-next {
  right: -24px;
}

.slick-prev {
  left: -24px;
}

/* Dots Css Start */
.slick-dots {
  text-align: center;
  padding-top: 20px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--white));
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 25px;
  border-radius: 5px;
}

/* Dots Css End */
/* ================= Slick Arrow &amp; Dots css Start ================ */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* Lg style Css Start */
  /* Lg style Css End */
}

.rating-list.rating-list--lg .rating-list__item {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .rating-list.rating-list--lg .rating-list__item {
    font-size: 1rem;
  }
}

.rating-list.rating-list--lg .rating-list__text {
  font-size: 1rem;
}

.rating-list__item {
  padding-right: 3px;
  color: hsl(var(--warning));
  font-size: 1.2rem;
}

.rating-list__item.uncheck {
  color: #bdbdbd;
}

.rating-list__text {
  color: hsl(var(--heading-color));
  font-weight: 500;
  font-size: 1rem;
}

.rating-list__rating {
  background-color: hsl(var(--base));
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 0.875rem;
  color: hsl(var(--white));
  margin-left: 8px;
  line-height: 1;
  font-weight: 500;
}

/* ================================= Start Rating Css End =========================== */
/* =========================== Banner Section Start Here ========================= */
.banner {
  position: relative;
  z-index: 1;
  padding: 124px 0;
}

@media screen and (max-width: 991px) {
  .banner {
    padding: 80px 0;
  }
}

.banner-wrapper {
  gap: clamp(1.5rem, -8.617rem + 13.5vw, 4.875rem);
  align-items: center;
}

@media screen and (max-width: 991px) {
  .banner-wrapper {
    flex-direction: column;
    row-gap: 40px;
    align-items: start;
  }
}

@media screen and (max-width: 575px) {
  .banner-wrapper {
    row-gap: 24px;
  }
}

.banner-content {
  max-width: 540px;
}

.banner-content__title {
  font-size: clamp(1.375rem, 0.3353rem + 2.1661vw, 2.5rem);
  margin-bottom: clamp(1rem, -0.217rem + 2.536vw, 2rem);
}

.banner-content__desc {
  max-width: 600px;
  margin-bottom: clamp(1.5rem, -0.326rem + 3.803vw, 3rem);
}

/* Search Box Css Start */
.search-box {
  height: 72px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .search-box {
    height: 56px;
  }
}

.search-box .form--control {
  border-color: hsl(var(--base) / 0.5);
  border-radius: 12px;
  background: hsl(var(--white) / 0.5) !important;
  height: 100%;
  padding: 24px;
  padding-right: 148px;
}

@media screen and (max-width: 575px) {
  .search-box .form--control {
    padding-right: 116px;
  }
}

.search-box .form--control:focus {
  border-color: hsl(var(--base));
}

.search-box .form--control::placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: hsl(var(--body-color));
}

.search-box__btn {
  height: 56px;
  border-radius: 8px;
  position: absolute;
  right: 8px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .search-box__btn {
    height: 40px;
    border-radius: 8px;
  }

  .search-box__btn .icon {
    display: none;
  }
}

.search-box__btn:active {
  top: 50%;
}

/* Search Box Css End */
/* Tech List Css Start Start */
.tech-list {
  gap: 12px;
  margin-top: 32px;
}

.tech-list__item {
  width: 36px;
  height: 36px;
  background-color: hsl(var(--white));
  border-radius: 50%;
}

/* Tech List Css Start End */
.banner-thumb,
.account-thumb {
  max-width: 680px;
  position: relative;
  margin: 0 auto;
}

.banner-thumb__element,
.account-thumb__element {
  position: absolute;
  left: 17%;
  top: 8%;
  max-width: 7%;
}

.banner-thumb__element.one,
.one.account-thumb__element {
  left: auto;
  right: 3%;
  top: 32%;
  animation: 20s rotate linear infinite;
}

.banner-thumb__element.two,
.two.account-thumb__element {
  animation: 2s scale linear infinite;
}

@keyframes scale {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.design-qty {
  background-color: hsl(var(--white));
  border-radius: 50%;
  width: 120px;
  height: 120px;
  aspect-ratio: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 424px) {
  .design-qty {
    width: 80px;
    height: 80px;
  }
}

.design-qty__icon {
  margin-bottom: 4px;
}

.design-qty__number,
.design-qty .design-qty__text {
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 424px) {

  .design-qty__number,
  .design-qty .design-qty__text {
    font-size: 0.875rem;
  }
}

.design-qty__number {
  max-width: 112px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .design-qty__number {
    max-width: 72px;
  }
}

.design-qty__text {
  color: hsl(var(--heading-color));
  font-size: 0.875rem;
}

@media screen and (max-width: 424px) {
  .design-qty__text {
    font-size: 0.75rem !important;
  }
}

/* =========================== Banner Section End Here ========================= */
/* ==================================== Category Section Css Start ============================= */
.category-item-slider {
  position: relative;
}

.category-item-slider::before,
.category-item-slider::after {
  left: -10px;
  width: 30px;
  height: 100%;
  background-color: hsl(var(--body-bg));
  z-index: 1;
}

@media screen and (max-width: 1399px) {

  .category-item-slider::before,
  .category-item-slider::after {
    width: 16px;
  }
}

@media screen and (max-width: 1199px) {

  .category-item-slider::before,
  .category-item-slider::after {
    display: none;
  }
}

.category-item-slider::after {
  left: auto;
  right: -10px;
}

.category-item-slider .slick-initialized.slick-slider .slick-slide {
  padding: 0;
}

.category-item-slider .slick-arrow {
  top: 45%;
  transform: translateY(-100%);
}

.category-item-slider .slick-next {
  right: -14px;
}

.category-item-slider .slick-prev {
  left: -14px;
}

@media (min-width: 992px) {
  .category-item-slider .slick-next {
    right: 0;
  }

  .category-item-slider .slick-prev {
    left: 0;
  }
}

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

.category-item__thumb {
  max-width: 160px;
  max-height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 10px solid hsl(var(--base) / 0.1);
}

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

.category-item__thumb img {
  border-radius: inherit;
  transition: 0.2s linear;
}

.category-item__title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 4px;
}

@media screen and (max-width: 575px) {
  .category-item__title {
    font-size: 1rem;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 424px) {
  .category-item__title {
    font-size: 0.9375rem;
  }
}

.category-item__title .link:hover {
  color: hsl(var(--base));
}

.category-item__number {
  font-size: 0.875rem;
}

/* ==================================== Category Section Css End ============================= */
/* =================================== Featured Theme Section Css Start ================================= */
.feature-box {
  border-radius: 12px;
  background: linear-gradient(102deg,
      #e6fcff 4.15%,
      #fae6ff 50.79%,
      #fae7ff 98.71%);
  padding: 40px;
  height: 100%;
  position: relative;
  justify-content: start;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .feature-box {
    padding: 32px;
  }
}

@media screen and (max-width: 424px) {
  .feature-box {
    padding: 24px 16px;
  }
}

.feature-box__title {
  margin-bottom: clamp(1rem, 0.391rem + 1.268vw, 1.5rem);
}

.feature-box__desc {
  color: hsl(var(--heading-color));
  max-width: 376px;
}

.feature-box__button {
  margin-top: clamp(1.5rem, -1.76rem + 5.263vw, 3.5rem);
}

.feature-box__water-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 41%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .feature-box__water-img {
    display: none;
  }
}

.feature-box__water-img.two {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.feature-author-info {
  margin-top: clamp(1rem, -0.217rem + 2.536vw, 2rem);
}

.feature-author-info__thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.feature-author-info__content {
  width: calc(100% - 80px);
  padding-left: 24px;
}

.feature-author-info__name {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.25rem;
}

@media screen and (max-width: 575px) {
  .feature-author-info__name {
    font-size: 1.125rem;
  }
}

.feature-author-info__date {
  display: block;
  font-size: 0.875rem;
}

.feature-author-info .btn--base {
  font-weight: 500 !important;
  margin-top: clamp(0.5rem, -0.109rem + 1.268vw, 1rem);
}

/* =================================== Featured Theme Section Css End ================================= */
/* ============================== Product Card Css Start ==================*/
.product-card {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s linear;
  position: relative;
}

.product-card:hover {
  box-shadow: var(--box-shadow);
}

.product-card:hover .product-card__thumb::before {
  height: 100%;
}

.product-card:hover .product-card__thumb img {
  transform: scale(1.1);
}

.product-card:hover .collection-list {
  visibility: visible;
  opacity: 1;
  bottom: 16px;
  justify-content: end;
}

.product-card:hover .collection-list.list-style {
  bottom: 0;
}

.product-card__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 180px;
}

.product-card__thumb::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, #282828 -8.87%, rgba(0, 0, 0, 0) 50.84%);
  z-index: 1;
  pointer-events: none;
  transition: 0.2s linear;
}

.product-card__thumb .link {
  width: 100%;
  height: 100%;
  display: block;
}

.product-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}

.product-card__content {
  border: 1px solid hsl(var(--black) / 0.05);
  border-top: 0;
  padding: 28px 16px;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .product-card__content {
    padding: 24px 12px;
  }
}

@media screen and (max-width: 575px) {
  .product-card__content {
    padding: 16px 12px;
  }
}

.product-card__content-inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
}

@media screen and (max-width: 575px) {
  .product-card__content-inner {
    gap: 8px;
  }
}

.product-card__top {
  align-items: start;
  gap: 6px;
}

.product-card__title {
  font-weight: 700;
  margin-bottom: 0;
}

.product-card__title .link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 425px) and (max-width: 550px) {
  .product-card__title .link {
    -webkit-line-clamp: 3;
  }
}

.product-card__title .link:hover {
  color: hsl(var(--base));
}

.product-card__title,
.product-card__price,
.product-card__author,
.product-card__sales {
  font-size: 0.875rem;
}

@media screen and (max-width: 575px) {

  .product-card__title,
  .product-card__price,
  .product-card__author,
  .product-card__sales {
    font-size: 0.8125rem;
  }
}

.product-card__author .link {
  color: hsl(var(--body-color));
}

.product-card__author .link:hover {
  text-decoration: underline;
}

.product-card__price {
  min-width: max-content;
  color: hsl(var(--heading-color));
  font-weight: 500;
  border-radius: 4px;
  background-color: hsl(var(--base) / 0.085);
  padding: 3px 6px;
}

.product-card__rating {
  margin-top: 12px;
}

.product-card__bottom {
  align-items: end;
}

.collection-list {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 12px;
  bottom: 6px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s linear;
}

.collection-list.list-style {
  position: relative;
  visibility: visible;
  opacity: 1;
  bottom: 0;
  right: 0;
  width: auto;
  display: none;
}

.collection-list.list-style .collection-list__button {
  color: hsl(var(--base));
}

.collection-list.list-style .collection-list__button:hover {
  color: hsl(var(--base));
}

.collection-list.list-style .collection-list__button.wishlist-btn.wishlisted i::before {
  color: hsl(var(--base));
}

.collection-list.list-style .collection-list__button.collection-btn.collected i::before {
  color: hsl(var(--base));
}

.collection-list__button {
  color: hsl(var(--base));
  transition: 0.2s linear;
}

.collection-list__button:hover {
  color: hsl(var(--base));
}

.wishlist-btn.wishlisted i::before {
  content: "\e90d";
  color: hsl(var(--base));
}

.collection-btn.collected i::before {
  content: "\e90e";
  color: hsl(var(--base));
}

.delete-btn:hover {
  color: hsl(var(--danger)) !important;
}

/* Text Border Bottom Animation Css Start */
.border-effect {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.border-effect:hover {
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */
/* ============================== Product Card Css End ==================*/
/* ================================ Latest Template Section Css Start ================================ */
.view-all-btn {
  margin-top: clamp(1.5rem, -1.239rem + 5.705vw, 3.75rem);
}

/* ================================ Latest Template Section Css End ================================ */
/* ============================== Browse Best Selling Product Section Css Start ======================= */
.browse-best-selling {
  position: relative;
  background-color: hsl(var(--section-bg));
  z-index: 1;
  overflow: hidden;
}

.browse-best-selling::before,
.browse-best-selling::after {
  left: 0;
  top: 0;
  width: 562px;
  height: 562px;
  border-radius: 562px;
  filter: blur(100px);
  z-index: -1;
}

.browse-best-selling::before {
  background: rgba(204, 0, 255, 0.1);
  left: -281px;
  top: -281px;
}

.browse-best-selling::after {
  background-color: rgba(0, 224, 255, 0.1);
  left: auto;
  top: auto;
  right: -281px;
  bottom: -281px;
}

/* ============================== Browse Best Selling Product Section Css End ======================= */
/* ============================================= Weekly best selling Section Css Start ================================= */
@media screen and (max-width: 767px) {
  .weekly-best-selling {
    overflow: hidden;
  }
}

.blue-green,
.blue-violet {
  position: relative;
}

.blue-green::before,
.blue-green::after,
.blue-violet::before,
.blue-violet::after {
  left: 0;
  right: 0;
  width: 493px;
  height: 493px;
  border-radius: 50%;
  background: rgba(0, 224, 255, 0.05);
  filter: blur(100px);
  z-index: -1;
}

@media screen and (max-width: 991px) {

  .blue-green::before,
  .blue-green::after,
  .blue-violet::before,
  .blue-violet::after {
    width: 420px;
    height: 420px;
  }
}

.blue-green::after,
.blue-violet::after {
  background-color: rgba(5, 255, 0, 0.05);
  left: 312px;
  top: -48px;
}

.blue-violet::before,
.blue-violet::after {
  left: auto;
  right: 0;
  filter: blur(150px);
}

.blue-violet::before {
  background: rgba(204, 0, 255, 0.1);
  right: 0;
}

.blue-violet::after {
  background: rgba(0, 224, 255, 0.15);
  right: 300px;
}

/* ============================================= Weekly best selling Section Css End ================================= */
/* ========================================= CTA Section Css Start ================================= */
.cta {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
}

@media screen and (max-width: 1399px) {
  .cta {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .cta {
    padding-top: 0px;
  }
}

.cta::before {
  right: -7%;
  bottom: -16%;
  width: 437px;
  height: 437px;
  border-radius: 50%;
  background: rgba(0, 224, 255, 0.36);
  filter: blur(100px);
}

.cta__inner {
  background-color: hsl(var(--black));
}

.cta__line-shape {
  position: absolute;
  left: 60px;
  bottom: 66px;
  max-width: 8%;
}

@media screen and (max-width: 991px) {
  .cta__line-shape {
    display: none;
  }
}

.cta-content {
  padding-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .cta-content {
    padding-bottom: 0;
  }
}

.cta .section-heading {
  max-width: 480px;
  margin-bottom: clamp(2rem, 0.783rem + 2.536vw, 3rem);
}

.cta .section-heading__title,
.cta .section-heading__desc {
  color: hsl(var(--white));
}

.cta .section-heading__desc {
  font-weight: 300;
}

.cta-buttons {
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .cta-buttons {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cta-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 374px) {
  .cta-buttons {
    gap: 8px;
    grid-template-columns: 1fr 1.2fr;
  }
}

@media screen and (max-width: 991px) {
  .cta-buttons .btn {
    padding: 15px;
  }
}

@media screen and (max-width: 424px) {
  .cta-buttons .btn {
    padding: 15px 12px;
    font-size: 14px;
  }
}

.cta-thumb {
  position: relative;
  margin-top: -140px;
}

@media screen and (max-width: 1399px) {
  .cta-thumb {
    margin-top: -70px;
  }
}

@media screen and (max-width: 1199px) {
  .cta-thumb {
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  .cta-thumb {
    margin-top: 0;
    max-width: 440px;
  }
}

/* ========================================= CTA Section Css End ================================= */
/* ==================================== Additional Benefit Section Start ================================= */
.additional-benefit__thumb {
  position: relative;
}

.additional-benefit__element {
  position: absolute;
  left: 38%;
  top: 4px;
  max-width: 12%;
}

.additional-benefit__element.one {
  animation: 20s rotate linear infinite;
}

.additional-benefit__element.two {
  top: auto;
  bottom: 0;
  left: 50%;
  animation: 2s scale linear infinite;
}

.additional-benefit__content {
  padding-left: 132px;
}

@media screen and (max-width: 1399px) {
  .additional-benefit__content {
    padding-left: 64px;
  }
}

@media screen and (max-width: 1399px) {
  .additional-benefit__content {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .additional-benefit__content {
    padding-left: 0px;
  }
}

.additional-benefit .section-heading {
  padding-bottom: 32px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 767px) {
  .additional-benefit .section-heading {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.benefit-item {
  margin-bottom: 24px;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-item__icon {
  width: 60px;
  height: 60px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  color: hsl(var(--white));
  font-size: clamp(1.25rem, 0.794rem + 0.951vw, 1.625rem);
}

@media screen and (max-width: 575px) {
  .benefit-item__icon {
    width: 48px;
    height: 48px;
  }
}

.benefit-item__content {
  width: calc(100% - 80px);
  padding-left: 24px;
}

@media screen and (max-width: 575px) {
  .benefit-item__content {
    width: calc(100% - 48px);
    padding-left: 16px;
  }
}

.benefit-item__title {
  margin-bottom: 8px;
}

/* Curve Text Css Start */
.curve-text {
  position: absolute;
  padding: 15px;
  background-color: hsl(var(--white));
  backdrop-filter: blur(19px);
  border-radius: 100%;
  box-shadow: -2px -4px 50px 0px rgba(0, 21, 74, 0.1);
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.curve-text .curve-text-content {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: hsl(var(--white));
  overflow: hidden;
  border: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 374px) {
  .curve-text .curve-text-content {
    width: 100px;
    height: 100px;
  }
}

.curve-text .curve-text-content__text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 15s linear infinite;
}

.curve-text .curve-text-content__text span {
  position: absolute;
  left: 50%;
  transform-origin: 0 70px;
  color: hsl(var(--black));
}

@media screen and (max-width: 374px) {
  .curve-text .curve-text-content__text span {
    transform-origin: 0 51px;
  }
}

.curve-text-content__favicon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Curve Text Css End */
/* ==================================== Additional Benefit Section End ================================= */
/* ================================ Product Sidebar Css Start =========================== */
.close-sidebar {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 0.75rem;
  color: hsl(var(--body-color));
  line-height: 1;
}

.close-sidebar::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: hsl(var(--danger) / 0.1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s linear;
}

.close-sidebar:hover,
.close-sidebar:focus {
  color: hsl(var(--danger));
}

.close-sidebar:hover::before,
.close-sidebar:focus::before {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.product-sidebar {
  width: 306px;
  border: 1px solid hsl(var(--border-color) / 0.45);
  padding: 32px 16px;
  border-radius: 8px;
  background-color: hsl(var(--white));
  position: relative;
}

@media screen and (max-width: 991px) {
  .product-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 99991;
    border-radius: 0;
    border: 0;
    transform: translateX(-100%);
    transition: 0.2s linear;
    padding-bottom: 88px;
  }

  .product-sidebar.show {
    transform: translateX(0);
  }
}

.product-sidebar__title {
  padding-bottom: 16px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.125rem;
}

.product-sidebar__title.has-accordion {
  position: relative;
  cursor: pointer;
}

.product-sidebar__title.has-accordion::before {
  position: absolute;
  content: "\e940";
  font-family: "icomoon";
  font-weight: 900;
  font-size: 6px;
  right: 0;
  top: 6px;
  transition: 0.2s linear;
}

.product-sidebar__title.has-accordion.rotate::before {
  transform: rotate(180deg);
}

.product-sidebar__item {
  border-bottom: 1px solid hsl(var(--border-color-light));
  margin-bottom: 16px;
}

.product-sidebar__item:first-child {
  border-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 0;
}

.product-sidebar__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.product-sidebar__content {
  margin-bottom: 32px;
}

.search-field {
  position: relative;
}

.search-field__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  pointer-events: none;
}

.search-field .form--control {
  padding-left: 40px;
}

.search-field .form--control::placeholder {
  color: #bdbdbd !important;
  font-size: 1rem;
}

.search-field.style-two {
  max-width: 184px;
  margin-left: 24px;
}

@media screen and (max-width: 991px) {
  .search-field.style-two {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .search-field.style-two {
    margin-left: 0px;
    margin-right: 8px;
  }
}

.search-field.style-two .search-field__icon {
  right: 16px;
  left: auto;
  pointer-events: auto;
  transition: 0.2s linear;
}

@media screen and (max-width: 424px) {
  .search-field.style-two .search-field__icon {
    right: 8px;
  }
}

.search-field.style-two .search-field__icon:hover {
  color: hsl(var(--base));
}

.search-field.style-two .form--control {
  padding: 7px 24px;
  padding-left: 12px;
  padding-right: 32px;
  border-color: hsl(var(--border-color-dark));
}

.search-field.style-two .form--control::placeholder {
  font-weight: 400;
  font-size: 0.9375rem;
}

.search-field.style-two .form--control:focus {
  border-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .search-field.style-two .form--control {
    padding-left: 10px;
  }
}

@media screen and (max-width: 424px) {
  .search-field.style-two .form--control {
    padding-right: 24px;
  }
}

.price-filter__field {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.price-filter .form--control {
  padding: 9px 12px;
}

.price-filter .form--control::placeholder {
  color: #bdbdbd;
  font-size: 0.875rem;
}

.price-filter .btn {
  padding: 12px 24px;
  font-size: 0.875rem;
}

.text-list__item {
  color: hsl(var(--body-color));
  font-size: 0.875rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-list__item.active {
  color: hsl(var(--base));
}

.text-list__item:last-child {
  margin-bottom: 0;
}

.text-list__link {
  color: inherit;
  overflow: hidden;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}

.text-list__link:hover {
  color: hsl(var(--base));
}

.text-list__qty {
  color: inherit;
  min-width: max-content;
}

/* Text List Css End */
/* ================================ Product Sidebar Css End =========================== */
/* ===================================== Product Page Css Start ========================== */
.product-top {
  margin-bottom: 28px;
}

.product__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.product-body {
  width: calc(100% - 306px);
  padding-left: 24px;
}

@media screen and (max-width: 991px) {
  .product-body {
    width: 100%;
    padding-left: 0px;
  }
}

/* Has toggle-sidebar class in body these class will get this style Css Start*/
.toggle-sidebar .product-body {
  width: 100%;
  padding-left: 0;
}

.toggle-sidebar .product-body .row&gt;div[class*="col"] {
  width: 25%;
}

@media screen and (max-width: 1399px) {
  .toggle-sidebar .product-body .row&gt;div[class*="col"] {
    width: 33.33333%;
  }
}

@media screen and (max-width: 991px) {
  .toggle-sidebar .product-body .row&gt;div[class*="col"] {
    width: 50%;
  }
}

@media screen and (max-width: 424px) {
  .toggle-sidebar .product-body .row&gt;div[class*="col"] {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .toggle-sidebar .product-sidebar {
    display: none;
  }
}

.filter-btn i.close::before {
  content: "\e952";
}

/* Has toggle-sidebar class in body these class will get this style Css End */
/* List View And Grid view css Start */
@media (min-width: 480px) {
  .list-view .product-card {
    display: flex;
  }

  .list-view .product-card__thumb {
    max-width: 306px;
  }
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
  .list-view .product-card__thumb {
    max-width: 240px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .list-view .product-card__thumb {
    max-width: 210px;
  }
}

@media screen and (min-width: 480px) and (max-width: 575px) {
  .list-view .product-card__thumb {
    max-width: 180px;
  }
}

@media (min-width: 480px) {
  .list-view .product-card__thumb::before {
    display: none;
  }
}

@media (min-width: 480px) {
  .list-view .product-card__thumb .collection-list {
    display: none;
  }
}

@media (min-width: 480px) {
  .list-view .product-card__content {
    width: calc(100% - 306px);
    padding-left: 24px;
    border-bottom-left-radius: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
  .list-view .product-card__content {
    width: calc(100% - 240px);
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .list-view .product-card__content {
    width: calc(100% - 210px);
    padding-left: 16px;
  }
}

@media screen and (min-width: 480px) and (max-width: 575px) {
  .list-view .product-card__content {
    width: calc(100% - 180px);
  }
}

@media (min-width: 480px) {
  .list-view .row&gt;div[class*="col"] {
    width: 100% !important;
  }
}

@media (min-width: 480px) {
  .list-view .collection-list.list-style {
    display: flex;
  }
}

/* List View And Grid view css End */
/* Product Top Tab Css Start */
.filter-btn .icon {
  line-height: 1;
  font-size: 0.8125rem;
}

.filter-button-list {
  display: flex;
  align-items: center;
}

.filter-button-list__item:not(:first-child) {
  margin-left: -1px;
}

.filter-button-list__item:first-child .filter-button-list__button {
  border-radius: 4px 0px 0px 4px;
}

.filter-button-list__item:last-child .filter-button-list__button {
  border-radius: 0px 4px 4px 0px;
}

.filter-button-list__button {
  padding: 8px 12px;
  border: 1px solid hsl(var(--border-color-dark));
  font-size: 0.75rem;
  font-weight: 700;
  transition: 0.2s linear;
  color: hsl(var(--body-color));
}

.filter-button-list__button:hover {
  color: hsl(var(--base));
}

.filter-button-list__button.active {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.view-buttons {
  margin-left: 24px;
  gap: 12px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .view-buttons {
    margin-left: 12px;
  }
}

@media screen and (max-width: 424px) {
  .view-buttons {
    display: none;
  }
}

.view-buttons__btn {
  color: hsl(var(--body-color));
  font-size: 1.25rem;
  line-height: 1;
}

/* Product Top Tab Css End */
/* ===================================== Product Page Css End ========================== */
/* ========================================== Product Details Page Css Start ===================================  */
/* Product Details Top Css Start */
.product-details {
  background-color: hsl(var(--body-bg));
}

.product-details__title {
  margin-bottom: 32px;
  font-weight: 700;
}

.notification {
  background-color: hsl(var(--base));
  padding: 2px 4px;
  line-height: 1;
  border-radius: 3px;
  color: hsl(var(--white));
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 4px;
}

.product-details-top {
  margin-bottom: 24px;
  border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
  .product-details-top {
    border-bottom: 0;
  }
}

.product-details-top__right {
  gap: 24px;
}

@media screen and (max-width: 1199px) {
  .product-details-top__right {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .product-details-top__inner {
    gap: 0 !important;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 16px;
  }
}

.sales {
  color: hsl(var(--heading-color));
  font-weight: 500;
}

.social-share {
  position: relative;
}

.social-share__button {
  color: hsl(var(--body-color));
}

.social-share__icons {
  background-color: hsl(var(--white));
  padding: 12px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: max-content;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
  visibility: hidden;
  opacity: 0;
  margin-top: 16px;
  transition: 0.1s linear;
  z-index: 1;
}

.social-share__icons.left {
  right: auto;
  left: 0;
}

.social-share__icons.left::before {
  left: 8px;
  right: auto;
}

.social-share__icons.show {
  visibility: visible;
  opacity: 1;
  margin-top: 6px;
}

.social-share__icons::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: -7px;
  right: 8px;
  transform: rotate(45deg);
  background-color: hsl(var(--white));
  border-radius: 3px;
}

/* Product Details Top Css End */
/* Product Details Thumb &amp; Content Css Start */
.product-details__thumb img {
  border-radius: 12px 12px 0 0;
}

.product-details__buttons {
  padding: 28px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 0 0 12px 12px;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .product-details__buttons {
    padding: 24px 16px;
    gap: 16px;
  }
}

@media screen and (max-width: 424px) {
  .product-details__buttons {
    padding: 16px 8px;
    gap: 8px;

  }
}

.product-details__buttons .btn {
  padding: 12px 40px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .product-details__buttons .btn {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 424px) {
  .product-details__buttons .btn {
    padding: 12px 8px;
    flex-grow: 1;
  }
}

.product-details-item {
  padding-bottom: clamp(1rem, -0.217rem + 2.536vw, 2rem);
  margin-bottom: clamp(1rem, -0.217rem + 2.536vw, 2rem);
  border-bottom: 1px solid hsl(var(--border-color-light));
}

.product-details-item:first-child {
  margin-top: 32px;
}

.product-details-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.product-details-item__title {
  margin-bottom: clamp(1rem, 0.391rem + 1.268vw, 1.5rem);
}

.product-details-list__item {
  margin-bottom: 12px;
  position: relative;
  padding-left: 16px;
}

@media screen and (max-width: 575px) {
  .product-details-list__item {
    font-size: 0.9375rem;
  }
}

.product-details-list__item:last-child {
  margin-bottom: 0;
}

.product-details-list__item::before {
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: hsl(var(--base));
}

.product-details-list__link {
  color: hsl(var(--base));
  font-size: inherit;
}

.product-details-list__link:hover {
  text-decoration: underline;
  color: hsl(var(--base));
}

.more-product-thumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}

.more-product-thumbs__item {
  max-width: 80px;
}

@media screen and (max-width: 767px) {
  .more-product-thumbs__item {
    width: 61px;
  }
}

/* Product Details Thumb &amp; Content Css End */
/* ========================================== Product Details Page Css End ===================================  */
/* ====================================== Product Review Css Start ============================ */
.product-review,
.user-comment {
  background-color: hsl(var(--white));
  padding: 16px clamp(1rem, 0.391rem + 1.268vw, 1.5rem);
  border: 1px solid hsl(var(--border-color) / 0.45);
  margin-bottom: clamp(1rem, 0.391rem + 1.268vw, 1.5rem);
  border-radius: 8px;
}

.product-review:last-child,
.user-comment:last-child {
  margin-bottom: 0;
}

.product-review__top {
  padding-bottom: 16px;
  margin-bottom: clamp(1rem, 0.391rem + 1.268vw, 1.5rem);
  border-bottom: 1px solid hsl(var(--border-color));
}

.product-review__rating {
  gap: 12px;
}

@media screen and (max-width: 991px) {
  .product-review__rating {
    gap: 4px;
  }
}

@media screen and (max-width: 1199px) {

  .product-review__reason,
  .product-review__subject,
  .product-review__date,
  .product-review__desc {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {

  .product-review__reason,
  .product-review__subject,
  .product-review__date,
  .product-review__desc {
    font-size: 0.875rem;
  }
}

.product-review__subject {
  color: hsl(var(--heading-color));
  font-weight: 700;
}

.product-review__user:hover {
  text-decoration: underline;
}

.author-reply,
.user-comment__profile {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid hsl(var(--border-color));
  padding-top: clamp(1rem, 0.391rem + 1.268vw, 1.5rem);
  margin-top: clamp(1rem, 0.391rem + 1.268vw, 1.5rem);
}

.author-reply__thumb,
.user-comment__thumb {
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 575px) {

  .author-reply__thumb,
  .user-comment__thumb {
    width: 40px;
    height: 40px;
  }
}

.author-reply__content,
.user-comment__info {
  width: calc(100% - 56px);
  padding-left: 16px;
}

@media screen and (max-width: 575px) {

  .author-reply__content,
  .user-comment__info {
    width: calc(100% - 40px);
    padding-left: 8px;
  }
}

.author-reply__name,
.user-comment__name {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.author-reply__response,
.user-comment__purchase {
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 16px;
  display: block;
}

@media screen and (max-width: 767px) {

  .author-reply__response,
  .user-comment__purchase {
    font-weight: 500;
  }
}

.author-reply__desc {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .author-reply__desc {
    font-size: 0.875rem;
  }
}

.author-reply__desc:last-of-type {
  margin-bottom: 0;
}

.review-reply {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 32px;
  border-top: 1px solid hsl(var(--border-color));
}

.review-reply__thumb {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.review-reply__content {
  width: calc(100% - 56px);
  padding-left: 12px;
}

.review-reply__button {
  margin-top: 12px;
}

/* ====================================== Product Review Css End ============================ */
/* ====================================== Product comment Css Start ============================ */
.user-comment__profile {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.user-comment__purchase {
  margin-bottom: 0;
}

.user-comment__desc {
  margin-top: 8px;
}

/* ====================================== Product comment Css End ============================ */
/* ============================= Product Details Sidebar Start ===========================  */
.common-sidebar__item {
  background-color: hsl(var(--white));
  padding: 20px 25px;
  border-radius: 8px;
  margin-bottom: 40px;
  box-shadow: var(--box-shadow);
}

@media screen and (max-width: 1399px) {
  .common-sidebar__item {
    margin-bottom: 32px;
    padding: 24px 16px;
  }
}

@media screen and (max-width: 1199px) {
  .common-sidebar__item {
    margin-bottom: 24px;
  }
}

.common-sidebar__item:last-child {
  margin-bottom: 0;
}

.common-sidebar__title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--black) / 0.09);
  font-size: 1.125rem;
}

@media screen and (max-width: 1199px) {
  .common-sidebar__title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.common-sidebar__license {
  margin-bottom: 16px;
}

.common-sidebar__license .form-check-label,
.common-sidebar__price {
  font-weight: 600;
  font-size: 0.875rem;
  transition: 0.2s;
}

.common-sidebar__info {
  color: #bdbdbd;
  font-size: 0.875rem;
}

.common-sidebar__info:hover {
  color: hsl(var(--base));
}

.license-list {
  margin-top: 10px;
  margin-left: 28px;
}

.license-list__item {
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.license-list__item .icon {
  color: hsl(var(--success));
  font-size: 0.5625rem;
  margin-right: 4px;
}

.common-sidebar__button {
  margin-top: 24px;
}

/* Author Info Css Start */
.author-info {
  display: flex;
  flex-wrap: wrap;
}

.author-info--sm {
  align-items: center;
}

.author-info--sm .author-info__thumb {
  width: 56px !important;
  height: 56px !important;
  overflow: hidden;
  border-radius: 50%;
}

.author-info--sm .author-info__content {
  width: calc(100% - 56px);
}

.author-info--sm .author-info__name {
  font-size: 1.125rem;
}

@media screen and (max-width: 1199px) {
  .author-info--sm .author-info__name {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .author-info--sm .author-info__name {
    font-size: 0.875rem;
  }
}

.author-info--sm .author-info__date {
  font-size: 0.875rem;
}

.author-info__header {
  display: flex;
  flex-wrap: wrap;
}

.author-info__thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .author-info__thumb {
    width: 56px;
    height: 56px;
  }
}

.author-info__content {
  width: calc(100% - 80px);
  padding-left: 12px;
}

@media screen and (max-width: 1199px) {
  .author-info__content {
    width: calc(100% - 56px);
  }
}

.author-info__name {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .author-info__date {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  .author-info__date {
    font-size: 0.75rem;
  }
}

.author-info .rating-list {
  margin-top: 10px;
}

@media screen and (max-width: 575px) {
  .author-info .rating-list {
    margin-top: 4px;
  }
}

/* Author Info Css End */
/* Badge Css Start */
.badge-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.badge-list.style-two {
  margin-left: 80px;
}

@media screen and (max-width: 1199px) {
  .badge-list.style-two {
    margin-left: 56px;
  }
}

@media screen and (max-width: 767px) {
  .badge-list {
    margin-top: 16px;
    column-gap: 4px;
    row-gap: 8px;
  }
}

@media screen and (max-width: 424px) {
  .badge-list {
    margin-top: 8px;
  }
}

.badge-list__item img {
  width: 42px;
  height: 44px;
  object-fit: cover;
}

/* Badge Css End */
/* Product Info Css Start */
.product-info__item {
  gap: 25px;
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: 157px 1fr;
}

@media screen and (max-width: 575px) {
  .product-info__item {
    margin-bottom: 12px;
  }
}

.product-info__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.product-info__title {
  font-weight: 600;
  color: hsl(var(--heading-color));
  font-size: 0.875rem;
}

@media screen and (max-width: 424px) {
  .product-info__title {
    font-size: 0.8125rem;
  }
}

.product-info__content {
  text-align: left;
  font-size: 0.8rem;
  font-weight: 500;
}

.product-info__text,
.product-info__link {
  font-size: 0.875rem;
}

.product-info__link a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 424px) {

  .product-info__text,
  .product-info__link {
    font-size: 0.8125rem;
  }
}

.product-info__link {
  color: hsl(var(--base)) !important;
}

.product-info__link:hover {
  text-decoration: underline;
}

/* Product Info Css End */
/* ============================= Product Details Sidebar End ===========================  */
/* ============================ Profile Banner Css Start ========================= */
.profile-banner {
  background-color: hsl(var(--body-bg));
  background-color: #f2f2f2;
  border-bottom: 1px solid hsl(var(--border-color));
}

.profile-banner__left {
  display: flex;
  justify-content: space-between;
}

.profile-banner__tab .custom-tab__link .badge {
  position: absolute;
  top: 3px;
  right: -40px;
  font-size: 12px;
  padding: 2px 6px;
  color: hsl(var(--white)) !important;
  background-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 991px) {
  .profile-banner__tab .custom-tab__link .badge {
    right: -30px;
  }
}

.sales-qty {
  min-width: max-content;
}

@media screen and (max-width: 424px) {
  .sales-qty__text {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 424px) {
  .sales-qty__number {
    font-size: 1.125rem;
  }
}

/* ============================ Profile Banner Css End ========================= */
/* =================================== Profile Page Css Start =============================== */
.profile-page .custom--tab--two {
  gap: clamp(1rem, -1.998rem + 4vw, 2rem);
}

/* Profile Content Css Start */
.profile-content__thumb {
  max-height: 352px;
  overflow: hidden;
  border-radius: 15px;
  overflow: hidden;
}

.profile-content-list__item {
  margin-bottom: clamp(1rem, -0.634rem + 2.636vw, 2rem);
  padding-bottom: clamp(1rem, -0.634rem + 2.636vw, 2rem);
  border-bottom: 1px solid hsl(var(--border-color));
}

.profile-content-list__item:first-child {
  margin-top: clamp(1rem, -0.634rem + 2.636vw, 2rem);
}

.profile-content-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.profile-content-list__title {
  margin-bottom: 16px;
}

/* Profile Content Css End */
/* Profile Portfolio Css Start */
.profile-portfolio__top {
  margin-bottom: 24px;
}

@media screen and (max-width: 424px) {
  .profile-portfolio__top .filter-button-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .profile-portfolio__top .filter-button-list__button {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .profile-portfolio__top .select.form--control {
    padding: 7px 10px;
  }
}

/* Profile Portfolio Css End */
.support-form .form--control {
  background-color: hsl(var(--white)) !important;
  color: hsl(var(--body-color));
  color: #282828;
  padding: 13px 16px;
}

.support-form .form--control:disabled,
.support-form .form--control[readonly] {
  background-color: #f2f2f2 !important;
}

/* =================================== Profile Page Css End =============================== */
/* ================================== Follow Page Css Start ============================= */
.follow-content {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color) / 0.45);
  border-radius: 12px;
  overflow-x: auto;
}

.follow-content__item {
  padding: 24px;
  border-bottom: 1px solid hsl(var(--border-color-light));
  min-width: max-content;
}

.follow-content__item:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 575px) {
  .follow-content__item {
    padding: 16px;
  }
}

.follow-content__right {
  gap: 24px;
}

.follow-content__button {
  margin-left: clamp(1.5rem, -6.294rem + 10.4vw, 4.75rem);
}

.follow-content__button .btn {
  font-weight: 500;
}

.follow-statistics__number {
  margin-bottom: 0;
}

.follow-statistics__text {
  font-size: 0.875rem;
}

/* ================================== Follow Page Css End ============================= */
/* ========================================== Dashboard Css Start ===================================== */
.dashboard-widget {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color) / 0.45);
  padding: 32px 24px;
  border-radius: 8px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .dashboard-widget {
    padding: 24px 16px;
  }
}

.dashboard-widget:hover .dashboard-widget__icon--big {
  opacity: 0.15;
  transform: translateY(-50%) scale(1.08);
}

.dashboard-widget__title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 16px;
}

.dashboard-widget__content {
  display: flex;
  align-items: center;
}

.dashboard-widget__icon {
  font-size: 2.5rem;
  line-height: 1;
  min-width: max-content;
  color: hsl(var(--base));
}

.dashboard-widget__icon--big {
  position: absolute;
  font-size: 60px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--base));
  opacity: 0.05;
  line-height: 1;
  font-size: 72px;
  transition: 0.2s linear;
}

.dashboard-widget__info {
  padding-left: 12px;
}

.dashboard-widget__amount {
  margin-bottom: 0;
}

.dashboard-widget__text {
  font-weight: 400;
  font-size: 0.875rem;
}

/* Table Content Css Start */
td.td-pagination {
  border-radius: 0 0 8px 8px !important;
  padding: 22px 24px !important;
}

td.td-pagination .page-item.active .page-link {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

td.td-pagination .page-link {
  width: 34px !important;
  height: 34px !important;
  background-color: #f8f8f8 !important;
  border: 0 !important;
}

td.td-pagination .page-link:hover {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.paginate-content .select {
  color: hsl(var(--body-color)) !important;
  padding: 9px 13px;
}

.table-product__thumb {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
}

.table-product__thumb img {
  width: 32px;
  height: 32px;
}

.table-product__content {
  width: calc(100% - 32px);
  padding-left: 10px;
}

.table-product__name,
.table-product__varient {
  font-weight: 400;
  display: block;
  line-height: 1.2;
}

.country-content {
  flex-wrap: nowrap;
}

.country-content__thumb {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.country-content__name {
  padding-left: 10px;
}

/* Table Card Css End */
/* Datepicker Css Code */
.date-select {
  position: relative;
  max-width: 190px;
}

@media screen and (max-width: 1399px) {
  .date-select {
    max-width: 170px;
  }
}

@media screen and (max-width: 424px) {
  .date-select {
    max-width: 150px;
  }
}

.date-select--sm {
  max-width: 156px;
}

@media screen and (max-width: 575px) {
  .date-select--sm {
    max-width: 128px;
  }
}

.date-select--sm .datepicker-here {
  padding: 6px 16px;
  padding-left: 8px;
  border-radius: 4px;
}

.date-select::before {
  position: absolute;
  content: "\f107";
  right: 14px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--body-color));
  font-size: 0.75rem;
  pointer-events: none;
}

@media screen and (max-width: 424px) {
  .date-select::before {
    right: 8px;
  }
}

.date-select__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: hsl(var(--body-color));
  pointer-events: none;
}

@media screen and (max-width: 424px) {
  .date-select__icon {
    font-size: 0.875rem;
    left: 8px;
  }
}

.datepicker-here {
  border: 1px solid hsl(var(--border-color));
  border-radius: 14px;
  color: hsl(var(--body-color));
  font-size: 0.875rem;
  font-weight: 400;
  padding: 11px 24px;
}

.datepicker-here::placeholder {
  color: hsl(var(--body-color));
}

@media screen and (max-width: 424px) {
  .datepicker-here::placeholder {
    font-size: 0.75rem;
  }
}

.date-select:has(.date-select__icon) .datepicker-here {
  padding-left: 34px !important;
}

@media screen and (max-width: 424px) {
  .date-select:has(.date-select__icon) .datepicker-here {
    padding-left: 24px !important;
    font-size: 0.8125rem;
  }
}

/* Datepicker Css End */
/* ========================================== Dashboard Css End ===================================== */
/* ============================ Setting Page Css Start ============================== */
@media screen and (max-width: 767px) {
  .setting {
    overflow: hidden;
  }
}

/* Setting Sidebar Css Start */
.setting-sidebar {
  background-color: hsl(var(--white));
  padding: 32px 16px;
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color) / 0.45);
  position: sticky;
  top: 80px;
}

.setting-sidebar__title {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .setting-sidebar__title {
    margin-bottom: 16px;
  }
}

.setting-sidebar-list {
  max-width: 270px;
}

.setting-sidebar-list__item {
  border-bottom: 1px solid hsl(var(--border-color));
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.setting-sidebar-list__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.setting-sidebar-list__link {
  font-weight: 600;
  font-size: 1rem;
  color: hsl(var(--body-color));
  position: relative;
  display: block;
}

@media screen and (max-width: 767px) {
  .setting-sidebar-list__link {
    font-size: 0.9375rem;
  }
}

.setting-sidebar-list__link::before {
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background-color: hsl(var(--base));
  transition: 0.2s ease-in-out;
  border-radius: 30px;
}

.setting-sidebar-list__link:hover,
.setting-sidebar-list__link.active {
  color: hsl(var(--base));
}

.setting-sidebar-list__link:hover::before,
.setting-sidebar-list__link.active::before {
  height: 22px;
}

/* Setting Sidebar Css End */
.setting-content__item {
  margin-bottom: clamp(1rem, -0.386rem + 2.888vw, 2.5rem);
}

.setting-content__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.setting-content__item .form-check-label {
  font-size: 1rem;
}

.setting-content__title {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .setting-content__title {
    margin-bottom: 16px;
  }
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon .form--control {
  padding-left: 44px;
}

.inputWithIcon__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125rem;
}

.inputWithIcon__icon [class*="facebook"] {
  color: #1877f2;
}

.inputWithIcon__icon [class*="linkedin"] {
  color: #2c44c0;
}

.inputWithIcon__icon [class*="behance"] {
  color: #0093ff;
}

.inputWithIcon__icon [class*="dribbble"] {
  color: #ea4c89;
}

.payment-method__item {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
  padding: 20px;
  height: 84px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.payment-method .slick-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid hsl(var(--border-color));
  font-size: 0.625rem;
}

.payment-method .slick-arrow:hover {
  border-color: hsl(var(--base));
}

.payment-method .slick-next {
  right: -18px;
}

.payment-method .slick-prev {
  left: -18px;
}

/* ============================ Setting Page Css End ============================== */
/* ================================= Product Response Page Css Start ====================== */
.product-response__wrapper {
  background-color: hsl(var(--white));
  padding: 32px 24px;
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color) / 0.45);
}

.product-response__content {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .product-response__content {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed hsl(var(--border-color-dark));
    border-bottom: 1px dashed hsl(var(--black) / 0.4);
  }
}

.product-response__content:last-child {
  margin-bottom: 0;
}

.product-response__item {
  width: calc(100% - 188px);
  border-left: 1px solid hsl(var(--border-color));
  padding-left: clamp(1rem, -1.649rem + 4.276vw, 2.625rem);
}

@media screen and (max-width: 767px) {
  .product-response__item {
    width: 100%;
    padding-left: 0;
    border: 0;
    border-top: 1px solid hsl(var(--border-color) / 0.6);
    padding-top: 20px;
    margin-top: 20px;
  }
}

/* product reviewer css start */
.product-reviewer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 188px;
}

.product-reviewer__thumb {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}

.product-reviewer__content {
  width: calc(100% - 46px);
  padding-left: 12px;
}

.product-reviewer__name {
  font-size: 1rem;
  margin-bottom: 0;
}

.product-reviewer__designation {
  font-size: 0.875rem;
}

/* product reviewer css End */
/* Product Right Item Css Start */
.product-response-info {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .product-response-info {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 24px;
  }
}

.product-response-info__thumb {
  width: 56px;
  height: 56px;
  border-radius: 5px;
  overflow: hidden;
}

.product-response-info__content {
  width: calc(100% - 56px);
  padding-left: 12px;
}

.product-response-info__name {
  font-size: 1rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .product-response-info__name {
    font-size: 0.875rem;
  }
}

.product-response-info__date {
  font-size: 0.875rem;
}

/* Product Right Item Css End */
/* Product Response List Css Start */
.product-response-list__item {
  margin-bottom: 16px;
}

.product-response-list__item:last-child {
  margin-bottom: 0;
}

.product-response-list__title {
  margin-bottom: 8px;
  font-size: 0.875rem;
}

.product-response-list__desc {
  font-size: 0.875rem;
}

/* Product Response List Css End */
/* ================================= Product Response Page Css End ====================== */
/* =============================== Refund Css Start ==================== */
.refund-content {
  background: hsl(var(--white));
}

.refund-content__inner {
  padding: 23px 24px;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .refund-content__inner {
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color));
  }
}

.refund-content__inner select {
  border-radius: 14px;
  font-size: 0.875rem;
}

.refund-content .table {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* =============================== Refund Css End ==================== */
/* ========================== Statement page Css Start ========================== */
.earning-card {
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color));
  overflow-x: auto;
  height: 100%;
}

@media screen and (max-width: 424px) {
  .earning-card {
    padding: 24px 16px;
  }
}

.earning-card__header {
  margin-bottom: 16px;
}

.earning-card__title {
  font-size: 1rem;
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .earning-card__title {
    font-size: 0.9375rem;
  }
}

.earning-card-list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  min-width: max-content;
}

.earning-card-list__item {
  padding-right: clamp(1rem, -2.464rem + 5.592vw, 3.125rem);
  margin-right: clamp(1rem, -2.464rem + 5.592vw, 3.125rem);
  border-right: 1px solid hsl(var(--border-color));
}

.earning-card-list__item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.earning-card-list__text {
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.earning-card-list__amount {
  margin-bottom: 0;
}

/* ========================== Statement page Css End ========================== */
/* ========================== Download Page css Start =========================== */
.collected-product-item-wrapper {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color) / 0.45);
  border-radius: 8px;
  padding: 24px;
  overflow-x: auto;
}

.collected-product-item-wrapper__inner.collection {
  min-width: max-content;
}

.collected-product-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--border-color));
  position: relative;
}

@media screen and (max-width: 767px) {
  .collected-product-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.collected-product-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.collected-product-item__info {
  display: flex;
  flex-wrap: wrap;
}

.collected-product-item__thumb {
  width: 72px;
  height: 72px;
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .collected-product-item__thumb {
    width: 56px;
    height: 56px;
  }
}

.collected-product-item__thumb .link {
  display: block;
}

.collected-product-item__content {
  width: calc(100% - 72px);
  padding-left: 20px;
}

@media screen and (max-width: 575px) {
  .collected-product-item__content {
    width: calc(100% - 56px);
    padding-left: 16px;
  }
}

.collected-product-item__name {
  font-size: clamp(0.875rem, 0.723rem + 0.317vw, 1rem);
  margin-bottom: 4px;
}

@media screen and (max-width: 575px) {
  .collected-product-item__name {
    max-width: 248px;
  }
}

.collected-product-item__name .link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 500px;
}

.collected-product-item__name .link:hover {
  color: hsl(var(--base));
}

.collected-product-item__price {
  font-size: clamp(1rem, 0.848rem + 0.317vw, 1.125rem);
  margin-bottom: 0;
}

/* ========================== Download Page css End =========================== */
/* ================================ Upload Product page Css Start ====================== */
.upload-product-item {
  background-color: hsl(var(--white));
  padding: 32px 24px;
  border-radius: 8px;
  border: 1px solid hsl(var(--border-color) / 0.45);
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .upload-product-item {
    padding: 24px 16px;
  }
}

.upload-product-item:last-child {
  margin-bottom: 0;
}

.upload-product-item__title {
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.license-price-content-wrapper {
  overflow-x: auto;
  padding-bottom: 16px;
}

.license-price-content {
  font-size: 0.875rem;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--border-color));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: auto auto auto auto auto auto auto;
  align-items: end;
  gap: 16px;
  min-width: max-content;
}

@media screen and (max-width: 767px) {
  .license-price-content {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.license-price-content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.license-price-content span {
  display: block;
}

.license-price-content__desc {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
  .license-price-content__desc {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.license-price-content__desc:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.license-price-content__price {
  max-width: 86px;
}

.license-price-content__price .form--control {
  color: hsl(var(--body-color));
  font-weight: 400;
}

.license-price-content__title {
  color: hsl(var(--heading-color));
  margin-bottom: 12px;
  font-weight: 500;
}

.license-price-content__operator {
  color: hsl(var(--heading-color));
  font-size: 1.25rem;
}

.license-price-content__recommended {
  max-width: 110px;
  margin-left: auto;
}

/* ================================ Upload Product page Css End ====================== */
/* ========================================== Cart Page Css Start =============================== */
.shopping-cart-wrapper {
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
  background-color: hsl(var(--white));
  overflow-x: auto;
}

.shopping-cart {
  padding: 24px;
  border-bottom: 1px solid hsl(var(--border-color));
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
  min-width: max-content;
  gap: 24px;
}

@media screen and (max-width: 1199px) {
  .shopping-cart {
    padding: 24px 16px;
  }
}

.shopping-cart:last-child {
  border-bottom: 0;
}

.shopping-cart__inner {
  display: flex;
  flex-wrap: wrap;
}

.shopping-cart__thumb {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  overflow: hidden;
}

.shopping-cart__thumb .link {
  display: block;
}

.shopping-cart__content {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.shopping-cart__title {
  margin-bottom: 0;
}

.shopping-cart__title .link {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .shopping-cart__title .link {
    font-size: 0.9375rem;
    max-width: 250px;
  }
}

.shopping-cart__title .link:hover {
  color: hsl(var(--base));
}

.shopping-cart__category {
  margin-bottom: 4px;
  font-weight: 600;
}

.shopping-cart__price {
  min-width: max-content;
  font-weight: 600;
}

.shopping-cart__price .form--check .form-check-label {
  font-weight: 600;
  color: hsl(var(--heading-color));
  font-size: 1rem;
  line-height: 1.2;
}

.shopping-cart__price .form--check .form-check-input:checked {
  border-color: hsl(var(--base));
}

.shopping-cart__price .form--check .form-check-input:checked::before {
  color: hsl(var(--base));
}

.cart-action {
  margin-top: 12px;
}

.cart-action__item {
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
  color: hsl(var(--body-color));
}

.cart-action__item:last-child {
  padding-right: 0;
  margin-right: 0;
}

.cart-action__item:last-child::before {
  display: none;
}

.cart-action__item::before {
  height: 15px;
  width: 1px;
  background-color: hsl(var(--border-color));
  right: 0;
}

.cart-action__item.wishlisted {
  color: hsl(var(--base));
}

.cart-action__item.wishlisted i::before {
  color: hsl(var(--base));
}

.cart-action__item .icon {
  font-size: 0.75rem;
}

/* Order Summary Sidebar Css Start */
.padding {
  padding: 0 24px;
}

@media screen and (max-width: 1199px) {
  .padding {
    padding: 0 16px;
  }
}

.order-summary {
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
  background-color: hsl(var(--white));
}

.order-summary__inner {
  padding-top: 32px;
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .order-summary__inner {
    padding-top: 24px;
  }
}

.order-summary__list.style-two .order-summary__item {
  margin-bottom: 20px;
}

.order-summary__list.style-two .order-summary__item:last-child {
  margin-bottom: 0;
}

.order-summary__item {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
  flex-wrap: nowrap;
  gap: 8px;
}

@media screen and (max-width: 1199px) {
  .order-summary__item {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .order-summary__item {
    font-size: 0.875rem;
  }
}

.order-summary__item:last-child {
  margin-bottom: 0;
}

.order-summary__item .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.order-summary__item .price {
  min-width: max-content;
}

.order-summary__total {
  border-top: 1px solid hsl(var(--border-color));
}

.order-summary__button {
  border-top: 1px solid hsl(var(--border-color));
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .order-summary__button {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* Order Summary Sidebar Css End */
/* ========================================== Cart Page Css End =============================== */
/* ============================= Checkout Page Css Start ======================== */
.checkout-page .shopping-cart {
  display: block;
  min-width: unset;
}

.checkout-page .payment-method {
  margin: 0 18px;
}

/* ============================= Checkout Page Css End ======================== */
/* =========================================== Account Css Start =========================*/
.account {
  position: relative;
  background-color: hsl(var(--white));
  overflow: hidden;
  z-index: 1;
  flex-grow: 1;
}

.account::before,
.account::after {
  left: 10%;
  top: 0;
  width: 971px;
  height: 971px;
  border-radius: 50%;
  opacity: 0.6;
  background: rgba(204, 0, 255, 0.1);
  filter: blur(100px);
  z-index: -1;
}

.account::after {
  background-color: rgba(24, 75, 253, 0.1);
  left: -13%;
}

.account .form--control {
  border-color: hsl(var(--border-color-dark));
}

.account .form--control:focus {
  border-color: hsl(var(--base));
}

.account-thumb-wrapper__title {
  margin-bottom: clamp(1rem, -5.741rem + 10.873vw, 5.125rem);
}

.another-login {
  z-index: 1;
  display: flex;
  align-items: center;
}

.another-login .bar {
  flex: auto;
  border: none;
  height: 1px;
  margin: 0;
  background: hsl(var(--border-color-dark));
}

.another-login__text {
  padding: 0 8px;
}

.social-login-list__item.facebook .social-login-list__link {
  border-color: #1877f2;
  color: #1877f2;
}

.social-login-list__item.facebook .social-login-list__link:hover {
  background-color: #1877f215;
}

.social-login-list__item.google .social-login-list__link {
  border-color: #ea4335;
  color: #ea4335;
}

.social-login-list__item.google .social-login-list__link:hover {
  background-color: #28282815;
}

.social-login-list__item.linkedin .social-login-list__link {
  border-color: #0a66c2;
  color: #0a66c2;
}

.social-login-list__item.linkedin .social-login-list__link:hover {
  background-color: #0a66c20f;
}

.social-login-list__link {
  padding: 10px 24px;
  border: 2px solid hsl(var(--base));
  border-radius: 4px;
  width: 100%;
  color: hsl(var(--base));
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
}

.social-login-list__link:active {
  box-shadow: inset 1px 1px 3px 0 #00000072, inset -2px -2px 4px 0 #ffffff72 !important;
}

.social-login-list__link .icon {
  line-height: 1;
}

.border--radius-8 {
  border-radius: 8px !important;
}

table .thumb {
  width: 40px;
  height: 40px;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.empty_list {
  margin: 2rem 0;
}

.empty_list img {
  width: 75px;
  margin-bottom: 0.5rem;
}

.collection-img {
  max-width: 260px;
  aspect-ratio: 260/140 !important;
  border-radius: 4px;
}

.collected-product-item__right {
  position: absolute;
  bottom: 24px;
  right: 0px;
}

.collected-product-item:last-child .collected-product-item__right {
  bottom: 0 !important;
}

.collected-product-item__info .link {
  width: 260px;
  max-width: 100% !important;
}

.collected-product-item__info .content {
  width: calc(100% - 260px);
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
}

.collected-product-item__right .icon:hover {
  background-color: hsl(var(--base));
}

.sort-by .form--control {
  width: auto;
  max-width: 150px;
  padding: 5px;
  margin-left: 10px;
}

.sort-by__name {
  font-size: 15px;
  font-weight: 500;
  color: hsl(var(--black));
  font-family: var(--heading-font);
}

.collected-product .card-header {
  background-color: hsl(var(--black));
}

.collected-product .card-header .card-title {
  color: hsl(var(--white));
  font-size: 16px;
}

.product-info__content a {
  color: hsl(var(--base));
  font-weight: 500;
}

span.selection {
  display: block !important;
}

.mfp-image-holder .mfp-content {
  max-width: 60% !important;
}

.contact-section .contact-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .contact-section .contact-item {
    margin-bottom: 30px;
  }
}

.contact-section .contact-item__icon {
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 0;
}

.contact-section .contact-item__title {
  margin-bottom: 7px;
  font-size: 1.3rem;
  font-weight: 600;
}

.contact-section .contact-item__desc {
  color: hsl(var(--body-color));
}

.contact-section .contact-item__link {
  color: hsl(var(--black));
  margin-top: 15px;
}

.social-list__item.contact .social-list__link {
  color: hsl(var(--base)) !important;
  height: 40px;
  width: 40px;
  font-size: 1.5rem;
}

.contact-section .info-section {
  padding-left: 1.5rem;
}

.product-card .product-edit-btn i {
  font-size: 21px;
}

.avatar-from-fav {
  padding: 15px;
}

@media screen and (max-width: 1199px) {
  .collected-product-item__info .content {
    width: calc(100% - 260px);
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    gap: 10px;
    flex-direction: column;
  }

  .content-right {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .collection-list {
    gap: 12px;
    transition: 0.2s linear;
  }

  .content-right {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
    align-items: start !important;
    gap: 10px !important;
  }
}

.select2-container--default .select2-selection--multiple,
.select2-dropdown {
  border-color: hsl(var(--border-color-light)) !important;
}

@media (max-width: 991px) {
  .table-product {
    flex-direction: column;
    align-items: end;
    gap: 10px;
  }
}

.contact-thumb {
  height: 100%;
}

.contact-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.ban-content__thumb img {
  width: 110px;
}

.ban-content {
  max-width: 600px;
}

.ban-content {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.footer .social-list__link {
  color: #1a1a1a !important;
  background-color: #7c7c7d !important;
}

.footer .social-list__link.active,
.footer .social-list__link:hover,
.footer .social-list__link:focus {
  color: hsl(var(--base)) !important;
  background-color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
}

.curve-text-content__favicon {
  max-width: 75px;
}

@media (max-width: 374px) {
  .curve-text-content__favicon {
    max-width: 50px;
  }

  .curve-text-content__text p {
    font-size: 0.7rem;
  }
}

.mb--4 {
  margin-bottom: 2.2rem !important;
}

.alert-light {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #828282;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

label.required:after {
  content: "*";
  color: hsl(var(--danger)) !important;
  margin-left: 2px;
}

.license-details-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 5px;
  border-bottom: 1px solid hsl(var(--black) / 0.09);
  padding: 8px;
}

.license-details-list li:first-child {
  padding-top: 0;
}

.license-details-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.license-details-list li span,
.license-details-list li a {
  font-size: 0.875rem;
  color: hsl(var(--body-color));
  font-weight: 500;
}

.license-details-list li span:first-of-type {
  font-weight: 600;
}

.license-details-list li a {
  font-weight: 600;
}

.license-details-list li a {
  color: hsl(var(--base));
}

.license-details-list li a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .license-details-list li {
    padding: 5px;
  }
}

@keyframes blink {
  50% {
    opacity: 0.5;
  }
}

.blinking {
  animation: blink 1s infinite;
}

.product-card__price {
  display: grid;
}


.audio-player-wrapper {
  min-height: 163px !important;
}

.audio-card .product-card__thumb::before {
  display: none;
}


.list-view .audio-player-wrapper {
  min-height: 163px !important;
  width: 306px;
}

@media screen and (max-width: 1199px) {
  .list-view .audio-player-wrapper {
      min-height: 163px !important;
      width: 220px;
    }
}

@media screen and (max-width: 575px) {
  .list-view .audio-player-wrapper {
      min-height: 163px !important;
      width: 220px;
      padding: 10px;
    }
}

@media screen and (min-device-width: 425px) and (max-device-width: 575px) {
  .list-view .audio-player-wrapper {
     flex-direction: column;
     width: 200px;
    }
}

@media screen and (max-width: 424px) {
  .list-view .audio-player-wrapper {
   max-width: 100%;
   width: 100%;
  }
}

.audio-player-wrapper {
  min-height: 163px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 10px;
}



.audio-player-wrapper .play-button {
  width: 30px;
  height: 30px;
  background-color: hsl(var(--base));
  border-radius: 3px;
  color: hsl(var(--white));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.audio-player-left {
  width: 80px;
  flex-shrink: 0;
  font-size: 12px;
}
.audio-player-time {
  width: 50px;
  font-size: 12px;
  flex-shrink: 0;
}
.audio-player-middle{
  width: 100%;
}

.product-card.audio-card .product-card__thumb {
  border: 1px solid hsl(var(--border-color) / 0.45);
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}


.product-details__inner.audio-card .product-details__thumb {
  background: #fff;
  border-radius: 12px;
}

.product-details__inner.audio-card .audio-player-wrapper{
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
}


.product-details__inner.audio-card .audio-player-wrapper.border-radius-add{
  border-radius: 12px;
}


.product-body.list-view .product-card.audio-card .product-card__thumb{
  border: none !important;
  background-color: #fff;
  border-radius: 8px 0px 0px 0px;
}</pre></body></html>