/* Font Family*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&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>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>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: hsl(var(--base));
}

a:hover {
    color: hsl(var(--base-d-200));
}

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: 00px;
}

.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: 14px 24px;
    font-size: 0.9375rem;
}

.btn--sm {
    padding: 10px 8px;
    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,
.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: 0.719rem 1.5rem;
    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 {
    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: 45px;
    line-height: 45px;
    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 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-white));
    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: 3px 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(--white));
    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 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;
        word-break: keep-all;
    }
}

@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: start;
    border-radius: 0px;
    margin-bottom: 40px !important;
    z-index: 1;
}

@media screen and (min-width: 991px) {
    .custom--tab {
        border-bottom: 1px solid hsl(var(--black) / 0.08);
        padding-bottom: 6px;
    }
}

.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: 6px 20px;
}

@media screen and (max-width: 1399px) {
    .custom-tab.style-two {
        gap: 6px 20px;
    }
}

@media screen and (max-width: 991px) {
    .custom-tab.style-two {
        gap: 0;
    }
}

.custom-tab__item {
    margin-right: 0;
    margin-top: 5px;
}

.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;
    padding-bottom: 12px !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 {
        padding: 7px 12px !important;
        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));
    font-weight: 400;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 15px;
    border-width: 1px;
    padding-right: 20px !important;
    display: flex;
    border: 1px solid transparent;
    border-left: 5px solid transparent;
}

.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: 20px;
}

@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--info .alert__icon {
        padding-right: 10px;
    }
}

.alert__title {
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--base) / 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 {
    background: hsl(var(--base) / 0.04);
    border: 1px solid hsl(var(--base) / 0.09);
    border-left: 5px solid hsl(var(--base));
}

.alert--base .alert__icon {
    color: hsl(var(--base));
}

.alert--primary {
    border: 1px solid hsl(var(--primary) / 0.09);
    border-left: 5px solid hsl(var(--primary));
    background: hsl(var(--primary) / 0.04);
}

.alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.alert--success {
    border: 1px solid hsl(var(--success) / 0.09);
    border-left: 5px solid hsl(var(--success));
    background: hsl(var(--success) / 0.04);
}

.alert--success .alert__icon {
    color: hsl(var(--success));
}

.alert--info {
    border: 1px solid hsl(var(--info) / 0.09);
    border-left: 5px solid hsl(var(--info));
    background: hsl(var(--info) / 0.04);
}

.alert--info .alert__icon {
    color: hsl(var(--info));
}

.alert--danger {
    border: 1px solid hsl(var(--danger) / 0.09);
    border-left: 5px solid hsl(var(--danger));
    background: hsl(var(--danger) / 0.04);
}

.alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.alert--warning {
    border: 1px solid hsl(var(--warning) / 0.09);
    border-left: 5px solid hsl(var(--warning));
    background: hsl(var(--warning) / 0.04);
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--secondary {
    border: 1px solid hsl(var(--secondary) / 0.09);
    border-left: 5px solid hsl(var(--secondary));
    background: hsl(var(--secondary) / 0.04);
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

.alert--dark {
    border: 1px solid hsl(var(--dark) / 0.09);
    border-left: 5px solid hsl(var(--dark));
    background: hsl(var(--dark) / 0.04);
}

.alert--dark .alert__icon {
    color: hsl(var(--dark));
}

/* ====================================== Alert Css End =============================== */

/* ================================= preload Css Start =========================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--white));
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 96px;
    box-sizing: content-box;
    height: 48px;
    background: #fff;
    border-color: hsl(var(--base));
    border-style: solid;
    border-width: 2px 2px 50px 2px;
    border-radius: 100%;
    position: relative;
    animation: 3s yinYang linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    border: 18px solid hsl(var(--base));
    border-radius: 100%;
    width: 12px;
    height: 12px;
    box-sizing: content-box;
}

.loader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: hsl(var(--base));
    border: 18px solid #fff;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    box-sizing: content-box;
}

@keyframes yinYang {
    100% {
        transform: rotate(360deg);
    }
}

/* ================================= preload Css End ===========================  */

