@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Libre Baskerville", serif;
    --body-font: "Rubik", sans-serif;
    /* Base Color */
    --base-h: 164;
    --base-s: 97%;
    --base-l: 49%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --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-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);
    /* Primary Color */
    --primary-h: 253;
    --primary-s: 100%;
    --primary-l: 61%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --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-d-600: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.6);
    --primary-d-700: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.7);
    --primary-d-800: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.8);
    --primary-d-900: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.9);
    --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);
    --primary-l-700: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.7);
    --primary-l-800: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.8);
    --primary-l-900: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.9);
    /* Secondary Color */
    --secondary-h: 229;
    --secondary-s: 7%;
    --secondary-l: 53%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --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-d-600: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.6);
    --secondary-d-700: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.7);
    --secondary-d-800: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.8);
    --secondary-d-900: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.9);
    --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);
    --secondary-l-700: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.7);
    --secondary-l-800: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.8);
    --secondary-l-900: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.9);
    /* Success Color */
    --success-h: 135;
    --success-s: 58%;
    --success-l: 49%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --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-d-600: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.6);
    --success-d-700: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.7);
    --success-d-800: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.8);
    --success-d-900: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.9);
    --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);
    --success-l-700: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.7);
    --success-l-800: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.8);
    --success-l-900: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.9);
    /* Danger Color */
    --danger-h: 6;
    --danger-s: 81%;
    --danger-l: 58%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --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-d-600: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.6);
    --danger-d-700: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.7);
    --danger-d-800: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.8);
    --danger-d-900: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.9);
    --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);
    --danger-l-700: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.7);
    --danger-l-800: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.8);
    --danger-l-900: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.9);
    /* Warning Color */
    --warning-h: 48;
    --warning-s: 100%;
    --warning-l: 50%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --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-d-600: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.6);
    --warning-d-700: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.7);
    --warning-d-800: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.8);
    --warning-d-900: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.9);
    --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);
    --warning-l-700: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.7);
    --warning-l-800: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.8);
    --warning-l-900: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.9);
    /* Info Color */
    --info-h: 217;
    --info-s: 91%;
    --info-l: 60%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --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-d-600: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.6);
    --info-d-700: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.7);
    --info-d-800: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.8);
    --info-d-900: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.9);
    --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);
    --info-l-700: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.7);
    --info-l-800: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.8);
    --info-l-900: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.9);
    --white: 0 0% 100%;
    --black: 0 0% 0%;
    --dark: 210 10% 23%;
    --dark-two: 233 18% 19%;
    --dark-three: 224 71% 4%;
    --gray-one: 228 26% 96%;
    --gray-two: 233 8% 39%;
    --gray-three: 228 7% 72%;
    --gray-four: 231 6% 61%;
    --gray-five: 232 6% 50%;
    --gray-six: 233 8% 39%;
    --body-bg: 0 0% 98%;
    --body-color: var(--dark-two);
    --section-bg: 208 100% 97%;
    --border-color: 0 0% 88%;
    --heading-color: 234 37% 10%;
    /* Shadow Variables */
    --box-shadow: 0px 2px 4px 0px hsl(var(--black)/.08), 0px 0px 6px 0px hsl(var(--black)/.02);
    --btn-shadow: 0px 4px 12px 0px hsl(var(--base)/.7);
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
}

/* ========================= Css Variables End =========================== */
/* ========================= Typography CSS Start ========================= */
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    background-color: hsl(var(--body-bg));
    word-break: break-word;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    margin-bottom: 0px;
    line-height: 120%;
}

h1 {
    font-size: clamp(2.5rem, 1.8745rem + 3.1274vw, 5rem);
}

h2 {
    font-size: clamp(2rem, 1.7615rem + 1.1923vw, 2.5rem);
}

h3 {
    font-size: clamp(1.5rem, 1.2615rem + 1.1923vw, 2rem);
}

h4 {
    font-size: clamp(1.25rem, 1.1308rem + 0.5961vw, 1.5rem);
}

h5 {
    font-size: clamp(1.125rem, 1.0654rem + 0.2981vw, 1.25rem);
}

h6 {
    font-size: clamp(1rem, 0.9404rem + 0.2981vw, 1.125rem);
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    transition: 0.2s ease-in-out;
    line-height: inherit;
}

a {
    display: inline-block;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: hsl(var(--base));

    &:hover {
        color: hsl(var(--base-d-400));
    }
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

span {
    display: inline-block;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
}

/* ========================= Typography CSS End ========================= */
/* ========================= Classes CSS Start ========================= */
.page-wrapper {
    flex-grow: 1;
}

/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

@media screen and (min-width: 1400px) {
    .custom--container {
        max-width: 1370px !important;
    }
}

.pill {
    border-radius: 999px !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-bg {
    background-color: hsl(var(--section-bg));
}

.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;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

.body-overlay,
.sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: hsl(var(--black)/0.5);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 991px) {

    .body-overlay.show,
    .sidebar-overlay.show {
        visibility: visible;
        opacity: 1;
    }
}

.body-overlay {
    z-index: 999;
}

.sidebar-overlay {
    z-index: 1049;
}

.modal-backdrop,
.offcanvas-backdrop {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: hsl(var(--black)/0.1);
}

.modal-backdrop.show,
.offcanvas-backdrop.show {
    opacity: 1;
}

.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-wrap,
.form--radio,
.form--check {
    display: flex;
    flex-wrap: wrap;
}

.flex-align,
.main-product-wrapper__filter,
.action-buttons {
    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;
}

.pa-extend {
    position: absolute;
    content: "";
}

.top-center-extend {
    top: 50%;
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

.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 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18 {
        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;
    }
}

/* ========================= Classes CSS End =========================== */
/* ========================= Global CSS Start ========================== */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 24px;
    }
}

.section-heading__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.section-heading__title {
    margin-bottom: 16px;
}

.section-heading__desc {
    max-width: 700px;
    font-size: 1.125rem;
    font-weight: 400;
    color: hsl(var(--gray-two));
    margin-inline: auto;
}

.section-heading.style-left {
    text-align: left;
}

.section-heading.style-left .section-heading__desc {
    margin-inline-start: 0;
}

@media screen and (max-width: 767px) {
    .section-heading__title {
        margin-bottom: 8px;
    }

    .section-heading__desc {
        max-width: 450px;
        font-size: 1rem;
    }
}

/* ========================= Global CSS End ============================ */
/* ========================= BG 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;
}

/* ========================= BG Color CSS End ============================ */
/* ========================= Color CSS Start ============================= */
.text--base {
    color: hsl(var(--base)) !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;
}

.text--gray-three {
    color: hsl(var(--gray-three)) !important;
}

/* ========================= Color CSS End =============================== */
/* ========================= Spacing Utilities CSS Start ========================= */
.py-120 {
    padding-block: 120px;
}

@media screen and (max-width: 991px) {
    .py-120 {
        padding-block: 80px;
    }
}

@media screen and (max-width: 575px) {
    .py-120 {
        padding-block: 60px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.py-80 {
    padding-block: 80px;
}

@media screen and (max-width: 991px) {
    .py-80 {
        padding-block: 60px;
    }
}

@media screen and (max-width: 575px) {
    .py-80 {
        padding-block: 40px;
    }
}

.pt-80 {
    padding-top: 80px;
}

@media screen and (max-width: 991px) {
    .pt-80 {
        padding-top: 60px;
    }
}

@media screen and (max-width: 575px) {
    .pt-80 {
        padding-top: 40px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

.py-60 {
    padding-block: 60px;
}

@media screen and (max-width: 991px) {
    .py-60 {
        padding-block: 40px;
    }
}

@media screen and (max-width: 575px) {
    .py-60 {
        padding-block: 30px;
    }
}

.pt-60 {
    padding-top: 60px;
}

@media screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media screen and (max-width: 575px) {
    .pt-60 {
        padding-top: 30px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

.py-40 {
    padding-block: 40px;
}

@media screen and (max-width: 991px) {
    .py-40 {
        padding-block: 30px;
    }
}

@media screen and (max-width: 575px) {
    .py-40 {
        padding-block: 20px;
    }
}

.pt-40 {
    padding-top: 40px;
}

@media screen and (max-width: 991px) {
    .pt-40 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .pt-40 {
        padding-top: 20px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .pb-40 {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .pb-40 {
        padding-bottom: 20px;
    }
}

.my-120 {
    margin-block: 120px;
}

@media screen and (max-width: 991px) {
    .my-120 {
        margin-block: 80px;
    }
}

@media screen and (max-width: 575px) {
    .my-120 {
        margin-block: 60px;
    }
}

.mt-120 {
    margin-top: 120px;
}

@media screen and (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    .mt-120 {
        margin-top: 60px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

.my-80 {
    margin-block: 80px;
}

@media screen and (max-width: 991px) {
    .my-80 {
        margin-block: 60px;
    }
}

@media screen and (max-width: 575px) {
    .my-80 {
        margin-block: 40px;
    }
}

.mt-80 {
    margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .mt-80 {
        margin-top: 60px;
    }
}

@media screen and (max-width: 575px) {
    .mt-80 {
        margin-top: 40px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

.my-60 {
    margin-block: 60px;
}

@media screen and (max-width: 991px) {
    .my-60 {
        margin-block: 40px;
    }
}

@media screen and (max-width: 575px) {
    .my-60 {
        margin-block: 30px;
    }
}

.mt-60 {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 575px) {
    .mt-60 {
        margin-top: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

.my-40 {
    margin-block: 40px;
}

@media screen and (max-width: 991px) {
    .my-40 {
        margin-block: 30px;
    }
}

@media screen and (max-width: 575px) {
    .my-40 {
        margin-block: 20px;
    }
}

.mt-40 {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .mt-40 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .mt-40 {
        margin-top: 20px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

/* ========================= Spacing Utilities CSS End ========================= */
/* ========================= Border Utilities CSS Start ========================= */
.border--base {
    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 Utilities CSS End =========================== */
/* ========================= Button CSS Start ========================= */
.btn {
    color: hsl(var(--white)) !important;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 4px;
    z-index: 1;
    border: 1px solid transparent;
    font-size: 1rem;
    font-family: var(--body-font);
    line-height: 1;
    transition: .2s linear;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    box-shadow: none !important;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 11px 18px;
    }
}

.btn--lg {
    padding: 18.6px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 17px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

.btn--sm {
    padding: 10px 18px;
    font-size: 0.875rem;
}

.btn--xsm {
    padding: 5px 10px;
}

.btn--icon {
    --size: 36px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.btn--icon {
    font-size: calc(var(--size) * 0.5);
}

.btn--icon:has(.las) {
    font-size: calc(var(--size) * 0.6);
}

.btn--icon svg {
    width: 50%;
    height: 50%;
}

.btn--cart {
    position: relative;
}

.btn--cart .cart-count {
    position: absolute;
    top: -4px;
    right: -8px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-radius: 999px;
    font-size: 12px;
    padding: 2.5px 5px;
}

.btn--close {
    --size: 36px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    color: hsl(var(--black));
    background: none;
}

.btn--close {
    font-size: calc(var(--size) * 0.5);
}

.btn--close:has(.las) {
    font-size: calc(var(--size) * 0.6);
}

.btn--black {
    background-color: hsl(var(--black)) !important;
}

.btn--black:hover,
.btn--black:focus,
.btn--base:focus-visible {
    background-color: hsl(var(--dark)) !important;
    border: 1px solid hsl(var(--dark)) !important;
}

.btn-outline--black {
    background-color: transparent !important;
    border: 1px solid hsl(var(--black)) !important;
    color: hsl(var(--black)) !important;
}

.btn-outline--black:hover,
.btn-outline--black:focus,
.btn-outline--black:focus-visible {
    background-color: hsl(var(--black)) !important;
    color: hsl(var(--white)) !important;
}

.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--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-100)) !important;
    border: 1px solid hsl(var(--warning-d-100)) !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-100)) !important;
    border: 1px solid hsl(var(--info-d-100)) !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 {
    border: 1px solid hsl(var(--dark-three)) !important;
    background-color: hsl(var(--dark-three)) !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: 8px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color) /.7);
}

.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;
}

.custom--card .card-footer {
    padding: 12px 24px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--black)/0.1);
}

@media (max-width: 767px) {
    .custom--card .card-body {
        padding: 20px;
    }

    .custom--card .card-header,
    .custom--card .card-footer {
        padding: 12px 20px;
    }
}

@media (max-width: 575px) {
    .custom--card .card-body {
        padding: 16px;
    }

    .custom--card .card-header,
    .custom--card .card-footer {
        padding: 12px 16px;
    }
}

.blog--card {
    border: none;
    border-radius: 10px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.blog--card .card-body {
    padding: 0px 16px 16px 16px;
}

.blog--card .card-thumb {
    width: 100%;
    display: block;
    aspect-ratio: 1/0.625;
    margin-bottom: 16px;
}


.blog--card .card-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.blog--card .card-date {
    font-size: 0.875rem;
    margin-bottom: 8px;
}

.blog--card .card-title {
    color: hsl(var(--black));
    margin-bottom: 12px;
    font-family: var(--body-font);
    font-weight: 500;
}

.blog--card .card-title:hover,
.blog--card .card-title:focus {
    color: hsl(var(--base));
}

.blog--card .card-title a {
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog--card .card-desc {
    font-size: 0.875rem;
    font-weight: 400;
    color: hsl(var(--gray-two));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card.blog--card:hover {
    box-shadow: 0 0 10px 2px #0000001a;
}

/* ========================= Card CSS End ========================= */
/* ========================= Form CSS Start =========================  */
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(--white)) !important;
    caret-color: hsl(var(--white));
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}


.form--label {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 4px;
    color: hsl(var(--black));
}

.form-group {
    margin-bottom: 1rem;
}

.select {
    color: hsl(var(--black)/0.6) !important;
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

.select option {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

.form--control {
    border-radius: 5px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 13.5px 18px;
    background-color: transparent !important;
    border: 1px solid hsl(var(--border-color) / 0.8);
    color: hsl(var(--black));
    line-height: 100%;
}

.form--control.form-two {
    border: 0;
    color: hsl(var(--black) / 0.7);
    padding: 0;
    padding-right: 125px;
}

.form--control.form-two::placeholder {
    color: hsl(var(--gray-four)) !important;
}

.form--control::placeholder {
    color: hsl(var(--body-color)/0.5);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

.form--control:focus {
    border-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black)/0.1) !important;
    opacity: .3;
    cursor: not-allowed;
}

.form--control[type=password] {
    color: hsl(var(--black)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--black));
}

.form--control[type=file] {
    line-height: 44px;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.form--control[type=file]::file-selector-button {
    background-color: hsl(var(--black) / 0.06) !important;
    transition: 0.2s linear;
    position: relative;
    margin-left: 0;
    border: 0;
    color: hsl(var(--body-color)) !important;
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--black));
}

textarea.form--control {
    height: 130px;
}

.input--group {
    position: relative;
}

.input-group-text {
    border: 1px solid transparent;
}

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);
}

.form--check {
    align-items: center;
}

.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: 2px;
    margin-top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid hsl(var(--gray-three));
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-size: 0.6875rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-size: 0.875rem;
    font-weight: 400;
    width: calc(100% - 20px);
    padding-left: 12px;
    color: hsl(var(--gray-six));
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .form--check .form-check-label {
        font-size: 0.9375rem;
    }
}

@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--radio .form-check-input {
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.06);
    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;
    border-color: hsl(var(--base));
}

.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: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-size: 0.875rem;
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
}

.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--black)/0.2) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 70px;
    height: 38px;
    cursor: pointer;
}

.form--switch .form-check-input:focus {
    border-radius: 40px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-color: hsl(var(--white));
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    border-radius: 50%;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

/* ========================= Form CSS End ===========================  */
/* ========================= Modal CSS Start ========================= */
.custom--modal .modal-footer {
    border-bottom: 0;
}

.custom--modal.modal {
    background-color: hsl(var(--black)/0.45);
}

.custom--modal .modal-header,
.custom--modal .modal-footer {
    border-bottom: 0 !important;
    padding: 10px !important;
}

.custom--modal .modal-content {
    background-color: hsl(var(--white));
    border-radius: 10px !important;
    padding: 18px 30px;
}

@media screen and (max-width: 575px) {
    .custom--modal .modal-content {
        padding: 9px;
    }
}

.custom--modal .btn-close-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 40px;
    font-size: 24px;
    z-index: 999;
    transition: 0.2s linear;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom--modal .btn-close-icon:hover {
    background-color: hsl(var(--black)/0.08);
    border-radius: 50%;
}

.custom--modal .modal-body {
    background-size: 10px;
}

.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 {
    border-top: 0;
}

.custom--modal .modal-footer .btn-cart {
    border: 1px solid hsl(var(--gray-three));
    color: hsl(var(--black)) !important;
}

.custom--modal .modal-footer .modal-footer__btn {
    text-align: left;
    width: 100%;
}

.btn-close:focus {
    box-shadow: none;
}

.custom--modal .modal-footer .modal-footer__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
    padding-top: 10px;
    border-top: 1px solid hsl(var(--gray-three));
}

.custom--modal .modal-footer .modal-footer__top .price {
    margin-bottom: 0;
    font-size: 20px;
}

.custom--modal .modal-footer .modal-footer__top .title {
    font-size: 1.125rem;
}

/* ========================= Modal CSS End ========================= */
/* ========================= Accordion CSS Start =================== */
.custom--accordion {
    counter-reset: accordiion-item-no;
}

.custom--accordion .accordion-item {
    border-radius: 10px !important;
    border: 1px solid hsl(var(--border-color));
    background-color: transparent;
}

.custom--accordion .accordion-item:not(:has(.accordion-button.collapsed)) {
    border-color: hsl(var(--base));
}

.custom--accordion .accordion-item:first-of-type,
.custom--accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 10px !important;
}