/* ============= Header Start Here ======================= */

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.header {
    position: relative;
    z-index: 922;
    background-color: hsl(var(--white));
    padding: 5px 0px;
    box-shadow: 0px 1px 0px #0000000a;
}

@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;
    }
}

.wrapper-header.fixed-header {
    background-color: hsl(var(--white));
    position: sticky;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
    z-index: 922;
}

@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(--heading-color)) !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(--heading-color)) !important;
        padding: 15px 0;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }
    .nav-menu .nav-item .nav-link:hover {
        color: hsl(var(--base)) !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: 400;
        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>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(--heading-color)) !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(--heading-color));
    }
}

@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(--heading-color));
    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: #1a191d;
    border-bottom: 1px solid hsl(var(--white) / 0.06);
    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;
    display: flex;
    justify-content: center;
    align-items: end;
}

.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: 290px;
    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-list {
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.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, 1.5rem);
}

.site-logo img {
    width: 230px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 80px;
}

.footer-item__title {
    color: hsl(var(--white));
    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;
}

.script-share .social-list__item {
    display: flex;
    align-items: center;
    background: ghostwhite;
    border-radius: 8px;
    padding: 0px 10px 0px 0px;
    cursor: pointer;
}

.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;
}

.script-share .social-list.colorful-style .social-list__link {
    margin-right: 5px;
}

.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 {
    background-color: #f2f2f2;
    padding: 20px 0px;
    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 & 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>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50% !important;
    transform: translateY(-50%) !important;
    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 & 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 {
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.875rem;
    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;
}

.banner:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

@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: 800px;
    margin: 0 auto;
}

.bg_fixed {
    background-attachment: fixed !important;
}

.banner-content__title {
    font-size: clamp(1.375rem, 0.3353rem + 2.1661vw, 3rem);
    margin-bottom: 1rem;
    color: hsl(var(--white));
}

.banner-content__desc {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: clamp(1.5rem, -0.326rem + 3.803vw, 2rem);
    color: hsl(var(--white));
}

.btn--gray {
    border: 2px solid #ddd;
    border-right: none;
    border-top: none;
    background: #ffffff3d;
}

.btn--gray:hover,
.btn--gray:focus,
.btn--gray:active,
.btn--gray:focus-within,
.btn--gray:focus-visible {
    background: hsl(var(--white)) !important;
    color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
}

.btn--white {
    background: hsl(var(--white)) !important;
    color: hsl(var(--base)) !important;
}

/* Search Box Css Start */

.search-box {
    height: 65px;
    position: relative;
}

@media screen and (max-width: 575px) {
    .search-box {
        height: 56px;
    }
}

.search-box .form--control {
    border-color: hsl(var(--border-color));
    border-radius: 12px;
    background: hsl(var(--white)) !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: 52px;
    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 {
    display: flex !important;
    gap: 16px;
    background: hsl(var(--black) / 0.06);
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.category-item__thumb {
    overflow: hidden;
    width: 80px;
    flex-shrink: 0;
}

.category-item__thumb:hover img {
    transform: scale(1.1);
}

.category-item__thumb img {
    border-radius: inherit;
    transition: 0.2s linear;
    border-radius: 5px;
}

.category-item__title {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0px;
}

@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 ================================= */

.featured-theme .feature-box {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.feature-box::after {
    content: '"';
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    border-radius: 562px;
    filter: blur(100px);
    z-index: -1;
    position: absolute;
    background: hsl(var(--base) / 0.7);
}

.feature-box__content {
    text-align: center;
}

.feature-box__content .inner-content {
    padding: 20px;
}

.feature-box__title {
    margin-bottom: clamp(1rem, 0.391rem + 1.268vw, 1rem);
}

.feature-box__desc {
    color: hsl(var(--heading-color));
}

.feature-box__water-img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    z-index: -1;
    max-height: 418px;
    margin: 0 auto;
    width: 100%;
}

.featured-theme .feature-box {
    height: 100%;
}

@media screen and (max-width: 991px) {
    .feature-box__water-img {
        display: none;
    }
}

.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);
}

@media (max-width: 1399px) {
    .feature-box__content .inner-content {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .feature-box__content .inner-content {
        margin-top: 0px;
    }
}

/* =================================== Featured Theme Section Css End ================================= */

/* ============================== Product Card Css Start ==================*/

.product-card {
    border-radius: 8px;
    overflow: hidden;
    transition: 0.2s linear;
    position: relative;
    background-color: hsl(var(--white));
    padding: 10px;
    border: 1px solid hsl(var(--black) / 0.07);
}

.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 {
    position: relative;
    z-index: 1;
    max-height: 180px;
    border-radius: 8px;
    overflow: hidden;
}

.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-top: 0;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 15px;
}

.product-card__content-inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
    margin-bottom: 12px;
}

@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: 1;
    -webkit-box-orient: vertical;
    width: max-content;
    max-width: fit-content;
}

@media (min-width: 425px) and (max-width: 550px) {
    .product-card__title .link {
        -webkit-line-clamp: 2;
    }
}

.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 {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
    color: hsl(var(--base));
}

.product-card__author .link {
    color: hsl(var(--body-color));
}

.product-card__author .link:hover {
    text-decoration: underline;
}

.product-card__price:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    margin-right: 7px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.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(--body-color));
}

.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(--white));
    transition: 0.2s linear;
}

.collection-list__button:hover {
    color: hsl(var(--base));
}

.wishlist-btn.wishlisted i::before {
    content: "\e90d";
    color: hsl(var(--white));
}

.collection-btn.collected i::before {
    content: "\e90e";
    color: hsl(var(--white));
}

.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 ================================ */

@media screen and (max-width: 991px) {
    .latest-template .custom--tab {
        margin-top: 20px;
    }
}

.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(--black) / 0.01);
    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: hsl(var(--base) / 0.15);
    left: -281px;
    top: -281px;
}

.browse-best-selling::after {
    background: hsl(var(--base) / 0.15);
    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;
}

@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: hsl(var(--base) / 0.3);
    filter: blur(100px);
}

.cta__inner {
    background-color: hsl(var(--black));
}

.cta__inner img {
    width: 50px;
}

.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: 50px;
    }
}

.cta .section-heading {
    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;
    }
}

img.technology-1 {
    position: absolute;
    top: 21%;
    left: 21%;
    animation: scale 3s ease-in-out infinite;
}

img.technology-2 {
    position: absolute;
    top: 44%;
    left: 11%;
    animation: updown 20s ease infinite;
}

img.technology-3 {
    position: absolute;
    top: 72%;
    left: 22%;
    animation: scale 3s ease-in-out infinite;
}

img.technology-4 {
    position: absolute;
    top: 21%;
    right: 21%;
    animation: updown 20s ease infinite;
}

@media screen and (max-width: 991px) {
    img.technology-4 {
        top: 8%;
    }
    img.technology-1 {
        top: 13%;
        left: 23%;
    }
}

img.technology-5 {
    position: absolute;
    top: 44%;
    right: 11%;
    animation: scale 3s ease-in-out infinite;
}

img.technology-6 {
    position: absolute;
    top: 72%;
    right: 22%;
    animation: mover 5s linear infinite;
}

img.technology-7 {
    position: absolute;
    left: 50%;
    top: 5%;
    animation: scale 3s ease-in-out infinite;
}

img.technology-8 {
    position: absolute;
    left: 50%;
    bottom: 5%;
    animation: updown 20s ease infinite;
}

@media screen and (max-width: 991px) {
    img.technology-one {
        position: absolute;
        top: 6%;
        left: 16%;
        animation: updown 20s ease infinite;
    }
    img.technology-two {
        position: absolute;
        top: 40%;
        left: 8%;
        animation: scale 3s ease-in-out infinite;
    }
    img.technology-three {
        position: absolute;
        top: 72%;
        left: 14%;
        animation: mover 5s linear infinite;
    }
    img.technology-four {
        position: absolute;
        top: 6%;
        right: 16%;
        animation: updown 20s ease infinite;
    }
    img.technology-five {
        position: absolute;
        top: 40%;
        right: 8%;
        animation: scale 3s ease-in-out infinite;
    }
    img.technology-six {
        position: absolute;
        top: 72%;
        right: 14%;
        animation: mover 5s linear infinite;
    }
}