.custom--accordion .accordion-item:last-of-type,
.custom--accordion .accordion-item:last-of-type .accordion-button {
    border-radius: 10px !important;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 16px;
}

.custom--accordion .accordion-body {
    padding: 0px 24px 20px 24px;
}

.custom--accordion .accordion-button {
    font-size: 1.125rem;
    font-family: var(--body-font);
    font-weight: 500;
    line-height: 150%;
    color: hsl(var(--heading-color));
    padding: 16px 20px;
    background-color: transparent;
    gap: 8px;
    border-radius: 10px !important;
}

.custom--accordion .accordion-button::before {
    --size: 20px;
    counter-increment: accordiion-item-no;
    content: counter(accordiion-item-no);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    font-size: calc(var(--size) * 0.6);
    flex-shrink: 0;
    line-height: 100%;
}

.custom--accordion .accordion-button::after {
    content: "\f067";
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    font-family: "Line Awesome Free";
    font-weight: 900;
    background-image: none;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        font-size: 1rem;
    }

    .custom--accordion .accordion-button::after {
        font-size: 1.375rem;
    }
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--base));
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background-image: none;
    -webkit-transform: none;
    transform: none;
    color: hsl(var(--base));
}

.custom--accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-text {
        font-size: 0.875rem;
    }
}

/* ========================= Accordion CSS End =============================== */
/* ========================= Dropdown CSS Start ============================= */
.custom--dropdown {
    position: relative;
}

.custom--dropdown>.custom--dropdown__selected {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
}

.custom--dropdown>.dropdown-list {
    position: absolute;
    border: 1px solid hsl(var(--border-color) / 0.5);
    background-color: hsl(var(--white));
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: calc(100% + 8px);
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    width: 120px;
    overflow-y: auto !important;
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--black)/0.05) hsl(var(--black)/0.1);
}

.custom--dropdown.open>.dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--black) / 0.8);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.dropdown-list>.dropdown-list__item .thumb {
    padding: 5px 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    width: 100%;
}

.dropdown-list>.dropdown-list__item:hover {
    background-color: hsl(var(--black) / .05) !important;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    --size: 16px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.custom--dropdown>.custom--dropdown__selected .text {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--white)) !important;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.custom--dropdown>.custom--dropdown__selected .text::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    display: inline-block;
    color: hsl(var(--white));
    font-size: 0.8em;
}

.custom--dropdown.open>.custom--dropdown__selected .text::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-list>.dropdown-list__item .text {
    color: hsl(var(--black));
}

.dropdown-list__item .thumb {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ========================= Dropdown CSS End ========================== */
/* ========================= Nav Horizontal CSS Start ========================= */
.nav-horizontal {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: relative;
    z-index: 1;
}

.nav-horizontal__btn {
    height: 100%;
    position: absolute;
    display: none;
    padding: 0px 16px;
    font-size: 1.125rem;
    z-index: 2;
    border: none;
    color: hsl(var(--gray));
}

.nav-horizontal__btn:focus,
.nav-horizontal__btn:focus-within,
.nav-horizontal__btn:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-horizontal__btn.prev {
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, hsl(var(--white))), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, hsl(var(--white)) 70%, rgba(255, 255, 255, 0));
}

.nav-horizontal__btn.next {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: -webkit-gradient(linear, right top, left top, color-stop(70%, hsl(var(--white))), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, hsl(var(--white)) 70%, rgba(255, 255, 255, 0));
}

.nav-horizontal__btn.show {
    display: inline-block;
}

.nav-horizontal-menu {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    scroll-behavior: smooth;
}

.nav-horizontal-menu__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* ========================= Nav Horizontal CSS End =========================== */
/* ========================= Pagination CSS Start ============================= */
.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.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(--black)/0.15);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--body-color));
}

.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;
}

.page-item.disabled {
    opacity: .5;
}

/* ========================= Pagination CSS End =============================== */
/* ========================= Table CSS Start =========================== */
@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: hsl(var(--black)/0.7);
}

.action-buttons {
    gap: 10px;
    justify-content: flex-end;
}

.action-btn.edit-text {
    color: hsl(var(--base)) !important;
    background: hsl(var(--base) / .1) !important
}

.action-btn.edit-text:hover {
    background: hsl(var(--base)/.2) !important;
}

.delete-btn {
    color: hsl(var(--danger)) !important;
}

.profile-setting__body .delete-btn {
    background: hsl(var(--danger)/0.1) !important;
}

.delete-btn:hover {
    color: hsl(var(--danger)) !important;
}

.profile-setting__body .delete-btn:hover {
    background: hsl(var(--danger)/0.2) !important;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background-color: hsl(var(--gray-four)/.2);
    color: hsl(var(--gray-four));
    font-size: 20px;
    transition: .2s linear;
}

@media (max-width: 575px) {
    .action-btn {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

.action-btn:hover {
    background-color: hsl(var(--gray-four));
    color: hsl(var(--white));
    border-color: transparent;
}

.edit-btn {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.08);
}

.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: hsl(var(--white));
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--black)/0.7);
    font-size: 0.875rem;
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    border-bottom: 1px solid hsl(var(--black)/0.06);
    border-top: 1px solid hsl(var(--black)/0.06);
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 6px 0 0 0;
    border-left: 1px solid hsl(var(--black) / .06);
}

.table thead tr th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right;
    border-right: 1px solid hsl(var(--black) / .06);
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--black)/0.06);
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 6px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 16px;
    border-width: 1px;
    border: 0;
    font-size: 0.8125rem;
    font-family: var(--heading-font);
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    max-width: 170px;
    border-bottom: 1px solid hsl(var(--black)/0.06);
}

.table tbody tr td::before {
    content: attr(data-label);
    font-size: 0.9375rem;
    font-family: var(--heading-font);
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:last-child {
    text-align: right;
}


.table tbody tr td:first-child {
    font-size: 0.875rem;
    text-align: left;
    border-left: 1px solid hsl(var(--black) / .06);
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--black) / .06);
}

.table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--black) / .06);
}

.table-pagination {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr {
        display: block;
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

/* ========================= Table CSS End ============================= */
/* ========================= Tab CSS Start ============================= */
.custom--tab {
    justify-content: flex-start;
    border-radius: 0px;
    margin-bottom: 24px !important;
    gap: 12px 24px;
}

.custom--tab .nav-item {
    padding: 0px;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--gray-six));
    padding: 0px 0px 8px 0px !important;
    background-color: transparent !important;
    border-radius: 0px;
    transition: 0.4s;
    border: 0 !important;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .custom--tab .nav-item .nav-link {
        padding: 0 10px;
    }
}

.custom--tab .nav-item .nav-link::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: hsl(var(--base));
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--base));
    background-color: transparent !important;
}

.custom--tab .nav-item .nav-link.active.nav-link::after {
    width: 100%;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--base));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

/* ========================= Tab CSS End =============================== */
/* ========================= Range Slider CSS Start ========================= */
.custom--range__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.custom--range__content input {
    width: 100%;
    text-align: center;
    border: 1px solid hsl(var(--gray-two)/0.5) !important;
    border-radius: 4px;
    padding: 5px 10px;
}

.custom--range__content input:focus {
    outline: 0;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 400;
}

.custom--range #slider-range {
    height: 3px;
    border: 0;
    background: hsl(var(--base)/0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
    background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: hsl(var(--white)) !important;
    border: 3px solid hsl(var(--base)) !important;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

/* ========================= Range Slider CSS End =========================== */
/* ========================= Badge CSS Start =========================== */
.badge {
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid hsl(var(--badge-color) / .4);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    color: hsl(var(--badge-color));
    background-color: hsl(var(--badge-color)/0.05);
}

.badge--base {
    --badge-color: var(--base);
}

.badge--primary {
    --badge-color: var(--primary);
}

.badge--secondary {
    --badge-color: var(--secondary);
}

.badge--success {
    --badge-color: var(--success);
}

.badge--danger {
    --badge-color: var(--danger);
}

.badge--warning {
    --badge-color: var(--warning);
}

.badge--info {
    --badge-color: var(--info);
}

.badge--dark {
    --badge-color: var(--dark);
}

/* ========================= Badge CSS End ============================= */
/* ========================= Alert CSS Start =========================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white)) !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
    }
}

.alert__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__link {
    position: relative;
}

.alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.alert__link::before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.alert--base {
    border-color: hsl(var(--base)/0.6);
}

.alert--base .alert__icon {
    color: hsl(var(--base));
}

.alert--primary {
    border-color: hsl(var(--primary)/0.6);
}

.alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.alert--success {
    border-color: hsl(var(--success)/0.6);
}

.alert--success .alert__icon {
    color: hsl(var(--success));
}

.alert--info {
    border-color: hsl(var(--info)/0.6);
}

.alert--info .alert__icon {
    color: hsl(var(--info));
}

.alert--danger {
    border-color: hsl(var(--danger)/0.6);
}

.alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.alert--warning {
    border-color: hsl(var(--warning)/0.6);
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--secondary {
    border-color: hsl(var(--secondary)/0.6);
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

.alert--dark {
    border-color: hsl(var(--dark)/0.6);
}

.alert--dark .alert__icon {
    color: hsl(var(--dark));
}

/* ========================= Alert CSS End ============================= */
/* ========================= Preload CSS Start ========================= */
.preloader-wrapper {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.wrapper {
    position: absolute;
    transform: scale(1.5);
}

.loader {
    height: 25px;
    width: 1px;
    position: absolute;
    animation: rotate 3.5s linear infinite;
}

.loader .dot {
    top: 30px;
    height: 7px;
    width: 7px;
    background: hsl(var(--base));
    border-radius: 50%;
    position: relative;
}

@keyframes rotate {
    30% {
        transform: rotate(220deg);
    }

    40% {
        transform: rotate(450deg);
        opacity: 1;
    }

    75% {
        transform: rotate(720deg);
        opacity: 1;
    }

    76% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: rotate(0deg);
    }
}

.loader:nth-child(1) {
    animation-delay: 0.15s;
}

.loader:nth-child(2) {
    animation-delay: 0.3s;
}

.loader:nth-child(3) {
    animation-delay: 0.45s;
}

.loader:nth-child(4) {
    animation-delay: 0.6s;
}

.loader:nth-child(5) {
    animation-delay: 0.75s;
}

.loader:nth-child(6) {
    animation-delay: 1s;
}

/* ========================= Preload CSS End =========================== */
/* ========================= Search Form CSS Start ===================== */
.search-form {
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-form__close {
    display: none;
}

@media screen and (max-width: 991px) {
    .search-form__close {
        display: inline-block;
    }
}

.search-form__close:focus,
.search-form__close:hover {
    outline: none;
    box-shadow: none;
}

.search-form__box {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: hsl(var(--gray-one) / .6);
}

.search-form__input {
    width: 100%;
    flex-grow: 1;
    border: none;
    color: hsl(var(--black));
    background-color: transparent;
}

.search-form__input::placeholder {
    color: hsl(var(--black) / .75);
}

.search-form__input:focus {
    outline: none;
    box-shadow: none;
}

.search-form__btn {
    border: none;
    line-height: 1;
    padding: 0;
    color: hsl(var(--gray-six));
    background-color: transparent;
    border-left: 1px solid hsl(var(--border-color));
    padding-left: 6px;
    flex-shrink: 0;
}

.search-form__btn:focus {
    outline: none;
    box-shadow: none;
}

.search-form__box:focus-within {
    border-color: hsl(var(--base));
}

.search-form__box:focus-within .search-form__btn {
    color: hsl(var(--base));
}

.search-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-inline: auto;
}

.search-tag-link {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 4px 12px;
    color: hsl(var(--white));
    border: 1px solid hsl(var(--base)/ 0.25);
    backdrop-filter: blur(6px);
    border-radius: 999px;
    background: linear-gradient(180deg, hsl(var(--base)/0.15) 56.4%, hsl(var(--white)/0.03) 100%);
}

.search-tag-link:hover,
.search-tag-link:focus {
    color: hsl(var(--white));
    border-color: hsl(var(--base)/0.25);
    background-color: hsl(var(--base));
}

/* ========================= Search Form CSS End ======================= */
/* ========================= Product Card CSS Start ==================== */
.product-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid hsl(var(--gray-one));
    background-color: hsl(var(--white));
}

.product-card__header {
    position: relative;
}

.product-card__ribbon {
    --r: .4em;
    --c: transparent;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    position: absolute;
    color: #fff;
    top: 12px;
    right: calc(-1*var(--r));
    padding: 0 .75em calc(2*var(--r));
    border-radius: 0 var(--r) var(--r) 0;
    background: radial-gradient(100% 50% at right, var(--c) 98%, #0000 101%) 0 0/.5lh calc(100% - 2*var(--r)), radial-gradient(100% 50% at left, #0005 98%, #0000 101%) 100% 100%/var(--r) calc(2*var(--r)), conic-gradient(from 180deg at calc(100% - var(--r)) calc(100% - 2*var(--r)), #0000 25%, var(--c) 0) 100% 0/calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

.product-card__ribbon.base {
    --c: hsl(var(--base));
}

.product-card__ribbon.primary {
    --c: hsl(var(--primary));
}

.product-card__ribbon.success {
    --c: hsl(var(--success));
}

.product-card__ribbon.danger {
    --c: hsl(var(--danger));
}

.product-card__ribbon.warning {
    --c: hsl(var(--warning));
}

.product-card__ribbon.info {
    --c: hsl(var(--info));
}

.product-card__thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-card__img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    transition: 0.6s;
    object-fit: cover;
}

.product-card__img.two {
    opacity: 0;
}

@media (max-width: 1199px) {
    .product-card__img.two {
        display: none;
    }
}

.product-card__body {
    flex: 1 1 auto;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 374px) {
    .product-card__body {
        padding: 12px;
    }
}

.product-card__title {
    font-size: 1rem;
    font-weight: 500;
    transition: .2s ease;
    font-family: var(--body-font);
    color: hsl(var(--body-color) / .9);
}

.product-card__title a {
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card__title a::before {
    content: '';
    position: absolute;
    inset: 0;
}

.product-card__price {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 100%;
    color: hsl(var(--black));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
}

.product-card__price .label {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 100%;
    color: hsl(var(--base));
    white-space: nowrap;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: hsl(var(--base) / .1);
}

.product-card:hover .product-card__title {
    color: hsl(var(--heading-color));
}

@media screen and (min-width: 1200px) {
    .product-card:hover .product-card__ribbon {
        opacity: 0;
        visibility: hidden;
    }

    .product-card:hover .product-card__img.one {
        opacity: 0;
    }

    .product-card:hover .product-card__img.two {
        opacity: 1;
    }
}

/* ========================= Product Card CSS End ====================== */
/* ========================= Header CSS Start ========================== */
.header+.page-wrapper {
    margin-top: var(--header-height);
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}

.header-top {
    padding-block: 12px;
    background-color: hsl(var(--dark-three));
}

.header.fixed-header {
    position: fixed;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    box-shadow: var(--box-shadow);
}

.header.fixed-header .header-top {
    display: none;
}

@media screen and (max-width: 991px) {
    .header-top {
        display: none;
    }
}

.header-top-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.header-top-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

@media screen and (max-width: 1199px) {
    .header-top-menu {
        gap: 32px;
    }
}

@media screen and (max-width: 991px) {
    .header-top-menu {
        gap: 24px;
    }
}

@media screen and (max-width: 575px) {
    .header-top-menu {
        gap: 16px;
    }
}

.header-top-menu__link {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--white));
    line-height: 100%;
}