@media screen and (max-width: 767px) {
    .cta img {
        display: none !important;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes scale_more {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes updown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) translateX(0);
    }
    50% {
        transform: rotate(180deg) translateX(20px);
    }
    100% {
        transform: rotate(0deg) translateX(0);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}

/* ========================================= CTA Section Css End ================================= */

/* ==================================== Additional Benefit Section Start ================================= */

.additional-benefit {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.additional-benefit::before {
    position: absolute;
    content: "";
    right: -7%;
    top: -16%;
    width: 437px;
    height: 437px;
    border-radius: 50%;
    background: hsl(var(--base) / 0.2);
    filter: blur(100px);
}

.additional-benefit::after {
    position: absolute;
    content: "";
    left: -7%;
    bottom: -16%;
    width: 437px;
    height: 437px;
    border-radius: 50%;
    background: hsl(var(--base) / 0.2);
    filter: blur(100px);
}

.additional-benefit__thumb {
    position: relative;
}

.additional-benefit__element {
    position: absolute;
    left: 38%;
    top: 4px;
    max-width: 12%;
    transform: rotate(186deg);
}

.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: 80px;
}

@media screen and (max-width: 1399px) {
    .additional-benefit__content {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1399px) {
    .additional-benefit__content {
        padding-left: 20px;
    }
}

@media screen and (max-width: 991px) {
    .additional-benefit__content {
        padding-left: 0px;
    }
}

.benefit-item {
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid hsl(var(--border-color) / 0.6);
    border-radius: 8px;
    background: hsl(var(--white));
    align-items: center;
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.benefit-item__icon {
    width: 60px;
    height: 60px;
    background-color: hsl(var(--base) / 0.08);
    border-radius: 50%;
    color: hsl(var(--base));
    font-size: clamp(1.25rem, 0.794rem + 0.951vw, 1.625rem);
    border: 1px solid hsl(var(--base));
    padding: 6px;
}

@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;
}

.benefit-item__icon img {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 575px) {
    .benefit-item__icon img {
        width: 30px;
        height: 30px;
    }
}

/* ==================================== 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>div[class*="col"] {
    width: 25%;
}

@media screen and (max-width: 1399px) {
    .toggle-sidebar .product-body .row>div[class*="col"] {
        width: 33.33333%;
    }
}

@media screen and (max-width: 991px) {
    .toggle-sidebar .product-body .row>div[class*="col"] {
        width: 50%;
    }
}

@media screen and (max-width: 424px) {
    .toggle-sidebar .product-body .row>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: 425px) {
    .list-view .product-card {
        display: flex;
    }
    .list-view .product-card__thumb {
        max-width: 306px;
    }
}

@media screen and (min-width: 425px) and (max-width: 1199px) {
    .list-view .product-card__thumb {
        max-width: 240px;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .list-view .product-card__thumb {
        max-width: 210px;
    }
}

@media screen and (min-width: 425px) and (max-width: 575px) {
    .list-view .product-card__thumb {
        max-width: 180px;
    }
}

@media (min-width: 425px) {
    .list-view .product-card__thumb::before {
        display: none;
    }
}

@media (min-width: 425px) {
    .list-view .product-card__thumb .collection-list {
        display: none;
    }
}

@media (min-width: 425px) {
    .list-view .product-card__content {
        width: calc(100% - 306px);
        padding-left: 24px;
        border-bottom-left-radius: 0;
    }
}

@media screen and (min-width: 425px) and (max-width: 1199px) {
    .list-view .product-card__content {
        width: calc(100% - 240px);
    }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .list-view .product-card__content {
        width: calc(100% - 210px);
        padding-left: 16px;
    }
}

@media screen and (min-width: 425px) and (max-width: 575px) {
    .list-view .product-card__content {
        width: calc(100% - 180px);
    }
}

@media (min-width: 425px) {
    .list-view .row>div[class*="col"] {
        width: 100% !important;
    }
}

@media (min-width: 425px) {
    .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 11px;
    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 {
    padding: 2px 4px;
    line-height: 1;
    border-radius: 3px;
    color: hsl(var(--base));
    font-size: 0.75rem;
    font-weight: 400;
    margin-left: 4px;
    border: 1px solid hsl(var(--base));
    justify-content: center;
    align-items: center;
    background: hsl(var(--white));
}

.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;
    }
}

@media screen and (max-width: 424px) {
    .product-details-top__inner .custom-tab__link {
        padding: 7px 5px !important;
    }
}

.sales {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.social-share {
    padding: 2px 4px;
    position: relative;
    align-items: center;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-share__button {
    color: hsl(var(--base));
}

.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;
}

.script-share .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: 100;
}

.script-share .social-list {
    gap: 8px;
}

@media (max-width: 991px) {
    .product-details-top__inner:has(.script-share) {
        position: relative;
        padding-right: 80px;
    }
    .social-share.script-share {
        position: absolute;
        right: 0;
        top: 10px;
    }
    .script-share .product-details-top__inner {
        flex-direction: column;
    }
}

.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;
}

/* Product Details Top Css End */

/* Product Details Thumb & 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;
    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;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.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;
    }
}

.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 & 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;
    }
}

.sales-qty__number {
    margin-bottom: 0;
}

/* ============================ 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;
}

@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-inner {
    padding: 60px;
}

@media screen and (max-width: 374px) {
    .account-inner {
        padding: 0px;
    }
}

.account-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 2px hsl(var(--black) / 0.1);
    border-radius: 10px;
}

.account {
    position: relative;
    background-color: hsl(var(--white));
    overflow: hidden;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account::before,
.account::after {
    left: 10%;
    top: 0;
    width: 971px;
    height: 971px;
    border-radius: 50%;
    opacity: 0.6;
    background: hsl(var(--base) / 0.1);
    filter: blur(100px);
    z-index: -1;
}

.account::after {
    background-color: hsl(var(--white));
    left: -13%;
}

.account .logo {
    max-width: 250px;
}

.form--checks a,
.have-account__text a {
    color: hsl(var(--base));
}

.form--checks a:hover,
.have-account__text a {
    color: hsl(var(--base-d-200));
}

@media screen and (max-width: 991px) {
    .account .logo {
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

.account .form--control:focus {
    border-color: hsl(var(--base));
}

.account-thumb-wrapper__title {
    margin-bottom: clamp(1rem, -5.741rem + 10.873vw, 4.125rem);
}

.account-left-top {
    padding-bottom: 30px;
}

.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 img {
    width: 30px;
}

.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-inner__wrapper {
    position: relative;
    z-index: 1;
    padding: 50px 32px;
    background: linear-gradient(8deg, hsl(var(--base) / 0.4) -66.1%, hsl(var(--white)) 32.78%, hsl(var(--white)) 123.59%);
    border-radius: 24px;
}

.contact-inner__wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 24px;
}

.contact-inner__heading {
    margin-bottom: 40px;
}

.contact-inner__title {
    font-size: 1.875rem;
    margin-bottom: 10px;
}

.contact-inner__desc {
    color: hsl(var(--text-color));
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.align-items-center {
    align-items: center !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.contact-inner__thumb {
    height: 100%;
}

.contact-inner__thumb img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-list__item.contact .social-list__link {
    color: hsl(var(--base)) !important;
    height: 40px;
    width: 40px;
    font-size: 1.5rem;
}

.contact__info-box {
    height: 100%;
    border-radius: 10px;
    padding: 72px 32px 33px 32px;
    background: linear-gradient(8deg, hsl(var(--base) / 0.4) -66.1%, hsl(var(--white)) 32.78%, hsl(var(--white)) 123.59%);
}

.contact__info-box .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    margin-top: -100px;
    border: 5px solid hsl(var(--base));
}

.contact__info-box .text {
    text-align: center;
}

.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: 8px 0px 0px 8px;
}

.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 {}

.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: 5px 10px;
}

.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;
}

.btn--link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.btn--link .icon {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.btn--link .icon i {
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}

.btn--link:hover .icon i {
    transform: rotate(0deg);
}

.filter-btn {
    border: 1px solid hsl(var(--border-color-dark));
    padding: 4px 15px;
    border-radius: 4px;
    color: hsl(var(--body-color));
}

.filter-btn:hover {
    color: hsl(var(--base));
}

.market-fact__title {
    font-size: 1.125rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: hsl(var(--white));
}

.footer-market-fact-items {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.market-fact-items__text {
    color: hsl(var(--white) / 0.65);
}

.market-fact-items__title {
    font-size: 14px;
}

.market-fact-items__count {
    font-size: 18px;
    font-weight: 700;
}

.btn-4.basic {
    color: #666;
    background-color: #fff;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 1em;
}

.footer__shape.two {
    top: 0%;
    transform: rotate(180deg) !important;
}

.form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
}

/* popular-category-css */

.popular-category-item {
    transition: 0.3s;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color) / 0.6);
    border-radius: 8px;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    background-image: linear-gradient(to right, hsl(var(--base) / 0.05), hsl(var(--white)) 60%);
}

.popular-category-item__title {
    color: hsl(var(--heading-color));
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    min-width: 50%;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 32px;
    display: flex;
}

.popular-category-item__title h5 {
    width: 200px;
    font-size: 1.125rem;
    margin-bottom: 0px;
    transition: 0.3s;
}

.popular-category-item__title h5:hover {
    color: hsl(var(--base));
}

.popular-category-item__content {
    min-height: 100%;
    display: flex;
    width: 40%;
    transition: 0.3s;
    align-self: stretch;
}

.popular-category-item__thumb {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    box-shadow: -2px 0 28px #0000001f;
}

.popular-category-item__thumb img {
    object-fit: cover;
    object-position: 0% 50%;
    width: 100%;
    height: 100%;
}

.popular-category-item:hover .popular-category-item__content {
    width: 50%;
}

/* new-membership-plan */

/* ================================= Pricing Css Start =========================== */

.pricing {
    position: relative;
    padding: 32px;
    border-radius: 12px;
    height: 100%;
    background-color: hsl(var(--white) / 0.1);
    overflow: hidden;
    z-index: 1;
}

.pricing__card {
    position: relative;
    padding: 10px;
    border-radius: 12px;
    height: 100%;
    z-index: 1;
    border: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 1199px) {
    .pricing {
        padding: 30px 20px;
    }
    .pricing-tabs .nav-item .nav-link {
        border-bottom: 0 !important;
    }
}