.header-top-menu__link:hover,
.header-top-menu__link:focus {
    color: hsl(var(--white));
}

.header-main {
    background-color: hsl(var(--white));
}

.header-main-top .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: space-between;
    border-bottom: 1px solid hsl(var(--border-color) / .5);
    gap: 16px 32px;
}

@media screen and (max-width: 991px) {
    .header-main-top .navbar {
        border-bottom: none;
        justify-content: flex-start;
        gap: 16px 24px;
    }

    .header-main-top .navbar> :not(.search-form) {
        order: 1;
    }

    .header-main-top .navbar .search-form {
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .header-main-top .navbar {
        gap: 16px;
    }
}

@media screen and (max-width: 374px) {
    .header-main-top .navbar {
        gap: 12px;
    }
}

.header-main-top .navbar-toggler {
    --size: 28px;
    width: var(--size);
    height: var(--size);
    display: none;
    align-items: center;
    justify-content: center;
    color: hsl(var(--heading-color)/0.9);
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    line-height: 100%;
}

@media screen and (max-width: 991px) {
    .header-main-top .navbar-toggler {
        display: inline-flex;
    }
}

.header-main-top .navbar-toggler svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .header-main-top .navbar-toggler {
        font-size: 1.75rem;
    }
}

.header-main-top .navbar-toggler:hover,
.header-main-top .navbar-toggler:focus {
    outline: none;
    box-shadow: none !important;
    color: hsl(var(--base));
}

.header-main-top .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
}

.header-main-top .navbar-brand img {
    max-width: 200px;
}

@media screen and (max-width: 575px) {
    .header-main-top .navbar-brand img {
        max-width: 150px;
    }
}

@media screen and (max-width: 374px) {
    .header-main-top .navbar-brand img {
        max-width: 130px;
    }
}

.header-main-top .search-form {
    flex-grow: 1;
    max-width: 800px;
}

@media screen and (max-width: 1399px) {
    .header-main-top .search-form {
        max-width: 700px;
    }
}

@media screen and (max-width: 991px) {
    .header-main-top .search-form {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        z-index: 1;
        display: none;
        background-color: hsl(var(--white));
    }
}

.header-main-bottom .navbar {
    padding: 0px;
}

.header-main-bottom .nav-horizontal-menu__item:not(:last-child) {
    padding-right: 24px;
}

.offcanvas--navbar {
    --bs-offcanvas-width: 350px;
}

.offcanvas--navbar.offcanvas-start {
    border-right: none;
}

.offcanvas--navbar .custom--dropdown {
    margin-bottom: 12px;
}

.offcanvas--navbar .custom--dropdown>.custom--dropdown__selected .text {
    color: hsl(var(--black)) !important;
}

.offcanvas--navbar .custom--dropdown>.custom--dropdown__selected .text::after {
    color: hsl(var(--black));
}

.offcanvas--navbar .offcanvas-header {
    border-bottom: 1px solid hsl(var(--border-color));
}

.offcanvas--navbar .logo {
    max-width: 180px;
}

.offcanvas--navbar .logo img {
    display: block;
    object-fit: cover;
}

.offcanvas--navbar .btn-close {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: none;
    font-size: var(--size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.offcanvas--navbar .btn-close:hover,
.offcanvas--navbar .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.offcanvas--navbar .header-cat-menu {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
}

.offcanvas--navbar .header-cat-menu .header-cat-link {
    font-size: 1rem;
}

.offcanvas--navbar .offcanvas-menu__link {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--gray-six));
    padding-block: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.offcanvas--navbar .offcanvas-menu__link:hover,
.offcanvas--navbar .offcanvas-menu__link:focus,
.offcanvas--navbar .offcanvas-menu__link[aria-expanded="true"] {
    color: hsl(var(--black));
}

.offcanvas--navbar .offcanvas-menu__link[data-bs-toggle="collapse"]::after {
    content: '\f105';
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.offcanvas--navbar .offcanvas-menu__link[aria-expanded="true"]:after {
    content: '\f106';
}

.navbar-action {
    display: flex;
    align-items: center;
    gap: 16px 32px;
}

@media screen and (max-width: 991px) {
    .navbar-action {
        margin-left: auto;
        gap: 16px 24px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-action {
        gap: 16px;
    }
}

@media screen and (max-width: 374px) {
    .navbar-action {
        gap: 12px;
    }
}

.navbar-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: hsl(var(--black));
}

.navbar-action-btn:hover,
.navbar-action-btn:focus {
    color: hsl(var(--base));
}

.navbar-action-btn__icon {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    display: block;
    position: relative;
}

.navbar-action-btn__text {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .navbar-action-btn__text {
        display: none;
    }
}

.navbar-action-btn .cart-count {
    position: absolute;
    top: -4px;
    right: -8px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-radius: 999px;
    font-size: 12px;
    padding: 2px 5px;
    line-height: 100%;
}

.header-cat-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: hsl(var(--gray-six));
    padding-block: 12px;
    font-size: 0.9125rem;
    font-weight: 400;
}

.header-cat-link .icon {
    width: 1.096em;
    height: 1.096em;
    display: block;
    object-fit: cover;
    filter: grayscale(1) brightness(0);

}

.header-cat-link:hover,
.header-cat-link:focus {
    color: hsl(var(--black));
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ========================= Header CSS End ============================ */
/* ========================= Footer CSS Start ========================== */
.footer-area {
    background-color: hsl(var(--dark-three));
    margin-top: auto;
    overflow: hidden;
}

.footer-area.bg-img {
    background-size: contain;
    background-position: top center;
}

.footer-item__logo {
    margin-bottom: 20px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
}

.footer-item__title {
    color: hsl(var(--white));
    margin-bottom: 16px;
    position: relative;
}

.footer-item__desc {
    color: hsl(var(--gray-three));
    font-size: 1rem;
}

.footer-item__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid hsl(var(--border-color)/0.5);
    margin-top: 16px;
    padding-top: 16px;
}

.footer-item__wrapper .footer-item__title {
    margin-bottom: 0px;
}

.footer-menu__item:not(:last-child) {
    margin-bottom: 12px;
}

.footer-menu__link {
    color: hsl(var(--gray-three));
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
}

.footer-menu__link::before {
    content: '';
    width: 5px;
    height: 5px;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 50%;
    background-color: hsl(var(--gray-three));
    margin-top: 10px;
    margin-right: 8px;
}

.footer-menu__link:hover,
.footer-menu__link:focus {
    color: hsl(var(--base));
    text-decoration: underline;
    text-underline-offset: 5px;
}

.footer-menu__link:hover::before,
.footer-menu__link:focus::before {
    background-color: hsl(var(--base));
}

.subscribe-btn {
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

.footer-contact .subscribe-form {
    margin-top: 12px;
}

.footer-contact__title {
    margin-bottom: 16px;
    color: hsl(var(--white));
}

.footer-contact__desc {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--gray-three));
}

.footer-contact__item-icon {
    width: 15px;
    color: hsl(var(--base));
    font-size: 1.25rem;
}

.footer-contact__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
    color: hsl(var(--white)/0.7);
}

.footer-contact .form-control.form--control {
    background-color: transparent !important;
    padding: 16px;
    color: hsl(var(--white));
    padding-right: 120px;
    border-color: hsl(var(--border-color)/.25);
}

.footer-contact .form-control.form--control::placeholder {
    color: hsl(var(--gray-six));
    font-weight: 400;
}

.bottom-footer__inner {
    border-top: 1px solid hsl(var(--border-color)/0.25);
}

.bottom-footer__text {
    color: hsl(var(--white));
    font-size: 0.875rem;
}

.bottom-footer__text .link {
    color: hsl(var(--white));
}

.bottom-footer__text .link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .bottom-footer__text {
        text-align: center;
    }
}

.bottom-footer__right {
    text-align: right;
}

@media screen and (max-width: 991px) {
    .bottom-footer__right {
        text-align: center;
    }
}

.bottom-footer__right .link {
    color: hsl(var(--gray-three));
    font-size: 0.875rem;
    position: relative;
    margin-right: 20px;
}

.bottom-footer__right .link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
    text-underline-offset: 5px;
}

.bottom-footer__right .link::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background-color: hsl(var(--border-color)/0.25);
    width: 1px;
    height: 16px;
}

.bottom-footer__right .link:last-child {
    margin-right: 0;
}

.bottom-footer__right .link:last-child::after {
    display: none;
}

/* ========================= Footer CSS End ============================ */
/* ========================= Scroll Top CSS Start ========================= */

.scroll-top {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: inline-block;
    position: fixed;
    right: clamp(1.5rem, 1.196rem + 1.5199vw, 3rem);
    bottom: clamp(1.5rem, -3.2465rem + 13.3705vw, 4.5rem);
    z-index: 998;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-box-shadow: inset 0 0 0 2px hsl(var(--base) / 0.5);
    box-shadow: inset 0 0 0 2px hsl(var(--base) / 0.5);
    border: none;
    background-color: hsl(var(--white) / 0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

@media screen and (max-width: 575px) {
    .scroll-top {
        --size: 40px;
    }
}

.scroll-top::after {
    content: "\f062";
    position: absolute;
    inset: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.125rem;
    color: hsl(var(--base));
}

.scroll-top-progress path {
    fill: none;
    stroke: hsl(var(--base));
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: stroke-dashoffset 10ms linear;
    transition: stroke-dashoffset 10ms linear;
    stroke-dasharray: 307.919px, 307.919px;
    stroke-dashoffset: 133.505px;
}

.scroll-top.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

/* ========================= Scroll Top CSS End =========================== */
/* ========================= Selection CSS Start ========================== */
::selection {
    background: hsl(var(--base)/0.25);
}

/* ========================= Selection CSS End ============================ */
/* ========================= Social List CSS Start ======================== */
.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-list__item {
    margin-right: 15px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    font-size: 22px;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .social-list__link {
        font-size: 0.875rem;
    }
}

.social-list.share-list {
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}

.social-list.share-list .social-list__item {
    margin-right: 0;
}

.social-list.share-list .social-list__link {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: hsl(var(--white));
    transition: 0.2s;
}

.social-list.blog-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-list.blog-details .social-list__item {
    margin-right: 10px;
}

.social-list.blog-details .social-list__item:last-child {
    margin-right: 0;
}

.social-list.blog-details .social-list__link {
    width: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 5px;
    cursor: pointer;
    color: hsl(var(--black));
    background-color: transparent;
    border: 1px solid hsl(var(--border-color) / 0.5);
}

.social-list.blog-details .social-list__link:hover,
.social-list.blog-details .social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 30px;
        height: 30px;
        font-size: 0.875rem;
    }
}

/* ========================= Social List CSS End ========================== */
/* ========================= Breadcrumb CSS Start ========================= */
.breadcrumb {
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb:not(:last-child) {
    margin-bottom: 24px;
}

.breadcrumb-item {
    font-size: 0.875rem;
    font-weight: 400;
    color: hsl(var(--black));
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-size: 0.875rem;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.breadcrumb-item a {
    color: inherit;
}

.breadcrumb-item.active {
    color: hsl(var(--gray-six));
}

/* ========================= Breadcrumb CSS End =========================== */
/* ========================= Rating List CSS Start ======================== */
.rating-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.rating-list.rating-two .rating-list__item {
    color: hsl(var(--warning));
}

.rating-list__item {
    padding: 0 2px;
    color: hsl(var(--white));
}

.rating-list__text {
    color: hsl(var(--body-color));
}

/* ========================= Rating List CSS End ========================== */
/* ========================= Product Category Sidebar CSS Start ========================== */
.product-category-inner {
    display: flex;
    flex-wrap: wrap;
}

.product-category-sidebar {
    width: 320px;
    position: sticky;
    top: 120px;
}

@media screen and (max-width: 991px) {
    .product-category-sidebar {
        position: fixed;
        height: 100vh;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: 0.2s linear;
        background-color: hsl(var(--body-bg));
        padding: 20px;
        left: 0 !important;
        top: 0;
        z-index: 9999;
        overflow-y: scroll;
        padding-top: 60px;
    }

    .product-category-sidebar.show-product-sidebar {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        z-index: 99991;
    }
}

.product-category-sidebar .sidebar-item {
    margin-bottom: 20px;
    background-color: hsl(var(--white));
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color) / 0.5);
}

.product-category-sidebar .sidebar-item__title {
    font-size: 1.125rem;
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
    padding: 20px;
    margin-bottom: 5px;
}

.product-category-sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.product-category-sidebar .sidebar-item__wrapper {
    padding: 20px;

}

.product-category-sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-category-sidebar .sidebar-header__filter {
    color: hsl(var(--heading-color)/0.9);
    font-weight: 400;
    font-size: 1.125rem;
}

.product-category-sidebar .sidebar-header__filter-icon {
    margin-right: 7px;
}

.product-category-sidebar .sidebar-header__filter-icon svg {
    fill: hsl(var(--base));
    width: 24px;
    height: 24px;
}

.product-category-sidebar .sidebar-header form label {
    color: hsl(var(--base));
    font-size: 1.125rem;
}

.sidebar-filter__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
}

/* ========================= Product Category Sidebar CSS End ============================ */
/* ========================= Profile Settings Sidebar CSS Start ========================== */
.profile-setting__sidebar {
    min-height: calc(100vh - 200px);
    position: sticky;
    top: 100px;
}

.profile-setting__sidebar .setting-list__link .icon {
    margin-right: 10px;
    font-size: 1.25rem;
    line-height: 1.25;
}

@media screen and (max-width: 991px) {
    .profile-setting__sidebar {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 300px;
        z-index: 99991;
        transform: translateX(-100%);
        overflow-y: auto;
        padding: 30px 20px;
        height: 100vh;
        padding-top: 50px;
        transition: 0.2s linear;
        background-color: hsl(var(--white));
    }

    .profile-setting__sidebar.show-profile-sidebar {
        transform: translateX(0);
    }
}

.profile-setting__sidebar .setting-list__item {
    margin-bottom: 12px;
}

.profile-setting__sidebar .setting-list__item.active .setting-list__link {
    background-color: hsl(var(--base)/0.1) !important;
}

.profile-setting__sidebar .setting-list__item.active .setting-list__link::before {
    visibility: visible;
    opacity: 1;
}

.profile-setting__sidebar .setting-list__item:last-child {
    margin-bottom: 0;
}

.profile-setting__sidebar .setting-list__link {
    color: hsl(var(--body-color)/0.9);
    font-size: 1rem;
    padding: 8px 25px;
    width: 100%;
    border-radius: 4px;
    position: relative;
}

.profile-setting__sidebar .setting-list__link::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    border-radius: 0 30px 30px 0;
}

.profile-setting__sidebar .setting-list__link:hover {
    color: hsl(var(--base));
}

/* ========================= Profile Settings Sidebar CSS End ============================ */

/* ========================= Slick Slider CSS Start ========================= */
.slick-initialized.slick-slider .slick-list {
    margin: 0px -12px;
}

.slick-initialized.slick-slider.slick-vertical .slick-list {
    margin: -12px 0px;
}

.slick-initialized.slick-slider .slick-track {
    display: flex;
}

.slick-initialized.slick-slider.slick-vertical .slick-track {
    flex-direction: column;
}

.slick-initialized.slick-slider .slick-slide {
    padding: 0px 12px;
}

.slick-initialized.slick-slider.slick-vertical .slick-slide {
    padding: 12px 0px;
}

.slick-initialized.slick-slider:not(.slick-vertical) .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    --size: 32px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid hsl(var(--border-color) / 0.5);
    color: hsl(var(--white));
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    font-size: calc(var(--size) * 0.5);
    color: hsl(var(--gray-four));
    background-color: hsl(var(--white));
    box-shadow: 0px 0px 4px 0px hsl(var(--black)/0.05);
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        --size: 28px;
    }
}

.slick-arrow:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}

.slick-next {
    right: 20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: 10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: 20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: 10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.slick-dots li button {
    --size: 10px;
    width: var(--size);
    height: var(--size);
    border: none;
    color: hsl(var(--white));
    background-color: hsl(var(--base-l-800));
    border-radius: 50%;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
}

/* ========================= Slick Slider CSS End =========================== */
/* ========================= Banner CSS Start ========================= */
.banner .carousel-item {
    aspect-ratio: 1/0.2414698163
}

.banner .carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 575px) {
    .banner .carousel-item img {
        height: 130px;
    }
}

.banner .carousel-item__title {
    font-size: clamp(2.5rem, 2.4898rem + 0.051vw, 3rem);
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
}

.banner .carousel-item__desc {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--dark));
}

.banner .carousel-item__thumb {
    width: 100%;
    max-width: 825px;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.banner .carousel-item .btn {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.banner .carousel-item .btn i {
    font-size: 14px;
    transform: rotate(-40deg);
}

.banner .carousel-control-prev,
.banner .carousel-control-next {
    font-size: 1.5rem;
    color: hsl(var(--white));
}

.banner .carousel-indicators {
    gap: 6px;
}

.banner .carousel-indicators button {
    --size: 6px;
    width: var(--size);
    height: var(--size);
    border-radius: 999px;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    border: 1px solid hsl(var(--white)/0.8);
    background-color: transparent;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .banner .carousel-indicators button {
        --size: 5px;
    }
}

@media screen and (max-width: 575px) {
    .banner .carousel-indicators button {
        --size: 4px;
    }
}

.banner .carousel-indicators button.active {
    width: calc(var(--size) * 6);
}

.banner .carousel-indicators button.active::before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    position: absolute;
    inset: 0;
    background-color: hsl(var(--white)/0.8);
}

.banner .carousel-indicators button.active::before {
    width: 5%;
    animation: growWidth 5.2s forwards;

}

.banner .carousel-indicators button.paused::before {
    animation-play-state: paused;
}

@keyframes growWidth {
    from {
        width: 5%;
    }

    to {
        width: 100%;
    }
}

/* ========================= Banner CSS End =========================== */
/* ========================= Why Choose US CSS Start ======================= */
.why-choose-list {
    --gap: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--gap) * 1.5) var(--gap);
    padding: 24px 48px;
    border-radius: 10px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color) / 0.5);
}

@media screen and (max-width: 1399px) {
    .why-choose-list {
        --gap: 44px;
    }
}

@media screen and (max-width: 1199px) {
    .why-choose-list {
        padding: 24px 32px;
    }
}

@media screen and (max-width: 991px) {
    .why-choose-list {
        --gap: 22px;
        flex-wrap: wrap;
        padding: 16px;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .why-choose-list {
        --gap: 16px;
        padding: 16px 12px;
        justify-content: space-around;
    }
}

@media screen and (max-width: 374px) {
    .why-choose-list {
        --gap: 12px;
        padding: 12px;
    }
}

.why-choose-list-item {
    position: relative;
    flex: 1 1 100%;
    display: flex;
    gap: 12px;
}

@media screen and (max-width: 991px) {
    .why-choose-list-item {
        max-width: calc(33.3333333333% - var(--gap));
    }
}

@media screen and (max-width: 767px) {
    .why-choose-list-item {
        max-width: calc(50% - var(--gap));
    }
}

@media screen and (max-width: 575px) {
    .why-choose-list-item {
        gap: 6px;
    }
}

.why-choose-list-item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    max-height: 32px;
    display: inline-block;
    background-color: hsl(var(--border-color));
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc((var(--gap) / 2) * -1);
}

@media screen and (max-width: 991px) {
    .why-choose-list-item:not(:last-child)::after {
        display: none;
    }
}

.why-choose-list-item__icon {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    display: block;
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {
    .why-choose-list-item__icon {
        --size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .why-choose-list-item__icon {
        --size: 32px;
    }
}

.why-choose-list-item__content {
    flex-grow: 1;
}

.why-choose-list-item__title {
    font-weight: 500;
    margin-bottom: 6px;
    font-family: var(--body-font);
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .why-choose-list-item__title {
        font-size: clamp(1rem, 0.9404rem + 0.2981vw, 1.125rem);
    }
}

.why-choose-list-item__subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%;
    color: hsl(var(--gray-two));
}

@media screen and (max-width: 991px) {
    .why-choose-list-item__subtitle {
        font-size: 0.875rem;
    }
}

/* ========================= Why Choose US CSS End ========================= */
/* ========================= Preferred Deals CSS Start ======================= */
.preferred-deals .section-heading__desc {
    max-width: 500px;
}

.preferred-deals-inner {
    --thumb-width: 450px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background-color: hsl(var(--white));
}

.preferred-deals-thumb {
    width: 100%;
    max-width: var(--thumb-width);
    display: block;
    object-fit: cover;
    flex-shrink: 0;
}

.preferred-deals-main {
    width: calc(100% - var(--thumb-width));
    padding: 24px;
}

.preferred-deals-slider .swiper-slide {
    max-width: 25%;
    height: auto;
    flex-shrink: 0;
    padding-inline: 4px;
}

.preferred-deals-slider .swiper-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.preferred-deals-slider .swiper-button-prev,
.preferred-deals-slider .swiper-button-next {
    --size: 32px;
    width: var(--size);
    height: var(--size);
    position: static;
    margin-top: auto;
    color: hsl(var(--black));
}

.preferred-deals-slider .swiper-button-prev::after,
.preferred-deals-slider .swiper-button-next::after {
    font-size: var(--size);
    font-family: 'line Awesome Free';
    font-weight: 900;
}

.preferred-deals-slider .swiper-button-prev::after {
    content: '\f30a';
}

.preferred-deals-slider .swiper-button-next::after {
    content: '\f30b';
}

@media screen and (max-width: 1399px) {
    .preferred-deals-slider .swiper-slide {
        max-width: 33.3333333333%;
    }
}

@media screen and (max-width: 1199px) {
    .preferred-deals-inner {
        --thumb-width: 350px;
    }
}

@media screen and (max-width: 991px) {
    .preferred-deals-thumb {
        display: none;
    }

    .preferred-deals-main {
        width: 100%;
    }

    .preferred-deals-slider .swiper-slide {
        max-width: 40%;
    }

    .preferred-deals-slider .swiper-arrows {
        justify-content: center;
    }

}

@media screen and (max-width: 767px) {

    .preferred-deals .section-heading__title,
    .preferred-deals .section-heading__desc {
        text-align: center;
    }

    .preferred-deals .section-heading__desc {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .preferred-deals-slider .swiper-slide {
        max-width: 60%;
    }
}

@media screen and (max-width: 424px) {
    .preferred-deals-main {
        padding: 24px 16px;
    }

    .preferred-deals-slider .swiper-slide {
        max-width: 70%;
    }
}

/* ========================= Preferred Deals CSS End ========================= */
/* ========================= Our Offers CSS Start ============================ */
.our-offers {
    background-color: #f3f3f3;
}

.our-offers .nav-horizontal {
    max-width: 100%;
    margin-bottom: 24px;
}

.our-offers .nav-horizontal-menu {
    max-width: max-content;
    margin-inline: auto;
}

.our-offers .nav-horizontal-menu__item:not(:last-child) {
    padding-right: 8px;
}

.our-offers .nav-horizontal__btn.prev {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, hsl(var(--body-bg))), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, hsl(var(--body-bg)) 70%, rgba(255, 255, 255, 0));
}

.our-offers .nav-horizontal__btn.next {
    background: -webkit-gradient(linear, right top, left top, color-stop(70%, hsl(var(--body-bg))), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, hsl(var(--body-bg)) 70%, rgba(255, 255, 255, 0));
}

.our-offers__tab-btn {
    max-width: 250px;
    border: none;
    background-color: hsl(var(--white));
    border-radius: 999px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: .2s ease;
    border: 1px solid hsl(var(--border-color)/0.5);
    color: hsl(var(--black));
}

@media screen and (max-width: 767px) {
    .our-offers__tab-btn {
        font-size: 14px;
        padding: 8px 12px;
        gap: 4px;
    }
}

@media screen and (max-width: 575px) {
    .our-offers__tab-btn {
        padding: 6px 12px;
    }
}

.our-offers__tab-btn .icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    display: block;
    object-fit: cover;
    filter: grayscale(1) brightness(0);

}

.our-offers__tab-btn .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}


.our-offers__tab-btn:hover,
.our-offers__tab-btn:focus {
    outline: none;
    box-shadow: none;
    background-color: hsl(var(--gray-one));
}

.our-offers__tab-btn.active {
    color: hsl(var(--white));
    background-color: hsl(var(--black));
}

.our-offers__tab-btn.active .icon {
    -webkit-filter: invert(100%) brightness(1000%) contrast(100%);
    filter: invert(100%) brightness(1000%) contrast(100%);
    mix-blend-mode: lighten;
}

/* ========================= Our Offers CSS End  ============================= */
/* ========================= Recommended Deals CSS Start ===================== */
.recommended-deals .section-heading__title,
.recommended-deals .section-heading__desc {
    max-width: 540px;
}

.recommended-deals-slider__slide {
    height: 100%;
}


.recommended-deals-slider .slick-slide {
    height: auto;
}

.recommended-deals-slider__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.recommended-deals-slider__arrows .slick-arrow {
    --size: 32px;
    width: var(--size);
    height: var(--size);
    border-radius: 4px;
    position: static;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    margin-top: auto;
}

.recommended-deals-slider__arrows .slick-arrow.slick-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.recommended-deals-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.recommended-deals-slider .slick-dots li button {
    --size: 10px;
    width: var(--size);
    height: var(--size);
    border: none;
    border-radius: 999px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    text-indent: -9999px;
    opacity: 0.35;
    transition: .3s ease;
}

.recommended-deals-slider .slick-dots li button:focus,
.recommended-deals-slider .slick-dots li button:hover {
    outline: none;
    box-shadow: none;
}

.recommended-deals-slider .slick-dots li.slick-active button {
    width: calc(var(--size) * 3);
    opacity: 1;
}

@media screen and (max-width: 767px) {

    .recommended-deals .section-heading__title,
    .recommended-deals .section-heading__desc {
        text-align: center;
    }
}

@media screen and (max-width: 374px) {
    .recommended-deals-slider .slick-slide {
        padding: 0px 8px !important;
    }
}

/* ========================= Recommended Deals CSS End ======================= */
/* ========================= CTA CSS Start ========================= */
.cta .section-heading {
    margin-bottom: 0px !important;
}

.cta .section-heading__title {
    color: hsl(var(--white));
}

.cta .section-heading__desc {
    color: hsl(var(--white) / 0.8);
}

.cta-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cta-thumb img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-position: top;
}

.cta-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 48px;
    background-color: hsl(var(--black));
}

.cta-content {
    max-width: 600px;
}

.cta-content__title {
    color: hsl(var(--white));
    margin-bottom: 16px;
}

.cta-content__desc {
    color: hsl(var(--white) / 0.8);
}

.cta-content .btn {
    margin-top: 48px;
}