.pricing__top {
    margin-bottom: 25px;
}

.pricing__top p {
    font-size: 0.875rem;
}

.pricing .plan-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
}

.pricing__title {
    font-weight: 700;
    margin-bottom: 0px;
}

.pricing__title del {
    color: hsl(var(--body-color) / 0.8);
    font-size: 1rem;
}

.pricing__title span {
    font-size: 1.125rem;
}

.pricing__bottom ul {
    margin-bottom: 30px;
}

.pricing__bottom ul li {
    color: hsl(var(--heading-color));
    font-size: 0.875rem;
    display: flex;
}

.pricing__bottom ul li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing__bottom ul li i {
    margin-right: 10px;
    color: hsl(var(--base));
    position: relative;
    top: 4px;
}

.pricing__bottom ul li del {
    color: hsl(var(--body-color) / 0.5);
}

/* ================================= Tab Css Start =========================== */

.pricing__tabs .custom--tab {
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #777986;
    padding: 4px 5px 4px 4px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 991px) {
    .pricing__tabs {
        padding-bottom: 0px;
    }
}

.pricing__tabs .nav-item {
    border-bottom: 0;
    margin-right: 0px !important;
}

.pricing__tabs .nav-item .nav-link {
    border-radius: 4px !important;
    padding: 7px 24px !important;
    font-size: 1rem;
    color: hsl(var(--heading-color));
    transition: all 0.3s ease-out 0s;
}