@media screen and (max-width: 991px) {
    .cta-content .btn {
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .cta-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cta-thumb img {
        max-height: 300px;
    }

    .cta-main {
        padding: 48px;
    }

    .cta-content {
        max-width: 600px;
        text-align: center;
    }

    .cta .section-heading__title,
    .cta .section-heading__desc {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .cta-main {
        padding: 32px 24px;
    }

    .cta-content .btn {
        margin-top: 24px;
    }

    .cta-content {
        max-width: 100%;
    }

    .cta .section-heading__desc {
        max-width: 100%;
    }
}

/* ========================= CTA CSS End =========================== */
/* ========================= Best Deals CSS Start ========================= */
.best-deals-content {
    border-radius: 10px;
    background-color: hsl(var(--white) /0.8);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    aspect-ratio: 1/1.4;
}

.best-deals-content::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 12px 0px 0px 12px;
    display: inline-block;
    border: 2px dashed hsl(var(--base));
    border-radius: inherit;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .best-deals-content {
        aspect-ratio: 1/0.5;
    }

    .best-deals-content::before {
        inset: 8px 0px 0px 8px;
    }
}

@media screen and (max-width: 575px) {
    .best-deals-content::before {
        inset: 6px 0px 0px 6px;
    }
}

/* ========================= Best Deals CSS Start ========================= */
/* ========================= Add Category Section CSS Start ======================= */
.add-category-section {
    background-color: hsl(var(--white));
}

.add-category-item {
    text-align: center;
    width: 100%;
    transition: 0.2s linear;
}

.add-category-item:hover {
    transform: scale(1.01);
}

.add-category-item img {
    height: 100%;
    border-radius: 12px;
}

/* ========================= Add Category Section CSS End ========================= */
/* ========================= Testimonails Css Start ============================= */
.testimonial-slider {
    --quote-size: 64px;
    --arrow-size: 32px;
    --arrow-offset: 24px;
    --arrow-mt: 24px;
    --thumb-width: 350px;
}

.testimonial-slide {
    padding-top: calc(var(--quote-size) * 0.5);
    overflow: hidden;
}

.testimonial-slide__quote {
    width: var(--quote-size);
    height: var(--quote-size);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: calc(var(--thumb-width) - (var(--quote-size) * 0.5));
    background-color: hsl(var(--white));
    box-shadow: 0 2px 4px #0000000d;
    z-index: 1;
}

.testimonial-slide__quote::before {
    content: '';
    width: calc(var(--quote-size) * 0.45);
    height: calc(var(--quote-size) * 0.45);
    display: inline-block;
    background-image: url('../images/icons/quote.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.testimonial-slide__main {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 4px #0000000d;
    background-color: hsl(var(--white));
}

.testimonial-slide__thumb {
    width: 100%;
    max-width: var(--thumb-width);
    flex-shrink: 0;
    display: block;
    object-fit: cover;
}

.testimonial-slide__content {
    width: calc(100% - var(--thumb-width));
    padding: 24px 48px;
}

.testimonial-slide__title {
    max-width: 100%;
    margin-bottom: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 150%;
}

.testimonial-slide .rating-two {
    justify-content: flex-start;
}

.testimonial-slide-user {
    margin-top: 48px;
    max-width: 200px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonial-slide-user__thumb {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: none;
    object-fit: cover;
    object-position: top center;
}

.testimonial-slide-user__content {
    flex-grow: 1;
}

.testimonial-slide-user__name {
    font-weight: 600;
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.testimonial-slide-user__position {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--gray-two));
}

.testimonial-slider .swiper-arrows {
    --offset: 48px;
    width: 100%;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    position: absolute;
    z-index: 4;
    right: var(--offset);
    bottom: var(--offset);
}

.testimonial-slider .swiper-arrows .swiper-button-prev,
.testimonial-slider .swiper-arrows .swiper-button-next {
    --size: 32px;
    width: auto;
    height: auto;
    color: hsl(var(--black));
    position: static;
    background-color: transparent;
}

.testimonial-slider .swiper-arrows .swiper-button-prev::after,
.testimonial-slider .swiper-arrows .swiper-button-next::after {
    font-size: var(--size);
    font-family: 'line Awesome Free';
    font-weight: 900;
}

.testimonial-slider .swiper-arrows .swiper-button-prev::after {
    content: '\f30a';
}

.testimonial-slider .swiper-arrows .swiper-button-next::after {
    content: '\f30b';
}

@media screen and (max-width: 1199px) {
    .testimonial-slide__content {
        padding: 32px;
    }

    .testimonial-slide-user {
        margin-top: 24px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-slider {
        --quote-size: 48px;
        --thumb-width: 300px;
    }

    .testimonial-slider .swiper-arrows {
        --offset: 24px;
    }

    .testimonial-slide__title {
        font-size: clamp(1.25rem, 1.1308rem + 0.5961vw, 1.5rem);
    }

    .testimonial-slide-user__name {
        font-size: clamp(1.125rem, 1.0654rem + 0.2981vw, 1.25rem);
    }

    .testimonial-slide-user__position {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-slide__thumb {
        display: none;
    }

    .testimonial-slide__content {
        width: 100%;
    }

    .testimonial-slide-user__thumb {
        display: block;
    }

    .testimonial-slide__quote {
        left: unset;
        right: 0px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-slide__title {
        margin-bottom: 8px;
    }

    .testimonial-slider {
        --quote-size: 40px;
    }

    .testimonial-slide__content {
        padding: 24px 16px 16px 16px;
    }

    .testimonial-slider .swiper-arrows {
        --offset: 32px;
    }

    .testimonial-slider .swiper-arrows .swiper-button-prev,
    .testimonial-slider .swiper-arrows .swiper-button-next {
        --size: 28px;
    }
}

@media screen and (max-width: 374px) {
    .testimonial-slider .swiper-arrows {
        --offset: 24px;
    }
}

/* ========================= Testimonails Css End =============================== */
/* ========================= Our Partner CSS Start =========================== */
.our-partner {
    background-color: #f3f3f3;
}

.our-partner-slider-item {
    padding-inline: 12px;
    text-align: center;
    max-width: 200px;
    background-color: hsl(var(--white));
    border-radius: 10px;
    padding: 16px;
}

.our-partner-slider-item img {
    object-fit: cover;
}

@media (max-width: 575px) {
    .our-partner-slider-item {
        max-width: 160px;
        padding-inline: 8px;
    }
}

@media (max-width: 424px) {
    .our-partner-slider-item {
        max-width: 124px;
    }
}

/* ========================= Our Partner CSS End ============================= */
/* ========================= FAQ CSS Start ========================= */
.faq {
    background-color: hsl(var(--white));
}

.faq-content {
    height: 100%;
    max-width: 400px;
    max-height: 400px;
    background-color: hsl(var(--gray-one)/0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding: 24px 16px;
    margin-left: auto;
}

.faq-content__title {
    margin-bottom: 8px;
}

.faq-content__desc {
    max-width: 400px;
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--gray-two));
    margin-inline: auto;
    text-align: center;
}

.faq-content svg {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    display: block;
    margin-inline: auto;
    color: hsl(var(--base));
    margin-bottom: 24px;
}

.faq-content .btn {
    width: max-content;
    margin-top: 32px;
    margin-inline: auto;
}

@media screen and (max-width: 991px) {
    .faq-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .faq-content .btn {
        margin-top: 24px;
    }

    .faq-content svg {
        --size: 64px;
        margin-bottom: 16px;
    }
}

/* ========================= FAQ CSS End =========================== */
/* ========================= Product Details CSS Start ========================= */
.product-details-top {
    padding: 24px;
    border-radius: 8px;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
    .product-details-top {
        padding: 16px;
    }
}

@media screen and (max-width: 424px) {
    .product-details-top {
        padding: 12px;
    }
}

.product-details__title {
    margin-bottom: 12px;
}

.product-details__price {
    font-size: 24px;
    font-weight: 500;
    color: hsl(var(--base));
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.product-details__price .symbol {
    font-size: 0.75em;
}

.product-details__price:not(:last-child) {
    margin-bottom: 24px;
}

.product-details__right-item:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
    .product-details__price:not(:last-child) {
        margin-bottom: 16px;
    }

    .product-details__right-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

.product-details__right-item .title {
    font-size: 1rem;
    margin-bottom: 8px;
    color: hsl(var(--black));
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.product-details__right-item .title::after {
    content: ':';
    font-size: 1.1em;
    display: inline-block;
}

.product-details__right-item .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.product-details__right-item .info__button {
    border: 1px solid hsl(var(--border-color)/0.5);
    background-color: hsl(var(--white));
    padding: 8px 16px;
    border-radius: 5px;
    color: hsl(var(--black));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0px 0px 4px 0px hsl(var(--black)/0.05);
}

.product-details__right-item .info__button:hover,
.product-details__right-item .info__button:focus {
    outline: none;
    box-shadow: none;
    border-color: hsl(var(--border-color)/0.5);
    background-color: hsl(var(--gray-one));
}

.product-details__right-item .info__button-icon {
    --size: 16px;
    width: var(--size);
    height: var(--size);
    border-radius: 4px;
    display: inline-block;
}

@media (max-width: 1199px) {
    .product-details__right-item .info__button {
        font-size: 14px !important;
        gap: 6px !important;
        padding: 6px 8px !important;
    }

    .product-details__right-item .info__button-icon {
        width: 16px;
        height: 16px;
    }
}

.product-details__right-item .info__button:has(.info__button-icon).active {
    border-color: hsl(var(--gray-one) / 0.5);
    background-color: hsl(var(--gray-one) / 0.5);
}

.product-details__right-item .info__button:not(:has(.info__button-icon)).active {
    color: hsl(var(--white));
    border-color: hsl(var(--black));
    background-color: hsl(var(--black)) !important;
}

.product-details__right-item .info__item {
    border: 1px solid hsl(var(--border-color));
    border-radius: 6px;
    padding: 16px;
}

.product-details__right-item .info__item.bg-unit {
    border-color: hsl(var(--base));
}


@media screen and (max-width: 767px) {
    .product-details__right-item .info__item {
        width: 100%;
    }
}

.product-details__right-item .info__item-place {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--base));
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .product-details__right-item .info__item-place {
        margin-bottom: 8px;
    }
}

.product-details__right-item .info__item-title {
    margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
    .product-details__right-item .info__item-title {
        font-size: clamp(1rem, 0.9404rem + 0.2981vw, 1.125rem);
    }
}

.product-details__right-item .info__item .btn {
    margin-top: 16px;
}

.product-details__right-item .info__item-text {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-details__right-item .info__item-text:not(:last-child) {
    margin-bottom: 6px;
}

.product-details__right-item .info__item-text .label {
    width: 120px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: hsl(var(--gray-five));
}

@media screen and (max-width: 1199px) {
    .product-details__right-item .info__item-text .label {
        width: 80px;
    }
}

.product-details__right-item .info__item-text .label::after {
    content: ':';
}

.product-details__right-item .info__item-text .value {
    color: hsl(var(--gray-two));
}

.product-details__right-item .info__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details-thumb {
    --gallary-width: 80px;
    --gap: 12px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: var(--gap);
    max-height: max-content;
}

.product-details-thumb-gallary,
.product-details-thumb-preview {
    flex-grow: 1;
}

.product-details-thumb-gallary {
    width: var(--gallary-width);
    flex-shrink: 0;
}

.product-details-thumb-preview {
    width: calc(100% - (var(--gallary-width) + var(--gap) + 4px));
}

.product-details-thumb-preview__slide {
    height: 100%;
}

.product-details-thumb-preview .slick-list {
    margin: 0px !important;
    padding: 0px 1px;
}

.product-details-thumb-preview .slick-slide {
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;
    padding: 0px 2px !important;
    overflow: hidden;
}

.product-details-thumb-preview .slick-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    .product-details-thumb-preview .slick-slide img {
        aspect-ratio: 1/0.75;
    }
}

.product-details-thumb-gallary .slick-slide img {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: cover;
    border: 1px solid hsl(var(--border-color) / 0.8);
    border-radius: 5px;
    opacity: 0.5;
}

@media screen and (max-width: 1399px) {
    .product-details-thumb-gallary .slick-slide img {
        width: 64px;
        height: 64px;
        display: block;
        margin-inline: auto;
    }
}

.product-details-thumb-gallary .slick-slide.slick-current img {
    opacity: 1;
}


@media screen and (max-width: 1399px) {
    .product-details-thumb {
        flex-direction: column;
    }

    .product-details-thumb-gallary .slick-slide {
        padding: 0px 5px !important;
    }

    .product-details-thumb-gallary .slick-list {
        margin: 0px -4px !important;
    }

    .product-details-thumb-gallary {
        width: 100%;
    }

    .product-details-thumb-preview {
        width: 100%;
    }
}

/* ========================= Product Details CSS End =========================== */
/* ========================= Account CSS Start ========================== */
.account-card {
    --thumb-width: 550px;
    display: flex;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color) / .5);
    border-radius: 10px;
    padding: 24px;
}

.account-card-thumb {
    width: var(--thumb-width);
    display: block;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: inherit;
}

.account-card-main {
    width: calc(100% - var(--thumb-width));
    padding: 16px 32px;
    display: flex;
    flex-direction: column;
}

.account-card-main>:not(:last-child) {
    margin-bottom: 32px;
}

.account-card-main__body {
    flex: 1 1 auto;
}

.account-card-heading {
    text-align: center;
}

.account-card-heading__title {
    line-height: 100%;
    margin-bottom: 12px;
}

.account-card-heading__desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--gray-six));
    max-width: 400px;
    margin-inline: auto;
}

@media screen and (max-width: 1199px) {
    .account-card {
        --thumb-width: 450px;
    }

    .account-card-main {
        padding: 16px 24px;
    }
}

@media screen and (max-width: 991px) {
    .account-card {
        padding: 12px;
    }

    .account-card-thumb {
        display: none;
    }

    .account-card-main {
        width: 100%;
        padding: 12px;
    }
}

/* ========================= Account CSS End =========================== */
.old-price {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: hsl(var(--gray-five));
    position: relative;
    display: inline-block;
}

.old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--gray-five));
}

.new-price {
    font-size: 18px;
    color: hsl(var(--gray-five));
    line-height: 1;
    font-weight: 700;
}

.product-sidebar {
    height: 100%;
    position: sticky;
    top: 120px;
}

@media screen and (max-width: 1499px) {
    .product-sidebar {
        height: unset;
        text-align: center;
    }
}

.product-sidebar__thumb {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 1/1.725;

}

.product-sidebar__thumb img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .product-sidebar__thumb {
        aspect-ratio: 1/1.25;
    }

    .product-sidebar__thumb img {
        object-position: top center;
    }
}

/*============== product-section css end here ==============*/

/*=============== categories section start here ===============*/
.category-link-list {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.category-link-list:not(:last-child) {
    margin-bottom: 24px;
}

.category-link-list .category-link {
    border-radius: 999px;
    padding: 6px 12px;
    transition: .2s ease;
    border: 1px solid hsl(var(--border-color)/0.5);
    background-color: hsl(var(--white));
    color: hsl(var(--black));
    font-size: 0.875rem;
    font-weight: 400;
}

@media (max-width: 991px) {
    .category-link-list .category-link {
        font-size: 14px;
        padding: 6px 12px;
    }
}

.category-link-list .category-link:hover,
.category-link-list .category-link:focus {
    outline: none;
    box-shadow: none;
    background-color: hsl(var(--gray-one));
}

.category-link-list .category-link.active {
    color: hsl(var(--white));
    border-color: hsl(var(--black));
    background-color: hsl(var(--black));
}


/*=============== categories section end here ===============*/
/*============== product-category section css start here ==============*/
.main-product-wrapper {
    width: calc(100% - 320px);
    padding-left: 20px;
}

@media screen and (max-width: 991px) {
    .main-product-wrapper {
        width: 100%;
    }
}

.main-product-wrapper__filter {
    background-color: hsl(var(--white));
    border-radius: 12px;
    padding: 18px 23px;
    gap: 20px;
    border: 1px solid hsl(var(--border-color) / .5);
}

@media screen and (max-width: 575px) {
    .main-product-wrapper__filter {
        padding: 15px 12px;
    }
}

.main-product-wrapper .filter__title {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.main-product-wrapper .group-select {
    display: flex;
    margin-left: auto;
    gap: 1rem;
}

.main-product-wrapper .group-select .select2-container {
    min-width: 70px !important;
    height: 36px !important;
}

.main-product-wrapper .group-select .select2-hidden-accessible {
    display: none;
    background: hsl(233, 18%, 19%);
}

.main-product-wrapper .group-select .sort .select2-container {
    min-width: 170px !important;
}

.main-product-wrapper .group-select .select2-container--default .select2-selection--single {
    padding: 0 !important;
    height: 36px !important;
}

.main-product-wrapper .group-select .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    top: -2px;
}

.main-product-wrapper .group-select .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

@media screen and (max-width: 575px) {
    .main-product-wrapper .group-select {
        gap: 10px;
        margin-left: 0;
    }
}

@media screen and (max-width: 424px) {
    .main-product-wrapper .group-select {
        flex-wrap: wrap;
        gap: 12px;
    }
}

.main-product-wrapper .group-select .input--group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-product-wrapper .group-select .input--group .position-relative .select2-container:has(.select2-selection--single) {
    z-index: 1 !important;
}

@media screen and (max-width: 424px) {
    .main-product-wrapper .group-select .input--group {
        gap: 5px;
        width: 100%;
    }

    .main-product-wrapper .group-select .input--group .position-relative {
        flex: 1;
    }
}

.main-product-wrapper .group-select .text {
    min-width: max-content;
    color: hsl(var(--gray-six));
    font-size: 0.875rem;
}

.main-product-wrapper .group-select .form--control {
    border-radius: 4px !important;
    background-color: hsl(var(--gray-three)/0.2) !important;
    border: 0 !important;
    padding: 7px 10px !important;
    text-align: left;
    color: hsl(var(--body-color)/0.9) !important;
    padding-right: 36px !important;
    font-size: 0.875rem;
}

.main-product-wrapper .main-product {
    margin-top: 23px;
}

.product-sidebar__filter-button {
    background-color: hsl(var(--base));
    padding: 5px 15px;
    border-radius: 4px;
    margin-bottom: 23px;
    color: hsl(var(--white));
}

.product-sidebar__filter-button .filter-button__icon {
    margin-right: 5px;
}

/*============== product-category section css end here ==============*/


/*======= condition css start here =======*/
.condition {
    margin-top: 24px;
    border-radius: 8px;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .condition {
        margin-top: 16px;
    }
}

@media screen and (max-width: 575px) {
    .condition {
        margin-top: 8px;
    }
}

.condition__label {
    font-size: 1rem;
    margin-bottom: 8px;
    color: hsl(var(--black));
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.condition__label::after {
    content: ':';
    font-size: 1.1em;
    display: inline-block;
}

.condition-item {
    border: 1px solid hsl(var(--border-color) / .5);
    border-radius: 4px;
    display: flex;
    margin-bottom: 12px;
    transition: 0.2s;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .condition-item {
        display: block;
    }
}

.condition-item:hover,
.condition-item:focus {
    border-color: hsl(var(--base)/0.09);
}

.condition-item:last-child {
    margin-bottom: 0;
}

.condition-item__title {
    background-color: hsl(var(--gray-one));
    width: 155px;
    padding: 10px 18px;
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 575px) {
    .condition-item__title {
        width: 100%;
    }
}

.condition-item__text {
    width: calc(100% - 155px);
    padding: 10px 11px;
    font-size: 0.875rem;
    color: hsl(var(--gray-five));
}

@media screen and (max-width: 575px) {
    .condition-item__text {
        width: 100%;
    }
}

/*======= condition css end here =======*/
.product-details-bottom {
    margin-top: 24px;
    padding: 16px;
    background-color: hsl(var(--white));
    border-radius: 8px;
}


@media screen and (max-width: 767px) {
    .product-details-bottom {
        padding: 20px;
    }
}

.product-details-bottom .desc {
    font-size: 1rem;
    line-height: 120%;
    color: hsl(var(--gray-two));
}

.product-details-bottom .desc:not(:last-child) {
    margin-bottom: 1rem;
}


.product-details__cart-price {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    padding: 12px 0;
    background-color: hsl(var(--white));
    box-shadow: 0 -4px 3px rgba(50, 50, 50, .15);
    transition: all .3s ease;
}

.product-details__cart-price.hide {
    transform: translateY(100%);
}

.cart-price-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cart-price-wrapper .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media screen and (max-width: 575px) {
    .cart-price-wrapper .btn {
        font-size: 14px;
        padding: 8px 12px;
    }

    .cart-price-wrapper .btn svg {
        width: 14px;
        height: 14px;
    }
}

.cart-price-wrapper__left {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

@media screen and (max-width: 575px) {
    .cart-price-wrapper__left {
        max-width: 200px;
    }
}

@media screen and (max-width: 424px) {
    .cart-price-wrapper__left {
        max-width: 180px;
    }
}

@media screen and (max-width: 374px) {
    .cart-price-wrapper__left {
        max-width: 150px;
    }
}

.cart-price-wrapper__thumb {
    width: 64px;
    display: block;
    object-fit: cover;
    border: 1px solid hsl(var(--border-color));
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .cart-price-wrapper__thumb {
        width: 56px;
    }
}

@media screen and (max-width: 575px) {
    .cart-price-wrapper__thumb {
        width: 48px;
    }
}

@media screen and (max-width: 424px) {
    .cart-price-wrapper__thumb {
        width: 40px;
    }
}

@media screen and (max-width: 374px) {
    .cart-price-wrapper__thumb {
        width: 32px;
    }
}

.cart-price-wrapper__title {
    margin-bottom: 8px;
}


.cart-price-wrapper__price {
    font-size: 16px;
    font-weight: 600;
    color: hsl(var(--base));
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.cart-price-wrapper__price .symbol {
    font-size: 0.75em;
}

@media screen and (max-width: 767px) {
    .cart-price-wrapper__title {
        font-size: clamp(1rem, 0.9404rem + 0.2981vw, 1.125rem);
        margin-bottom: 6px;
    }

    .cart-price-wrapper__price {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .cart-price-wrapper__title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

/*============= specification css start here =============*/
.specification__wrapper {
    border-radius: 5px;
    overflow: hidden;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color)/0.5);
}

.specification__wrapper:not(:last-child) {
    margin-bottom: 16px;
}

.specification__wrapper-title {
    color: hsl(var(--base));
    padding: 12px;
    background-color: hsl(var(--base-l-900));
}

.specification-item {
    display: flex;
    align-items: center;
    padding: 12px;
    margin-inline: 12px;
    gap: 8px;
}

.specification-item:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
}

.specification-item__title {
    flex-grow: 1;
    max-width: 25%;
}

.specification-item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.specification-item__title::after {
    content: ':';
}


/* ========================================== Blog Details Css End ======================================*/

/* =============== Cart Item CSS Start =============== */
.cart-item {
    display: flex;
    border-radius: 10px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color) / 0.5);
}

.cart-item:not(:last-child) {
    margin-bottom: 24px;
}

.cart-item-thumb {
    --size: 250px;
    width: var(--size);
    display: block;
    align-self: flex-start;
    flex-shrink: 0;
}

.cart-item-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cart-item-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.cart-item-main> :not(:last-child) {
    margin-bottom: 12px;
}

.cart-item-main__header {
    position: relative;
}

.cart-item-main__body {
    flex: 1 1 auto;
}

.cart-item-title {
    margin-bottom: 4px;
    line-height: 100%;
}

.cart-item-title:hover {
    color: hsl(var(--base));
}

.cart-item-title a {
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cart-item-price {
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--base));
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    margin-top: 12px;
}

.cart-item-price .symbol {
    font-size: 0.75em;
}

.cart-item-delete-btn {
    --size: 28px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--size) * 0.6);
    color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger));
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.cart-item-delete-btn:focus {
    outline: none;
    box-shadow: none;
}

.cart-item-info {
    --gap: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--gap) * 0.25) var(--gap);
}

.cart-item-info__li {
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
    color: hsl(var(--gray-six));
}

.cart-item-info__li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 14px;
    display: inline-block;
    background-color: hsl(var(--border-color));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc((var(--gap) * 0.5) * -1);
}

.cart-item-summery {
    position: relative;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    max-height: 100px;
    overflow: hidden;
}

.cart-item-summery::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(hsl(var(--white))));
    background: linear-gradient(180deg, transparent 0%, hsl(var(--white)) 100%);
    bottom: 0;
    left: 0;
}

.cart-item-summery.expanded::after {
    display: none;
}

.cart-item-summery__li {
    font-size: 0.875rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-item-summery__li:not(:last-child) {
    margin-bottom: 8px;
}

.cart-item-summery__li .label {
    width: 130px;
    flex-shrink: 0;
    text-transform: capitalize;
    color: hsl(var(--gray-four));
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.cart-item-summery__li .label::after {
    content: ':';
}

.cart-item-summery__li .value {
    flex-grow: 1;
    color: hsl(var(--black));
}

.cart-item-load-more {
    width: fit-content;
    border: none;
    background-color: transparent;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--base));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-inline: auto;
}

.cart-item-load-more::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.cart-item-summery.expanded+.cart-item-load-more::after {
    content: '\f106';
}

.cart-item-load-more:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 1199px) {
    .cart-item-thumb {
        --size: 120px;
    }

    .cart-item-summery__li .label {
        width: 100px;
    }

    .cart-item-title {
        font-size: clamp(1.125rem, 1.0654rem + 0.2981vw, 1.25rem);
    }
}


@media screen and (max-width: 575px) {
    .cart-item-title {
        max-width: 70%;
    }

    .cart-item-delete-btn {
        --size: 24px;
    }
}

@media screen and (max-width: 424px) {
    .cart-item-main {
        padding: 12px;
    }

    .cart-item-delete-btn {
        --size: 20px;
    }
}

@media screen and (max-width: 374px) {
    .cart-item {
        flex-direction: column;
    }
}

/* =============== Cart Item CSS End ================= */


/*=============== buying cart section css start here ===============*/
.buying-cart__title {
    margin-bottom: 16px;
}

.buying-cart__left .all {
    padding: 18px 60px;
}

.buying-cart-item {
    background-color: hsl(var(--white));
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: 0.2s;
    position: relative;
    border: 1px solid hsl(var(--border-color) / .7);
    margin-bottom: 30px;
}

.buying-cart-item.empty-cart__page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.empty-cart__page .no_data-thumb img {
    width: 200px;
}

.buying-cart-item:last-child {
    margin-bottom: 0;
}

.buying-cart-item .delete-btn {
    position: absolute;
    bottom: 24px;
    right: 24px;
    font-size: 20px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .buying-cart-item .delete-btn {
        bottom: 24px;
        right: 20px;
    }
}

.buying-cart-item__left {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 3fr 1fr;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width:1199px) {
    .buying-cart-item__left {
        grid-template-columns: 1fr;
    }

    .product-info.product-info-bottom {
        padding-top: 16px;
        border-top: 1px solid hsl(var(--border-color) / .7);
    }
}

.buying-cart-item__thumb {
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .buying-cart-item__thumb {
        max-width: 90px;
        max-height: 90px;
    }
}

@media (max-width: 424px) {
    .buying-cart-item__thumb {
        max-width: 240px;
        max-height: 240px;
    }
}

.product-info {
    text-align: left;
}

.product-info__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.product-info__space {
    margin-bottom: 12px;
    color: hsl(var(--gray-five));
    padding: 6px 12px;
    border: 1px solid hsl(var(--border-color));
    line-height: 1;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 600;
}

.product-info__condition {
    color: hsl(var(--gray-five));
    font-size: 15px;
}

.product-info__condition:not(:last-child) {
    margin-bottom: 8px;
}

@media (max-width: 1199px) {
    .product-info__condition {
        display: block !important;
    }

    .product-info__btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-info__condition {
        font-size: 14px;
    }
}

.cart-item-wrapper {
    gap: 20px;
    flex-wrap: nowrap;
    align-items: flex-start;
}


@media (max-width:1399px) {
    .product-info__title {
        margin-bottom: 10px;
    }

    .cart-item-wrapper {
        gap: 16px;
    }
}

@media screen and (max-width: 575px) {
    .cart-item-wrapper {
        gap: 12px;
    }
}

@media screen and (max-width: 424px) {
    .cart-item-wrapper {
        flex-wrap: wrap;
    }
}

.product-info__btn {
    color: hsl(var(--heading-color));
    font-weight: 700;
    font-size: 0.875rem;
}

.product-info__order {
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .product-info__order {
        margin-bottom: 10px;
    }
}

.product-info__order .order-id {
    color: hsl(var(--gray-four));
}

.product-info .old-price {
    margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
    .product-info .old-price {
        margin-bottom: 10px;
    }
}

/* delivery method css */
.buying-cart__right {
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 8px;
    border: 1px solid hsl(var(--border-color) / .5);
}

@media screen and (max-width: 424px) {
    .buying-cart__right {
        padding: 16px;
    }
}

.buying-cart__right-bottom {
    margin-top: 20px;
}

.delivery-method:not(:last-child) {
    margin-bottom: 24px;
}

.delivery-method__title {
    font-size: 0.875rem;
    margin-bottom: 10px;
    color: hsl(var(--black)/0.8);
    font-weight: 700;
}

.delivery-method__wrapper {
    gap: 12px;
}

@media screen and (max-width: 991px) {
    .delivery-method__wrapper {
        justify-content: flex-start !important;
    }
}

.delivery-method__wrapper .form-check {
    position: relative;
    z-index: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

@media screen and (max-width: 1399px) {
    .delivery-method__wrapper .form-check {
        padding: 16px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .delivery-method__wrapper .form-check {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 424px) {
    .delivery-method__wrapper .form-check {
        padding: 10px;
    }
}

.delivery-method__wrapper .form-check .form-check-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
    gap: 12px;
    color: hsl(var(--black));
}

.delivery-method__wrapper .form-check:has(:checked) .form-check-label {
    color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .delivery-method__wrapper .form-check .form-check-label {
        font-size: 0.875rem;
    }
}

.delivery-method__wrapper .form-check .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: none !important;
    z-index: -1;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--heading-color)/0.8) !important;
    border-radius: 8px;
}

.delivery-method__wrapper .form-check .form-check-input:checked {
    border-color: hsl(var(--base)) !important;
    background-color: hsl(var(--base)) !important;
}

.delivery-method__wrapper .form-check .form-check-input:checked::before {
    display: none;
}

.delivery-method__wrapper .form-check .icon {
    font-size: 30px;
    line-height: 0;
}

.delivery-method__wrapper .info {
    margin-top: 25px;
}

.delivery-method .info {
    margin-top: 25px;
}

.delivery-method__wrapper .info__title {
    font-size: 0.875rem;
    margin-bottom: 10px;
    color: hsl(var(--black)/0.8);
    font-weight: 700;
}

@media (max-width: 991px) {
    .delivery-method__wrapper .info {
        margin-top: 0;
    }
}

.delivery-method .change {
    margin-left: 4px;
    color: hsl(var(--info));
    font-size: 0.875rem;
    font-weight: 500;
}

.delivery-method__wrapper .info__desc {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--gray-five));
}

@media screen and (max-width: 424px) {
    .delivery-method__wrapper .info__desc {
        font-size: 0.8125rem;
    }
}

.delivery-method__wrapper .info .address-name {
    font-size: 14px;
    color: hsl(var(--gray-six));
    font-weight: 700;
    margin-bottom: 5px;
}

/*payment-method css */
.payment-method {
    margin-top: 20px;
    background-color: hsl(var(--white));
    padding: 25px;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 1199px) {
    .payment-method {
        padding: 20px;
    }
}

@media screen and (max-width: 424px) {
    .payment-method {
        padding: 15px;
    }
}

.payment-method__title {
    font-size: 0.875rem;
    margin-bottom: 14px;
    color: hsl(var(--black)/0.8);
    font-weight: 700;
}

/*======= total order css =======*/
.total-order {
    margin-top: 24px;
    border-radius: 8px;
}

.total-order__title {
    font-size: 0.875rem;
    margin-bottom: 14px;
    color: hsl(var(--black)/0.8);
    font-weight: 700;
}

.total-order__list {
    border-bottom: 1px solid hsl(var(--gray-four)/0.2);
}

.total-order__list li {
    margin-bottom: 10px;
}

.total-order__item {
    color: hsl(var(--gray-five));
}

.total-order__price {
    font-weight: 700;
}

.total-order .total-price {
    margin-top: 8px;
    color: hsl(var(--gray-five));
}

.total-order .total-price .total {
    font-weight: 700;
    color: hsl(var(--black)/0.8);
}

/*=== buying cart right bottom css ===*/
.coupon-btn {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .coupon-btn {
        flex-wrap: wrap;
    }
}

.coupon-btn .form--control {
    width: 300px;
    padding: 18px 24px;
}

@media screen and (max-width: 1399px) {
    .coupon-btn .form--control {
        width: 200px;
    }
}

@media screen and (max-width: 1199px) {
    .coupon-btn .form--control {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .coupon-btn .form-group {
        width: 100%;
    }
}

.coupon-btn .btn {
    width: calc(100% - 300px);
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width: 1399px) {
    .coupon-btn .btn {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 1199px) {
    .coupon-btn .btn {
        width: 100%;
    }
}

.order-btn {
    margin-top: 25px;
}

.order-btn .btn {
    border-radius: 8px;
}

.address-list__btn {
    color: hsl(var(--base));
    font-weight: 700;
    margin-bottom: 35px;
}

.address-list__btn .icon {
    color: hsl(var(--gray-five));
    margin-left: 10px;
}

/*=============== buying cart section css end here ===============*/
/*=============== selling product details css start here ===============*/

.selling-details {
    margin-top: 50px;
}

.selling-details__title {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .selling-details__title {
        margin-bottom: 20px;
    }
}

.selling-details-item {
    margin-bottom: 40px;
}

.selling-details-item:last-child {
    margin-bottom: 0;
}

.selling-details-item__wrapper {
    gap: 15px;
    margin-left: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.evaluation-item.check-item {
    min-width: unset;
    max-width: unset;
}

@media screen and (max-width: 1399px) {
    .selling-details-item__wrapper {
        gap: 10px;
    }
}

@media screen and (max-width: 575px) {
    .selling-details-item__wrapper {
        margin-left: 0;
        gap: 10px;
    }
}

.selling-details-item__text {
    margin-bottom: 24px;
    font-size: 0.875rem;
}

.selling-details-item__title {
    margin-bottom: 15px;
    font-size: 20px;
}

.selling-details-item__warranty {
    margin-left: 20px;
}

@media screen and (max-width: 575px) {
    .selling-details-item__warranty {
        margin-left: 0;
    }
}

.selling-details-item__warranty-time {
    margin-bottom: 14px;
}

.selling-details-item__warranty-time:last-child {
    margin-bottom: 0;
}

.selling-details-item__warranty-time .text {
    border: 1px solid hsl(var(--border-color) / .7);
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
    transition: 0.2s linear;
    font-weight: 500;
}

.selling-details-item__warranty-time .text:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)/0.3);
}

.selling-details-item__battery {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}

@media screen and (max-width: 575px) {
    .selling-details-item__battery {
        padding-left: 0;
    }
}

.selling-details-item__battery-health {
    border: 1px solid hsl(var(--gray-three));
    padding: 10px 20px;
    border-radius: 4px;
    position: relative;
    transition: 0.2s linear;
}

.selling-details-item__battery-health.active {
    background-color: hsl(var(--base)/0.3);
    border-color: hsl(var(--base));
}

.selling-details-item__battery-health .form-check-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.selling-details-item__content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.selling-details-item__button {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 32px;
    margin-left: 20px;
}

@media screen and (max-width: 575px) {
    .selling-details-item__button {
        margin-left: 0;
    }
}

.selling-details__product {
    display: flex;
    gap: 20px;
    background-color: hsl(var(--white));
    padding: 30px 27px;
    border-radius: 8px;
    border: 1px solid hsl(var(--border-color) / .7);
}

@media screen and (max-width: 424px) {
    .selling-details__product {
        flex-wrap: wrap-reverse;
        padding: 20px;
        gap: 30px;
    }
}

.selling-details__product-content .title {
    margin-bottom: 15px;
}

.selling-details__product-content .name {
    font-size: 0.875rem;
    font-weight: 700;
    color: hsl(var(--base));
    margin-bottom: 20px;
}

.selling-details__product-color {
    font-size: 0.875rem;
    font-weight: 700;
}

.selling-details__product-title {
    margin-top: 50px;
    margin-bottom: 0;
}

.selling-details__product-info {
    margin-top: 30px;
}

.selling-details__product-info-title {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
    font-weight: 700;
    margin-bottom: 10px;
}

.selling-details__product-info .product-info-list {
    margin-bottom: 15px;
}

.selling-details__product-info .product-info-list__item {
    margin-bottom: 7px;
    color: hsl(var(--heading-color)/0.9);
    position: relative;
    padding-left: 16px;
    font-size: 0.875rem;
}

.selling-details__product-info .product-info-list__item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: hsl(var(--base));
}

.selling-details__product-info .product-info-list__item:last-child {
    margin-bottom: 0;
}

/* space css start here */
.space {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.space-item {
    font-size: 0.875rem;
    font-weight: 700;
    position: relative;
}

.selling-details .space-item {
    font-size: 0.75rem;
    position: relative;
    padding: 4px 12px;
    color: hsl(var(--gray-five));
    border: 1px solid hsl(var(--border-color) / .7);
    line-height: 1;
    border-radius: 4px;
    margin-top: 6px;
    font-weight: 600;
}

.space-item::after {
    position: absolute;
    content: "";
    right: -5px;
    top: 50%;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background-color: hsl(var(--gray-six));
}

.space-item:last-child::after {
    display: none;
}

/* space css end here */
.evaluation-item {
    border: 0.8px solid hsl(var(--gray-three));
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    transition: 0.2s linear;
    min-width: 170px;
    max-width: 170px;
}

@media screen and (max-width: 575px) {
    .evaluation-item {
        padding: 10px;
    }
}

@media screen and (max-width: 424px) {
    .evaluation-item {
        width: 100%;
    }
}

.evaluation-item:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)/0.3);
}