@media screen and (max-width: 991px) {
    .pricing__tabs .nav-item .nav-link {
        padding: 5px 20px !important;
    }
}

.pricing__tabs .nav-item .nav-link.active {
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--black)) !important;
}

.pricing__tabs .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.pricing__tabs .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */

/* ================================= Pricing Css End =========================== */

.pricing_plan-more-info-block {
    background-image: linear-gradient(#f4f4f4, #f4f4f4);
    border-radius: 6px;
    align-items: center;
    margin-top: 1.875rem;
    padding: 1.875rem;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.pricing_plan-additional-title-2 {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: hsl(var(--heading-color));
}

.pricing_plan-basic-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.5em;
}

.nav-item-background {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: hsl(var(--base));
    position: absolute;
    z-index: -1;
    bottom: 0;
    transition: 0.4s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
}

.custom--tab.pricing-tabs {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid hsl(var(--base));
}

.custom--tab.pricing-tabs .nav-item .nav-link {
    color: hsl(var(--base)) !important;
}

.custom--tab.pricing-tabs .nav-item .nav-link.active {
    color: hsl(var(--white)) !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0px;
    position: relative;
}

.pricing__top {
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
    margin-bottom: 20px;
}

.pricing__bottom {
    margin-top: 20px;
}

.pricing .text {
    font-weight: 500;
    color: hsl(var(--black));
}

.pricing.popular::before {
    position: absolute;
    content: "";
    bottom: -48px;
    left: -40px;
    width: 110%;
    height: 135px;
    background: linear-gradient(37deg, hsl(var(--danger) / 0.05), hsl(var(--warning) / 0.5), hsl(var(--success) / 0.7));
    filter: blur(50px);
    z-index: -1;
    transform: rotate(1deg);
}

@media (max-width: 575px) {
    .pricing.popular::before {
        bottom: -70px;
    }
}

/* template css start */

.collected-product-item__right {
    position: unset;
}

.collected-product-item__name .link {
    overflow: hidden;
    text-overflow: unset;
    display: unset;
    -webkit-line-clamp: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    max-width: 500px;
}

@media screen and (max-width: 767px) {
    .collected-product-item:not(.favorite) {
        margin-bottom: 16px;
        padding-bottom: 16px;
        flex-direction: column;
        gap: 20px;
    }
}

.collected-product-item-wrapper__inner {
    min-width: unset;
}

.sort-by.download {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.setting-sidebar-list {
    max-width: unset;
}

.input-group.w-auto.flex-fill {
    justify-content: flex-end;
}

@media screen and (max-width: 460px) {
    .input-group.w-auto.flex-fill {
        justify-content: flex-start;
    }
}

.collections-list {
    border-radius: 0;
}

.collections-list .items {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-color: hsl(var(--base)) transparent;
    /* For Firefox */
}

.collections-list .items::-webkit-scrollbar {
    width: 8px !important;
}

.collections-list .items::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
    border-radius: 10px;
}

.collections-list .items::-webkit-scrollbar-track {
    background-color: transparent;
}

.collections-list .collection-item {
    background: #fff;
    cursor: pointer;
    position: relative;
    border: 0;
}

.collections-list .collection-item:not(:last-child) {
    border-bottom: 1px solid hsl(var(--border-color-light));
}

.collections-list .collection-item.in_list {
    background: hsl(var(--base) / 0.1);
    color: #000;
}

.collections-list .form-check-input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

.visibility-input {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.visibility-input .form-check-label {
    font-size: 16px;
}

.content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.collected-product-item__right .icon {
    font-size: 20px;
    width: 30px;
    height: 30px;
    background-color: #e0e0e0 !important;
    border-radius: 4px;
    color: hsl(var(--body-color)) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s linear;
}

.collected-product-item__right .icon:hover {
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}

.collection-input-radio {
    gap: 35px;
}

.collection-input-radio .form-check-label {
    padding-left: 8px !important;
    font-size: 1rem;
}

.collected-product-item-wrapper {
    padding: 1.1rem !important;
}

@media screen and (max-width: 575px) {
    .collected-product-item__info::not(.favorite) {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
    }
    .collected-product-item__info .content {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
    .content-right {
        flex-direction: column !important;
        align-items: end !important;
        gap: 10px !important;
    }
    .collected-product-item__info .link {
        width: 100%;
        max-width: 100% !important;
    }
    .collection-img {
        max-width: 100%;
        aspect-ratio: 260/140 !important;
        border-radius: 4px;
    }
    .collected-product-item__info .content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        gap: 10px;
        flex-direction: row;
    }
}

.product-response__content.activity .product-response__item {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.product-response__content.activity .product-response__item {
    margin-bottom: 1.2rem;
    border-bottom: 1px solid hsl(var(--body-color) / 0.2);
}

.product-response__content.activity .product-response-info__thumb {
    border-radius: 50% !important;
}

@media screen and (max-width: 767px) {
    .product-response__content.activity .product-response__item {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .product-response__content.activity {
        margin-bottom: 15px;
        padding-bottom: 0;
        border-bottom: 0;
        border-bottom: 0;
    }
}

.common-sidebar__item {
    box-shadow: none !important;
    border: 1px solid hsl(var(--border-color-light) / 0.45);
}

.pagination .page-item .page-link {
    height: 36px;
    width: 36px;
}

section.category {
    overflow-x: hidden !important;
}

.form-sidebar .product-sidebar__item {
    border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.form-sidebar .product-sidebar__item:nth-child(2) {
    border-bottom: 0;
}

.author-avatar {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.activity-author .author-avatar {
    max-height: 50px;
    max-width: 50px;
}

.refund-activity__content {
    margin-top: 0.8rem;
}

.refund-activities .activity-item:not(:last-child) {
    margin-bottom: 1.3rem;
}

.license-price-content__price {
    max-width: 120px;
}

.license-price-content {
    grid-template-columns: 120px auto auto auto auto auto auto;
}

.nicEdit-main {
    background: #fff;
    outline: 0;
}

.product_thumbnail {
    height: 80px;
    width: 80px;
}

.cursor-pointer {
    cursor: pointer;
}

.privacy-page ul,
.privacy-page li {
    list-style: auto;
}

.privacy-page ul,
.privacy-page ol {
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .feature-box__content {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 575px) {
    .bottom--wrapper {
        justify-content: center !important;
    }
}

.custom-alert {
    display: flex;
    align-items: flex-start;
    padding: 16px;
    border-radius: 8px;
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.5;
    border-left: 4px solid;
}

.custom-alert--under-review {
    background-color: rgba(255, 193, 7, 0.1);
    border-color: #ffc107;
    color: #ffc107;
}

.custom-alert__icon {
    margin-right: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}

.custom-alert__icon svg {
    vertical-align: middle;
}

.custom-alert__title {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.custom-alert__message {
    margin: 0;
    color: inherit;
    opacity: 0.9;
}

.status-card {
    text-align: center;
    padding: 2rem;
    border-radius: 12px;
    max-width: 550px;
    margin: 1.5rem auto;
    background: #f8f9fa;
}

.status-card--disabled {
    border-top: 4px solid #6c757d;
}

.status-card__icon {
    margin-bottom: 1rem;
    color: #6c757d;
}

.status-card__icon svg {
    width: 48px;
    height: 48px;
}

.status-card__title {
    color: #343a40;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.status-card__message {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.5;
}

/* referral list css start here  */

.referral-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.referral-list__item {
    background: hsl(var(--white));
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px hsl(var(--black) / 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.referral-list__name {
    margin-bottom: 3px;
    font-size: 16px;
}

.referral-list__username {
    font-size: 14px;
}

.referral-list__date {
    font-size: 12px;
}

.referral-list__item::after {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black));
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: hsl(var(--black) / 0.07);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.referral-list__item::before {
    position: absolute;
    content: "";
    background-color: hsl(var(--base) / 0.1);
    filter: blur(50px);
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 50%;
    z-index: -1;
}

.referral-list__item i {
    margin-right: 5px;
}

.ref-wrapper {
    margin-top: 17px;
}

.ref-wrapper .ref-title {
    margin-bottom: 5px;
}