.evaluation-item__thumb {
    text-align: center;
    margin-bottom: 10px;
}

.evaluation-item__thumb img {
    max-width: 50px;
    max-height: 50px;
}

.evaluation-item__text {
    max-width: 170px;
    font-size: 0.875rem;
    color: hsl(var(--heading-color)/0.8);
}

/*======= item details css start here =======*/
.item-details {
    background-color: hsl(var(--white));
    padding: 32px;
    border-radius: 8px;
    border: 1px solid hsl(var(--border-color) / .7);
}

@media screen and (max-width: 575px) {
    .item-details {
        padding: 24px;
    }
}

@media screen and (max-width: 424px) {
    .item-details {
        padding: 24px 16px;
    }
}

.item-details .selling-details__product {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    gap: 32px;
    padding-bottom: 32px;
    border: 0;
}

.item-details .item-details__title {
    margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
    .item-details .selling-details__product {
        gap: 24px;
    }
}

@media screen and (max-width: 575px) {
    .item-details .selling-details__product {
        gap: 16px;
    }
}

@media screen and (max-width: 424px) {
    .item-details .selling-details__product {
        flex-wrap: wrap;
    }
}

.selling-details__product-thumb {
    max-width: 130px;
    flex-shrink: 0;
}

@media screen and (max-width: 424px) {
    .selling-details__product-thumb {
        width: 100%;
    }
}

.item-details .selling-details__product-wrapper {
    width: calc(100% - 130px);
}

@media screen and (max-width: 424px) {
    .item-details .selling-details__product-wrapper {
        width: 100%;
    }
}

.item-details .show-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 34px;
}

.item-details .show-more__btn {
    font-size: 0.75rem;
    color: hsl(var(--black));
    transition: 0.2s linear;
}

.item-details .show-more__btn:hover,
.item-details .show-more__btn:focus {
    color: hsl(var(--base));
}

.item-details .show-more__price {
    margin-bottom: 0;
}

.item-details__wrapper {
    border-top: 1px solid hsl(var(--border-color)/0.7);
    padding-top: 30px;
}

.item-details__wrapper-title {
    font-size: 1rem;
    color: hsl(var(--gray-three));
    margin-bottom: 35px;
}

.item-details__title {
    margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
    .item-details__title {
        margin-bottom: 30px;
    }
}

.item-details__text {
    color: hsl(var(--heading-color));
    margin-bottom: 30px;
}

.item-details__text .answer {
    color: hsl(var(--gray-five));
}

.answer-list {
    padding-left: 20px;
    margin-top: 8px;
}

.answer-item {
    list-style: auto;
}

.answer-item:not(:last-child) {
    margin-bottom: 6px;
}

/*======= item details css start here =======*/
/*===== image uploader css =====*/
.image-uploader .uploaded .uploaded-image img {
    background: transparent;
    border-radius: 6px;
}

@media screen and (max-width: 424px) {
    .image-uploader .upload-text span {
        max-width: 300px;
        font-size: 13px !important;
    }
}

/*========= location details css start here =========*/
.location-details .location__title {
    font-size: 0.875rem;
    font-weight: 700;
    color: hsl(var(--heading-color)/0.9);
    margin-bottom: 10px;
}

.location-details .location .select-location {
    position: relative;
}

.location-details .location .select-location::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: hsl(var(--black)/0.08);
}

.location-details .form--control {
    background-color: hsl(var(--white)) !important;
    position: relative;
    color: hsl(var(--black)/0.5);
}

.location-details .delivery-method {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {
    .location-details .delivery-method__title {
        padding: 0;
    }
}

.location-details .delivery-method__wrapper .form-check {
    min-width: 140px;
}

@media screen and (max-width: 991px) {
    .location-details .delivery-method__wrapper .form-check {
        padding: 15px 25px;
        min-width: 200px;
    }
}

@media screen and (max-width: 575px) {
    .location-details .delivery-method__wrapper .form-check {
        min-width: 190px;
    }
}

@media screen and (max-width: 424px) {
    .location-details .delivery-method__wrapper .form-check {
        width: 48%;
        min-width: unset;
        padding: 15px;
    }
}

.method {
    margin-top: 40px;
}

.method__btn {
    margin-top: 24px;
}

.method .home__contact {
    margin-top: 40px;
}

@media screen and (max-width: 424px) {
    .method .home__contact {
        margin-top: 20px;
    }
}

.method .home__contact-title {
    margin-bottom: 40px;
    font-size: 1rem;
    color: hsl(var(--base));
    font-weight: 700;
}

@media screen and (max-width: 424px) {
    .method .home__contact-title {
        margin-bottom: 20px;
    }
}

.address-list-wrapper.address {
    display: flex;
    align-items: center;
    gap: 12px;
}

.address {
    position: relative;
}

.shipping_address .address:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color) / .7);
}

.shipping_address .address:last-child {
    margin-bottom: 0;
}



.address-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.address-content .content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.address-icon {
    font-size: 24px;
    color: hsl(var(--base));
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    border: 1px solid hsl(var(--base) / .3);
    flex-shrink: 0;
    border-radius: 4px;
}

.address .content {
    width: calc(100% - 50px);
    max-width: 300px;
}

@media screen and (max-width: 424px) {
    .address .content {
        flex-direction: column;
        align-items: flex-start;
    }

    .address-icon {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}

.address .content .name {
    margin-bottom: 5px;
    font-size: 1.125rem;
    font-weight: 700;
    padding-right: 100px;
}

.address .text {
    color: hsl(var(--gray-five));
    font-size: 14px;
    line-height: 1.3;
}

/*========= location details css end here =========*/
/*=============== selling product details css end here ===============*/
/*========== profile setting css start here ==========*/
.profile-setting {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.profile-setting__sidebar {
    width: 250px;
    border-right: 1px solid hsl(var(--black)/0.1);
}

.profile-setting__body {
    width: calc(100% - 250px);
    padding-left: 40px;
}

@media screen and (max-width: 1199px) {
    .profile-setting__body {
        padding-left: 20px;
    }
}

@media screen and (max-width: 991px) {
    .profile-setting__body {
        padding-left: 0;
        width: 100%;
    }
}


.profile-setting__filter {
    background-color: hsl(var(--base));
    padding: 6px 15px;
    border-radius: 4px;
    color: hsl(var(--white));
    margin-bottom: 20px;
}

.profile-setting .account {
    margin-bottom: 30px;
}

.profile-setting .account__header {
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid hsl(var(--border-color) / .7);
}

@media screen and (max-width: 1399px) {
    .profile-setting .account__header {
        padding: 20px;
    }
}

.profile-setting .account__header-content .name {
    margin-bottom: 10px;
}

.profile-setting .account__header-content .edit-text {
    margin-left: 8px;
    font-size: 20px;
}

.profile-setting .account__header-text {
    color: hsl(var(--gray-six));
}

.profile_settings .account__header-text {
    margin-bottom: 8px;
    font-size: 15px;
}

.basic-info .account__header-text {
    margin-bottom: 12px;
    font-size: 16px;
}

.basic-info .account__header-text .icon {
    font-size: 16px !important;
}

@media (max-width: 424px) {
    .basic-info .account__header-text {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 16px;
    }

    .basic-info .account__header-text .divide {
        display: none;
    }

    .basic-info .account__header-text .icon {
        font-size: 16px !important;
        color: hsl(var(--black)) !important;
        font-weight: 600;
    }
}

.shipping_address .account__header-text {
    margin-bottom: 10px;
}

.profile_settings .account__header-text .text {
    margin-left: 5px;
}

.profile-setting .account__header-text:last-child {
    margin-bottom: 0;
}

.profile-setting .account__header-text .link {
    color: hsl(var(--gray-six));
    font-size: 1rem;
}

@media screen and (max-width: 575px) {
    .profile-setting .account__header-text .link {
        font-size: 16px;
    }
}

.profile-setting .account__header-text .icon {
    color: hsl(var(--gray-five));
    font-size: 18px;
}

.profile_settings .account__header-text .icon {
    min-width: 95px;
}

.shipping_address .account__header-text .icon {
    margin-right: 10px;
}

.account__location {
    background: hsl(var(--white));
    padding: 30px;
    border: 1px solid hsl(var(--black) / 0.06);
    border-radius: 8px;
}

.shipping_address .account__location {
    padding: 20px;
}

.account__location .account__header-content {
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid hsl(var(--black)/0.06);
}

.profile-setting .edit {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--base));
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    color: hsl(var(--white));
}

.profile-setting .profile-item {
    background-color: hsl(var(--white));
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    overflow-x: auto;
    border: 1px solid hsl(var(--border-color) / .7);
}

.profile-setting .profile-item:last-child {
    margin-bottom: 0;
}

.badge-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.item_wrapper {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.item_wrapper .title {
    margin-right: 5px;
    font-size: 0.875rem;
    font-weight: 600;
}

.item_wrapper .value {
    font-size: 0.875rem;
    font-weight: 600;
}

.profile-item__text.text-two {
    font-size: 14px;
    color: hsl(var(--black) / 0.5) !important;
}

.order-details .profile-item__bottom .content .profile-item__text {
    font-size: 14px;
}

.profile-setting .profile-item__text {
    color: hsl(var(--black) / 0.5);
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width:424px) {
    .profile-setting .profile-item__text {
        gap: 4px;
        flex-wrap: wrap;
    }
}

.profile-setting .profile-item__header {
    place-content: space-between;
    align-items: center;
    border-bottom: 1px solid hsl(var(--border-color)/0.7);
    padding-bottom: 10px;
    gap: 10px 80px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;

}

.profile-setting .profile-item__header:last-child>div:last-child {
    text-align: right;
}

.profile-setting .profile-item__header.details-header {
    grid-template-columns: repeat(4, auto);
}

.profile-setting .profile-item__header.details-header .profile-item__text {
    color: hsl(var(--black));
    font-size: 16px !important;
}

.profile-setting .profile-item__header.details-header .total-order .profile-item__text {
    color: hsl(var(--black));
    font-size: 16px !important;
    font-weight: 700;
}


.profile-setting .profile-item .link {
    color: hsl(var(--base));
    font-size: 15px;
}

.profile-setting .profile-item .link:hover {
    color: hsl(var(--base));
}

.profile-setting .profile-item .link .icon {
    color: hsl(var(--base));
}

.profile-setting .profile-item__bottom {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    place-content: space-between;
    gap: 30px;
    align-items: center;
    margin-top: 15px;
}

@media (max-width: 1399px) {
    .profile-setting .profile-item__header {
        gap: 10px 30px;
        grid-template-columns: 2.5fr 2fr 1fr;
    }

    .profile-setting .profile-item__bottom {
        grid-template-columns: 2.5fr 2fr 1fr;
    }
}

@media (max-width: 767px) {
    .profile-setting .profile-item__header {
        gap: 10px 30px;
        grid-template-columns: 1fr;
    }

    .profile-setting .profile-item__bottom {
        grid-template-columns: 1fr;
    }

    .profile-setting .profile-item__header>div:last-child {
        justify-content: flex-start !important;
    }
}

.profile-item__wrapper .text {
    color: hsl(var(--body-color));
}

.profile-setting .profile-item__bottom:last-child>div:last-child {
    text-align: right;
}

.profile-setting .profile-item__bottom.details-bottom {
    grid-template-columns: 2fr 5fr;
    gap: 90px;
}

@media (max-width:1199px) {

    .profile-setting .profile-item .link {
        text-align: left;
    }
}



.profile-setting .profile-item__bottom.details-bottom .total-order {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
}

.profile-setting .profile-item__bottom.details-bottom .total-order__list {
    margin-top: 20px;
}

.profile-setting .profile-item__bottom.details-bottom .total-order__list li {
    gap: 50px;
}

.profile-setting .profile-item__bottom.details-bottom .total-order__title {
    font-size: 1rem;
    font-weight: 700;
}

.profile-setting .profile-item__bottom.details-bottom .total-order__price {
    color: hsl(var(--black));
}


.profile-setting .profile-item__bottom .left {
    display: flex;
    align-items: center;
    gap: 10px 16px;
}

.profile-setting .profile-item__bottom .left .title {
    margin-bottom: 5px;
}

@media (max-width: 1399px) {
    .profile-setting .profile-item__bottom .left {
        gap: 10px;
    }

    .profile-setting .profile-item__bottom .left .title {
        font-size: 16px;
    }

    .profile-setting .profile-item__bottom .price {
        font-size: 16px;
    }

    .profile-setting .profile-item__text {
        font-size: 14px;
    }

    .profile-item__wrapper .text {
        font-size: 14px;
    }
}

.profile-setting .profile-item__bottom.sell .space {
    margin-bottom: 5px;
}

.profile-setting .profile-item__bottom.sell .space-item {
    font-weight: 400;
}

.profile-setting .profile-item__bottom .thumb {
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 8px;
    padding: 7px;
    max-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-setting .profile-item__bottom .thumb img {
    max-width: 70px;
}

.profile-setting .profile-item-details {
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 60px;
    gap: 30px;
    place-content: center;
    align-items: center;
}

.profile-setting .profile-item-details__content {
    text-align: left;
}

.profile-setting .profile-item-details__thumb {
    border: 1px solid hsl(var(--black)/0.06);
    border-radius: 8px;
    padding: 13px;
}

.profile-setting .profile-item-details__thumb img {
    max-width: 90px;
}

.profile-setting .profile-item-details__text {
    margin-bottom: 10px;
}

.profile-setting .profile-item-details .space {
    margin-bottom: 10px;
}

.profile-setting .profile-item-details .space-item {
    font-weight: 400;
}

.profile-setting .profile-item::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.profile-setting .profile-item::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
    border-radius: 10px;
}

.profile-setting .profile-item.sell-details .profile-item__bottom {
    grid-template-columns: 2fr 2fr;
    gap: 70px;
    align-items: end;
}

.profile-setting .profile-item.sell-details .profile-item-details {
    place-content: flex-start;
}

.profile-setting .profile-item .status {
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
    font-size: 0.875rem;
}

/* page list css start here */
.page-list {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.page-list::before {
    position: absolute;
    content: "";
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 72px);
    height: 3px;
    background-color: hsl(var(--body-color)/0.3);
}

.page-list .nav-item {
    border-bottom: 0;
    padding: 3px;
}

.page-list .nav-item .nav-link {
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 5px;
    transition: 0.4s;
    border: 0 !important;
    position: relative;
    font-size: 0.875rem;
    font-weight: 700;
    counter-increment: section;
    content: "Section " counter(section) ": ";
}

.page-list .nav-item .nav-link::before,
.page-list .nav-item .nav-link::after {
    position: absolute;
    content: "";
    top: -30px;
    left: 50%;
    width: 20px;
    transform: translateX(-50%);
    height: 20px;
    border-radius: 50%;
    border: 3px solid hsl(var(--body-color)/0.3);
    background-color: hsl(var(--white));
}

.page-list .nav-item .nav-link::after {
    width: 14px;
    height: 14px;
    top: -27px;
    visibility: hidden;
}

@media screen and (max-width: 1199px) {
    .page-list .nav-item .nav-link {
        padding: 0 !important;
        font-size: 0.8125rem;
    }
}

.page-list .nav-item:hover {
    color: hsl(var(--base));
}

.page-list .nav-item.active .nav-link {
    color: hsl(var(--base)) !important;
    background-color: transparent !important;
}

.page-list .nav-item.active .nav-link:hover {
    color: hsl(var(--white));
}

.page-list .nav-item.active .nav-link::after {
    background-color: hsl(var(--base));
    visibility: visible;
    border-color: transparent;
}

.page-list .nav-item.active .nav-link::before {
    border: 3px solid hsl(var(--body-color)/0.3);
}

/*========== profile setting css end here ==========*/
/*# sourceMappingURL=main.css.map */


.empty-message {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.empty-message svg {
    fill: #d4d4d4;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.empty-message .message {
    font-size: 1rem;
    padding: 5px;
    text-align: center;
    color: hsl(var(--black) / 0.4);
    font-weight: 400;
}

.empty-message img {
    max-width: 150px;
}

.swap-card-empty {
    margin: 0 auto;
    text-align: center;
    padding: clamp(2rem, 1.391rem + 1.268vw, 2.5rem) clamp(1.5rem, 0.283rem + 2.536vw, 2.5rem);
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    font-size: 0.75rem;
}

.swap-card-empty .empty-thumb {
    text-align: center;
    margin-bottom: 10px;
}

.swap-card-empty .empty-thumb img {
    width: 100px;
}

.extra-description-item {
    word-break: break-all;
}

.extra-description-item .title {
    font-weight: 700;
    margin-bottom: 16px;
}

.extra-description-item p {
    margin-top: 0;
    margin-bottom: 15px;
}

.extra-description-item ul {
    margin-bottom: 20px;
}

.extra-description-item ul:last-child {
    margin-bottom: 0;
}

.extra-description-item ul li {
    padding: 0;
    margin-bottom: 12px;
    padding-left: 0px !important;
}

.extra-description-item ul li::before {
    content: '\f101';
    font-family: 'Line Awesome Free';
    font-weight: 600;
    color: hsl(var(--base));
    margin-right: 5px;
}

.extra-description-item ul li:last-child {
    margin-bottom: 0;
}

.confirmation-card-icon {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
}


/* order details css */
.order-details {
    background: hsl(var(--white));
    padding: 20px;
    border-radius: 8px;
    border: 1px solid hsl(var(--border-color) / .7);
}

.order-details-top {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.order-details-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.details-info-list {
    padding: 20px;
    border: 1px solid hsl(var(--border-color) / .7);
    border-radius: 6px;
    background-color: hsl(var(--white));
}

.details-info-list .title {
    font-size: 18px;
}

@media (max-width: 575px) {
    .details-info-list .title {
        font-size: 16px;
    }
}

.details-info-list:not(:last-child) {
    margin-bottom: 16px;
}

.details-info-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}


.details-info-list li span {
    color: hsl(var(--black) / .6);
    font-size: 15px;
}

.details-info-list li.total span {
    font-weight: 600;
}

.details-info-list li:not(:last-child) {
    margin-bottom: 10px;
}

.details-info-list li.total {
    border-top: 1px solid hsl(var(--border-color) / .7);
    padding-top: 12px;
    font-size: 1rem;
}

.details-info-address {
    border: 1px solid hsl(var(--border-color) / .7);
    border-radius: 6px;
    padding: 20px;
    background-color: hsl(var(--white));
}

.single-product-item:has(.thumb) {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.info-address-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.info-address-list li:not(:last-child) {
    margin-bottom: 10px;
}

.info-address-list li span {
    color: hsl(var(--black) / .6);
    font-size: 15px;
}

.info-address-list li .title {
    min-width: 80px;
    flex-shrink: 0;
}

.info-address-list .devide-colon {
    margin-right: 24px;
}

.info-address-list li .title~span {
    display: flex;
    align-items: flex-start;
}

.order-details-id {
    gap: 0 6px;
}

@media (max-width: 767px) {
    .info-address-list li {
        gap: 12px;
    }

    .info-address-list .devide-colon {
        margin-right: 12px;
    }

    .order-details-products .single-product-item {
        flex-direction: column;
        align-items: flex-end;
    }

    .order-details-products .content-top {
        margin-bottom: 0;
    }

    .order-details-top {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@media (max-width: 1399px) {

    .details-info-list,
    .details-info-address {
        max-width: 100%;
    }
}



.single-product-item:not(:last-of-type) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid hsl(var(--black) / .4);
}

.single-product-item .thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: hsl(var(--white));
    border-radius: 5px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

@media (max-width: 424px) {
    .single-product-item .thumb {
        height: 48px;
        width: 48px;
    }
}

.single-product-item .content {
    flex: 1;
}

.single-product-item .thumb img {
    border-radius: 5px;
    border: 1px solid hsl(var(--black)/.1);
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
    height: 100%;
}

.single-product-item .content .title {
    font-size: 0.875rem;
    color: #555555;
    margin-bottom: 0;
    font-weight: 600;
    transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-product-item .content .title:hover {
    color: hsl(var(--base)) !important;
}

@media (max-width: 424px) {
    .single-product-item .content .title {
        font-size: 0.8rem;
        margin-bottom: 4px;
    }
}

.single-product-item .content .remove-button {
    display: inline-block;
    font-size: 10px;
    color: hsl(var(--black));
    background-color: hsl(var(--white));
    padding: 2px 18px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all 0.3s ease-in;
}

.single-product-item .content .remove-button:hover {
    opacity: 0.8;
}

.single-product-item .content .price .dprice {
    color: rgba(255, 255, 255, 0.9);
    font-size: 84%;
}


/*=================== evaluation item form check css start here =================== */

.check-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
}

.check-item .form--check,
.check-item .form--radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.check-item:hover {
    background: transparent;
}

.check-item .form--radio .form-check-label {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    padding: 0;
}

.check-item .form--check .form-check-input,
.check-item .form--radio .form-check-input {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;
    position: absolute;
    background: transparent !important;
    border: 1px solid hsl(var(--border-color) / .7);
    border-radius: 8px;
}

.check-item .form--radio .form-check-input {
    border: 0;
}

.check-item .form--check .form-check-input:checked::before,
.check-item .form--radio .form-check-input:checked::before {
    display: none !important;
}

.check-item .form--check:has(.form-check-input:checked),
.check-item .form--radio:has(.form-check-input:checked) {
    border-color: hsl(var(--base) / .1) !important;
    background-color: hsl(var(--base) / 0.1);
}

/*=================== evaluation item form check css end here =================== */

.dropdown-item.active,
.dropdown-item:active {
    background-color: hsl(var(--base)) !important;
}

.auth-section .contact-wrapper {
    text-align: left;
}

/*============ contact section css start here ============*/
.contact-top__inner {
    display: flex;
    border-radius: 10px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
}



.contact-top__content,
.contact-top__thumb,
.contact-top__main {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 64px 48px;
}

.contact-top__content {
    border-right: 1px solid hsl(var(--border-color));
}

.contact-top__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 1199px) {

    .contact-top__main,
    .contact-top__content {
        padding: 32px 24px;
    }
}

@media screen and (max-width: 991px) {
    .contact-top__inner {
        flex-direction: column;
    }

    .contact-top__content,
    .contact-top__main {
        width: 100%;
    }

    .contact-top__content {
        border-right: none;
        border-bottom: 1px solid hsl(var(--border-color));
    }

    .contact-top__avatar {
        max-width: 75% !important;
        margin-inline: auto;
    }
}

.contact-top__main .section-heading {
    max-width: 400px;
}

.contact-top__main .section-heading__title {
    margin-bottom: 8px;
}

.contact-top__content .section-heading__title {
    margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
    .contact-top__content .section-heading__title {
        font-size: clamp(1.5rem, 1.2615rem + 1.1923vw, 2rem);
    }

    .contact-top__main .section-heading__title {
        font-size: clamp(1.5rem, 1.2615rem + 1.1923vw, 2rem);
    }

}

.contact-top__avatar {
    max-width: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.contact-form {
    max-width: 100%;
}

.contact-info-item__icon {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--base));
    background-color: hsl(var(--base-l-900));
    border-radius: 50%;
    margin-inline: auto;
}

.contact-info-item__icon svg {
    width: 50%;
    height: 50%;
}

.contact-info-item__content {
    margin-top: 16px;
    text-align: center;
}

.contact-info-item__title {
    margin-bottom: 6px;
}

.contact-info-item__desc {
    font-weight: 400;
    color: hsl(var(--gray-two));
}

.contact-info-item__link {
    margin-top: 16px;
}

.input-select .input-group-text {
    background-color: transparent;
    padding: 0;
    border-right: 0;
}

.input-select .input-group-text select {
    border: 0 !important;
    padding-right: 35px;
}

.account-header {
    margin-bottom: 35px;
    text-align: center;
}

.account-header .logo {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.account-header .title {
    font-size: 18px;
    font-weight: 700;
}

.account-form__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    row-gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex: 1 1 auto;
}

@media screen and (max-width: 465px) {
    .account-form__social {
        width: 100%;
    }
}

.account-form__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    padding: 13px 16px;
    border: 1px solid hsl(var(--border-color)/0.8);
    color: hsl(var(--body-color));
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: hsl(var);
}

.account-form__social-link img {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: cover;
}

.account-form__social-link:hover,
.account-form__social-link:focus {
    color: hsl(var(--base));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)/0.08);
}


.account-form__social-text {
    color: hsl(var(--gray-six));
    font-size: 0.875rem;
    display: block;
    text-align: center;
    position: relative;
    margin-block: 16px;
}

.account-form__social-text::before,
.account-form__social-text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 65px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #d2d4da7d;
}

.account-form__social-text::before {
    left: 0;
}

.account-form__social-text::after {
    right: 0;
}

.account-form__text {
    font-size: 14px;
    font-weight: 400;
    color: hsl(var(--gray-six));
}

/* sell confirm css  */
.input-images {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black)/.1);
    border-radius: 4px;
    overflow: hidden;
    padding: 15px;
    gap: 10px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/*============== contact section css end here ============*/

/*============= order system css start here  =============*/
.order-system {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, auto));
    margin-top: 35px;
    grid-gap: 15px 20px;
    align-items: flex-start;
}

.order-system__wrapper {
    border: 1px solid hsl(var(--border-color)/.7);
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.order-system__desc {
    max-width: 230px;
    font-size: 14px;
    color: hsl(var(--black)/0.5);
}

.order-system__title {
    margin-bottom: 10px;
    font-size: 1rem;
}

.amount-list__item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: hsl(var(--black)/0.5);
    margin-bottom: 5px;
}

.amount-list__item:last-child {
    margin-bottom: 0;
}

.order-system__wrapper:has(.order-system__content) {
    padding: 0;
}

.order-system__content {
    padding: 20px;
}

.order-system__wrapper .total {
    border-top: 1px solid hsl(var(--border-color)/.7);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.print-btn {
    border: 1px solid hsl(var(--base)/.3);
    padding: 8px 24px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.sell-details {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px 80px;
    align-items: flex-start;
    margin-top: 25px;
}

.sell-details:has(.profile-item__bottom) .profile-item__bottom {
    margin-top: 0;
}

.profile-setting .profile-item__bottom>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

@media (max-width:1399px) {
    .order-system {
        align-items: unset;
    }
}

@media (max-width:1199px) {
    .sell-details {
        grid-template-columns: 1fr;
    }
}

@media (max-width:767px) {
    .order-details:has(.order-system, .profile-item__bottom) .profile-item__bottom {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 30px;
        border-top: 1px solid hsl(var(--black)/.06);
        padding-top: 30px;
    }

    .order-system {
        grid-template-columns: 1fr;
    }

    .profile-setting .profile-item__bottom .left {
        gap: 10px;
    }

    .profile-setting .profile-item__bottom {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .profile-setting .profile-item__bottom:last-child>div:last-child {
        text-align: left;
    }

    .profile-setting .profile-item__bottom>div:last-child {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (max-width:424px) {
    .profile-setting .profile-item__bottom .left {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*============= order system css end here  =============*/

label.required {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

label.required::after {
    content: "*";
    font-size: 1em;
    display: inline-block;
    color: hsl(var(--danger));
}

/* border radius */

.border-radius-5 {
    border-radius: 5px !important;
}

.input-group .input-group-text.mobile-code {
    border: 1px solid hsl(var(--heading-color)/0.2);
    border-right: 0;
}

.select2-container:focus-visible {
    outline: 0 !important;
}

.order-card {
    position: fixed;
    top: 190px;
    right: 32px;
    background: hsl(var(--body-bg));
    padding: 10px;
    border-radius: 4px;
    z-index: 2;
}

@media (max-width: 1199px) {
    .order-card {
        top: 90px;
        right: 20px;
    }
}

.order-card__title {
    font-size: 14px;
    color: hsl(var(--gray-five));
}

.order-card__amount {
    color: hsl(var(--heading-color));
    font-weight: 800;
}

.profile_settings .account__header-content {
    padding: 24px;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black) / 0.06);
    border-radius: 8px;
}

.profile-setting__body .custom--card {
    box-shadow: none;
    border: 1px solid hsl(var(--black) / .06);
}


@media (max-width: 424px) {

    .cart .cart-icon,
    .login-link__icon {
        font-size: 20px;
    }
}


.border-bottom {
    border-color: hsl(var(--border-color)) !important;
}

.evulation-step-form {
    padding: 24px;
    background-color: hsl(var(--white));
    border-radius: 8px;
    border: 1px solid hsl(var(--border-color) / .7);
}

.product-details__top-left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-details__top-left .link {
    font-size: 0.875rem;
    color: hsl(var(--body-color-two));
}


/* blogs start  */

.blog-sidebar-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.blog-sidebar {
    border-radius: 5px;
    overflow: hidden;
    position: sticky;
    top: 110px;
    padding: 12px;
}

.blog-sidebar__title {
    position: relative;
    margin-bottom: 0;
    padding: 12px;
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
}

.text-list__item {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-sidebar__content {
    padding: 22px;
}

@media (max-width: 575px) {
    .blog-sidebar__content {
        padding: 30px 20px;
    }
}

@media (max-width: 400px) {
    .blog-sidebar__content {
        padding: 25px 15px;
    }
}

.latest-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.latest-blog:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color) / 0.5);
}

.latest-blog__thumb {
    width: 80px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 12px;
}

.latest-blog__title {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    line-height: 120%;
}

.latest-blog__title a {
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 575px) {
    .latest-blog__title {
        font-size: 16px;
    }
}

.latest-blog__date {
    font-size: 12px;
    font-weight: 400;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

.blog-item {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.blog-item:hover .blog-item__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item:hover .blog-item__title-link {
    color: hsl(var(--base));
}

.blog-item.style-two {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    height: unset !important;
}

.blog-item.style-two .blog-item__thumb img {
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item.style-two .blog-item__thumb {
    height: 100%;
    border-radius: 8px;
    max-height: 412px;
}

.blog-item.style-two .blog-item__content {
    padding: 0 24px;
}

.blog-item__thumb {
    height: 360px;
}

@media (max-width: 575px) {
    .blog-item__thumb {
        height: 100%;
    }
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.blog-item__content {
    margin-top: 30px;
}

.blog-item__title {
    margin-top: 20px;
}

@media (max-width: 575px) {
    .blog-item__title {
        margin-top: 15px;
    }

    .blog-item.style-two .blog-item__title {
        font-size: 18px;
    }
}

.blog-item__title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__desc {
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 15px;
    }
}

.blog-details {
    background-color: hsl(var(--white));
    border-radius: 12px;
    overflow: hidden;
}


.blog-details__content {
    padding: 24px;
}

.blog-details-content {
    margin-top: 35px;
}

.blog-details-content__title {
    margin-bottom: 10px;
}

.blog-details-content__desc {
    color: var(--main);
    margin-bottom: 20px;
    font-weight: 500;
}

.blog-details-content__desc:last-of-type {
    margin-bottom: 0;
}

.blog-details-content__list {
    margin-bottom: 25px;
    margin-left: 20px;
}

.blog-details-content__item {
    margin-bottom: 10px;
    color: var(--main);
    font-weight: 500;
}

.blog-details-content__item:last-of-type {
    margin-bottom: 0;
}

.blog-details__footer {
    padding: 32px 20px;
    display: flex;
    gap: 15px;
    margin-top: 24px;
    background: hsl(var(--white));
    border-radius: 8px;
}

.blog-details__footer .caption {
    font-size: 16px;
    margin-bottom: 0;
}


.event-details-wrapper .social__links li a {
    color: hsl(var(--base));
    background: transparent !important;
    border: 1px solid hsl(var(--base));
}

.social__links li a:hover {
    background-color: hsl(var(--base)) !important;
    color: #ffffff !important;
}

.blog-list .blog-item__content {
    background-color: #fff;
    padding: 25px 25px;
    height: unset !important;
    margin-top: unset;
}

.close-sidebar {
    position: absolute;
    right: 10px;
    top: 10px;
    color: hsl(var(--black));
    background-color: hsl(var(--black)/0.05);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: 0.2s linear;
    cursor: pointer;
}

.close-sidebar:focus {
    outline: none;
    box-shadow: none;
}