@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Onest:wght@100..900&display=swap');


/* ========================= CSS Variables Start ========================= */
:root {
    /* Font Family */
    --heading-font: "Onest", sans-serif;
    --body-font: "Inter", sans-serif;
    /* Base Color (#F76188) */
    --base-h: 344;
    --base-s: 90%;
    --base-l: 67%;
    --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-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);
    /* Base Two Color (#34d399) */
    --base-two-h: 158;
    --base-two-s: 64%;
    --base-two-l: 52%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    /* Primary Color (#3c83f6) */
    --primary-h: 217;
    --primary-s: 91%;
    --primary-l: 60%;
    --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 (#585b5e) */
    --secondary-h: 210;
    --secondary-s: 3%;
    --secondary-l: 36%;
    --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 (#35C75A) */
    --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 (#EB4E3D) */
    --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 (#FC0) */
    --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 (#0ea5e9) */
    --info-h: 199;
    --info-s: 89%;
    --info-l: 48%;
    --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);
    /* Color Variables */
    --white: 0 0% 100%;
    --black: 0 0% 0%;
    --text-color: 0 0% 40%;
    --heading-color: 0 0% 7%;
    --body-bg: var(--white);
    --body-color: var(--black) / 0.8;
    --border-color: 0 0% 90%;
    --pink: 310 100% 46;
    /* Shadow Variables */
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* Gradient Variable */
    --gradient: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    --gradient-l-100: linear-gradient(135deg, hsl(var(--base)/0.15) 0%, hsl(var(--base-two)/0.15) 100%);
}

/* ========================= CSS Variables End ========================= */
/* ========================= Typography CSS Start ========================= */
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
}

body {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    background-color: hsl(var(--body-bg));
    word-break: break-word;
}

input,
button,
select,
textarea {
    font-weight: 400;
    font-size: 18px;
    background: transparent;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.large-container {
    max-width: 1680px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

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

h1 {
    font-size: clamp(2.5rem, 1.6554rem + 2.346vw, 4rem);
}

h2 {
    font-size: clamp(2rem, 1.2962rem + 1.955vw, 3.25rem);
}

h3 {
    font-size: clamp(1.75rem, 1.187rem + 1.564vw, 2.75rem);
}

h4 {
    font-size: clamp(1.5rem, 1.0777rem + 1.173vw, 2.25rem);
}

h5 {
    font-size: clamp(1.25rem, 1.1092rem + 0.391vw, 1.5rem);
}

h6 {
    font-size: clamp(1.125rem, 1.0546rem + 0.1955vw, 1.25rem);
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    line-height: inherit;
}

a {
    display: inline-block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: hsl(var(--base));
}

a:hover {
    color: hsl(var(--base-d-400));
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

span {
    display: inline-block;
}

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

/* ========================= Typography CSS End ========================= */
/* ========================= Classes CSS Start ========================= */
.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

.page-wrapper:has(.blog-details) {
    overflow: unset;
}

@media screen and (min-width: 1600px) {
    .custom--container {
        max-width: 1392px;
    }
}

@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

.highlight-word {
    color: hsl(var(--base));
    display: inline;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mask-img {
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}

.rounded-full {
    border-radius: 999px !important;
}

.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;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-19 {
    font-size: 1.1875rem;
}

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

.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;
}

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

.body-overlay {
    z-index: 9999;
}

.sidebar-overlay {
    z-index: 1049;
}

.modal-backdrop,
.offcanvas-backdrop {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: hsl(var(--black)/0.15);
}

.modal-backdrop.show,
.offcanvas-backdrop.show {
    opacity: 1;
}

/* ========================= Classes CSS End ========================= */
/* ========================= Global CSS Start ========================= */
.section-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 32px;
    }
}

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

.section-heading__title {
    font-size: clamp(2.5rem, 1.8745rem + 3.1274vw, 4rem);
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2px;
    margin-bottom: 16px;
}

.section-heading__desc {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 1199px) {
    .section-heading__desc {
        font-size: 1.125rem;
    }
}

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

.latest-blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.latest-blog-item:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog-item__thumb {
    width: 80px;
    max-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-blog-item__thumb {
        width: 60px;
    }
}

.latest-blog-item__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog-item__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog-item__content {
        width: calc(100% - 60px);
    }
}

.latest-blog-item__title {
    margin-bottom: 4px;
}

.latest-blog-item__date {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--black)/0.5);
}

.latest-blog-item__title a {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-blog-item__title a:hover {
    color: hsl(var(--base));
}

.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b_0 {
    bottom: 0;
}

.r_0 {
    right: 0;
}

.p_absolute {
    position: absolute;
}

/* ========================= Globale CSS End ========================= */
/* ========================= BG Utilities 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 Utilities CSS End ========================= */
/* ========================= Color Utilities 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;
}

/* ========================= Color Utilities 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-100 {
    padding-block: 100px;
}

@media screen and (max-width: 991px) {
    .py-100 {
        padding-block: 80px;
    }
}

@media screen and (max-width: 575px) {
    .py-100 {
        padding-block: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    .pt-100 {
        padding-top: 50px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.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-100 {
    margin-block: 100px;
}

@media screen and (max-width: 991px) {
    .my-100 {
        margin-block: 80px;
    }
}

@media screen and (max-width: 575px) {
    .my-100 {
        margin-block: 50px;
    }
}

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

@media screen and (max-width: 991px) {
    .mt-100 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    .mt-100 {
        margin-top: 50px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .mb-100 {
        margin-bottom: 50px;
    }
}

.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--gradient {
    --border-width: 1px;
    --border-gradient: var(--gradient);
    position: relative;
    z-index: 1;
}

.border--gradient::before {
    content: "";
    border-radius: inherit;
    position: absolute;
    inset: 0;
    background: var(--border-gradient) border-box;
    border: var(--border-width) solid transparent;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

/* ========================= Border Utilities CSS End =========================== */
/* ========================= Accordion CSS Start ============================= */
.custom--accordion .accordion-item {
    border-radius: 6px !important;
    border: 1px solid hsl(var(--border-color));
}

.custom--accordion .accordion-item:not(:has(.accordion-button.collapsed)) {
    border-color: hsl(var(--base));
}

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

.custom--accordion .accordion-body {
    padding: 16px;
}

.custom--accordion .accordion-button {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 120%;
    padding: 16px;
    color: hsl(var(--black));
    background-color: transparent;
    border-radius: 4px 4px 0px 0px !important;
    gap: 8px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        font-size: 1rem;
    }
}

.custom--accordion .accordion-button::after {
    --size: 24px;
    content: "+";
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    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;
    color: hsl(var(--body-color));
    border: 1px solid hsl(var(--body-color));
    background-image: none;
    font-family: "Font Awesome 6 Free";
    font-size: calc(var(--size) * 0.6);
    font-weight: 900;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button::after {
        --size: 20px;
    }
}

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

.custom--accordion .accordion-button:not(.collapsed)::after {
    color: hsl(var(--base));
    border-color: hsl(var(--white));
    background-color: hsl(var(--white));
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

.custom--accordion .accordion-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--gray));
    padding-top: 16px;
    border-top: 1px solid hsl(var(--white)/0.15);
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-text {
        font-size: 0.875rem;
    }
}

/* ========================= Accordion CSS End =============================== */
/* ========================= Alert CSS Start ======================= */
.alert {
    --color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid hsl(var(--color)/0.15);
    background-color: hsl(var(--color)/0.15);
    border-radius: 6px;
    margin-bottom: 0;
}

.alert:not(:last-child) {
    margin-bottom: 1rem;
}

.alert__icon {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    padding: 0px !important;
    background: none;
    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: calc(var(--size) * 0.5);
    color: hsl(var(--color));
    background-color: hsl(var(--color)/0.15);
    border: 1px solid hsl(var(--color)/0.15);
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .alert__icon {
        --size: 32px;
    }
}

.alert__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.alert__title {
    font-weight: 500;
    margin-bottom: 4px;
    color: hsl(var(--heading-color));
}

.alert__desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--body-color));
}

.alert .btn--close {
    position: absolute;
    top: 0;
    right: 0;
    color: hsl(var(--color));
}

@media screen and (max-width: 575px) {
    .alert .btn--close {
        --size: 40px;
    }
}

.alert--gradient {
    background: var(--gradient-l-100);
    background-color: unset;
}

.alert--gradient.border--gradient {
    --border-gradient: var(--gradient-l-100);
}

.alert--gradient .alert__icon {
    color: transparent;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    background-color: unset;
    position: relative;
    z-index: 1;
}

.alert--gradient .alert__icon::after {
    content: "";
    position: absolute;
    border-radius: inherit;
    inset: 0;
    background: var(--gradient-l-100);
    z-index: -1;
}

.alert--gradient .alert__icon.border--gradient {
    --border-gradient: var(--gradient-l-100);
}

.alert--gradient .btn--close::after {
    color: transparent;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
}

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

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

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

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

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

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

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

/* ========================= Alert CSS End ======================= */
/* ========================= Badge CSS Start ========================= */
.badge {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 100%;
    padding: 6px 12px;
    border-radius: 6px;
    text-align: center;
}

.badge--gradient {
    color: transparent;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    z-index: 1;
}

.badge--gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    background: var(--gradient-l-100);
}

.badge--gradient.border--gradient {
    --border-gradient: var(--gradient-l-100);
}

.badge-outline--gradient {
    color: transparent;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    z-index: 1;
}

.badge-outline--gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    background: var(--gradient-l-100);
}

.badge-outline--gradient.border--gradient {
    --border-gradient: var(--gradient-l-100);
}

.badge--base {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.15);
}

.badge-outline--base {
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base)/0.15);
    background-color: hsl(var(--base)/0.15);
}

.badge--primary {
    background-color: hsl(var(--primary)/0.15);
    color: hsl(var(--primary));
}

.badge-outline--primary {
    color: hsl(var(--primary));
    border: 1px solid hsl(var(--primary)/0.15);
    background-color: hsl(var(--primary)/0.15);
}

.badge--secondary {
    background-color: hsl(var(--secondary)/0.15);
    color: hsl(var(--secondary));
}

.badge-outline--secondary {
    color: hsl(var(--secondary));
    border: 1px solid hsl(var(--secondary)/0.15);
    background-color: hsl(var(--secondary)/0.15);
}

.badge--success {
    color: hsl(var(--success));
    background-color: hsl(var(--success)/0.15);
}

.badge-outline--success {
    color: hsl(var(--success));
    border: 1px solid hsl(var(--success)/0.15);
    background-color: hsl(var(--success)/0.15);
}

.badge--danger {
    background-color: hsl(var(--danger)/0.15);
    color: hsl(var(--danger));
}

.badge-outline--danger {
    color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger)/0.15);
    background-color: hsl(var(--danger)/0.15);
}

.badge--warning {
    background-color: hsl(var(--warning)/0.15);
    color: hsl(var(--warning));
}

.badge-outline--warning {
    color: hsl(var(--warning));
    border: 1px solid hsl(var(--warning)/0.15);
    background-color: hsl(var(--warning)/0.15);
}

.badge--info {
    background-color: hsl(var(--info)/0.15);
    color: hsl(var(--info));
}

.badge-outline--info {
    color: hsl(var(--info));
    border: 1px solid hsl(var(--info)/0.15);
    background-color: hsl(var(--info)/0.15);
}

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

/* ========================= Badge CSS End ========================= */
/* ========================= Button CSS Start ========================= */
.btn {
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    padding: 15px 24px;
    border-radius: 6px;
    border-color: transparent;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

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

@media screen and (min-width: 576px) {
    .btn--xl {
        padding: 21px 32px;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 576px) {
    .btn--lg {
        padding: 17px 28px;
        font-size: 1.125rem;
    }
}

.btn--sm {
    font-size: 0.875rem;
    padding: 12.5px 18px;
}

.btn--icon {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid transparent;
    line-height: 1;
    padding: 0;
    font-size: calc(var(--size) * 0.5);
}

.btn--icon>svg,
.btn--icon>img {
    width: calc(var(--size) * 0.5);
    height: calc(var(--size) * 0.5);
}

.btn--icon.btn--sm {
    --size: 40px;
}

.btn--icon.btn--lg {
    --size: 56px;
}

@media screen and (max-width: 575px) {
    .btn--icon.btn--lg {
        --size: 50px;
    }
}

.btn--icon.btn--xl {
    --size: 64px;
}

@media screen and (max-width: 575px) {
    .btn--icon.btn--xl {
        --size: 58px;
    }
}

.btn--close {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    padding: 0px !important;
    background: none;
    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;
}

.btn--close::after {
    content: "\f00d";
    font-size: calc(var(--size) * 0.5);
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.btn--close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--close.btn--sm {
    --size: 40px;
}

.btn--close.btn--lg {
    --size: 56px;
}

@media screen and (max-width: 575px) {
    .btn--close.btn--lg {
        --size: 50px;
    }
}

.btn--close.btn--xl {
    --size: 64px;
}

@media screen and (max-width: 575px) {
    .btn--close.btn--xl {
        --size: 58px;
    }
}

.btn--base,
.btn--base:disabled,
.btn--base.disabled {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}

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

.btn-outline--base,
.btn-outline--base:disabled,
.btn-outline--base.disabled {
    color: hsl(var(--base));
    border-color: hsl(var(--base));
    background-color: transparent;
}

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

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

.btn-soft--base,
.btn-soft--base:disabled,
.btn-soft--base.disabled {
    color: hsl(var(--base));
    border-color: transparent;
    background-color: hsl(var(--base)/0.15);
}

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

.btn--primary,
.btn--primary:disabled,
.btn--primary.disabled {
    color: hsl(var(--white));
    border-color: hsl(var(--primary));
    background-color: hsl(var(--primary));
}

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

.btn-outline--primary,
.btn-outline--primary:disabled,
.btn-outline--primary.disabled {
    color: hsl(var(--primary));
    border-color: hsl(var(--primary));
    background-color: transparent;
}

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

.btn-soft--primary,
.btn-soft--primary:disabled,
.btn-soft--primary.disabled {
    color: hsl(var(--primary));
    border-color: transparent;
    background-color: hsl(var(--primary)/0.15);
}

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

.btn--secondary,
.btn--secondary:disabled,
.btn--secondary.disabled {
    color: hsl(var(--white));
    border-color: hsl(var(--secondary));
    background-color: hsl(var(--secondary));
}

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

.btn-outline--secondary,
.btn-outline--secondary:disabled,
.btn-outline--secondary.disabled {
    color: hsl(var(--secondary));
    border-color: hsl(var(--secondary));
    background-color: transparent;
}

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

.btn-soft--secondary,
.btn-soft--secondary:disabled,
.btn-soft--secondary.disabled {
    color: hsl(var(--secondary));
    border-color: transparent;
    background-color: hsl(var(--secondary)/0.15);
}

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

.btn--success,
.btn--success:disabled,
.btn--success.disabled {
    color: hsl(var(--white));
    border-color: hsl(var(--success));
    background-color: hsl(var(--success));
}

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

.btn-outline--success,
.btn-outline--success:disabled,
.btn-outline--success.disabled {
    color: hsl(var(--success));
    border-color: hsl(var(--success));
    background-color: transparent;
}

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

.btn-soft--success,
.btn-soft--success:disabled,
.btn-soft--success.disabled {
    color: hsl(var(--success));
    border-color: transparent;
    background-color: hsl(var(--success)/0.15);
}

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

.btn--danger,
.btn--danger:disabled,
.btn--danger.disabled {
    color: hsl(var(--white));
    border-color: hsl(var(--danger));
    background-color: hsl(var(--danger));
}

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

.btn-outline--danger,
.btn-outline--danger:disabled,
.btn-outline--danger.disabled {
    color: hsl(var(--danger));
    border-color: hsl(var(--danger));
    background-color: transparent;
}

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

.btn-soft--danger,
.btn-soft--danger:disabled,
.btn-soft--danger.disabled {
    color: hsl(var(--danger));
    border-color: transparent;
    background-color: hsl(var(--danger)/0.15);
}

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

.btn--warning,
.btn--warning:disabled,
.btn--warning.disabled {
    color: hsl(var(--white));
    border-color: hsl(var(--warning));
    background-color: hsl(var(--warning));
}

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

.btn-outline--warning,
.btn-outline--warning:disabled,
.btn-outline--warning.disabled {
    color: hsl(var(--warning));
    border-color: hsl(var(--warning));
    background-color: transparent;
}

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

.btn-soft--warning,
.btn-soft--warning:disabled,
.btn-soft--warning.disabled {
    color: hsl(var(--warning));
    border-color: transparent;
    background-color: hsl(var(--warning)/0.15);
}

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

.btn--info,
.btn--info:disabled,
.btn--info.disabled {
    color: hsl(var(--white));
    border-color: hsl(var(--info));
    background-color: hsl(var(--info));
}

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

.btn-outline--info,
.btn-outline--info:disabled,
.btn-outline--info.disabled {
    color: hsl(var(--info));
    border-color: hsl(var(--info));
    background-color: transparent;
}

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

.btn-soft--info,
.btn-soft--info:disabled,
.btn-soft--info.disabled {
    color: hsl(var(--info));
    border-color: transparent;
    background-color: hsl(var(--info)/0.15);
}

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

.btn--gradient,
.btn--gradient:disabled,
.btn--gradient.disabled {
    color: hsl(var(--white));
    background: var(--gradient) padding-box;
    border-color: transparent;
}

.btn--gradient:hover,
.btn--gradient:active,
.btn--gradient:focus,
.btn--gradient:focus-visible {
    color: hsl(var(--white)) !important;
    border-color: transparent !important;
}

.btn-outline--gradient,
.btn-outline--gradient:disabled,
.btn-outline--gradient.disabled {
    position: relative;
    z-index: 1;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border-color: transparent;
}

.btn-outline--gradient::before,
.btn-outline--gradient::after,
.btn-outline--gradient:disabled::before,
.btn-outline--gradient:disabled::after,
.btn-outline--gradient.disabled::before,
.btn-outline--gradient.disabled::after {
    content: "";
    border-radius: inherit;
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
}

.btn-outline--gradient::before,
.btn-outline--gradient:disabled::before,
.btn-outline--gradient.disabled::before {
    background: var(--gradient) border-box;
    border: 1px solid transparent;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.btn-outline--gradient::after,
.btn-outline--gradient:disabled::after,
.btn-outline--gradient.disabled::after {
    opacity: 0;
    visibility: hidden;
    background: var(--gradient);
}

.btn-outline--gradient:hover,
.btn-outline--gradient:active,
.btn-outline--gradient:focus,
.btn-outline--gradient:focus-visible {
    border-color: transparent !important;
    -webkit-text-fill-color: hsl(var(--white));
}

.btn-outline--gradient:hover::before,
.btn-outline--gradient:active::before,
.btn-outline--gradient:focus::before,
.btn-outline--gradient:focus-visible::before {
    opacity: 0;
    visibility: hidden;
}

.btn-outline--gradient:hover::after,
.btn-outline--gradient:active::after,
.btn-outline--gradient:focus::after,
.btn-outline--gradient:focus-visible::after {
    opacity: 1;
    visibility: visible;
}

.btn-soft--gradient,
.btn-soft--gradient:disabled,
.btn-soft--gradient.disabled {
    position: relative;
    z-index: 1;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border-color: transparent;
}

.btn-soft--gradient::before,
.btn-soft--gradient::after,
.btn-soft--gradient:disabled::before,
.btn-soft--gradient:disabled::after,
.btn-soft--gradient.disabled::before,
.btn-soft--gradient.disabled::after {
    content: "";
    border-radius: inherit;
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
}

.btn-soft--gradient::before,
.btn-soft--gradient:disabled::before,
.btn-soft--gradient.disabled::before {
    background: var(--gradient-l-100);
}

.btn-soft--gradient::after,
.btn-soft--gradient:disabled::after,
.btn-soft--gradient.disabled::after {
    opacity: 0;
    visibility: hidden;
    background: var(--gradient);
}

.btn-soft--gradient:hover,
.btn-soft--gradient:active,
.btn-soft--gradient:focus,
.btn-soft--gradient:focus-visible {
    border-color: transparent !important;
    -webkit-text-fill-color: hsl(var(--white));
}

.btn-soft--gradient:hover::before,
.btn-soft--gradient:active::before,
.btn-soft--gradient:focus::before,
.btn-soft--gradient:focus-visible::before {
    opacity: 0;
    visibility: hidden;
}

.btn-soft--gradient:hover::after,
.btn-soft--gradient:active::after,
.btn-soft--gradient:focus::after,
.btn-soft--gradient:focus-visible::after {
    opacity: 1;
    visibility: visible;
}

.btn--dark,
.btn--dark:disabled,
.btn--dark.disabled {
    color: hsl(var(--white));
    border-color: hsl(var(--black));
    background-color: hsl(var(--black));
}

.btn--dark:hover,
.btn--dark:active,
.btn--dark:focus,
.btn--dark:focus-visible {
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--black)) !important;
    background-color: hsl(var(--black)) !important;
    opacity: 0.8;
}

.btn-outline--black,
.btn-outline--black:disabled,
.btn-outline--black.disabled {
    color: hsl(var(--black));
    border-color: hsl(var(--black));
    background-color: transparent;
}

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

.btn-soft--black,
.btn-soft--black:disabled,
.btn-soft--black.disabled {
    color: hsl(var(--black));
    border-color: transparent;
    background-color: hsl(var(--black)/0.15);
}

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

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    padding: 13px 30px;
    z-index: 1;
    border: dashed;
    border-width: 2px;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.theme-btn.btn-one {
    color: hsl(var(--base));
    border-color: hsl(var(--base)) !important;
}

.theme-btn.btn-one:hover {
    color: #fff;
}

.theme-btn:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: hsl(var(--base));
}

.theme-btn:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: hsl(var(--base));
}

.theme-btn:hover:before,
.theme-btn:hover:after {
    -webkit-transform: translateX(1);
    transform: translateX(1);
    width: 50%;
}

/* ========================= Button CSS End =========================== */
/* ========================= Card CSS Start =========================== */
.custom--card {
    border-radius: 12px;
    border: 1px solid hsl(var(--border-color));
}

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

.custom--card .card-header,
.custom--card .card-body,
.custom--card .card-footer {
    padding: 16px;
    background-color: transparent;
}

.custom--card .card-header {
    border-bottom: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--gray-l-400));
}

.custom--card .card-header:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.custom--card .card-body {
    color: hsl(var(--body-color));
}

.custom--card .card-footer {
    padding-top: 16px;
    border-top: 1px solid hsl(var(--border-color));
}

.custom--card .card-footer:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.custom--card .card-title {
    color: hsl(var(--heading-color));
    margin-bottom: 0;
}

/* ========================= Card CSS End ========================= */
/* ========================= Dropdown CSS Start ========================= */
.dropdown--lang .dropdown-toggle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
    color: hsl(var(--gray));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    border: none;
    background-color: transparent;
}

.dropdown--lang .dropdown-toggle:hover,
.dropdown--lang .dropdown-toggle:focus {
    color: hsl(var(--gray-d-100));
}

.dropdown--lang .dropdown-toggle:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown--lang .dropdown-toggle__custom-dropdown__img {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    -o-object-fit: cover;
    object-fit: cover;
}

.dropdown--lang .dropdown-toggle::after {
    margin-left: 0;
    border-radius: 6px;
}

.dropdown--lang .dropdown-toggle[aria-expanded=true]::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown--lang .dropdown-menu {
    max-width: 5rem;
    overflow: hidden;
    padding: 0;
    border-radius: 6;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
}

.dropdown--lang .dropdown-item {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
    color: hsl(var(--gray));
    padding: 12px 16px;
}

.dropdown--lang .dropdown-item:hover,
.dropdown--lang .dropdown-item:focus {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.15);
}

.dropdown--lang .dropdown-item__custom-dropdown__img {
    --size: 16px;
    width: var(--size);
    height: var(--size);
}

.dropdown--notification .dropdown-toggle .badge {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    color: hsl(var(--white));
    background-color: hsl(var(--danger));
    padding: 3px 6px;
    top: 0;
    right: -15%;
    border-radius: 999px;
}

.dropdown--notification .dropdown-toggle::after {
    display: none;
}

@media screen and (max-width: 1199px) {
    .dropdown--notification .dropdown-toggle {
        --size: 40px;
    }
}

@media screen and (max-width: 424px) {
    .dropdown--notification .dropdown-toggle {
        --size: 32px;
    }
}

.dropdown--notification .dropdown-menu {
    max-width: 100%;
    min-width: 325px;
    max-height: 375px;
    padding: 0px;
    border-radius: 20px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .dropdown--notification .dropdown-menu {
        min-width: 270px;
        max-height: 350px;
    }
}

@media screen and (max-width: 424px) {
    .dropdown--notification .dropdown-menu {
        min-width: 250px;
    }
}

@media screen and (max-width: 374px) {
    .dropdown--notification .dropdown-menu-end {
        right: -70px;
    }
}

.dropdown--notification .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dropdown--notification .dropdown-menu__header {
    padding: 16px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.dropdown--notification .dropdown-menu__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden auto;
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--black)/0.05) hsl(var(--black)/0.05);
}

.dropdown--notification .dropdown-menu__footer {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid hsl(var(--border-color));
}

.dropdown--notification .dropdown-menu__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 120%;
    color: hsl(var(--gray-d-400));
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .dropdown--notification .dropdown-menu__title {
        font-size: 1rem;
        line-height: 100%;
    }
}

.dropdown--notification .dropdown-menu__view-all {
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
    color: hsl(var(--base));
}

.dropdown--notification .dropdown-menu__view-all:has(svg, i) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.dropdown--notification .dropdown-menu__view-all i {
    font-size: 1.125rem;
}

@media screen and (max-width: 1199px) {
    .dropdown--notification .dropdown-menu__view-all {
        font-size: 0.875rem;
    }
}

.dropdown--notification .dropdown-menu__view-all:hover,
.dropdown--notification .dropdown-menu__view-all:focus {
    outline: none;
    color: hsl(var(--base-d-200));
}

.dropdown--notification .dropdown-item {
    width: 100%;
    padding: 16px;
    white-space: wrap;
    background-color: transparent;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.dropdown--notification .dropdown-item:not(:last-child) {
    position: relative;
    z-index: 1;
    padding-bottom: 16px;
}

.dropdown--notification .dropdown-item:not(:last-child)::after {
    content: "";
    width: calc(100% - 24px);
    height: 1px;
    background-color: hsl(var(--border-color));
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .dropdown--notification .dropdown-item:not(:last-child) {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}

.dropdown--notification .dropdown-item__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 120%;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width: 1199px) {
    .dropdown--notification .dropdown-item__title {
        font-size: 1rem;
        line-height: 100%;
    }
}

.dropdown--notification .dropdown-item__date {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    text-align: right;
    color: hsl(var(--gray));
}

@media screen and (max-width: 1199px) {
    .dropdown--notification .dropdown-item__date {
        font-size: 0.75rem;
    }
}

.dropdown--notification .dropdown-item:hover,
.dropdown--notification .dropdown-item:focus {
    outline: none;
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}

.dropdown--user {
    max-width: 250px;
}

.dropdown--user .dropdown-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border: none;
    border-radius: 250px;
    background-color: hsl(var(--white)/0.1);
    padding: 4px 12px 4px 4px;
}

@media screen and (max-width: 575px) {
    .dropdown--user .dropdown-toggle {
        gap: 0px;
        padding: 4px 8px 4px 4px;
    }
}

.dropdown--user .dropdown-toggle__thumb {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .dropdown--user .dropdown-toggle__thumb {
        --size: 32px;
    }
}

.dropdown--user .dropdown-toggle__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 575px) {
    .dropdown--user .dropdown-toggle__content {
        display: none;
    }
}

.dropdown--user .dropdown-toggle::after {
    content: "\f107";
    font-size: 0.875rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 16px;
    height: 16px;
    margin-left: 0;
    vertical-align: baseline;
    border: none;
    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;
    margin-left: 6px;
    color: hsl(var(--gray-l-100));
}

.dropdown--user .dropdown-toggle[aria-expanded=true]::after {
    content: "\f106";
}

.dropdown--user .dropdown-info {
    text-align: left;
}

.dropdown--user .dropdown-info__title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    color: hsl(var(--gray-d-500));
}

.dropdown--user .dropdown-info__subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%;
    color: hsl(var(--gray-d-100));
}

.dropdown--user .dropdown-info__title,
.dropdown--user .dropdown-info__subtitle {
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dropdown--user .dropdown-menu {
    min-width: 8rem;
    padding: 0px;
    border: 1px solid hsl(var(--border-color));
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    background-color: hsl(var(--white));
    border-radius: 12px;
    overflow: hidden;
}

.dropdown--user .dropdown-menu__header {
    padding: 10px 16px;
    border-bottom: 1px solid hsl(var(--border-colorF));
    display: none;
}

@media screen and (max-width: 575px) {
    .dropdown--user .dropdown-menu__header {
        display: block;
    }
}

.dropdown--user .dropdown-item {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
    color: hsl(var(--gray));
    background-color: transparent;
    padding: 10px 16px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.dropdown--user .dropdown-item.logout {
    color: hsl(var(--danger));
}

.dropdown--user .dropdown-item.logout:hover,
.dropdown--user .dropdown-item.logout:focus {
    color: hsl(var(--danger-d-100));
}

.dropdown--user .dropdown-item:hover,
.dropdown--user .dropdown-item:focus {
    color: hsl(var(--gray-d-500));
}

/* ========================= Dropdown CSS End ========================= */
/* ========================= Form CSS Start =========================  */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-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 {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--text-color)) !important;
    caret-color: hsl(var(--text-color));
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

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

.form--label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    color: hsl(var(--text-color));
}

.form--label:not(:last-child) {
    margin-bottom: 8px;
}

.form--label.required {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 4px;
}

.form--label.required::after {
    content: "*";
    display: inline-block;
    color: hsl(var(--danger));
}

.form--group:not(:last-child) {
    margin-bottom: 16px;
}

.form--control,
.form--select {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    line-height: 100%;
    border-radius: 6px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
}

.form--control:focus,
.form--select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: hsl(var(--white)/0.02);
}

.form--control:focus:not(:disabled),
.form--select:focus:not(:disabled) {
    border-color: hsl(var(--base)) !important;
}

.form--control:disabled,
.form--control[readonly],
.form--select:disabled,
.form--select[readonly] {
    background-color: hsl(var(--white));
}

.form--control:disabled,
.form--select:disabled {
    opacity: 0.65;
    pointer-events: none;
}

.form--control {
    padding: 11.5px 18px;
    color: hsl(var(--body-color)) !important;
}

.form--control::-webkit-input-placeholder {
    font-weight: 400;
    color: hsl(var(--black)/0.5);
}

.form--control::-moz-placeholder {
    font-weight: 400;
    color: hsl(var(--black)/0.5);
}

.form--control:-ms-input-placeholder {
    font-weight: 400;
    color: hsl(var(--black)/0.5);
}

.form--control::-ms-input-placeholder {
    font-weight: 400;
    color: hsl(var(--black)/0.5);
}

.form--control::placeholder {
    font-weight: 400;
    color: hsl(var(--black)/0.5);
}

.form--control:focus:not(:disabled):not([readonly])::-webkit-input-placeholder {
    color: hsl(var(--body-color)) !important;
}

.form--control:focus:not(:disabled):not([readonly])::-moz-placeholder {
    color: hsl(var(--body-color)) !important;
}

.form--control:focus:not(:disabled):not([readonly]):-ms-input-placeholder {
    color: hsl(var(--body-color)) !important;
}

.form--control:focus:not(:disabled):not([readonly])::-ms-input-placeholder {
    color: hsl(var(--body-color)) !important;
}

.form--control:focus:not(:disabled):not([readonly])::placeholder {
    color: hsl(var(--body-color)) !important;
}

@media screen and (min-width: 576px) {
    .form--control.form-control--xl {
        padding: 16.5px 18px;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 576px) {
    .form--control.form-control--lg {
        padding: 14px 18px;
        font-size: 1.125rem;
    }
}

.form--control.form-control--sm {
    font-size: 0.875rem;
    padding: 10.5px 18px;
}

.form--control[type=file]::-webkit-file-upload-button {
    margin: -14px 14px -14px -20px;
    padding: 15px 15px 15px 20px;
    color: hsl(var(--white));
    background: hsl(var(--base));
    border-color: hsl(var(--base));
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.form--control[type=file]::file-selector-button {
    margin: -14px 14px -14px -20px;
    padding: 15px 15px 15px 20px;
    color: hsl(var(--white));
    background: hsl(var(--base));
    border-color: hsl(var(--base));
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

@media screen and (min-width: 576px) {
    .form--control[type=file].form-control--xl::-webkit-file-upload-button {
        margin: -20px 20px -20px -28px;
        padding: 21px 21px 21px 28px;
    }

    .form--control[type=file].form-control--xl::file-selector-button {
        margin: -20px 20px -20px -28px;
        padding: 21px 21px 21px 28px;
    }
}

@media screen and (min-width: 576px) {
    .form--control[type=file].form-control--lg::-webkit-file-upload-button {
        margin: -17px 17px -17px -24px;
        padding: 18px 18px 18px 24px;
    }

    .form--control[type=file].form-control--lg::file-selector-button {
        margin: -17px 17px -17px -24px;
        padding: 18px 18px 18px 24px;
    }
}

@media screen and (min-width: 576px) {
    .form--control[type=file].form-control--sm::-webkit-file-upload-button {
        margin: -11px 11px -11px -18px;
        padding: 12px 12px 12px 18px;
    }

    .form--control[type=file].form-control--sm::file-selector-button {
        margin: -11px 11px -11px -18px;
        padding: 12px 12px 12px 18px;
    }
}

.form--control[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: hsl(var(--base)) !important;
}

.form--control[type=file]:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: hsl(var(--base)) !important;
}

textarea.form--control {
    resize: none;
    min-height: 160px;
}

.form--select {
    padding: 15px 18px;
    color: hsl(var(--gray-l-100));
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-position: right 18px center;
}

.form--select option {
    color: hsl(var(--gray-l-100));
    background-color: hsl(var(--white));
}

@media screen and (min-width: 576px) {
    .form--select.form-select--xl {
        padding: 21px 18px;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 576px) {
    .form--select.form-select--lg {
        padding: 18px;
        font-size: 1.125rem;
    }
}

.form--select.form-select--sm {
    font-size: 0.875rem;
    padding: 12px 18px;
}

.form--select.selected,
.form--select:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231d283a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: hsl(var(--body-color));
    font-weight: 500;
}

.form--check {
    --size: 16px;
    --color: hsl(var(--base));
    margin-bottom: 0;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.form--check .form-check-input {
    width: var(--size);
    height: var(--size);
    margin-top: 0;
    position: relative;
    border: 1px solid hsl(var(--border-color));
    background-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background: var(--color) !important;
    border-color: var(--color) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.form--check .form-check-input:checked::before {
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: calc(var(--size) * 0.6875);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
}

.form--check .form-check-label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    color: hsl(var(--text-color));
}

.form--check .form-check-label a {
    font-size: 1rem;
    font-weight: 500;
    display: inline;
    color: var(--color);
}

.form--check .form-check-label a:hover,
.form--check .form-check-label a:focus {
    color: var(--color);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--check-gradient {
    --color: var(--gradient);
}

.form--check-gradient .form-check-label a {
    color: transparent;
    background: var(--color);
    -webkit-background-clip: text;
    background-clip: text;
}

.form--check-primary {
    --color: hsl(var(--primary));
}

.form--check-secondary {
    --color: hsl(var(--secondary));
}

.form--check-success {
    --color: hsl(var(--success));
}

.form--check-danger {
    --color: hsl(var(--danger));
}

.form--check-warning {
    --color: hsl(var(--warning));
}

.form--check-info {
    --color: hsl(var(--info));
}

.form--radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.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: 8px;
    height: 8px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-size: 1rem;
    cursor: pointer;
}

.form--switch {
    --width: 40px;
    --height: calc(var(--width) * 0.5);
    --offset: calc(var(--width) * 0.05);
    --color: hsl(var(--base));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    gap: 8px;
}

.form--switch .form-check-input {
    width: var(--width);
    height: var(--height);
    border: none;
    margin-top: 0px;
    border-radius: 999px;
    position: relative;
    background: hsl(var(--gray)/0.5) !important;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.form--switch .form-check-input::before {
    --size: calc(var(--height) * 0.8333333333);
    content: "";
    width: var(--size);
    height: var(--size);
    background-color: hsl(var(--white));
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: var(--offset);
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.form--switch .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--switch .form-check-input:checked {
    background-image: none;
    background: var(--color) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - (var(--size) + var(--offset)));
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    color: hsl(var(--text-color));
}

.form--switch .form-check-label a {
    font-size: 1rem;
    font-weight: 600;
    display: inline;
    color: var(--color);
}

.form--switch .form-check-label a:hover,
.form--switch .form-check-label a:focus {
    color: var(--color);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--switch-gradient {
    --color: var(--gradient);
}

.form--switch-gradient .form-check-label a {
    color: transparent;
    background: var(--color);
    -webkit-background-clip: text;
    background-clip: text;
}

.form--switch-base {
    --color: hsl(var(--base));
}

.form--switch-primary {
    --color: hsl(var(--primary));
}

.form--switch-success {
    --color: hsl(var(--success));
}

.form--switch-danger {
    --color: hsl(var(--danger));
}

.form--switch-warning {
    --color: hsl(var(--warning));
}

.form--switch-info {
    --color: hsl(var(--info));
}

.input--group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    border-radius: 6px;
}

.input--group:focus-within {
    border-color: hsl(var(--base));
}

.input--group:focus-within .input-group-text {
    color: hsl(var(--body-color));
}

.input--group .form-control.form--control {
    border: none;
    margin-left: 0 !important;
}

.input--group .input-group-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    padding: 16px 22px;
    border: none;
    color: hsl(var(--gray-l-100));
    background-color: transparent;
    padding: 0px 20px;
    margin-left: 0px !important;
}

.input--group .input-group-text:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    border-right: 1px solid hsl(var(--border-color));
    padding: 0px 9px 0px 18px;
}

.input--group .input-group-text:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    border-left: 1px solid hsl(var(--border-color));
    padding: 0px 18px 0px 9px;
}

.input--group .btn {
    margin-top: -1px;
    margin-bottom: -1px;
}

.input--group .btn:first-child {
    margin-left: -1px;
}

.input--group .btn:last-child {
    margin-right: -1px;
}

.input--group:has([readonly]) .input-group-text,
.input--group:has(:disabled) .input-group-text {
    border-color: hsl(var(--border-color)) !important;
    background-color: hsl(var(--gray-two));
}

.input--group:has([readonly]) .form-control.form--control,
.input--group:has(:disabled) .form-control.form--control {
    border-color: hsl(var(--black)/0.1);
}

.input--group:has(.form-control--sm) .input-group-text,
.input--group:has(.form-select--sm) .input-group-text {
    font-size: 0.875rem;
}

.input--group:has(.form-control--lg) .input-group-text,
.input--group:has(.form-select--lg) .input-group-text {
    font-size: 1.125rem;
}

.input--group:has(.form-control--xl) .input-group-text,
.input--group:has(.form-select--xl) .input-group-text {
    font-size: 1.25rem;
}

.input--group-copy .copy-btn.copied {
    color: hsl(var(--success));
}

.input--group-copy .copy-btn.copied i::before {
    content: "\f00c";
}

.input--group-copy .copy-btn i.las {
    font-size: 1.25rem;
}

@media screen and (max-width: 575px) {
    .input--group-copy .copy-btn i.las {
        font-size: 1.125rem;
    }
}

.input--group-password .input-group-btn {
    cursor: pointer;
}

.input--group-password .input-group-btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input--group-price .form-control.form--control {
    padding: 6px;
}

.input--group-price .input-group-text:first-child {
    border-right: none;
    padding: 0px 0px 0px 12px;
}

.input--group-price .input-group-text:last-child {
    border-left: none;
    padding: 0px 12px 0px 0px;
}

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

/* ========================= Form CSS End ===========================  */
/* ========================= Modal CSS Start ========================= */
.custom--modal .modal-content {
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    border-radius: 12px;
}

.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 1rem;
}

.custom--modal .modal-body {
    padding: 1rem;
}

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid hsl(var(--border-color));
}

.custom--modal .modal-title {
    line-height: normal;
}

.custom--modal .btn--close {
    --size: 24px;
}

/* ========================= Modal CSS End =========================*/
/* ========================= Pagination CSS Start ========================= */
.pagination {
    gap: 12px;
}

@media screen and (max-width: 575px) {
    .pagination {
        margin: 0 auto;
    }
}

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

.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
    color: hsl(var(--white));
}

.pagination .page-item.disabled .page-link {
    color: hsl(var(--black)/0.4);
    border-color: hsl(var(--border-color));
    background-color: hsl(var(--white)/0.1);
    pointer-events: none;
}

.pagination .page-item .page-link {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    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: calc(var(--size) * 0.4);
    font-weight: 400;
    border: 1px solid hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
    background-color: hsl(var(--white));
    white-space: nowrap;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--base));
    border-color: hsl(var(--base)/0.5);
    background-color: hsl(var(--base)/0.05);
}

.pagination-wrapper {
    margin-top: 24px;
}

.pagination-wrapper nav>* {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

.pagination-wrapper p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--black)) !important;
}

.pagination-wrapper p span {
    color: hsl(var(--body-color)) !important;
    font-weight: 500;
}

/* ========================= Pagination CSS End ========================= */
/* ========================= Table CSS Start ========================= */
.table {
    margin-bottom: 0;
}

.table--custom {
    overflow: hidden;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    position: relative;
    z-index: 1;
}

.table--custom thead tr th {
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
    padding: 16px 12px;
    text-align: left;
    vertical-align: middle;
    color: hsl(var(--white));
    border-color: hsl(var(--border-color));
    background-color: hsl(var(--base));
}

.table--custom thead tr th:first-child {
    padding-left: 24px;
}

.table--custom thead tr th:last-child {
    text-align: right;
    padding-right: 24px;
}

.table--custom tbody {
    position: relative;
}

.table--custom tbody::before,
.table--custom tbody::after {
    content: "";
    width: 24px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: hsl(var(--white));
}

.table--custom tbody::before {
    left: 0;
}

.table--custom tbody::after {
    right: 0;
}

.table--custom tbody tr td {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 16px 12px;
    text-align: left;
    vertical-align: middle;
    color: hsl(var(--body-color));
    border-color: transparent;
}

.table--custom tbody tr td:first-child {
    padding-left: 24px;
}

.table--custom tbody tr td:last-child {
    text-align: right;
    padding-right: 24px;
}

.table--custom tbody tr:not(:last-child) td {
    border-color: hsl(var(--border-color));
}

.table--custom:has([colspan="100%"]) thead tr th:first-child {
    border-bottom-left-radius: 0;
}

.table--custom:has([colspan="100%"]) thead tr th:last-child {
    border-bottom-right-radius: 0;
}

.table--custom:has([colspan="100%"]) tbody tr td[colspan="100%"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: hsl(var(--body-color));
    border: 1px solid hsl(var(--border-color));
    border-top: none;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .table--custom.table--responsive-sm {
        min-width: unset;
    }

    .table--custom.table--responsive-sm thead {
        display: none;
    }

    .table--custom.table--responsive-sm tbody::before,
    .table--custom.table--responsive-sm tbody::after {
        display: none;
    }

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

    .table--custom.table--responsive-sm tbody tr td {
        text-align: right;
        padding: 12px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        border-color: transparent;
    }

    .table--custom.table--responsive-sm tbody tr td::before {
        content: attr(data-label);
        font-size: 1rem;
        font-weight: 500;
        line-height: 120%;
        color: hsl(var(--black));
        text-align: left;
        white-space: nowrap;
    }

    .table--custom.table--responsive-sm tbody tr:first-child td:first-child {
        padding-top: 24px !important;
    }

    .table--custom.table--responsive-sm tbody tr:last-child td:last-child {
        padding-bottom: 24px !important;
    }

    .table--custom.table--responsive-sm tbody tr:not(:last-child) td:last-child {
        border-color: hsl(var(--border-color));
    }
}

@media screen and (max-width: 991px) {
    .table--custom.table--responsive-md {
        min-width: unset;
    }

    .table--custom.table--responsive-md thead {
        display: none;
    }

    .table--custom.table--responsive-md tbody::before,
    .table--custom.table--responsive-md tbody::after {
        display: none;
    }

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

    .table--custom.table--responsive-md tbody tr td {
        text-align: right;
        padding: 12px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        border-color: transparent;
    }

    .table--custom.table--responsive-md tbody tr td::before {
        content: attr(data-label);
        font-size: 1rem;
        font-weight: 500;
        line-height: 120%;
        color: hsl(var(--black));
        text-align: left;
        white-space: nowrap;
    }

    .table--custom.table--responsive-md tbody tr:first-child td:first-child {
        padding-top: 24px !important;
    }

    .table--custom.table--responsive-md tbody tr:last-child td:last-child {
        padding-bottom: 24px !important;
    }

    .table--custom.table--responsive-md tbody tr:not(:last-child) td:last-child {
        border-color: hsl(var(--border-color));
    }
}

@media screen and (max-width: 1199px) {
    .table--custom.table--responsive-lg {
        min-width: unset;
    }

    .table--custom.table--responsive-lg thead {
        display: none;
    }

    .table--custom.table--responsive-lg tbody::before,
    .table--custom.table--responsive-lg tbody::after {
        display: none;
    }

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

    .table--custom.table--responsive-lg tbody tr td {
        text-align: right;
        padding: 12px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        border-color: transparent;
    }

    .table--custom.table--responsive-lg tbody tr td::before {
        content: attr(data-label);
        font-size: 1rem;
        font-weight: 500;
        line-height: 120%;
        color: hsl(var(--black));
        text-align: left;
        white-space: nowrap;
    }

    .table--custom.table--responsive-lg tbody tr:first-child td:first-child {
        padding-top: 24px !important;
    }

    .table--custom.table--responsive-lg tbody tr:last-child td:last-child {
        padding-bottom: 24px !important;
    }

    .table--custom.table--responsive-lg tbody tr:not(:last-child) td:last-child {
        border-color: hsl(var(--border-color));
    }
}

@media screen and (max-width: 1399px) {
    .table--custom.table--responsive-xl {
        min-width: unset;
    }

    .table--custom.table--responsive-xl thead {
        display: none;
    }

    .table--custom.table--responsive-xl tbody::before,
    .table--custom.table--responsive-xl tbody::after {
        display: none;
    }

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

    .table--custom.table--responsive-xl tbody tr td {
        text-align: right;
        padding: 12px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        border-color: transparent;
    }

    .table--custom.table--responsive-xl tbody tr td::before {
        content: attr(data-label);
        font-size: 1rem;
        font-weight: 500;
        line-height: 120%;
        color: hsl(var(--black));
        text-align: left;
        white-space: nowrap;
    }

    .table--custom.table--responsive-xl tbody tr:first-child td:first-child {
        padding-top: 24px !important;
    }

    .table--custom.table--responsive-xl tbody tr:last-child td:last-child {
        padding-bottom: 24px !important;
    }

    .table--custom.table--responsive-xl tbody tr:not(:last-child) td:last-child {
        border-color: hsl(var(--border-color));
    }
}

.table--responsive:has(.table--responsive-empty) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
    .table--responsive:has(.table--responsive-sm) {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (min-width: 992px) {
    .table--responsive:has(.table--responsive-md) {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (min-width: 1200px) {
    .table--responsive:has(.table--responsive-lg) {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (min-width: 1400px) {
    .table--responsive:has(.table--responsive-xl) {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ========================= Table CSS End =========================== */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--white)/0.9);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader {
    --size: 44px;
    width: var(--size);
    height: var(--size);
    color: hsl(var(--base));
    position: relative;
    background: radial-gradient(11.2px, currentColor 94%, #0000);
}

.loader:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(10.08px at bottom right, #0000 94%, currentColor) top left, radial-gradient(10.08px at bottom left, #0000 94%, currentColor) top right, radial-gradient(10.08px at top right, #0000 94%, currentColor) bottom left, radial-gradient(10.08px at top left, #0000 94%, currentColor) bottom right;
    background-size: 22.4px 22.4px;
    background-repeat: no-repeat;
    -webkit-animation: loader 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
    animation: loader 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@-webkit-keyframes loader {
    33% {
        inset: -11.2px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    66% {
        inset: -11.2px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        inset: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loader {
    33% {
        inset: -11.2px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    66% {
        inset: -11.2px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        inset: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

/** header-top **/
.header-top {
    position: relative;
    width: 100%;
    padding: 6px 0px;
    background-color: hsl(var(--base));
}

.header-top .top-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top .top-inner .info-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.header-top .top-inner .info-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 20px;
    color: hsl(var(--white));
}

.header-top .top-inner .info-list li.chat-toggler {
    cursor: pointer;
}

.header-top .top-inner .info-list li i {
    font-size: 16px;
}

.header-top .top-inner .text p {
    font-size: 14px;
    color: hsl(var(--white));
}

.header-top .top-inner .text p span {
    font-weight: 600;
}

.header-top .top-inner .right-column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.header-top .top-inner .right-column a {
    font-size: 14px;
    font-family: var(--body-font);
}

.header-top .top-inner .nice-select {
    font-size: 14px;
    color: hsl(var(--white));
    text-transform: uppercase;
    padding-right: 15px;
}

.header-top .top-inner .nice-select:before {
    font-size: 7px;
}

.main-header {
    width: 100%;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid transparent;
}

.main-header.internal-page-header {
    border-bottom-color: hsl(var(--black)/0.1);
}

.main-header.fixed-header {
    position: sticky;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    background-color: hsl(var(--white));
    border-bottom-color: hsl(var(--black)/0.1);
}

.main-header.fixed-header .header-top {
    display: none !important;
}

.main-header .currency-box {
    position: relative;
    padding-left: 25px;
}

.main-header .currency-box .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.main-header .currency-box .icon-box img {
    width: 100%;
    border-radius: 50%;
}

.main-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .main-header .outer-box {
        padding-block: 12px;
    }
}

.main-header .outer-box .support-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.main-header .outer-box .support-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
}

.main-header .outer-box .support-box h3 {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
}

.main-header .outer-box .support-box h3 a {
    display: inline-block;
    color: hsl(var(--heading-color));
}

.main-header .outer-box .support-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.main-header .menu-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 575px) {
    .main-header .menu-left-content {
        gap: 12px;
    }
}

.main-header .logo-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    line-height: 100%;
}

.main-header .logo-box img {
    width: 100%;
    max-width: 180px;
}

@media screen and (max-width: 1399px) {
    .main-header .logo-box img {
        max-width: 170px;
    }
}

@media screen and (max-width: 1199px) {
    .main-header .logo-box img {
        max-width: 160px;
    }
}

@media screen and (max-width: 575px) {
    .main-header .logo-box img {
        max-width: 120px;
    }
}

.main-header .search-box {
    width: 300px;
    position: relative;
}

.main-header .search-box .form-group {
    position: relative;
    margin-bottom: 0px;
}

.main-header .search-box .form-group input[type=search] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #F8EDF0;
    border: dashed;
    border-width: 1px;
    border-radius: 50px;
    font-size: 15px;
    color: var(--text-color);
    padding: 10px 60px 10px 20px;
}

.main-header .search-box .form-group button[type=submit] {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    color: hsl(var(--white));
    text-align: center;
    border-radius: 50%;
}

.main-header .option-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

@media screen and (max-width: 575px) {
    .main-header .option-list {
        gap: 12px;
    }
}

.main-header .option-list__btn {
    --size: 36px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--heading-color));
    font-size: calc(var(--size) * 0.6);
    color: hsl(var(--black)/0.8);
    background-color: hsl(var(--black)/0.05);
    position: relative;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .main-header .option-list__btn {
        --size: 32px;
    }
}

@media screen and (max-width: 575px) {
    .main-header .option-list__btn {
        --size: 28px;
    }
}

.main-header .option-list__btn svg {
    width: 60%;
    height: 60%;
}

.main-header .option-list__btn:hover,
.main-header .option-list__btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.main-header .option-list__btn .count {
    border-radius: 999px;
    font-size: 0.5em;
    font-weight: 500;
    line-height: 100%;
    white-space: nowrap;
    position: absolute;
    top: calc(var(--calc-height) * -0.5);
    right: calc(var(--calc-width) * -0.5);
    padding: 3px 6px;
    color: hsl(var(--white));
    border: 2px solid hsl(var(--white));
    background-color: hsl(var(--base));
    line-height: 120%;
}

.main-header .header-lower .shape {
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 11px;
    background-repeat: repeat-x;
}

/** main-menu **/
.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

@media screen and (max-width: 1399px) {
    .main-menu .navigation {
        gap: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .main-menu .navigation {
        gap: 16px;
    }
}

.main-menu .navigation>li {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding-top: 29.5px;
    padding-bottom: 29.5px;
    font-weight: 500;
    opacity: 1;
    color: hsl(var(--heading-color));
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown {
    position: unset;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 17px;
}

.main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    top: 29px;
    right: 0px;
    font-weight: 900;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li:not(:has(.logo-box))>a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li:hover>a:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    padding: 15px;
    z-index: 100;
    display: none;
    background: hsl(var(--white));
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-bottom: solid;
    border-width: 3px;
    visibility: hidden;
    -webkit-box-shadow: 0 12px 12px rgba(0, 80, 191, 0.03);
    box-shadow: 0 12px 12px rgba(0, 80, 191, 0.03);
    border-radius: 0 0 6px 6px;
    -webkit-transition: all 0.21s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.21s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 7px 16px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: hsl(var(--heading-color));
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:before,
.main-menu .navigation>li>.megamenu li>a:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    top: auto;
    left: 0%;
    bottom: 0%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}

.main-menu .navigation>li>ul>li>a:hover:before,
.main-menu .navigation>li>.megamenu li>a:hover:before {
    top: 0;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>.megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: hsl(var(--white));
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
    color: hsl(var(--white));
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0%;
    margin-top: 15px;
    background: hsl(var(--heading-color));
    border-top: solid;
    border-width: 2px;
    width: 230px;
    z-index: 100;
    display: none;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all hsl(var(--heading-color));
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: hsl(var(--white));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 35px;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.mobile-nav-toggler {
    --size: 36px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--heading-color));
    font-size: calc(var(--size) * 0.6);
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    position: relative;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mobile-nav-toggler svg {
    width: 60%;
    height: 60%;
}

@media screen and (max-width: 1199px) {
    .mobile-nav-toggler {
        --size: 32px;
    }
}

@media screen and (max-width: 575px) {
    .mobile-nav-toggler {
        --size: 28px;
    }
}

.mobile-menu .nav-logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}

.mobile-menu .nav-logo img {
    max-width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

/** megamenu-style **/
.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
    padding-right: 360px;
    border-bottom: none;
    border: 1px dashed hsl(var(--base));
    border-radius: 10px;
}

.main-menu .navigation li.dropdown .megamenu li h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 16px;
}

.main-menu .navigation>li.dropdown>.megamenu .advice-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 330px;
    height: 100%;
    background: #e52d2d;
    padding: 34px 30px 40px 30px;
    border-radius: 0px 10px 10px 0px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.main-menu .navigation>li.dropdown>.megamenu .advice-box__body {
    flex: 1 1 auto;
}

.main-menu .navigation>li.dropdown>.megamenu .advice-box .image-box {
    z-index: -1;
}

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
    padding-right: 360px;
    border-bottom: none;
    border: 1px dashed hsl(var(--base));
    border-radius: 10px;
}

.main-menu .navigation>li.dropdown>.megamenu .advice-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: hsl(var(--white));
    margin-bottom: 12px;
}

.main-menu .navigation>li.dropdown>.megamenu .advice-box h3 {
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: hsl(var(--white));
    margin-bottom: 10px;
}

.main-menu .navigation>li.dropdown>.megamenu .advice-box h4 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: hsl(var(--white));
    font-weight: 800;
    margin-bottom: 110px;
}

.main-menu .navigation>li.dropdown>.megamenu .advice-box h4 span {
    position: relative;
    display: inline-block;
    font-weight: 400;
}

.main-menu .navigation>li.dropdown>.megamenu .advice-box .theme-btn {
    padding: 3px 22px;
}

/** mobile-menu **/
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: hsl(var(--black)/0.5);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #141417;
    padding: 0px 0px;
    z-index: 5;
    visibility: hidden;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 900ms ease !important;
    transition: all 900ms ease !important;
}

.mobile-menu .menu-box__header {
    padding: 12px 16px;
    position: relative;
}

.mobile-menu .menu-box__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 16px;
    overflow-y: auto;
    scrollbar-color: hsl(var(--black)/0.05) hsl(var(--black)/0.1);
}

.mobile-menu .menu-box__footer {
    padding: 12px 16px;
}

.mobile-menu .menu-box__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.mobile-menu .menu-box__btns .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    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;
    gap: 4px;
}

.mobile-menu-visible .mobile-menu .menu-box {
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    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: calc(var(--size) * 0.6);
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.1);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    z-index: 10;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: hsl(var(--white));
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid hsl(var(--white));
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.active>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: hsl(var(--white));
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: hsl(var(--white));
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: hsl(var(--white));
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: hsl(var(--white));
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.header-style-two .main-menu .navigation>li>a {
    font-size: 16px;
    font-weight: 500;
}

.main-header .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 991px) {
    .main-header .search-form {
        position: absolute;
        inset: 0;
        z-index: 1;
        margin: 4px 0px;
        display: none;
        background-color: hsl(var(--white));
    }

    .main-header .search-form:focus-within {
        border-color: hsl(var(--base));
    }

    .main-header .search-form__btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .main-header .search-form.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-header .search-form.show .main-header .search-form__close {
        display: block !important;
    }
}

.main-header .search-form__close:hover,
.main-header .search-form__close:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--base));
}

.main-header .search-form__input {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    font-size: 15px;
    color: hsl(var(--heading-color));
    padding: 10px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .search-form:focus-within {
    border-bottom-color: hsl(var(--base));
}

.main-header .search-form:focus-within .search-form__btn,
.main-header .search-form:focus-within .search-form__close {
    color: hsl(var(--base));
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    padding: 15px;
    z-index: 100;
    display: none;
    background: hsl(var(--white));
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-bottom: solid;
    border-width: 3px;
    visibility: hidden;
    -webkit-box-shadow: 0 12px 12px rgba(0, 80, 191, 0.03);
    box-shadow: 0 12px 12px rgba(0, 80, 191, 0.03);
    border-radius: 0 0 6px 6px;
    -webkit-transition: all 0.21s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.21s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.main-header .search-inner .form-group button[type=submit] {
    font-size: 16px;
    color: hsl(var(--black)/0.4);
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 100%;
}

.mobile-menu .logo-box {
    display: none !important;
}

.main-header .header-top .option-list li button,
.main-header .header-top .option-list li a {
    color: hsl(var(--white));
}

.main-header .header-top .option-list li button span {
    background: hsl(var(--white));
    color: hsl(var(--base));
}

.header-style-one {
    -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.03);
}

/** responsive-css **/
@media only screen and (max-width: 1299px) {
    .main-header .outer-box .support-box {
        display: none;
    }

    .header-style-three .outer-box .support-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .header-upper .search-box {
        width: 440px;
    }
}

@media only screen and (max-width: 991px) {
    .header-top .top-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7px;
        text-align: center;
    }

    .header-top .top-inner .info-list,
    .header-top .top-inner .right-column {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .search-box {
        display: none;
    }

    .header-style-five .menu-right-content {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .main-header .search-inner {
        width: 250px;
    }
}

@media only screen and (max-width: 499px) {
    .header-top .top-inner .info-list {
        display: block;
        text-align: center;
    }

    .header-top .top-inner .info-list li {
        display: inline-block;
    }

    .main-header .search-inner {
        display: none;
    }

    .header-style-three .outer-box .support-box {
        display: none;
    }

    .header-style-three .outer-box {
        padding: 15px 0px;
    }

    .header-style-five .logo-box {
        display: none;
    }

    .header-style-five .outer-box {
        padding: 15px 0px;
    }
}

.main-header .header-lower .shape {
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 11px;
    background-repeat: repeat-x;
}

.nav-toggle {
    position: relative;
    display: block;
    width: 28px;
    height: 16.5px;
    top: 0;
    overflow: hidden;
}

.nav-toggle .line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: hsl(var(--heading-color));
    border-radius: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nav-toggle .line:before {
    position: absolute;
    content: "";
    background: hsl(var(--heading-color));
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nav-toggle:hover .line:before {
    left: 100%;
}

.nav-toggle .line1:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-toggle .line2:before {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.nav-toggle .line3:before {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.nav-toggle .line1 {
    top: 0;
}

.nav-toggle .line2 {
    top: 7px;
    width: 20px;
}

.nav-toggle:hover .line2 {
    width: 100%;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.nav-toggle .line3 {
    top: 14px;
}

.main-header .category-toggle {
    --size: 36px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(var(--size) * 0.6);
    color: hsl(var(--heading-color));
    background-color: hsl(var(--black)/0.05);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-header .category-toggle svg {
    width: 60%;
    height: 60%;
}

@media screen and (max-width: 1199px) {
    .main-header .category-toggle {
        --size: 32px;
    }
}

@media screen and (max-width: 575px) {
    .main-header .category-toggle {
        --size: 28px;
    }
}

.main-header .category-toggle:hover,
.main-header .category-toggle:focus {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.main-menu .navigation>li.active>a,
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.scroll-to-top .scroll-bar-text,
.main-header .outer-box .support-box .icon-box,
.main-header .outer-box .support-box h3 a:hover,
.category-block-one .inner-box h4 a:hover,
.sec-title h2 span,
.testimonial-block-one .inner-box .author-box h4 a:hover,
.news-block-one .inner-box .post-info li a:hover,
.news-block-one .inner-box .lower-content h3 a:hover,
.main-footer .info-list li a:hover,
.main-footer .links-widget .links-list li a:hover,
.footer-bottom .bottom-inner .copyright p a,
.main-header .search-inner .form-group input:focus+button,
.main-header .search-inner .form-group button:hover,
.shop-block-two .inner-box .lower-content h4 a:hover,
.deals-style-three .title-inner .count-col span,
.deals-style-three .title-inner .count-col h6,
.deals-block-two .inner-box h5 a:hover,
.deals-style-three .owl-nav button:hover,
.shop-block-three .inner-box .count-col span,
.shop-block-three .inner-box .count-col h6,
.shop-block-three .inner-box .lower-content h3 a:hover,
.testimonial-block-one .inner-box .quote-icon,
.testimonial-section.style-two .owl-nav button:hover,
.instagram-block-one .inner-box .text-box a:hover,
.shop-block-four .content-box h4 a:hover,
.shop-style-nine .owl-nav button:hover,
.shop-sidebar .check-box input:checked+label,
.shop-sidebar .category-widget .accordion .acc-btn.active .icon-box,
.shop-block-five .inner-box .content-box h3 a:hover,
.page-title .bread-crumb li a:hover,
.product-details-content .other-option li a:hover,
.shop-details .product-discription .review-content .single-review .upper-box .option-btn li button:hover,
.shop-details .product-discription .review-content .single-review .upper-box .option-btn li button:active,
.shop-details .product-discription .review-content .single-review .upper-box .option-btn li button:focus,
.about-section .image-box .rotate-box .curved-circle,
.about-section .content-box p span,
.funfact-block-one .count-outer,
.sign-section .form-inner .social-links li a:hover,
.sign-section .form-inner .other-option .forgot-password:hover,
.sign-section .form-inner .lower-text p a,
.blog-sidebar .check-box-two input:checked+label,
.blog-sidebar .post-widget .post h5 a:hover,
.blog-sidebar .archives-widget .archives-list li a:hover,
.sidebar-page-container .news-block-one .inner-box .lower-content h2 a:hover,
.blog-details-content .content-one blockquote .icon-box,
.blog-details-content .content-one blockquote h4,
.blog-details-content .post-share-option .social-links li a:hover,
.account-section .inner-container .tab-btns li.active-btn,
.account-section .history-box .single-history .product-box .product-info h6 a:hover {
    color: hsl(var(--base));
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu,
.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus,
.main-header .search-box .form-group input[type=search],
.nav-style-one .owl-nav button:hover,
.main-header .search-inner .form-group input:focus,
.footer-light .subscribe-widget form .form-group input[type=email]:focus,
.header-upper .search-box .form-group input[type=search],
.deals-style-three .title-inner .count-col,
.shop-block-three .inner-box .count-col,
.shop-block-three .inner-box,
.testimonial-section.style-two .testimonial-block-one .inner-box .author-box .thumb-box,
.testimonial-section.style-two .testimonial-block-one .inner-box,
.main-footer .support-box,
.category-style-four .content-two .text,
.category-style-four .content-box .single-column:last-child .content-three:first-child .text,
.category-style-four .content-box .single-column:last-child .content-three:last-child .text,
.ads-section .image-inner .author-box,
.fluid-section .testimonial-content .thumb-box,
.subscribe-section .form-inner .form-group input[type=email],
.shop-sidebar .search-widget .form-group input[type=search],
.shop-sidebar .check-box input:checked+label:before,
.shop-sidebar .category-widget .accordion .acc-btn.active:before,
.shop-sidebar .category-widget .accordion .acc-btn.active .icon-box,
.shop-page-section .item-shorting .right-column .menu-box button.on,
.product-details-content .image-box,
.product-details-content .slider-content .thumb-box li a.active,
.product-details-content .content-box .discription-box,
.shop-details .product-discription .tabs-content,
.shop-details .product-discription .tab-btns,
.shop-details .product-discription .review-content .form-inner .form-group input:focus,
.shop-details .product-discription .review-content .form-inner .form-group textarea:focus,
.check-box-two input:checked+label:before,
.shop-details.style-two .product-discription,
.shop-details.style-two .product-discription .discription-content,
.shop-details.style-two .product-discription .specification-content,
.cart-section .table-outer,
.cart-section .coupon-box .form-group input:focus,
.cart-section .total-cart .shipping-cost .cost-list li .check-box input:checked+label:before,
.checkout-section .billing-content .form-inner .form-group input:focus,
.checkout-section .order-info .payment-option .check-box input:checked+label:before,
.about-section .image-box .rotate-box,
.about-section .content-box .inner-box,
.sign-section .form-inner,
.sign-section .form-inner .form-group input:focus,
.sign-section .form-inner .social-links li a:hover,
.blog-sidebar .search-widget .search-form .form-group input:focus,
.blog-details-content .content-one blockquote,
.blog-details-content .comment-box .form-inner .form-group input:focus,
.blog-details-content .comment-box .form-inner .form-group textarea:focus,
.contact-section .inner-container {
    border-color: hsl(var(--base)) !important;
}

.chat-icon button,
.chat-popup .close-chat,
.header-top,
.main-header .search-box .form-group button[type=submit],
.nav-style-one .owl-nav button:hover,
.main-footer .subscribe-widget form .form-group button[type=submit],
.shop-style-three .tab-btns li.active-btn,
.shop-style-four .ads-block,
.shop-block-two .inner-box .image-box .reaction-btn button:hover,
.shop-block-two .inner-box .image-box .reaction-btn button:active,
.shop-block-two .inner-box .image-box .reaction-btn button:focus,
.header-upper .search-box .form-group button[type=submit],
.deals-style-three .title-inner .count-col:before,
.deals-style-three .title-inner .count-col:after,
.shop-style-five:before,
.cta-style-two .form-inner .form-group button[type=submit],
.shop-style-seven.home-4 .shop-block-three .inner-box:before,
.shop-style-nine .tab-btns li.active-btn,
.subscribe-section .inner-container,
.subscribe-section .form-inner .form-group button[type=submit],
.shop-sidebar .search-widget .form-group button[type=submit],
.price-range-slider .ui-slider-range,
.price-range-slider .ui-slider-handle,
.price-range-slider .range-box .theme-btn,
.shop-sidebar .check-box input:checked+label:before,
.pagination li a:hover,
.pagination li a.current,
.shop-block-five .inner-box .feature-list li:before,
.shop-page-section .item-shorting .left-column .filter-button button,
.product-details-content .addto-cart-box ul li a:hover,
.product-details-content .addto-cart-box ul li.like-btn button:hover,
.product-details-content .addto-cart-box ul li.like-btn button:active,
.product-details-content .addto-cart-box ul li.like-btn button:focus,
.product-details-content .other-option li.social-links a:hover,
.list-style-one li:before,
.shop-details .product-discription .tab-btns li.active-btn,
.main-menu .navigation>li>ul>li>a:before,
.main-menu .navigation>li>.megamenu li>a:before,
.main-menu .navigation>li>a:after,
.category-menu .category-list li.category-dropdown .dropdown-btn span {
    background: hsl(var(--base));
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
    color: hsl(var(--white));
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.custom-dropdown {
    position: relative;
    width: auto;
    padding-right: 8px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .custom-dropdown {
        width: 100px;
        padding: 6px;
        border-radius: 6px;
        border: 1px solid hsl(var(--border-color)/0.5);
    }
}

.custom-dropdown.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.custom-dropdown.open .custom-dropdown__list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
}

.custom-dropdown::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 0.75rem;
    color: hsl(var(--white));
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
    .custom-dropdown::after {
        right: 5px;
        font-size: 0.8125rem;
    }
}

.custom-dropdown__selected {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-dropdown__selected .thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .custom-dropdown__selected .thumb {
        width: 18px;
        height: 18px;
    }
}

.custom-dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
}

.custom-dropdown__selected .text {
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding-right: 8px;
}

@media screen and (max-width: 1199px) {
    .custom-dropdown__selected .text {
        font-size: 1rem;
        padding-right: 5px;
    }
}

@media screen and (max-width: 991px) {
    .custom-dropdown__selected .text {
        font-size: 1rem;
    }
}

.custom-dropdown__list {
    position: absolute;
    background-color: hsl(var(--white));
    width: 135px;
    border: 1px solid transparent;
    border-radius: 8px;
    -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: 100%;
    margin-top: 6px;
    padding: 5px 0;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    overflow-y: auto !important;
    right: 0;
}

@media screen and (max-width: 991px) {
    .custom-dropdown__list {
        border-color: hsl(var(--border-color));
        margin-top: 2px;
        width: 100%;
        right: 0;
    }
}

.custom-dropdown__list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: hsl(var(--base)/0.12);
}

.custom-dropdown__list::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: hsl(var(--base)/0.15);
}

.custom-dropdown__list-item {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-dropdown__list-item:last-child {
    border-bottom: 0;
}

.custom-dropdown__list-item .thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .custom-dropdown__list-item .thumb {
        width: 16px;
        height: 16px;
    }
}

.custom-dropdown__list-item .thumb img {
    width: 100%;
    height: 100%;
}

.custom-dropdown__list-item .text {
    color: hsl(var(--heading-color)/0.6);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .custom-dropdown__list-item .text {
        font-size: 1rem;
    }
}

.custom-dropdown__list-item:hover {
    background-color: hsl(var(--base)/0.08);
}

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

    .main-menu,
    .main-header.style-one .outer-container:before {
        display: none !important;
    }

    .mobile-nav-toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .megamenu ul li:first-child,
    .mobile-menu .navigation>li.dropdown>.megamenu .advice-box {
        display: none;
    }
}

@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul,
    .main-menu .navigation>li>.megamenu {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

/** category-menu **/
.category-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 370px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

@media screen and (max-width: 575px) {
    .category-menu {
        width: 300px;
    }
}

@media screen and (max-width: 374px) {
    .category-menu {
        width: 280px;
    }
}

.category-menu .navbar-collapse {
    display: block !important;
}

.category-visible .category-menu {
    visibility: visible;
}

.category-menu .menu-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: hsl(var(--black)/0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.category-visible .category-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.category-menu .outer-box {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: #fff;
    z-index: 5;
    visibility: hidden;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 12px 12px rgba(0, 80, 191, 0.03);
    box-shadow: 0 0 12px 12px rgba(0, 80, 191, 0.03);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.category-visible .category-menu .outer-box {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
}

.category-menu .close-btn {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    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: calc(var(--size) * 0.6);
    color: hsl(var(--white));
    background: hsl(var(--secondary));
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc((var(--size) + 6px) * -1);
}

.category-menu .option-list li a,
.category-menu .option-list li button {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.category-menu .option-list li a:hover i,
.category-menu .option-list li button:hover i {
    -webkit-animation: toBottomFromTop 0.7s forwards;
    animation: toBottomFromTop 0.7s forwards;
}

.category-menu .social-links {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.category-menu .social-links li {
    position: relative;
    display: block;
    height: 40px;
    margin-bottom: 10px;
}

.category-menu .social-links li:last-child {
    margin-bottom: 0px;
}

.category-menu .social-links li a,
.category-menu .social-links li button {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.category-menu .social-links li a:hover,
.category-menu .social-links li button:hover {
    background: #000;
    color: #fff;
}

.category-menu .category-box {
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category-menu .category-box__header {
    padding: 12px 24px;
    position: relative;
}

@media screen and (max-width: 575px) {
    .category-menu .category-box__header {
        padding: 8px 12px;
    }
}

.category-menu .category-box__body {
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 12px 24px;
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--black)/0.05) hsl(var(--black)/0.1);
    border-top: 1px solid transparent;
}

@media screen and (max-width: 575px) {
    .category-menu .category-box__body {
        padding: 8px 12px;
    }
}

.category-menu .category-box__body.scrolling {
    border-top-color: hsl(var(--border-color));
}

.category-menu .category-box .search-form .form-control.form--control {
    padding: 10px;
}

.category-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.category-menu .category-list li {
    position: relative;
    display: block;
    cursor: pointer;
}

.category-menu .category-list li .image {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.category-menu .category-list li .image img {
    width: 100%;
    border-radius: 50%;
}

.category-menu .category-list li>a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--black));
}

.category-menu .category-list li>a[data-bs-toggle="collapse"]::after {
    --size: 18px;
    content: '\f067';
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: hsl(var(--whtie));
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    font-size: calc(var(--size) * 0.6);
    margin-left: auto;
}

.category-menu .category-list li>a[data-bs-toggle="collapse"][aria-expanded="true"]::after {
    content: '\f00d';
}

.category-menu .category-list li>a .icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    object-fit: cover;
}

.category-menu .category-list.product-category li {
    margin-bottom: 6px;
}

.category-menu .category-list.product-category li:last-child {
    margin-bottom: 0px;
}

.category-menu .category-list li>a:hover {
    color: var(--theme-color);
}

.category-menu .category-list li.category-dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 3px;
    text-align: right;
    width: 100%;
    font-size: 8px;
    line-height: 32px;
    color: hsl(var(--black));
    cursor: pointer;
    border-radius: 2px;
    font-weight: 400;
    -webkit-transition: all 0.4 ease-in-out;
    transition: all 0.4 ease-in-out;
    z-index: 5;
}

.category-menu .category-list li.category-dropdown .dropdown-btn span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}

.category-menu .category-list li.category-dropdown .dropdown-btn.open span:before {
    content: "\f00d";
    font-weight: 600;
}

.category-menu p {
    position: relative;
    display: block;
    padding: 0px 25px;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-menu .category-list li>a span {
    /* position: absolute;
    top: 8px;
    right: 25px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
    background: #CED4DA; */
}

@-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);
    }
}

/** main-footer **/
.main-footer {
    position: relative;
    background: #FAE0E7;
}

.main-footer .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 11px;
    background-repeat: repeat-x;
    background-position: bottom center;
}

.main-footer .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 24px !important;
    max-width: 200px;
}

@media screen and (max-width: 575px) {
    .main-footer .logo-widget .footer-logo {
        max-width: 160px;
    }
}

.main-footer .info-list {
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .main-footer .info-list {
        margin-bottom: 24px;
    }
}

.main-footer .info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: hsl(var(--black));
    margin-bottom: 4px;
}

.main-footer .info-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .info-list li a {
    display: inline-block;
    color: hsl(var(--black));
}

.main-footer .info-list li a:hover {
    text-decoration: underline;
}

.main-footer .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.main-footer .social-links li a {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    font-size: calc(var(--size) * 0.5);
    color: #fff;
    border: 1px dashed #fff;
    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;
    background: #004DA8;
}

@media screen and (max-width: 575px) {
    .main-footer .social-links li a {
        --size: 32px;
    }
}

.main-footer .social-links li:nth-child(2) a {
    background: #00B2F3;
}

.main-footer .social-links li:nth-child(3) a {
    background: #036DC4;
}

.main-footer .social-links li:nth-child(4) a {
    background: #FF4C8B;
}

.main-footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.main-footer .widget-title h4 {
    display: block;
    font-size: 20px;
    line-height: 24px;
}

.main-footer .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.main-footer .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: hsl(var(--black));
}

.main-footer .links-widget .links-list li a:hover {
    text-decoration: underline;
}

.main-footer .subscribe-widget p {
    color: hsl(var(--black));
    line-height: 26px;
    margin-bottom: 23px;
}

.main-footer .subscribe-widget form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.main-footer .subscribe-widget form .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: dashed;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50px;
    background: rgba(247, 97, 136, 0.2);
    font-size: 16px;
    color: hsl(var(--black));
    padding: 10px 70px 10px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-footer .subscribe-widget form .form-group button[type=submit] {
    position: absolute;
    display: inline-block;
    width: 56px;
    height: 50px;
    top: 5px;
    right: 5px;
    text-align: center;
    border-radius: 105px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.main-footer .widget-section {
    border-bottom: dashed;
    border-width: 3px;
    border-color: #fff;
}

.footer-bottom {
    position: relative;
    padding: 20px 0px;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bottom .bottom-inner .copyright p {
    color: hsl(var(--black));
}

.footer-bottom .bottom-inner .copyright p a:hover {
    text-decoration: underline;
}

.footer-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.footer-card li a {
    position: relative;
    display: inline-block;
    border-radius: 5px;
}

.footer-card li a img {
    width: 100%;
    border-radius: 5px;
}

.main-footer .anim-shape .shape-1 {
    position: absolute;
    width: 34px;
    height: 31px;
    left: 77px;
    bottom: 122px;
    background-repeat: no-repeat;
}

.main-footer .anim-shape .shape-2 {
    position: absolute;
    width: 34px;
    height: 31px;
    left: 486px;
    top: 126px;
    background-repeat: no-repeat;
}

.main-footer .anim-shape .shape-3 {
    position: absolute;
    width: 34px;
    height: 31px;
    right: 170px;
    top: 65px;
    background-repeat: no-repeat;
}

.main-footer .anim-shape .shape-4 {
    position: absolute;
    width: 34px;
    height: 31px;
    right: 620px;
    top: 200px;
    background-repeat: no-repeat;
}

.main-footer .anim-shape .shape-5 {
    position: absolute;
    left: 0px;
    top: 140px;
    width: 68px;
    height: 99px;
    background-repeat: no-repeat;
}

.main-footer .anim-shape .shape-6 {
    position: absolute;
    left: 50%;
    bottom: 110px;
    width: 131px;
    height: 87px;
    background-repeat: no-repeat;
}

.main-footer .anim-shape .shape-7 {
    position: absolute;
    right: 0px;
    bottom: 105px;
    width: 77px;
    height: 107px;
    background-repeat: no-repeat;
}

.footer-light {
    background: #111111;
}

.footer-light .info-list li,
.footer-light .info-list li a,
.footer-light .widget-title h4,
.footer-light .links-widget .links-list li a,
.footer-light .subscribe-widget p,
.footer-light .bottom-inner .copyright p {
    color: #fff;
}

.footer-light .social-links li a {
    border: none;
    line-height: 48px;
}

.footer-light .subscribe-widget form .form-group input[type=email] {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.3);
}

.footer-light .widget-section {
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-light .anim-shape .shape-1,
.footer-light .anim-shape .shape-2,
.footer-light .anim-shape .shape-3,
.footer-light .anim-shape .shape-4 {
    opacity: 0.3;
}

.main-footer.home-3 {
    position: relative;
    background: #20191B;
}

.main-footer .support-box {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    background: rgba(247, 97, 136, 0.2);
    border: dashed;
    border-width: 1px;
    padding: 21px 25px;
}

.main-footer .support-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}

.main-footer .support-box h3 {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
}

.main-footer .support-box h3 a {
    display: inline-block;
    color: #fff;
}

.main-footer .support-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.main-footer.home-3 .widget-section {
    border-bottom: none;
}

.main-footer.home-3 .footer-bottom {
    padding: 0px;
}

.main-footer.home-3 .footer-bottom .bottom-inner {
    padding: 20px 30px;
    border-radius: 10px 10px 0px 0px;
    background: #151313;
}

/** rtl-css **/
/** responsive-css **/
@media only screen and (max-width: 767px) {
    .footer-bottom .bottom-inner {
        display: block;
        text-align: center;
    }

    .footer-card {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }

    .main-footer .anim-shape {
        display: none;
    }
}

@media only screen and (max-width: 499px) {
    .main-footer.home-3 .footer-bottom .bottom-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* ========================= Scroll To Top 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, 1.196rem + 1.5199vw, 3rem);
    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 To Top End ======================= */
/* ========================= Selection CSS Start ========================= */
::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ========================= Selection CSS End =========================== */
/* ========================= Social List CSS Start ========================= */
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.social-list__link {
    width: 40px;
    height: 40px;
    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;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--black));
    background-color: hsl(var(--black)/0.05);
}

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

/* ========================= Social List CSS End =========================== */
/* ========================= Social Auth CSS Start =================== */
.social-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.social-auth__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: hsl(var(--heading-color));
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 140%;
    white-space: nowrap;
    padding: 11.5px 12px;
    border-radius: 6px;
    border: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    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;
    gap: 8px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
    .social-auth__btn {
        font-size: 1.125rem;
    }
}

.social-auth__btn img {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    -o-object-fit: cover;
    object-fit: cover;
}

.social-auth__btn:hover,
.social-auth__btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--black));
    border-color: hsl(var(--base)/0.25);
    background-color: hsl(var(--base)/0.05);
}

/* ========================= Social Auth CSS End ===================== */
/* ========================= Breadcrumb CSS Start ========================= */
.breadcrumb {
    position: relative;
    margin-bottom: 0px;
}

.breadcrumb.bg-img {
    background-position: top;
}

.breadcrumb::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: hsl(var(--base)/0.75);
    z-index: -1;
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--white));
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb__item {
    color: hsl(var(--white));
    padding: 0 5px;
    font-weight: 500;
    font-size: 1rem;
}

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

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

/* ========================= Breadcrumb CSS End =========================== */
/* ========================= Start Rating CSS Start ======================= */
.star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.star-rating__item {
    padding: 0 1px;
    color: hsl(var(--warning));
}

.star-rating__text {
    color: hsl(var(--body-color));
}

/* ========================= Start Rating CSS End ========================= */
/* ========================= Blog Sidebar CSS Start ========================= */
.blog-sidebar {
    border-radius: 5px;
    position: sticky;
    top: 135px;
    background-color: hsl(var(--black)/0.03);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        padding: 20px 15px;
    }
}

.blog-sidebar__header {
    padding: 16px 20px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.blog-sidebar__body {
    padding: 16px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--black));
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    bottom: 0px;
}

/* ========================= Blog Sidebar CSS End =========================== */
.cart__sidebar {
    background-color: hsl(var(--white));
    max-width: 340px;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99991;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart__sidebar.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.cart__sidebar .cart__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 20px;
    background-color: hsl(var(--base));
}

.cart__sidebar .cart__header .title {
    color: hsl(var(--white));
    font-size: 0.875rem;
    font-family: var(--body-font);
}

.cart__sidebar .cart__header .sidebar-close-btn {
    color: hsl(var(--white));
}

.cart__sidebar .cart__body {
    padding: 22px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}

.cart__sidebar .cart__item {
    padding: 0px 16px 16px 16px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    position: relative;
    font-size: 1.125rem;
}

.cart__sidebar .cart__item__remove {
    position: absolute;
    right: 16px;
    color: hsl(var(--text-color));
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.cart__sidebar .cart__item__img {
    width: 64px;
    height: 64px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    border: 1px solid hsl(var(--border-color));
    border-radius: 6px;
}
.cart__sidebar .cart__item__title {
    font-size: 0.875rem;
    margin-bottom: 0px;
    max-width: 150px;
    font-weight: 600;
    font-family: var(--body-font);
}

.cart__sidebar .cart__item__rating-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cart__sidebar .cart__item__rating-price .cart__item__price {
    font-size: 0.875rem;
    font-weight: 700;
    color: hsl(var(--base));
}

.cart__sidebar .cart__item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cart__sidebar .cart-bottom {
    background: hsl(var(--black)/0.03);
    padding: 13px 16px;
}

.cart__sidebar .cart__total__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cart__sidebar .cart__discount__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed hsl(var(--base)/0.3);
}

.cart__sidebar :is(.discount-price, .discount-title) {
    font-weight: 400;
    color: hsl(var(--heading-color)/0.75);
    font-size: 0.875rem;
}

.cart__sidebar .discount-price {
    font-weight: 500;
    color: hsl(var(--heading-color));
}

.cart__sidebar .cart-bottom .subtotal-title,
.cart__sidebar .cart-bottom .subtotal-price {
    font-weight: 700;
    color: hsl(var(--heading-color));
    font-size: 1rem;
}

.cart__sidebar .cart-bottom .subtotal-price {
    color: hsl(var(--base));
}

.cart__sidebar .cart-bottom .btn {
    padding: 12px 16px;
    font-size: 0.875rem;
}

.cart__header .cart__page__link {
    color: #f7f7f7;
    text-decoration: underline;
    font-size: 14px;
}

.cart__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart__item .product-short-info,
.cart-item-bottom__content .product-short-info {
    font-size: 0.7rem;
    font-weight: 600;
    color: hsl(var(--body-color)/0.7);
}

.cart-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

/* Checkout page design css */
.checkout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
}

@media screen and (max-width: 1199px) {
    .checkout-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }
}

.checkout .cart-wrapper__left {
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.checkout .cart-wrapper__right {
    width: 555px !important;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1399px) {
    .checkout .cart-wrapper__right {
        width: 400px !important;
    }
}

@media screen and (max-width: 1199px) {
    .checkout .cart-wrapper__right {
        width: 100% !important;
    }
}

.checkout .checkout-information {
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 8px;
    width: 100%;
}

.shipping-method-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .shipping-method-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.shipping-method-wrapper .form--radio {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .shipping-method-wrapper .form--radio {
        width: 100%;
        max-width: 100%;
    }
}

.shipping-method-wrapper .form--radio .form-check-label {
    margin: 0;
    background-image: none !important;
    z-index: -1;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--heading-color)) !important;
    border-radius: 8px;
    padding: 24px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .shipping-method-wrapper .form--radio .form-check-label {
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {
    .shipping-method-wrapper .form--radio .form-check-label {
        padding: 16px;
    }
}

.shipping-method-wrapper .form--radio .form-check-label .icon {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}

.shipping-method-wrapper .form--radio .form-check-label .text {
    font-size: 16px;
    font-weight: 600;
}

.shipping-method-wrapper .form--radio .form-check-input {
    border: 2px solid hsl(var(--text-color));
    position: absolute;
    top: 20px;
    left: 45px;
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 575px) {
    .shipping-method-wrapper .form--radio .form-check-input {
        left: 35px;
    }
}

.shipping-content {
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shipping-method-wrapper .form--radio .form-check-input:checked {
    border-color: hsl(var(--base)) !important;
}

.shipping-method-wrapper .form--radio .form-check-input:checked::before {
    width: 13px;
    height: 13px;
}

.profile-category {
    margin-top: 24px;
    max-width: 470px;
}

.profile-category__title {
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-check-label:has(.form-check-input:checked) {
    color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    background: hsl(var(--base)/0.06);
}

.product-details-info__available .form-check-label {
    --size: 36px;
    width:var(--size);
    height:var(--size);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--border-color)) !important;
    background-color: hsl(var(--black)/0.06);
    font-size: calc(var(--size) * 0.4);
}

.checkout-product__wrapper {
    margin-bottom: 24px;
}

.checkout-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-product__item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.checkout-product__item .title {
    font-size: 1.125rem;
}

.checkout-product__item .tag {
    font-size: 0.875rem;
}

.checkout-product__item .price {
       font-size: 1.125rem;
    font-family: var(--body-font);
}

.checkout-product__item .price small{
    font-weight: 400;
}

.checkout-product__item__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.checkout-product__item__thumb {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.checkout-product__item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Checkout page design css */
.shop-block-one .inner-box {
    height: 100%;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.shop-block-one .inner-box .wishlist-btn {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16px;
    right: 0px;
    color: hsl(var(--base));
    background-color: hsl(var(--white));
    font-size: calc(var(--size) * 0.5);
    opacity: 0;
    visibility: visible;
    transition: .3s ease;
    z-index: 1;
}

.shop-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.shop-block-one .inner-box .image-box .image img {
    width: 235px;
    height: 235px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.shop-block-one .inner-box .image-box .option-list {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.shop-block-one .inner-box .image-box .option-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    height: 40px;
    -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
    opacity: 0;
    -webkit-transform: translateX(0.625rem);
    transform: translateX(0.625rem);
}

.shop-block-one .inner-box .image-box .option-list li:last-child {
    margin-bottom: 0px;
}

.shop-block-one .inner-box:hover .image-box .option-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.shop-block-one .inner-box:hover .wishlist-btn {
    right: 16px;
    opacity: 1;
    visibility: visible;
}

.shop-block-one .inner-box .image-box .option-list li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.shop-block-one .inner-box .image-box .option-list li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.shop-block-one .inner-box .image-box .option-list li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.shop-block-one .inner-box .image-box .option-list li:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.shop-block-one .inner-box .image-box .option-list li a,
.shop-block-one .inner-box .image-box .option-list li button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: rgba(247, 97, 136, 0.2);
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: hsl(var(--black));
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.popular-product .shop-block-one .inner-box .image-box .option-list li button:not(.active) {
    color: hsl(var(--base)) !important;
}

.popular-product .shop-block-one .inner-box .image-box .option-list li button:hover,
.popular-product .shop-block-one .inner-box .image-box .option-list li button:active,
.popular-product .shop-block-one .inner-box .image-box .option-list li button:focus {
    background-color: hsl(var(--base)/0.2) !important;
}

.popular-product .shop-block-one .inner-box .rating {
    margin-inline: auto;
}

.shop-block-one .inner-box .lower-content {
    padding-top: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.shop-block-one .inner-box .lower-content__body {
    flex: 1 1 auto;
}

@media screen and (max-width: 575px) {
    .shop-block-one .inner-box .lower-content {
        padding-top: 10px;
    }
}

.shop-block-one .inner-box .lower-content .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    margin-inline: auto;
    margin-bottom: 4px;
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
    padding: 4px 12px;
    border-radius: 999px;
}

@media screen and (max-width: 575px) {
    .shop-block-one .inner-box .lower-content .text {
        font-size: 12px;
        padding: 3px 9px;
    }
}

.shop-block-one .inner-box .lower-content h4 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

@media screen and (max-width: 1767px) {
    .shop-block-one .inner-box .lower-content h4 {
        font-size: 16px;
    }
}

.shop-block-one .inner-box .lower-content h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-block-one .inner-box .lower-content h4 a::before {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 10px;
    z-index: 1;
}

.shop-block-one .inner-box .lower-content .price {
    position: relative;
    display: block;
    font-size: 20px;
    color: hsl(var(--base));
    font-weight: 700;
    margin-bottom: 6px;
}

.shop-block-one .inner-box .lower-content .btn {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 575px) {
    .shop-block-one .inner-box .lower-content .star-rating__item {
        font-size: 14px;
    }

    .shop-block-one .inner-box .lower-content .star-rating__text {
        font-size: 14px;
    }

    .shop-block-one .inner-box .lower-content .price {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .shop-block-one .inner-box .lower-content .btn {
        padding: 7.5px 14px;
    }
}

.shop-block-one .inner-box .lower-content .price del {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
    margin-right: 10px;
}

.shop-block-one .inner-box:hover .lower-content .btn-box {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media only screen and (max-width: 767px) {
    .popular-product {
        padding-bottom: 70px;
    }

    .popular-product.pt_120 {
        padding-top: 65px;
    }
}

.shop-style-five {
    position: relative;
}

.shop-style-five .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-style-five .owl-carousel .owl-item {
    margin-inline: 1px;
}

.shop-style-five:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 110px);
    left: 0px;
    top: 55px;
    opacity: 0.19;
}

.shop-style-five .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.shop-style-five .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.shop-style-five .title-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-style-five .tab-btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex;
    -ms-flex-pack: flex;
    justify-content: flex;
    gap: 6px;
}

.shop-style-five .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #666666;
    background: hsl(var(--white));
    cursor: pointer;
    text-align: center;
    border: dashed;
    border-width: 1px;
    border-color: hsl(var(--white));
    padding: 8px 20px;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-style-five .tab-btn.active-btn,
.shop-style-five .tab-btn:hover,
.shop-style-five .tab-btn:active {
    color: hsl(var(--white));
}

.shop-style-five .shop-block-one {
    position: relative;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-color: hsl(var(--white));
    border-radius: 10px;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.shop-style-five .shop-block-one:hover,
.shop-style-five .shop-block-one:focus {
    border-color: hsl(var(--base));
}

.shop-style-five .shop-block-one:hover .image-box img,
.shop-style-five .shop-block-one:focus .image-box img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.shop-style-five .shop-block-one:hover .lower-content h4 a {
    color: hsl(var(--base));
}

@media screen and (max-width: 374px) {
    .shop-style-five .shop-block-one {
        padding: 10px;
    }
}

.shop-style-five .shop-block-one .inner-box:before {
    border: none;
}

.shop-style-five .shop-block-one .inner-box .image-box {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 8px;
    border: 1px dashed black;
    background-color: #FFF6F8;
    margin-inline: auto;
    overflow: hidden;
}

.shop-style-five .shop-block-one .inner-box .image-box img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
    .shop-style-five .title-inner {
        display: block;
    }

    .shop-style-five .title-inner .sec-title {
        margin-bottom: 30px;
    }
}

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

    .shop-style-three .tab-btns,
    .shop-style-nine .tab-btns {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .shop-style-nine .title-box {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .shop-style-three.popular-product.pt_110 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .shop-style-three .tab-btns,
    .shop-style-nine .tab-btns {
        display: block;
    }

    .shop-style-four .ads-block {
        width: 100%;
    }

    .shop-style-five .tab-btns {
        display: block;
    }

    .shop-style-five .tab-btns li {
        margin-bottom: 5px;
    }

    .shop-style-five {
        padding: 110px 0px 80px 0px;
    }
}

@media only screen and (max-width: 499px) {
    .shop-style-three .tab-btns li {
        width: 100%;
    }
}

.product-wrapper {
    --divide-w: 416px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.collection-banner {
    width: var(--divide-w);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1399px) {
    .product-wrapper {
        --divide-w: 355px;
    }
}

@media screen and (max-width: 1199px) {
    .product-wrapper {
        --divide-w: 330px;
    }
}

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

.product-wrapper-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - var(--divide-w));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 991px) {
    .product-wrapper-inner {
        width: 100%;
    }
}

.four-item-carousel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    display: block;
    background: hsl(var(--white));
    border-radius: 20px;
    border: dashed;
    border-width: 1px;
    border-color: #D8D8D8;
}

@media screen and (max-width: 575px) {
    .four-item-carousel {
        border-radius: 10px;
    }
}

.four-item-carousel .inner-box {
    padding: 15px;
}

.nav-style-one .owl-nav button {
    --btn-size: 40px;
    width: var(--btn-size);
    height: var(--btn-size);
    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;
    border-radius: 50%;
    font-size: calc(var(--btn-size) * 0.5);
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .nav-style-one .owl-nav button {
        display: none;
    }
}

.nav-style-one .owl-nav button.owl-prev {
    margin-right: 10px;
}

.nav-style-one .owl-nav button:hover,
.nav-style-one .owl-nav button:focus {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.lower-content .star-rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

/* ================================= Product design Css End =========================== */
.product-category-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid hsl(var(--black)/0.2);
    border-radius: 4px;
    overflow: hidden;
}

.product-category-tabs .tab {
    text-decoration: none;
    padding: 10px 16px;
    font-size: 0.75rem;
    color: hsl(var(--text-color));
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-right: 1px solid hsl(var(--black)/0.2);
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 424px) {
    .product-category-tabs .tab {
        padding: 8px 6px;
        font-size: 0.6875rem;
    }
}

.product-category-tabs .tab:last-child {
    border-right: none;
}

.product-category-tabs .tab.active {
    background: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.product-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 10px;
}

.product-widget:not(:last-child) {
    margin-bottom: 24px;
}

.product-widget__header {
    padding: 16px;
    background-color: hsl(var(--base));
    border-radius: 10px 10px 0px 0px;
}

.product-widget__title {
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--white));
    margin-bottom: 0px;
}

.product-widget__body {
    max-height: 400px;
    padding: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--black)/0.05) hsl(var(--black)/0.1);
}

.product-widget .form--check .form-check-label {
    font-weight: 400;
    color: hsl(var(--heading-color));
}

.category-group__list-item:not(:last-child) {
    margin-bottom: 12px;
}

.category-group__list-item__link {
    font-size: 1rem;
    line-height: 150%;
    font-weight: 400;
    color: hsl(var(--heading-color));
}

.category-group__list-item__link:hover,
.category-group__list-item__link:focus {
    color: hsl(var(--base-d-200));
}

.product-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
}

.product-topbar:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .product-topbar .search-form {
        width: 100%;
    }
}

.product-filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    position: sticky;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-filter__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 16px;
    border-bottom: 1px dashed hsl(var(--common-color-two));
}

.product-filter__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--black)/0.05) hsl(var(--black)/0.1);
}

@media screen and (max-width: 1399px) {
    .product-filter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }
}

@media screen and (max-width: 991px) {
    .product-filter {
        position: fixed;
        left: 0;
        top: 0 !important;
        background-color: hsl(var(--white));
        z-index: 99999;
        width: 280px;
        height: 100dvh;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        border-right: 1px solid hsl(var(--border-color));
    }

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

    .product-filter__body {
        padding: 8px 16px;
        border-top: 1px solid transparent;
    }

    .product-filter__body.scrolling {
        border-top-color: hsl(var(--black)/0.1);
    }
}

.product-filter .btn--close {
    --size: 24px;
    border-radius: 50%;
}

.product-filter-toggle {
    --size: 32px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    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;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.product-filter-toggle svg {
    width: 50%;
    height: 50%;
}

.product-widget__rating li {
    margin-bottom: 10px;
}

.product-widget__rating li:last-child {
    margin-bottom: 0px;
}

.product-widget__rating li .rating-list__icon-active {
    color: hsl(var(--warning));
}

.product-widget__rating li .rating-list__icon-disable {
    color: #E5E9F2;
}

.product-widget__rating .form-check-input:checked[type=radio] {
    background-image: none !important;
}

.product-widget__rating .form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-widget__rating .form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-widget__rating .rating-list__icon {
    font-size: 0.875rem;
}

.product-widget__rating .rating-up-text {
    font-size: 1rem;
}

.w-40 {
    width: 40%;
}

.w-20 {
    width: 20%;
}

.category-group__list-link {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--text-color));
}

/* ================================= Product design Css End =========================== */
.products-container {
    position: relative;
    width: 100%;
}

.products-container .shop-block-one {
    position: relative;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid hsl(var(--black)/0.1);
    background-color: hsl(var(--white));
    border-radius: 10px;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.products-container .shop-block-one:hover,
.products-container .shop-block-one:focus {
    border-color: hsl(var(--base));
}

.products-container .shop-block-one:hover .image-box img,
.products-container .shop-block-one:focus .image-box img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.products-container .shop-block-one:hover .lower-content h4 a {
    color: hsl(var(--base));
}

@media screen and (max-width: 374px) {
    .products-container .shop-block-one {
        padding: 10px;
    }
}

.products-container .shop-block-one .inner-box:before {
    border: none;
}

.products-container .shop-block-one .inner-box .image-box {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 8px;
    border: 1px dashed black;
    background-color: #FFF6F8;
    margin-inline: auto;
    overflow: hidden;
}

.products-container .shop-block-one .inner-box .image-box img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* empty message  */
.empty-message {
    width: 100%;
    text-align: center;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.empty-message-icon {
    max-width: 120px;
    width: 100%;
}

.empty-message-text {
    font-weight: 500;
    font-size: 0.875rem;
}

.cart-list {
    padding-block: 24px;
    background-color: hsl(var(--white));
    border-radius: 4px;
}

.cart-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.cart-list-item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.cart-list-item__thumb {
    height: 100px;
    display: block;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

    .cart-list-item__thumb {
        height: 220px;
    }

    .cart-list-item__thumb img {
        object-fit: contain !important;
    }

}

.cart-list-item__content-info li {
    text-align: right;
}


.cart-list-item__content-info li span {
    font-size: 14px;
}

.cart-list-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.cart-list-item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .cart-list-item__content {
        gap: 5px;
    }
}

.cart-list-item__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-list-item__content-middle {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media screen and (max-width:424px) {
    .cart-list-item__content-middle {
        flex-wrap: wrap;
    }

    .cart-list-item__content-info {
        flex-basis: 100%;
    }

    .cart-list-item__content-info li {
        text-align: left;
    }
}

.cart-list-item__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.cart-list-item__title {
    margin-bottom: 5px;
}

.cart-list-item__price .regular {
    font-size: 0.875rem;
    text-decoration: line-through;
    font-weight: 600;
    color: hsl(var(--text-color));
    padding-right: 5px;
}

.cart-list-item__price .discount {
    font-size: 1.25rem;
    font-weight: 600;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 424px) {
    .cart-list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-list-item__price .discount {
        font-size: 1rem;
    }
}

.cart-list-item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.cart-list-item__action .removeCartItem {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--text-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px !important;
    transition: 0.3s ease;
}
.cart-list-item__action .removeCartItem:hover,
.cart-list-item__action .removeCartItem:focus {
    color: hsl(var(--danger));
    border-color: hsl(var(--danger)/0.5);
    background-color: hsl(var(--danger)/0.05);
}

.cart-list-item__action .wishlist-btn {
    font-size: 16px;
}

.cart-list-item__action .wishlist-btn i {
    transition: all 0.3s;
}

.cart-list-item__action .wishlist-btn:hover i {
    color: hsl(var(--base));
}

.cart-list-item__action-btn {
    color: hsl(var(--text-color));
}

.cart-list-item__action svg:hover {
    color: hsl(var(--danger));
}

.cart-list-item__action-btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
}

.cart-list-item__action-btn.active path {
    fill: hsl(var(--base)) !important;
    color: hsl(var(--base));
}

.cart-list-item__action-btn:hover {
    color: hsl(var(--base));
}

.cart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: hsl(var(--white));
    border-radius: 8px;
    overflow: hidden;
}

.cart-wrapper>div {
    padding: 30px;
}

@media screen and (max-width:1199px) {
    .cart-wrapper>div {
        padding: 20px;
    }
}

@media screen and (max-width:991px) {
    .cart-wrapper>div {
        padding: 15px;
    }
}

@media screen and (max-width:575px) {
    .cart-wrapper>div {
        padding: 10px;
    }
}

.cart-wrapper__right {
    width: 400px;
    border-left: 1px solid hsl(var(--border-color));
    flex-shrink: 0;
}

.cart-wrapper__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 991px) {
    .cart-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-wrapper__right {
        border-left: none;
        border-top: 1px solid hsl(var(--border-color));
        width: 100%;
    }
}

/* empty message  */
.empty-message {
    width: 100%;
    text-align: center;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.empty-message-icon {
    max-width: 120px;
    width: 100%;
}

.empty-message-text {
    font-size: 1rem;
    color: #6c757d;
    margin-top: 10px;
}

.cart .checkout-information {
    background-color: hsl(var(--white));
    margin-bottom: 16px;
    padding-top: 0;
}

@media screen and (max-width: 424px) {
    .cart .checkout-information {
        padding: 20px;
    }
}


.checkout-information__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.checkout-information__list li:last-child {
    margin-bottom: 0;
}


.checkout-information__list span,
.checkout-information__total span {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.checkout-information__list span:last-child,
.checkout-information__total span:last-child {
    font-weight: 700;
}

.checkout-information__list span:first-child {
    color: hsl(var(--text-color));
}

.cart-header {
    background-color: hsl(var(--white));
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-left: 0px;
}

.checkout-information__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid hsl(var(--border-color)/0.7);
    margin-block: 15px;
    padding-top: 15px;
}


.rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-item .rating-list__item {
    font-size: 18px;
}

@media (max-width: 991px) {
    .testimonial-item .rating-list__item {
        font-size: 16px;
    }
}

.rating-list__text {
    color: hsl(var(--body-color));
}

.details-categories {
    margin-bottom: 24px;
}

.details-categories-title {
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
    display: block;
    font-size: 17px;
}

.details-categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 70px;
    overflow: hidden;
}

.details-categories-list.active {
    max-height: 100%;
}

.more-categories {
    text-align: left;
    color: hsl(var(--base));
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.details-categories-item {
    font-size: 0.9125rem;
    padding: 6px 12px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 6px;
    color: hsl(var(--black)/0.7);
    display: inline-block;
    line-height: 1.2;
    font-weight: 500;
}

.details-categories-item:hover,
.details-categories-item:focus {
    color: hsl(var(--base));
    border-color: hsl(var(--base)/0.5);
    background-color: hsl(var(--base)/0.05);
}

@media screen and (max-width: 767px) {
    .details-categories-item {
        padding: 6px 8px;
        font-size: 0.875rem;
    }
}


.details-info {
    max-width: 300px;
    margin-bottom: 24px;
}

.details-info__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.details-info__item:not(:last-child) {
    margin-bottom: 16px;
}

.details-info__item .label,
.details-info__item .value {
    font-size: 1rem;
    line-height: 120%;
}

.details-info__item .label {
    width: 75px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.details-info__item .label::after {
    content: ':';
}

.details-info__item .value {
    font-weight: 600;
    flex-grow: 1;
}

.product-details__thumb {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.product-details-preview-slider {
    width: 90px;
}

@media screen and (max-width: 1199px) {
    .product-details-preview-slider {
        width: 60px;
    }
}

@media screen and (max-width: 991px) {
    .product-details-preview-slider {
        width: 40px;
    }
}

.product-details-preview-slider .slick-list {
    height: 100% !important;
    max-height: 600px;
}

@media screen and (max-width: 1199px) {
    .product-details-preview-slider .slick-list {
        max-height: 400px;
    }
}

@media screen and (max-width: 575px) {
    .product-details-preview-slider .slick-list {
        max-height: 300px;
    }
}

@media screen and (max-width: 424px) {
    .product-details-preview-slider .slick-list {
        max-height: 250px;
    }
}

.product-details-preview-slider .slick-slide img {
    width: 100%;
    aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    padding: 8px;
    border: 1px solid hsl(var(--border-color));
}

.product-details-preview-slider .slick-arrow {
    --size: 28px;
}

@media screen and (max-width: 575px) {
    .product-details-preview-slider .slick-arrow {
        --size: 24px;
    }
}

@media screen and (max-width: 424px) {
    .product-details-preview-slider .slick-arrow {
        --size: 20px;
    }
}

.product-details-preview-slider .slick-prev {
    top: calc(var(--size) * 0.3571428571 * -1) !important;
}

.product-details-preview-slider .slick-next {
    bottom: calc(var(--size) * 0.3571428571 * -1) !important;
}

.product-details-slider {
    width: calc(100% - 90px);
}

@media screen and (max-width: 1199px) {
    .product-details-slider {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 991px) {
    .product-details-slider {
        width: calc(100% - 40px);
    }
}

.product-details-slider,
.product-details-slider .slick-list,
.product-details-slider .slick-track {
    height: 100%;
}

.product-details-slider__slide {
    height: 100%;
}

.product-details-slider__slide img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    object-position: top;
    border: 1px solid hsl(var(--border-color));
}

.product-details-content .product-qty__value {
    width: 35px !important;
}

.product-details-content .cart-wishlist-btn {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--text-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px !important;
    font-size: calc(var(--size) * 0.4);
}

.product-details-content .cart-wishlist-btn:hover,
.product-details-content .cart-wishlist-btn:focus {
    color: hsl(var(--base));
    border-color: hsl(var(--base)/0.5);
    background-color: hsl(var(--base)/0.05);
}

.wishlist-btn {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--text-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px !important;
    font-size: calc(var(--size) * 0.4);
    transition: 0.2s ease;
}

.wishlist-btn:hover,
.wishlist-btn:focus {
    color: hsl(var(--base));
    border-color: hsl(var(--base)/0.5);
    background-color: hsl(var(--base)/0.05);
}

.wishlist-btn.active {
    color: hsl(var(--base)) !important;
    border: 1px solid hsl(var(--base));
}


/** banner-section **/
.banner-section {
    position: relative;
    padding: 70px 0px 115px 0px;
    overflow: hidden;
    background: linear-gradient(78.33deg, #FFCF78 5.9%, #FEE2B1 97.88%);
}

@media screen and (max-width: 1199px) {
    .banner-section {
        margin-top: 15px;
    }
}

.banner-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 76px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 1;
}

.banner-section .image-box {
    width: 100%;
    max-width: 556px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .banner-section .image-box {
        display: none !important;
    }
}

.banner-section .content-box {
    position: relative;
    display: block;
}

@media screen and (max-width: 991px) {
    .banner-section .content-box {
        max-width: 600px;
    }
}

.banner-section .content-box__title {
    display: block;
    font-size: 72px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 21px;
}

@media screen and (max-width: 1399px) {
    .banner-section .content-box__title {
        font-size: 64px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .content-box__title {
        font-size: 56px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section .content-box__title {
        font-size: 48px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section .content-box__title {
        font-size: 32px;
    }
}

.banner-section .content-box__subtitle {
    display: block;
    font-size: 32px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 31px;
}

@media screen and (max-width: 767px) {
    .banner-section .content-box__subtitle {
        font-size: 28px;
    }
}

.banner-section .content-box__subtitle span {
    display: inline-block;
    font-weight: 600;
    color: #E92530;
}

.banner-section .content-box .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

@media screen and (max-width: 575px) {
    .banner-section .content-box .btn {
        font-size: 0.875rem;
        padding: 12.5px 18px;
    }
}

.banner-section .anim-icon .anim-icon-1 {
    position: absolute;
    left: 20px;
    bottom: 145px;
    width: 127px;
    height: 80px;
    z-index: 1;
}

.banner-section .anim-icon .anim-icon-2 {
    position: absolute;
    left: 8px;
    bottom: 175px;
    width: 192px;
    height: 144px;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.banner-section .anim-icon .anim-icon-3 {
    position: absolute;
    left: 88px;
    top: 184px;
    width: 34px;
    height: 31px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-4 {
    position: absolute;
    left: 46%;
    top: 255px;
    width: 34px;
    height: 31px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-5 {
    position: absolute;
    top: 87px;
    right: 555px;
    width: 34px;
    height: 31px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-6 {
    position: absolute;
    bottom: 170px;
    right: 520px;
    width: 34px;
    height: 31px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-7 {
    position: absolute;
    left: 45%;
    top: 102px;
    width: 128px;
    height: 95px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-8 {
    position: absolute;
    right: 95px;
    top: 120px;
    width: 168px;
    height: 119px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-9 {
    position: absolute;
    top: 190px;
    right: 112px;
    width: 93px;
    height: 93px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-10 {
    position: absolute;
    right: 233px;
    bottom: 209px;
    width: 68px;
    height: 79px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-11 {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 268px;
    height: 221px;
    background-repeat: no-repeat;
}

/** banner-style-two **/
.banner-style-two {
    position: relative;
    padding: 0px;
    background: transparent;
}

.banner-style-two .banner-content {
    border-radius: 20px;
    overflow: hidden;
}

.banner-style-two .image-box .image {
    max-width: 519px;
}

.banner-style-two .slide-item {
    position: relative;
    padding: 60px 120px;
}

@media screen and (max-width: 1399px) {
    .banner-style-two .slide-item {
        padding: 60px 80px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-style-two .slide-item {
        padding: 60px;
    }
}

@media screen and (max-width: 767px) {
    .banner-style-two .slide-item {
        padding: 40px;
    }
}

@media screen and (max-width: 575px) {
    .banner-style-two .slide-item {
        padding: 32px;
    }
}

.banner-style-two .slide-item .bg-color-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #beefff;
}

.banner-style-two .slide-item .bg-color-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffee97;
}

.banner-style-two .slide-item .bg-color-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffaf97;
}

.banner-carousel .content-box,
.banner-carousel .image-box {
    position: relative;
    z-index: 5;
}

.banner-carousel .content-box__title {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box__title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box__subtitle {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box__subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-style-two .big-text {
    position: absolute;
    left: 0px;
    bottom: -66px;
    font-size: clamp(3.75rem, -3.9919rem + 21.5054vw, 17.5rem);
    line-height: 200px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsl(var(--white));
    opacity: 0.5;
    width: 100%;
    text-align: center;
}

.banner-section .anim-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.banner-section .anim-icon .anim-icon-12 {
    position: absolute;
    top: -270px;
    right: -85px;
    width: 822px;
    height: 822px;
    background: hsl(var(--white));
    opacity: 0.2;
    border-radius: 50%;
}

.banner-section .anim-icon .anim-icon-13 {
    position: absolute;
    left: 280px;
    top: 38px;
    width: 137px;
    height: 103px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-14 {
    position: absolute;
    left: 50%;
    top: 277px;
    width: 137px;
    height: 103px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-15 {
    position: absolute;
    top: 203px;
    right: 47px;
    width: 137px;
    height: 103px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-16 {
    position: absolute;
    left: 52px;
    top: 53px;
    width: 140px;
    height: 100px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-17 {
    position: absolute;
    left: 511px;
    bottom: 113px;
    width: 96px;
    height: 93px;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-18 {
    position: absolute;
    left: 57%;
    top: 150px;
    width: 107px;
    height: 111px;
    background-repeat: no-repeat;
    z-index: 6;
}

.banner-section .anim-icon .anim-icon-19 {
    position: absolute;
    top: 0px;
    right: 136px;
    width: 85px;
    height: 187px;
}

.banner-section .anim-icon .anim-icon-20 {
    position: absolute;
    right: 50px;
    bottom: 160px;
    width: 117px;
    height: 105px;
    background-repeat: no-repeat;
}

/** banner-style-three **/
.banner-style-three {
    position: relative;
}

.banner-style-three .slide-item {
    padding: 90px 0px 60px 0px;
}

.banner-style-three .slide-item .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-three .content-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 500px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.banner-style-three .content-inner .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-three .content-inner .inner-box {
    max-width: 400px;
    margin: 0 auto;
}

.banner-style-three .content-inner h2 {
    display: block;
    font-size: 72px;
    line-height: 79px;
    color: hsl(var(--white));
    font-weight: 800;
    margin-bottom: 24px;
}

.banner-style-three .active .content-inner {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.banner-style-four {
    position: relative;
    padding: 60px 0px 30px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDE0E8), color-stop(FFF, hsl(var(--white))));
    background: linear-gradient(180deg, #FDE0E8 0%, hsl(var(--white)) FFF 100%);
}

.banner-style-four .content-box-one {
    position: relative;
    display: block;
    background: #E91A3E;
    border-radius: 10px;
    padding: 36px 30px 140px 30px;
    border: dashed;
    border-width: 2px;
    border-color: hsl(var(--white));
    overflow: hidden;
    margin-bottom: 30px;
}

.banner-style-four .content-box-one:before {
    position: absolute;
    content: "";
    background: #000;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    top: -130px;
    opacity: 0.05;
    left: 50%;
    margin-left: -310px;
    -webkit-animation: zoom-fade 13s infinite linear;
    animation: zoom-fade 13s infinite linear;
}

.banner-style-four .content-box-one h2 {
    font-size: 56px;
    line-height: 60px;
    color: hsl(var(--white));
    font-weight: 400;
    margin-bottom: 24px;
}

.banner-style-four .content-box-one h2 span {
    font-weight: 800;
    display: block;
}

.banner-style-four .content-box-one h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 40px;
    color: hsl(var(--white));
}

.banner-style-four .content-box-one h3 span {
    font-weight: 400;
}

.banner-style-four .content-box-two {
    position: relative;
    display: block;
    background: #FF8A00;
    border-radius: 10px;
    border: dashed;
    border-width: 2px;
    border-color: hsl(var(--white));
    margin-bottom: 30px;
    padding: 35px 35px 30px 35px;
}

.banner-style-four .content-box-two:last-child {
    background: #F76188;
}

.banner-style-four .content-box-two .text {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: hsl(var(--white));
    font-weight: 700;
    border-radius: 30px;
    background: #D57300;
    border: dashed;
    border-width: 1px;
    border-color: hsl(var(--white));
    padding: 1px 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner-style-four .content-box-two:last-child .text {
    background: #E83664;
}

.banner-style-four .content-box-two h2 {
    font-size: 36px;
    line-height: 40px;
    color: hsl(var(--white));
    margin-bottom: 9px;
}

.banner-style-four .content-box-two h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: hsl(var(--white));
    margin-bottom: 72px;
}

.banner-style-four .content-box-two h4 span {
    font-weight: 800;
}

.banner-style-four .content-box-two a {
    display: inline-block;
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
    color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--white));
}

.banner-style-four .content-box-two a:hover {
    color: #000;
    border-color: #000;
}

.banner-style-four .content-box-two .text-box {
    max-width: 200px;
    float: left;
}

/** banner-style-five **/
.banner-section.style-five {
    background: #FF8A00;
    padding: 215px 0px;
}

.banner-section.style-five .content-box h2,
.banner-section.style-five .content-box h3,
.banner-section.style-five .content-box h3 span {
    color: hsl(var(--white));
}

.banner-section.style-five .anim-icon .anim-icon-2 {
    width: 362px;
    height: 272px;
}

.banner-section.style-five .anim-icon .anim-icon-8 {
    width: 199px;
    height: 141px;
}

.banner-section .anim-icon .anim-icon-21 {
    position: absolute;
    top: 0px;
    left: 120px;
    width: 85px;
    height: 187px;
}

.banner-section.style-five .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 31px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.banner-section.style-five .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 63px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/** responsive-css **/
@media only screen and (max-width: 1200px) {
    .banner-section.style-five .image-layer {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .anim-icon {
        display: none;
    }

    .banner-section br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .banner-style-four .content-box-one h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-section.style-five {
        padding: 110px 0px 150px 0px;
    }
}

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

    .banner-style-four .content-box-one .image-1,
    .banner-style-four .content-box-one .image-2 {
        display: none;
    }

    .banner-style-four .content-box-one {
        padding-bottom: 40px;
    }
}

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

    .banner-style-four .content-box-one,
    .banner-style-four .content-box-two {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-style-three .content-inner {
        width: 100%;
        height: auto;
    }

    .banner-style-three .content-inner .shape {
        display: none;
    }

    .banner-style-three .content-inner h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .banner-style-four .content-box-two .image-box {
        width: 50%;
    }
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

/** testimonial-section **/
.testimonial-section {
    position: relative;
}

.testimonial-section .big-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 300px;
    line-height: 210px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E5E5E5;
}

.testimonial-block-one {
    height: 100%;
}

.testimonial-block-one .inner-box {
    height: 100%;
    position: relative;
    display: block;
    background: hsl(var(--white));
    border-radius: 10px;
    border: 1px dashed hsl(var(--border-color));
    padding: 25px 30px 30px 30px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .testimonial-block-one .inner-box {
        padding: 20px;
    }
}

.rating {
    width: fit-content;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5x;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4px;
}

.rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #F8CD2E;
    margin-right: 2px;
}

.testimonial-block-one .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 24px;
}

.testimonial-block-one .inner-box .date {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 2px;
}

.testimonial-block-one .inner-box .rating {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .testimonial-block-one .inner-box .rating {
        margin-bottom: 10px;
    }
}

.testimonial-block-one .inner-box p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-style: italic;
    color: hsl(var(--heading-color));
    padding-bottom: 55px;
    border-bottom: 1px dashed hsl(var(--border-color));
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .testimonial-block-one .inner-box p {
        margin-bottom: 15px;
    }
}

.testimonial-block-one .inner-box .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
}

.testimonial-block-one .inner-box .author-box .thumb-box {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h5 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #E92530;
    margin-top: 5px;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item:nth-child(odd) {
    margin-top: 60px;
}

.testimonial-block-one .inner-box .author-box h4 a {
    color: hsl(var(--heading-color));
}

.testimonial-section .testimonial-carousel {
    position: relative;
    display: block;
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: -300px;
    width: 100%;
    height: 1475px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    background-size: cover;
}

.testimonial-section.style-two .owl-carousel .owl-stage-outer .owl-item:nth-child(odd) {
    margin-top: 0px;
}

.testimonial-section.style-two .testimonial-block-one .inner-box p {
    padding-bottom: 0px;
    border-bottom: none;
    color: hsl(var(--body-color));
    font-weight: 400;
    font-style: normal;
}

.testimonial-section.style-two .testimonial-block-one .inner-box h4 {
    font-weight: 600;
}

.testimonial-block-one .inner-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.testimonial-section.style-two .testimonial-block-one .inner-box .author-box .thumb-box {
    width: 60px;
    height: 60px;
    padding: 4px;
    border: dashed;
    border-width: 1px;
    min-width: 60px;
}

@media screen and (max-width: 767px) {
    .testimonial-section.style-two .testimonial-block-one .inner-box .author-box .thumb-box {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
}

.testimonial-section.style-two .testimonial-block-one .inner-box .author-box {
    gap: 15px;
}

.testimonial-section.style-two .big-text {
    top: 75px;
}

.testimonial-block-one .inner-box .quote-icon {
    position: absolute;
    right: 50px;
    bottom: 20px;
    font-size: 60px;
    opacity: 0.1;
}

.testimonial-section.style-two .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

@media screen and (max-width: 575px) {
    .testimonial-section.style-two .owl-nav {
        margin-top: 24px;
    }
}

.testimonial-section.style-two .owl-nav button {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    font-size: calc(var(--size) * 0.6);
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    background-color: transparent !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .testimonial-section.style-two .owl-nav button {
        --size: 32px;
    }
}

/** featured-style-four **/
.featured-section {
    position: relative;
}

.featured-block-one .inner-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #0AB31B;
    padding: 40px;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .featured-block-one .inner-box {
        padding: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .featured-block-one .inner-box {
        padding: 24px;
    }
}

.featured-block-one .inner-box--1 {
    background-color: #FFB2BD;
}

.featured-block-one .inner-box--2 {
    background-color: #E52D2D;
}

.featured-block-one .inner-box--3 {
    background-color: #FD8905;
}

.featured-block-one .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.featured-block-one .inner-box h2 {
    display: block;
    font-size: 32px;
    line-height: 41px;
    color: hsl(var(--white));
    margin-bottom: 8px;
}

.featured-block-one .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 82px;
}

.featured-block-one .inner-box .btn {
    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;
    gap: 4px;
}

.featured-block-one .inner-box .btn i {
    font-size: 1.125em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .featured-block-one .inner-box h4 {
        margin-bottom: 40px;
    }
}

.featured-block-one .inner-box h4 span {
    display: inline-block;
    font-weight: 800;
}

.featured-block-one .inner-box .theme-btn {
    border-color: #fff !important;
    border-width: 1px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff !important;
    padding: 9px 25px;
}

.featured-block-one .inner-box .image-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 337px;
    aspect-ratio: 1/0.8664688427;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1399px) {
    .featured-block-one .inner-box .image-box {
        max-width: 250px;
    }
}

@media screen and (max-width: 1199px) {
    .featured-block-one .inner-box .image-box {
        max-width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .featured-block-one .inner-box .image-box {
        max-width: 180px;
    }
}

@media screen and (max-width: 575px) {
    .featured-block-one .inner-box .image-box {
        display: none;
    }
}

.featured-block-one .inner-box .text-box {
    position: relative;
    max-width: 200px;
    float: left;
}

.featured-block-one .inner-box:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0.1;
    top: 107px;
    right: 205px;
}

.featured-style-four {
    position: relative;
}

.featured-style-four .featured-block-one .inner-box {
    background: #03CCB4;
}

.featured-style-four .featured-block-one .inner-box:before {
    display: none;
}

.featured-style-four .featured-block:nth-child(2) .featured-block-one .inner-box {
    background: #E91ABB;
}

.featured-style-four .featured-block:nth-child(3) .featured-block-one .inner-box {
    background: #E9A31A;
}

.featured-style-two .featured-block-two .inner-box {
    background: #32ADF1;
}

.featured-style-two .featured-block:nth-child(2) .featured-block-two .inner-box {
    background: #B468FF;
}

.featured-style-two .featured-block:nth-child(3) .featured-block-two .inner-box {
    background: #0AB31B;
}

.featured-block-two .inner-box .text-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 74px;
}

.featured-block-two .inner-box .text-inner .text-box h2 {
    margin-bottom: 0px !important;
}

.image-box {
    bottom: 0px;
    right: 0px;
}

figure {
    margin: 0px !important;
}

/** news-section **/
.news-section {
    position: relative;
}

.news-block-one {
    height: 100%;
}

.news-block-one .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.news-block-one .inner-box:hover {
    border-color: hsl(var(--base));
}

.news-block-one .inner-box .image-box {
    width: 100%;
    aspect-ratio: 1/0.7;
    display: block;
    overflow: hidden;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.news-block-one .inner-box:hover .image-box img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-block-one .inner-box .read-more {
    font-size: 16px;
    font-weight: 500;
    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;
    gap: 4px;
    line-height: 100%;
}

@media screen and (max-width: 1199px) {
    .news-block-one .inner-box .read-more {
        font-size: 14px;
    }
}

.news-block-one .inner-box .post-info {
    position: relative;
}

.news-block-one .inner-box .image-box .post-info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 240px;
    z-index: 5;
    background: #fff;
    border-radius: 0px 10px 0px 0px;
    padding: 6px 0px;
}

.news-block-one .inner-box .post-info li {
    font-size: 16px;
    line-height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

@media screen and (max-width: 1199px) {
    .news-block-one .inner-box .post-info li {
        font-size: 14px;
    }
}

.news-block-one .inner-box .post-info li:before {
    position: absolute;
    content: "";
    background: #E5E5E5;
    width: 20px;
    height: 1px;
    top: 18px;
    right: -19px;
}

.news-block-one .inner-box .post-info li:last-child:before {
    display: none;
}

.news-block-one .inner-box .lower-content {
    display: block;
    padding: 24px 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media screen and (max-width: 1199px) {
    .news-block-one .inner-box .lower-content {
        padding: 16px;
    }
}

.news-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .news-block-one .inner-box .lower-content h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {
    .news-block-one .inner-box .lower-content h3 {
        font-size: 16px;
    }
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: hsl(var(--heading-color));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-block-one .inner-box .lower-content h3 a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.news-block-one .inner-box:hover .lower-content h3 a {
    color: hsl(var(--base));
}

.news-section .shape-layer {
    position: absolute;
    left: 50%;
    margin-left: -73px;
    top: 50px;
    width: 146px;
    height: 176px;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: -1;
}

.latest-blog-item__thumb a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

/** brands-section **/
.brands-section {
    position: relative;
}

.brands-section .brands-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brands-block-one {
    position: relative;
    display: block;
}

.brands-section .brands-list .brands-block-one {
    margin: 0px -15px;
}

.brands-block-two {
    height: 100%;
}

.brands-block-two .inner-box .logo-box {
    overflow: hidden;
}

.brands-block-one a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    background: hsl(var(--white));
    border-radius: 50%;
    border: dashed;
    border-width: 1px;
}

.brands-block-one a img {
    width: auto;
    display: inline-block;
}

.brands-block-one:nth-child(even) a {
    background: #FFE8EE;
}

.brands-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 171px;
    height: 255px;
    background-repeat: no-repeat;
}

.brands-section .pattern-layer .pattern-2 {
    position: absolute;
    top: -30px;
    right: 35px;
    width: 123px;
    height: 131px;
    background-repeat: no-repeat;
}

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

/** brands-style-two **/
.brands-style-two {
    position: relative;
    background: #F9F8E8;
}

.brands-style-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 11px;
    background-repeat: repeat-x;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.brands-style-two .pattern-layer .pattern-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    animation: slide 90s linear infinite;
    -webkit-animation: slide 90s linear infinite;
}

.brands-block-two .inner-box {
    height: 100%;
    position: relative;
    display: block;
    background: hsl(var(--white));
    border-radius: 10px;
    border: 1px dashed #BEBEBE;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
}

.brands-block-two .inner-box:hover {
    -webkit-box-shadow: 0px 30px 50px 0px rgba(247, 97, 136, 0.08);
    box-shadow: 0px 30px 50px 0px rgba(247, 97, 136, 0.08);
}

.brands-block-two .inner-box .logo-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px dashed #BEBEBE;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    padding-block: 10px;
}

.brands-block-two .inner-box .logo-box img {
    --size: 150px;
    width: var(--size);
    height: var(--size);
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

@media screen and (max-width: 991px) {
    .brands-block-two .inner-box .logo-box img {
        --size: 120px;
    }
}

@media screen and (max-width: 575px) {
    .brands-block-two .inner-box .logo-box img {
        --size: 100px;
    }
}

.brands-block-two img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.brands-block-two .inner-box h6 {
    display: block;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    padding: 13px 10px;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .brands-block-two .inner-box h6 {
        font-size: 16px;
    }
}

.brands-block-two .inner-box h6 a {
    display: inline-block;
    color: hsl(var(--black)/0.8);
}

.brands-block-two img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.brands-block-two .inner-box:hover,
.brands-block-two .inner-box:hover figure {
    border-color: hsl(var(--base));
}

.brands-block-two .inner-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.brands-block-two .inner-box:hover h6 a {
    color: hsl(var(--base));
}

@media only screen and (max-width: 1200px) {
    .brands-section .brands-list {
        display: block;
        text-align: center;
    }

    .brands-section .brands-list .brands-block-one {
        display: inline-block;
    }
}

@media only screen and (max-width: 991px) {
    .brands-section .pattern-layer {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .brands-style-two {
        padding: 65px 0px 50px 0px;
    }

    .brands-section.pt_160.pb_120 {
        padding: 70px 0px;
    }

    .brands-style-two.pt_0.pb_0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.category-carousel-2 .owl-item {
    padding: 4px;
}

.category-style-five {
    position: relative;
}

.category-block-three {
    position: relative;
}

.category-block-three .inner-box .image-box {
    width: 100%;
    max-width: 250px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.category-block-three .inner-box .image-box::before {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border: 2px dashed transparent;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .category-block-three .inner-box .image-box {
        max-width: 200px;
    }
}

@media screen and (max-width: 575px) {
    .category-block-three .inner-box .image-box {
        max-width: 180px;
    }
}

@media screen and (max-width: 424px) {
    .category-block-three .inner-box .image-box {
        max-width: 150px;
    }
}

.category-block-three .inner-box .image-box.border-1::before {
    border-color: #025A5A;
}

.category-block-three .inner-box .image-box.border-2::before {
    border-color: #E97D3F;
}

.category-block-three .inner-box .image-box.border-3::before {
    border-color: #063ECC;
}

.category-block-three .inner-box .image-box.border-4::before {
    border-color: #FF9D09;
}

.category-block-three .inner-box .image-box.border-5::before {
    border-color: #366319;
}

.category-block-three .inner-box .image-box.border-6::before {
    border-color: #EA6BEA;
}

.category-block-three .inner-box .image-box img {
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.category-block-three:hover .inner-box .image-box::before {
    -webkit-animation: rotateInfinite 15s linear infinite;
    animation: rotateInfinite 15s linear infinite;
}

.category-block-three .inner-box .title {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}

.category-block-three:hover .inner-box .title,
.category-block-three:focus-within .inner-box .title {
    color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .category-block-three .inner-box .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 424px) {
    .category-block-three .inner-box .title {
        font-size: 16px;
    }
}

.category-block-three .inner-box .title a {
    display: inline-block;
    color: hsl(var(--black));
}

.category-block-three .inner-box .title a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 1;
}

.category-style-five .pattern-layer {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 100%;
    height: 1475px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@-webkit-keyframes rotateInfinite {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotateInfinite {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.deals-block-one {
    max-width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
    .deals-block-one {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    }
}

@media screen and (max-width: 575px) {
    .deals-block-one {
        padding: 8px;
    }
}

.deals-block-one:hover {
    border-color: hsl(var(--base));
}

.deals-block-one .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.deals-block-one .inner-box .image-box {
    width: 230px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

@media screen and (max-width: 1599px) {
    .deals-block-one .inner-box .image-box {
        width: 210px;
    }
}

@media screen and (max-width: 1499px) {
    .deals-block-one .inner-box .image-box {
        width: 170px;
    }
}

@media screen and (max-width: 991px) {
    .deals-block-one .inner-box .image-box {
        width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .deals-block-one .inner-box .image-box {
        margin-inline: auto;
    }
}

.deals-block-one .inner-box .image-box .image {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.deals-block-one .inner-box:hover .image-box .image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.deals-block-one .inner-box .image-box .option-list {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.deals-block-one .inner-box .image-box .option-list li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    height: 40px;
    -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99), -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
    opacity: 0;
    -webkit-transform: translateX(0.625rem);
    transform: translateX(0.625rem);
}

.deals-block-one .inner-box:hover .image-box .option-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.deals-block-one .inner-box .image-box .option-list li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.deals-block-one .inner-box .image-box .option-list li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.deals-block-one .inner-box .image-box .option-list li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.deals-block-one .inner-box .image-box .option-list li:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.deals-block-one .inner-box .image-box .option-list li a,
.deals-block-one .inner-box .image-box .option-list li button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: #FDDFE7;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: hsl(var(--heading-color));
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.deals-block-one .inner-box .image-box .option-list li button:hover {
    color: hsl(var(--base)) !important;
}

.deals-block-one .inner-box .image-box .option-list li:first-child a {
    font-size: 14px;
}

.deals-block-one .inner-box .image-box .option-list li a:hover,
.deals-block-one .inner-box .image-box .option-list li button:hover,
.deals-block-one .inner-box .image-box .option-list li button:focus,
.deals-block-one .inner-box .image-box .option-list li button:active {
    color: #fff;
}

.deals-block-one .inner-box .image-box .option-list li a:hover i,
.deals-block-one .inner-box .image-box .option-list li button:hover i,
.deals-block-one .inner-box .image-box .option-list li button:focus i,
.deals-block-one .inner-box .image-box .option-list li button:active i {
    -webkit-animation: toBottomFromTop 0.7s forwards;
    animation: toBottomFromTop 0.7s forwards;
}

.deals-block-one .inner-box .content-box {
    display: block;
    padding: 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
}

.deals-block-one .inner-box .content-box__body {
    flex: 1 1 auto;
}

@media screen and (max-width: 1399px) {
    .deals-block-one .inner-box .content-box {
        padding: 16px;
    }
}

@media screen and (max-width: 767px) {
    .deals-block-one .inner-box .content-box {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .deals-block-one .inner-box .content-box {
        padding: 12px 6px;
    }
}

.deals-block-one .inner-box .content-box .btn {
    margin-top: auto;
    z-index: 1;
}

@media screen and (max-width: 1499px) {
    .deals-block-one .inner-box .content-box .btn {
        font-size: 14px;
        padding: 12px 18px;
    }
}

@media screen and (max-width: 991px) {
    .deals-block-one .inner-box .content-box .btn {
        font-size: 12px;
        padding: 10px 18px;
    }
}

@media screen and (max-width: 767px) {
    .deals-block-one .inner-box .content-box .rating {
        margin-inline: auto;
    }
}

@media screen and (max-width: 575px) {
    .deals-block-one .inner-box .content-box .btn {
        font-size: 12px;
        padding: 10px 18px;
    }

    .deals-block-one .inner-box .content-box .rating li {
        font-size: 10px;
    }
}

.deals-block-one .inner-box .content-box .text {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    color: hsl(var(--white));
    background: hsl(var(--base));
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 9999px;
}

@media screen and (max-width: 1499px) {
    .deals-block-one .inner-box .content-box .rating li {
        font-size: 12px;
    }

    .deals-block-one .inner-box .content-box .text {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .deals-block-one .inner-box .content-box .text {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .deals-block-one .inner-box .content-box .text {
        width: fit-content;
        margin-inline: auto;
    }
}

@media screen and (max-width: 575px) {
    .deals-block-one .inner-box .content-box .text {
        font-size: 10px;
        padding: 3px 8px;
    }
}

.deals-block-one .inner-box .content-box h3 {
    display: block;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 12px;
}

@media screen and (max-width: 1499px) {
    .deals-block-one .inner-box .content-box h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .deals-block-one .inner-box .content-box h3 {
        font-size: 16px;
    }
}

.deals-block-one .inner-box .content-box h3 a {
    display: inline-block;
    color: hsl(var(--heading-color));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.deals-block-one .inner-box .content-box h3 a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    z-index: 1;
}

.deals-block-one .inner-box .content-box h4 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: hsl(var(--base));
    margin-top: 24px;
    margin-bottom: 12px;
}

@media screen and (max-width: 1499px) {
    .deals-block-one .inner-box .content-box h4 {
        font-size: 18px;
    }
}

.deals-block-one .inner-box .content-box h4 del {
    font-weight: 500;
    color: #7C7C7C;
    margin-right: 6px;
    font-size: 0.7em;
}

.deals-block-one .inner-box .content-box .timer .cs-countdown {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.deals-block-one .inner-box .content-box .timer .cs-countdown .count-col {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #FFE8EE;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
}

.deals-block-one .inner-box .content-box .timer .cs-countdown .count-col h6 {
    display: none;
}

.deals-block-one .inner-box .content-box .timer .cs-countdown .count-col:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    top: 17px;
    right: -9px;
    border-radius: 50%;
}

.deals-block-one .inner-box .content-box .timer .cs-countdown .count-col:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    bottom: 17px;
    right: -9px;
    border-radius: 50%;
}

.deals-section {
    position: relative;
}

.deals-section .sec-title h2 {
    display: inline-block;
    background: #fff;
    padding: 0px 20px;
}

.deals-section .sec-title:before {
    position: absolute;
    content: "";
    background-image: url(../../images/shape/shape-53.png);
    width: 100%;
    height: 11px;
    left: 0px;
    top: 23px;
    background-repeat: repeat-x;
}

.deals-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.deals-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.deals-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.deals-section .owl-theme .owl-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 32px;
    gap: 8px;
}

.deals-section .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.deals-section .owl-theme .owl-dots .owl-dot {
    --size: 10px;
    position: relative;
    display: inline-block;
    width: var(--size);
    height: var(--size);
    border-radius: 999px;
    margin: 0px;
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: hsl(var(--base));
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .deals-section .owl-theme .owl-dots .owl-dot {
        --size: 8px;
    }
}

.deals-section .owl-theme .owl-dots .owl-dot:hover {
    opacity: 1;
}

.deals-section .owl-theme .owl-dots .owl-dot.active {
    opacity: 1;
    width: calc(var(--size) * 2.5);
}

.deals-section .shape-layer .shape-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 189px;
    height: 298px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 499px) {
    .deals-block-one .inner-box .image-box {
        min-width: 100%;
    }

    .deals-block-two .inner-box {
        display: block;
    }

    .deals-block-two .inner-box .image-box {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .deals-section .shape-layer .shape-2 {
        display: none;
    }

    .deals-block-one .inner-box {
        display: block;
    }
}

/** cta-section **/
.cta-section {
    position: relative;
}

.cta-section .inner-container {
    position: relative;
    display: block;
    background: #DE2D2D;
    border-radius: 20px;
    padding: 45px 30px 55px 30px;
}

.cta-section .inner-container:before {
    position: absolute;
    content: "";
    border: dashed;
    border-width: 2px;
    border-color: hsl(var(--white));
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    border-radius: 16px;
}

.cta-section .inner-container .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}

.cta-section h2 {
    display: block;
    font-size: 48px;
    line-height: 54px;
    color: hsl(var(--white));
    margin-bottom: 30px;
}

.cta-section .image-layer .image-1 {
    position: absolute;
    left: 30px;
    top: -35px;
}

/** cta-style-two **/
.cta-style-two {
    position: relative;
}

.cta-style-two .inner-container {
    position: relative;
    display: block;
    background: hsl(var(--base));
    border-radius: 20px;
    padding: 66px 100px;
}

@media screen and (max-width: 1199px) {
    .cta-style-two .inner-container {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .cta-style-two .inner-container {
        padding: 32px;
    }
}

@media screen and (max-width: 424px) {
    .cta-style-two .inner-container {
        padding: 32px;
    }
}

.cta-style-two .inner-container:before {
    position: absolute;
    content: "";
    border: dashed;
    border-width: 1px;
    border-color: hsl(var(--white));
    border-radius: 16px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
}

.cta-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-style-two h2 {
    font-size: 48px;
    line-height: 55px;
    color: hsl(var(--white));
    max-width: 520px;
}

.cta-style-two .form-inner {
    position: relative;
    margin-left: 130px;
}

.cta-style-two .form-inner .form-group {
    position: relative;
    margin-bottom: 0px;
}

.cta-style-two .form-inner .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background: hsl(var(--white));
    border: dashed;
    border-width: 2px;
    border-color: #FF6E06;
    border-radius: 50px;
    font-size: 16px;
    color: hsl(var(--black));
    padding: 10px 60px 10px 30px;
}

@media screen and (max-width: 575px) {
    .cta-style-two .form-inner .form-group input[type=email] {
        height: 60px;
        padding: 10px 60px 10px 16px;
    }
}

.cta-style-two .form-inner .form-group button[type=submit] {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
    .cta-style-two .form-inner .form-group button[type=submit] {
        width: 50px;
        height: 50px;
    }
}


.cta-style-two .shape-layer {
    position: absolute;
    left: 50%;
    margin-left: -73px;
    top: 35px;
    width: 146px;
    height: 176px;
    background-repeat: no-repeat;
}

/** responsive-css **/
@media only screen and (max-width: 1200px) {
    .cta-section .image-layer {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .cta-style-two .form-inner {
        margin-left: 0px;
    }

    .rtl .cta-style-two .form-inner {
        margin-right: 0px;
    }

    .cta-style-two .shape-layer {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .cta-section h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .cta-style-two {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 599px) {
    .cta-style-two h2 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 424px) {
    .cta-style-two h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

/* ========================= Popular Product CSS Start =========================  */
.popular-product {
    position: relative;
    background: #E2D1FF;
}

.popular-product .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 100%;
    height: 1579px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    background-size: cover;
}

.popular-product .pattern-layer .pattern-2 {
    position: absolute;
    left: 30px;
    top: -30px;
    width: 171px;
    height: 255px;
    background-repeat: no-repeat;
}

.popular-product .inner-container {
    position: relative;
    display: block;
    background: hsl(var(--white));
    border: dashed;
    border-width: 1px;
    border-color: #D8D8D8;
    border-radius: 10px;
    z-index: 2;
}

.popular-product:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 190px;
    left: 0px;
    bottom: 0px;
}

.popular-product .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 11px;
    background-repeat: repeat-x;
}

.popular-product .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100% - 190px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.popular-product .pattern-layer-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1478px;
    background-repeat: no-repeat;
    background-position: top center;
}

.popular-product+section {
    margin-top: 0px !important;
}

.popular-product .shop-block-one .inner-box {
    position: relative;
    display: block;
    padding: 30px 30px 0px 30px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.popular-product .shop-block-one .inner-box::before {
    position: absolute;
    content: "";
    border-right: dashed;
    border-width: 1px;
    border-color: #D8D8D8;
    top: 0px;
    right: -15px;
    height: 100%;
}

.popular-product .shop-block-one .inner-box .discount-product {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    background: #27D82E;
    border-radius: 30px;
    padding: 2px 12px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.popular-product .shop-block-one .inner-box .image-box {
    position: relative;
}

.popular-product .shop-block-one .inner-box .lower-content {
    padding-top: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    display: block;
    background: #fff;
    padding-top: 35px;
    padding-bottom: 16px;
    transition: all 500ms ease;
}

.popular-product .shop-block-one .inner-box .lower-content .btn-box {
    position: absolute;
    left: 0px;
    bottom: 40px;
    width: 100%;
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.popular-product .shop-block-one .inner-box .lower-content .btn-box .theme-btn {
    font-size: 16px;
    padding: 12.5px 25px;
    line-height: 120%;
}

.popular-product .shop-block-one .inner-box:hover .lower-content {
    padding-bottom: 90px;
    margin-top: -76px;
}

.popular-product .shop-block-one .inner-box:hover .lower-content .btn-box {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.popular-product .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    .popular-product .owl-nav {
        display: none;
    }
}

.popular-product .owl-nav button {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    font-size: calc(var(--size) * 0.6);
    border-radius: 50%;
    display: inline-block;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 3px 0px hsl(var(--black)/0.1);
    box-shadow: 0px 0px 3px 0px hsl(var(--black)/0.1);
}

.popular-product .owl-nav button:hover,
.popular-product .owl-nav button:focus {
    color: hsl(var(--base));
    background-color: hsl(var(--white));
}

.popular-product .owl-nav button.owl-prev {
    left: calc(var(--size) * -0.6);
}

.popular-product .owl-nav button.owl-next {
    right: calc(var(--size) * -0.6);
}

@media only screen and (max-width: 1699px) {
    .popular-product .owl-nav button {
        --size: 36px;
    }

    .popular-product .owl-nav button.owl-prev {
        left: calc(var(--size) * -0.25);
    }

    .popular-product .owl-nav button.owl-next {
        right: calc(var(--size) * -0.25);
    }
}

.popular-product .shop-block-one .inner-box .image-box .option-list li a:hover,
.popular-product .shop-block-one .inner-box .image-box .option-list li button:hover,
.popular-product .shop-block-one .inner-box .image-box .option-list li button:focus,
.popular-product .shop-block-one .inner-box .image-box .option-list li button:active {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.popular-product .shop-block-one .inner-box .image-box .option-list li a:hover i,
.popular-product .shop-block-one .inner-box .image-box .option-list li button:hover i,
.popular-product .shop-block-one .inner-box .image-box .option-list li button:focus i,
.popular-product .shop-block-one .inner-box .image-box .option-list li button:active i {
    -webkit-animation: toBottomFromTop 0.7s forwards;
    animation: toBottomFromTop 0.7s forwards;
}

/* ========================= Popular Product CSS End ===========================  */
/* ========================= Slide Text CSS Start =========================  */
.slide-text .shape {
    position: absolute;
    left: 110px;
    bottom: 40px;
    width: 158px;
    height: 266px;
    background-repeat: no-repeat;
}

.slide-text .text-inner {
    position: relative;
    display: block;
    padding: 40px 0px;
}

@media screen and (max-width: 575px) {
    .slide-text .text-inner {
        padding: 24px 0px;
    }
}

.slide-text .text-inner:before,
.slide-text .text-inner:after {
    position: absolute;
    content: "";
    background-image: url(../shape/shape-32.png);
    left: 0px;
    width: 100%;
    height: 14px;
    background-repeat: repeat-x;
    background-size: cover;
}

.slide-text .text-inner:before {
    top: 0px;
}

.slide-text .text-inner:after {
    bottom: 0px;
}

.slide-text .text-inner .text-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: clamp(7.375rem, -497.9728rem + 513.0435vw, 14.75rem);
    -webkit-animation: scroll-left 200s linear infinite;
    animation: scroll-left 200s linear infinite;
}

.slide-text .text-inner .text-list li {
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    color: hsl(var(--black));
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .slide-text .text-inner .text-list li {
        font-size: 24px;
    }
}

@media screen and (max-width: 424px) {
    .slide-text .text-inner .text-list li {
        font-size: 20px;
    }
}

.slide-text .text-inner .text-list li:before {
    content: "\f005";
    font-size: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 2px;
    right: calc(clamp(4.5625rem, -308.0679rem + 317.3913vw, 9.125rem) * -1);
    font-size: calc(var(--size) * 0.7);
    color: hsl(var(--black));
}

.slide-text .text-inner .text-list li:last-child {
    margin: 0px;
}

@-webkit-keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* ========================= Slide Text CSS End ===========================  */
/* ========================= Product Collection CSS Start =======================  */
.product-collection .shop-block-one .inner-box:before {
    position: absolute;
    content: "";
    border-right: dashed;
    border-width: 1px;
    border-color: #D8D8D8;
    top: 0px;
    right: -15px;
    height: 100%;
}

.product-collection .shop-block-one .inner-box .image-box {
    position: relative;
    display: block;
}

@media only screen and (max-width: 499px) {
    .product-collection .ads-block {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .product-collection .inner-container {
        padding-left: 0px;
    }

    .product-collection .ads-block {
        position: relative;
        margin: 0 auto;
        padding-bottom: 120px;
    }

    .product-collection .content-box {
        margin-top: 30px;
        padding-left: 0px;
    }

    .product-collection .inner-container {
        padding-right: 0px;
    }
}

.product-collection .owl-nav {
    position: absolute;
    top: -91px;
    right: 0px;
    z-index: 1111;
}

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

    .product-collection .owl-nav,
    .product-collection .shape-layer {
        display: none;
    }
}

/* ========================= Product Collection CSS End =========================  */
/* ========================= Product Collection2 CSS Start =======================  */
.product-collection2 .shop-block-one .inner-box:before {
    position: absolute;
    content: "";
    border-right: dashed;
    border-width: 1px;
    border-color: #D8D8D8;
    top: 0px;
    right: -15px;
    height: 100%;
}

.product-collection2 .shop-block-one .inner-box .image-box {
    position: relative;
    display: block;
}

@media only screen and (max-width: 499px) {
    .product-collection2 .ads-block {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .product-collection2 .inner-container {
        padding-left: 0px;
    }

    .product-collection2 .ads-block {
        position: relative;
        margin: 0 auto;
        padding-bottom: 120px;
    }

    .product-collection2 .content-box {
        margin-top: 30px;
        padding-left: 0px;
    }

    .product-collection2 .inner-container {
        padding-right: 0px;
    }
}

.product-collection2 .owl-nav {
    position: absolute;
    top: -91px;
    right: 0px;
    z-index: 1111;
}

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

    .product-collection2 .owl-nav,
    .product-collection2 .shape-layer {
        display: none;
    }
}

/* ========================= Product Collection2 CSS End =========================  */
/* ========================= Select2 CSS Start ======================== */
.select2-wrapper {
    --select2-min-height: 48px;
    --select2-arrow-size: 16px;
    --select2-font-size: 16px;
    --select2-padding-y: 11px;
    --select2-padding-x: 18px;
    --select2-border-radius: 6px;
    --select2-border-color: hsl(var(--border-color));
    --select2-border-color-focus: hsl(var(--base));
    --select2-bg-color: hsl(var(--white));
    --select2-color: hsl(var(--body-color));
    --select2-color-placeholder: hsl(var(--gray-l-100));
    --select2-dropdown-bg-color: hsl(var(--white));
    --select2-dropdown-border-radius: var(--select2-border-radius);
    --select2-dropdown-padding-y: 12px;
    --select2-dropdown-padding-x: var(--select2-dropdown-padding-y);
    --select2-dropdown-field-padding-y: 7px;
    --select2-dropdown-field-padding-x: calc(var(--select2-dropdown-field-padding-y) * 1.5);
    --select2-dropdown-field-radius: var(--select2-border-radius);
    --select2-dropdown-field-color: hsl(var(--body-color));
    --select2-dropdown-field-bg-color: transparent;
    position: relative;
}

@media screen and (min-width: 576px) {
    .select2-wrapper:has(.form-select--xl) {
        --select2-min-height: 64px;
        --select2-arrow-size: 20px;
        --select2-font-size: 1.25rem;
        --select2-padding-y: 16px;
        --select2-dropdown-field-padding-y: 12px;
    }
}

@media screen and (min-width: 576px) {
    .select2-wrapper:has(.form-select--lg) {
        --select2-min-height: 56px;
        --select2-arrow-size: 18px;
        --select2-font-size: 1.125rem;
        --select2-padding-y: 13.5px;
        --select2-dropdown-field-padding-y: 9.5px;
    }
}

.select2-wrapper:has(.form-select--sm) {
    --select2-min-height: 40px;
    --select2-arrow-size: 14px;
    --select2-font-size: 0.875rem;
    --select2-padding-y: 7px;
    --select2-dropdown-field-padding-y: 6.5px;
}

.selection,
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    padding: var(--select2-padding-y) var(--select2-padding-x);
    height: auto;
    background-color: var(--select2-bg-color);
    border: 1px solid var(--select2-border-color);
    border-radius: var(--select2-border-radius);
}

.select2-container .select2-selection--multiple {
    padding-top: calc(var(--select2-padding-y) - 2px);
    padding-bottom: calc(var(--select2-padding-y) - 2px);
}

.select2-container--disabled .select2-selection--single,
.select2-container--disabled .select2-selection--multiple {
    opacity: 0.65;
    pointer-events: none;
    background-color: var(--select2-bg-color) !important;
}

.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
    border-top-left-radius: var(--select2-dropdown-border-radius);
    border-top-right-radius: var(--select2-dropdown-border-radius);
}

.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
    border-bottom-left-radius: var(--select2-dropdown-border-radius);
    border-bottom-right-radius: var(--select2-dropdown-border-radius);
}

.select2-container .select2-selection--single {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6px;
}

.select2-container--focus:not(.select2-container--disabled) .select2-selection--single,
.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple,
.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
    border-color: var(--select2-border-color-focus) !important;
    outline: none;
}

.select2-selection--single .select2-selection__rendered {
    font-size: var(--select2-font-size);
    font-weight: 500;
    color: var(--select2-color) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 100% !important;
    white-space: nowrap;
}

.select2-selection__placeholder {
    color: var(--select2-color-placeholder) !important;
}

.select2-container--focus:not(.select2-container--disabled) .select2-selection__placeholder,
.select2-container--open .select2-selection__placeholder {
    color: var(--select2-color) !important;
}

.select2-selection--single .select2-selection__arrow {
    width: auto !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

.select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-selection--single .select2-selection__arrow::after {
    content: "\f107";
    font-size: var(--select2-arrow-size);
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: var(--select2-color-placeholder);
}

.select2-selection--single[aria-expanded=true] .select2-selection__arrow::after {
    content: "\f106";
}

.select2-container--focus:not(.select2-container--disabled) .select2-selection--single .select2-selection__arrow::after,
.select2-container--open .select2-selection--single .select2-selection__arrow::after,
.select2-container--selected .select2-selection--single .select2-selection__arrow::after {
    color: var(--select2-color) !important;
}

.select2-dropdown {
    overflow: hidden;
    border-color: var(--select2-border-color) !important;
    background-color: var(--select2-dropdown-bg-color);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.select2-container--open .select2-dropdown {
    border-color: hsl(var(--base)) !important;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-bottom-left-radius: var(--select2-dropdown-border-radius);
    border-bottom-right-radius: var(--select2-dropdown-border-radius);
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
    border-top-left-radius: var(--select2-dropdown-border-radius);
    border-top-right-radius: var(--select2-dropdown-border-radius);
}

.select2-search--dropdown {
    padding: var(--select2-dropdown-padding-y) var(--select2-dropdown-padding-y);
}

.select2-search--dropdown .select2-search__field {
    font-size: var(--select2-font-size);
    border-color: var(--select2-border-color) !important;
    border-radius: var(--select2-dropdown-field-radius);
    padding: var(--select2-dropdown-field-padding-y) var(--select2-dropdown-field-padding-x);
    color: var(--select2-dropdown-field-color);
    background-color: var(--select2-dropdown-field-bg-color);
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: var(--select2-border-color-focus) !important;
    outline: none;
}

.select2-container--default .select2-results>.select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--white)/0.1) hsl(var(--white)/0.05);
}

.select2-results__option--selectable {
    font-size: var(--select2-font-size);
    font-weight: 500;
    line-height: 100%;
    color: var(--select2-color) !important;
    padding: var(--select2-dropdown-padding-y) var(--select2-dropdown-padding-x);
}

.select2-results__option--selectable.select2-results__option--selected {
    background-color: hsl(var(--white)/0.05) !important;
}

.select2-results__option--selectable.select2-results__option--highlighted {
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--base)) !important;
}

.select2-results__message {
    color: var(--select2-color);
    font-size: var(--select2-font-size);
    font-weight: 500;
    line-height: 100%;
    text-align: center;
}

.select2-selection--multiple {
    min-height: var(--select2-min-height) !important;
}

.select2-selection--multiple:has(.select2-selection__choice) {
    padding-top: calc(var(--select2-padding-y) - 8px);
    padding-left: calc(var(--select2-padding-x) - 8px);
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    height: calc(var(--select2-min-height) / 2) !important;
    margin-top: 0 !important;
}

.select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    font-weight: 500;
    background-color: var(--select2-bg-color) !important;
    border-color: var(--select2-border-color) !important;
    color: var(--select2-color) !important;
    padding: 0px 6px !important;
    border-radius: 250px !important;
    margin-top: 8px !important;
    margin-left: 8px !important;
}

.select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px !important;
}

.select2-selection--multiple .select2-selection__choice__remove {
    border-right-color: var(--select2-border-color) !important;
    color: var(--select2-color) !important;
}

.select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--select2-color) !important;
    background-color: var(--select2-bg-color) !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    color: var(--select2-color);
}

/* ========================= Select2 CSS End ========================== */
/* ========================= Slick Slider CSS Start ========================= */
.slick-initialized.slick-slider {
    margin: 0 -6px;
}

.slick-initialized.slick-slider.slick-vertical {
    margin: -6px 0px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized.slick-slider.slick-vertical .slick-track {
    flex-direction: column;
}

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

.slick-initialized.slick-slider.slick-vertical .slick-slide {
    padding: 6px 0px;
}

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

.testimonial-slider.slick-initialized.slick-slider .slick-slide>div {
    height: 100% !important;
}

.slick-arrow {
    --size: 56px;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: var(--size);
    height: var(--size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--white));
    color: hsl(var(--text-color));
    font-size: calc(var(--size) * 0.3571428571);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #f2f2f2;
}

.slick-initialized.slick-slider.slick-vertical .slick-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1750px) {
    .slick-arrow {
        --size: 30px;
    }
}

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

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

@media screen and (max-width: 1750px) {
    .slick-next {
        right: -9px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 0px;
    }
}

.slick-initialized.slick-slider.slick-vertical .slick-next {
    top: unset;
    bottom: -20px;
}

@media screen and (max-width: 1750px) {
    .slick-initialized.slick-slider.slick-vertical .slick-next {
        bottom: -9px;
    }
}

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

@media screen and (max-width: 1750px) {
    .slick-prev {
        left: -9px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 0;
    }
}

.slick-initialized.slick-slider.slick-vertical .slick-prev {
    top: -20px;
}

@media screen and (max-width: 1750px) {
    .slick-initialized.slick-slider.slick-vertical .slick-prev {
        top: -9px;
    }
}

.slick-list {
    padding-left: 0px !important;
}

.slick-dots {
    text-align: center;
    padding-top: 20px;
}

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

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

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

/* ========================= Slick Slider CSS End =========================== */
/* ========================= Range Slider CSS Start =========================== */
.custom--range__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.custom--range__content label {
    width: 40%;
}

.custom--range__content input {
    width: 60%;
    text-align: right;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.custom--range #slider-range {
    height: 5px;
    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(--base)) !important;
    border: 2px solid hsl(var(--white)) !important;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ========================= Range Slider CSS End ============================= */
/* ========================= Blog Details CSS Start ========================= */
.blog-details {
    border-radius: 10px;
}

.blog-details__thumb {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    aspect-ratio: 1/0.5455390335;
}

.blog-details__title {
    color: hsl(var(--black));
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.blog-details__date {
    color: hsl(var(--body-color));
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .blog-details__date {
        margin-bottom: 24px;
    }
}

.blog-details__content {
    border-radius: 10px;
    border: 1px solid hsl(var(--black)/0.1);
}

.blog-details__content-main {
    padding: 24px;
    padding-top: 32px;
}

.blog-details__content-main h1,
.blog-details__content-main h2,
.blog-details__content-main h3,
.blog-details__content-main h4,
.blog-details__content-main h5,
.blog-details__content-main h6 {
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 16px;
}

.blog-details__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid hsl(var(--black)/0.1);
    padding: 12px 16px;
    border-radius: 10px;
    margin-top: 24px;
}

.blog-details__share .title {
    color: hsl(var(--black));
}

.blog-details-sidebar {
    gap: 16px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 10px;
    position: sticky;
    top: 100px;
}

.blog-details-sidebar__header {
    padding-bottom: 12px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.blog-details-sidebar__header:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.blog-details-sidebar__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.blog-details-sidebar__footer {
    padding-top: 12px;
    border-top: 1px solid hsl(var(--border-color));
}

.blog-details-sidebar__footer:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.blog-details-sidebar__title {
    font-size: 1.125rem;
}

/* ========================= Blog Details CSS End =========================== */
/* ========================= Account CSS Start ========================= */
.account {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.account-logo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin-inline: auto;
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .account-logo {
        margin-bottom: 16px;
    }
}

.account-logo img {
    max-width: 176px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 1199px) {
    .account-logo img {
        max-width: 150px;
    }
}

@media screen and (max-width: 424px) {
    .account-logo img {
        max-width: 130px;
    }
}

.account-heading__title {
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .account-heading__title {
        text-align: center;
    }
}

.account-heading__subtitle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: hsl(var(--text-color));
}

.account-divider {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.account-divider::before,
.account-divider::after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: hsl(var(--border-color));
}

.account-divider span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    color: hsl(var(--text-color));
    white-space: nowrap;
}

.account-form__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    margin-top: 12px;
}

.account-form__forgot-link {
    text-align: right;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--danger));
}

.account-form__forgot-link:focus {
    outline: none;
    color: hsl(var(--danger-d-100));
}

.account-info {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: hsl(var(--text-color));
}

.account-info a {
    color: hsl(var(--base));
    font-weight: 500;
}

.account-thumb,
.account-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.account-thumb {
    width: 61.14583333vw;
    position: relative;
    z-index: 1;
}

.account-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.4);
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .account-thumb {
        width: 55vw;
    }
}

@media screen and (max-width: 1199px) {
    .account-thumb {
        width: 50vw;
    }
}

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

.account-thumb__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px 16px;
}

.account-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 36px 72px;
}

@media screen and (max-width: 1399px) {
    .account-content {
        padding: 32px 64px;
    }
}

@media screen and (max-width: 1199px) {
    .account-content {
        padding: 32px;
    }
}

@media screen and (max-width: 575px) {
    .account-content {
        padding: 24px;
    }
}

.account-header,
.account-body {
    max-width: 600px;
}

.account-header:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .account-header:not(:last-child) {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 575px) {
    .account-header:not(:last-child) {
        margin-bottom: 24px;
    }
}

.account-body>*:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .account-body>*:not(:last-child) {
        margin-bottom: 16px;
    }
}

/* ========================= Account CSS End =========================== */
/* ========================= Dashboard CSS Start ========================= */
.dashboard .sidebar-menu {
    height: 100%;
    border: 1px solid hsl(var(--black)/0.1);
    background-color: hsl(var(--white));
    overflow-y: auto;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 260px;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu {
        height: 100dvh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9991;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        border-radius: 0px;
    }

    .dashboard .sidebar-menu.show {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.dashboard .sidebar-menu__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard .sidebar-menu__body {
    padding: 24px 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    max-height: 600px;
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--black)/0.05) hsl(var(--black)/0.1);
}

.dashboard .sidebar-menu__profile {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    background-color: hsl(var(--base));
}

.dashboard .sidebar-menu__profile__thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard .sidebar-menu__profile__info-text {
    color: hsl(var(--white));
    font-size: 0.875rem;
}

.dashboard .sidebar-menu__profile__info-name {
    font-size: 1rem;
    color: hsl(var(--white));
    font-weight: 600;
    margin-bottom: 0px;
}

.dashboard .sidebar-menu.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--white));
    font-size: 1.25rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.dashboard .sidebar-menu__close:active {
    top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .sidebar-menu .menu-title {
    letter-spacing: 0.9px;
    padding: 0px 6px 12px 6px;
    color: #9da9b5;
    font-weight: 600;
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu hr {
    border-color: hsl(var(--black)/0.25);
}

.dashboard .sidebar-menu-list__item:not(:last-child) {
    margin-bottom: 6px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active>a {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    right: 16px;
    top: 14px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    color: hsl(var(--text-color)/0.6);
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 8px 10px;
    width: 100%;
    color: hsl(var(--text-color));
    font-weight: 500;
    font-size: 1rem;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard .sidebar-menu-list__link:hover {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.06);
}

.dashboard .sidebar-submenu-list__link {
    padding: 12px 15px;
    display: block;
    color: hsl(var(--text-color));
    font-weight: 600;
    font-size: 1rem;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid hsl(var(--black)/0.4);
    border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
    background-color: hsl(var(--base)/0.04);
}

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.dashboard__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.dashboard-body__bar-icon {
    --size: 36px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--heading-color));
    font-size: calc(var(--size) * 0.6);
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    position: relative;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.dashboard__right {
    width: calc(100% - 260px);
}

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

.dashboard-body__bar {
    position: relative;
    z-index: 1;
    color: hsl(var(--text-color));
    font-size: 24px;
    margin-bottom: 20px;
}

.dashboard-body {
    min-height: 100dvh;
    position: relative;
    padding: 0px;
}

.dashboard-filter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
}

.dashboard-filter__link {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--black)/0.6);
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    padding: 4.5px 16px;
    border-radius: 999px;
}

.dashboard-filter__link:hover,
.dashboard-filter__link:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--black));
    border-color: hsl(var(--black)/0.5);
}

.dashboard-filter__link.active {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}

.dashboard-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.dashboard-topbar .search-form .input--group:focus-within .input-group-text {
    color: hsl(var(--base));
    border-left-color: hsl(var(--base));
}

.dashboard .dashboard-widget {
    padding: 24px 16px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--white));
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsl(var(--black)/0.1);
}

.dashboard .dashboard-widget:hover {
    -webkit-transform: translateY(-6px) scale(1.01);
    transform: translateY(-6px) scale(1.01);
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

.dashboard .dashboard-widget .widget-shape {
    position: absolute;
    bottom: 18px;
    right: 18px;
}

.dashboard .dashboard-widget__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.dashboard .dashboard-widget__icon {
    width: 55px;
    height: 55px;
    background-color: #ebf5f4;
    border: 3px solid hsl(var(--white));
    color: hsl(var(--base));
    border-radius: 50%;
    font-size: 1.5rem;
    position: relative;
}

.dashboard .dashboard-widget__icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: hsl(var(--base)/0.6);
    left: 7px;
    top: -5px;
    z-index: -1;
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__icon {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
}

.dashboard .dashboard-widget__icon .status-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid hsl(var(--white));
    background-color: hsl(var(--black));
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    padding: 3px;
    color: hsl(var(--white));
    right: -7px;
    top: 0px;
}

.dashboard .dashboard-widget__content {
    width: calc(100% - 55px);
    padding-left: 16px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
}

.dashboard .dashboard-widget__number {
    margin-bottom: 0px;
    font-size: 1.875rem;
    font-weight: 600;
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--text-color));
    font-size: 1rem;
    margin-bottom: 0px;
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__text {
        font-size: 0.8125rem;
    }
}

.dashboard .dashboard-widget.style-warning .dashboard-widget__icon {
    background-color: hsl(var(--warning)/0.18);
}

.dashboard .dashboard-widget.style-warning .dashboard-widget__icon svg {
    fill: hsl(var(--warning));
}

.dashboard .dashboard-widget.style-primary .dashboard-widget__icon {
    background-color: hsl(var(--primary)/0.18);
}

.dashboard .dashboard-widget.style-primary .dashboard-widget__icon svg {
    fill: hsl(var(--primary));
}

.dashboard .dashboard-widget.style-info .dashboard-widget__icon {
    background-color: hsl(var(--info)/0.18);
}

.dashboard .dashboard-widget.style-info .dashboard-widget__icon svg {
    fill: hsl(var(--info));
}

.dashboard .dashboard-widget.style-success .dashboard-widget__icon {
    background-color: hsl(var(--success)/0.18);
}

.dashboard .dashboard-widget.style-success .dashboard-widget__icon svg {
    fill: hsl(var(--success));
}

.dashboard .dashboard-widget.style-base .dashboard-widget__icon {
    background-color: hsl(var(--base)/0.18);
}

.dashboard .dashboard-widget.style-base .dashboard-widget__icon svg {
    fill: hsl(var(--base));
}

.dashboard .dashboard-widget.style-danger .dashboard-widget__icon {
    background-color: hsl(var(--danger)/0.18);
}

.dashboard .dashboard-widget.style-danger .dashboard-widget__icon svg {
    fill: hsl(var(--danger));
}

.dashboard .dashboard-widget.style-pink .dashboard-widget__icon {
    background-color: hsl(var(--pink)/0.18);
}

.dashboard .dashboard-widget.style-pink .dashboard-widget__icon svg {
    fill: hsl(var(--pink));
}

.rating--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
}

.rating-list {
    font-size: 0.75rem;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
}

.rating-list__text {
    color: hsl(var(--text-color));
}

.rating-list .cart-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.list--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    gap: 2px;
}

.product-sidebar-item__img {
    width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .product-sidebar-item__img {
        width: 50px;
    }
}

/** shop-details **/
.shop-details {
    position: relative;
}

.product-details-content {
    position: relative;
    display: block;
}

.product-details-content .rating-list__item {
    font-size: 1.25rem;
}

.product-details-content .image-inner {
    position: relative;
    padding-left: 140px;
}

.product-details-content.style-two .image-inner {
    padding-left: 0px;
}

.product-details-content.style-two .slider-content .slider-pager {
    position: relative;
    margin-top: 20px;
}

@media screen and (max-width: 424px) {
    .product-details-content .slider-content {
        margin-bottom: 100px !important;
    }
}

.product-details-content.style-two .slider-content .thumb-box li {
    margin-bottom: 0px;
}

.product-details-content.style-two .slider-content .thumb-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.product-details-content .image-box {
    position: relative;
    display: block;
    background: #FDF7F9;
    border: dashed;
    border-width: 1px;
    border-radius: 10px;
}

.product-details-content .image-box img {
    width: 100%;
}

.product-details-content .slider-content .slider-pager {
    position: absolute;
    left: 0px;
    top: 0px;
}

.product-details-content .slider-content .thumb-box li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.product-details-content .slider-content .thumb-box li:last-child {
    margin-bottom: 0px;
}

.product-details-content .slider-content .thumb-box li a {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px dashed #D8D8D8;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.color-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.color-list li {
    margin-right: 8px;
}

.color-list li:last-child {
    margin: 0px;
}

.color-list .check-box input {
    display: none;
}

.color-list .check-box label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0px;
}

.color-list .check-box label:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
}

.color-list .check-box label:after {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: transparent;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.color-list .check-box input:checked+label:after {
    opacity: 1;
}

.color-list .check-box label.color-1:before {
    background: #F4EDC7;
}

.color-list .check-box label.color-2:before {
    background: #ADE9B7;
}

.color-list .check-box label.color-3:before {
    background: #DBDBDB;
}

.color-list .check-box label.color-4:before {
    background: #ADBEE9;
}

.color-list .check-box label.color-5:before {
    background: #E9ADE3;
}

.product-details-content .content-box {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-left: 20px;
}

.product-details-content .content-box .upper-text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 7px;
}

.product-details-content .content-box h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px;
}

.product-details-content .content-box h3 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 41px;
    color: #E92530;
    margin-bottom: 7px;
    font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
    .product-details-content .content-box h3 {
        font-size: 28px;
    }
}

.product-details-content .content-box h3 del {
    font-size: 24px;
    font-weight: 400;
    color: var(--text-color);
    margin-left: 10px;
}

.product-details-content .content-box .text-box p {
    margin-bottom: 25px;
}

.product-details-content .content-box .text-box p:last-child {
    margin-bottom: 0px;
}

.product-details-content .content-box .discription-box {
    position: relative;
    display: block;
    background: #FDF7F9;
    border: dashed;
    border-width: 1px;
    border-radius: 10px;
    padding: 21px 40px;
}

.product-details-content .content-box .discription-box li {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.product-details-content .content-box .discription-box li:last-child {
    margin-bottom: 0px;
}

.product-details-content .content-box .discription-box li strong {
    position: relative;
    display: inline-block;
    width: 160px;
    color: hsl(var(--heading-color));
}

.product-details-content .content-box .discription-box li span {
    color: #28C01B;
}

.product-details-content .content-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 12px;
}

.product-details-content .content-box h6 span {
    color: #FF2D2D;
}

.product-details-content .content-box .color-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-content .content-box .color-list li {
    margin-right: 6px;
}

.product-details-content .content-box .color-list .check-box label:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #18181C;
    border: none !important;
    top: 0px;
}

.product-details-content .content-box .color-list li:nth-child(2) .check-box label:before {
    background: #B09F7D;
}

.product-details-content .content-box .color-list li:nth-child(3) .check-box label:before {
    background: #785099;
}

.product-details-content .content-box .color-list li:nth-child(4) .check-box label:before {
    background: #E54D4D;
}

.product-details-content .content-box .color-list .check-box label:after {
    background-image: none;
    width: 28px;
    height: 28px;
    border: solid;
    border-width: 1px;
    left: -4px;
    top: 0px;
    border-radius: 50%;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up,
.product-details-content .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
    border: none !important;
}

.product-details-content .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 150px;
    width: 100%;
    float: left;
    padding: 0px 40px;
    margin-left: 0px;
    border: dashed;
    border-width: 1px;
    border-color: #D8D8D8;
    border-radius: 30px;
    height: 50px;
    z-index: 1;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical i {
    left: 12px;
}

.product-details-content .item-quantity input.quantity-spinner {
    line-height: 48px;
    height: 46px;
    width: 43px !important;
    padding: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #101010;
    background: transparent;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
    position: absolute;
    height: 24px;
    width: 70px;
    background: transparent;
    padding: 0px 0px;
    left: -35px;
    top: 0px;
    border-radius: 0px;
    border: none !important;
    border-right: 1px solid #E5E5E5 !important;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    position: absolute;
    height: 24px;
    width: 70px;
    background: transparent;
    padding: 0px 0px;
    right: -45px;
    top: 0px;
    margin-top: 0px;
    border-radius: 0px;
    border: none !important;
    border-left: 1px solid #E5E5E5 !important;
}

.product-details-content .bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 16px;
    font-style: normal;
    color: hsl(var(--heading-color));
    font-family: "Font Awesome 6 Free";
}

.product-details-content .bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 16px;
    font-style: normal;
    color: hsl(var(--heading-color));
    font-family: "Font Awesome 6 Free";
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical i {
    top: 15px;
    left: 15px;
    font-size: inherit !important;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}

.product-details-content .bootstrap-touchspin .btn:hover,
.product-details-content .bootstrap-touchspin .btn:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
    width: 40px;
    top: 12px;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    width: 50px;
    top: 12px;
}

.product-details-content .addto-cart-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.product-details-content .addto-cart-box .theme-btn {
    padding: 8px 60px;
}

.product-details-content .addto-cart-box ul li:last-child {
    margin-right: 0px;
}

.product-details-content .addto-cart-box ul li a,
.product-details-content .addto-cart-box ul li.like-btn button {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px dashed #E5E5E5;
    border-radius: 50%;
    font-size: 18px;
    color: hsl(var(--heading-color));
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-details-content .addto-cart-box ul li a:hover,
.product-details-content .addto-cart-box ul li.like-btn button:hover,
.product-details-content .addto-cart-box ul li.like-btn button:active,
.product-details-content .addto-cart-box ul li.like-btn button:focus {
    color: #fff;
    border-color: #fff;
}

.product-details-content .other-option li {
    position: relative;
    display: block;
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
}

.product-details-content .other-option li:last-child {
    margin-bottom: 0px;
}

.product-details-content .other-option li strong {
    display: inline-block;
    width: 160px;
}

.product-details-content .other-option li a {
    display: inline-block;
    color: hsl(var(--heading-color));
}

.product-details-content .other-option li.social-links a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 46px;
    color: hsl(var(--heading-color));
    font-size: 20px;
    border: 1px dashed rgba(17, 17, 17, 0.15);
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

.product-details-content .other-option li.social-links a:hover {
    color: #fff;
    border-color: #fff;
}

.shop-details .product-discription .tab-btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -26px;
    border: dashed;
    border-width: 1px;
    border-radius: 100px;
    background: #fff;
    padding: 5px;
    z-index: 2;
}

.shop-details .product-discription .tab-btn-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-details .product-discription .tabs-content,
.shop-details.style-two .product-discription {
    position: relative;
    display: block;
    background: #FDF7F9;
    border: dashed;
    border-width: 1px;
    border-radius: 10px;
    padding: 63px 40px 51px 40px;
}

.shop-details.style-two .product-discription h2 {
    display: block;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}

.shop-details.style-two .product-discription .discription-content,
.shop-details.style-two .product-discription .specification-content {
    padding-bottom: 51px;
    margin-bottom: 50px;
    border-bottom: dashed;
    border-width: 1px;
}

.shop-details .product-discription .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: hsl(var(--heading-color));
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 575px) {
    .shop-details .product-discription .tab-btns li {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media screen and (max-width: 424px) {
    .shop-details .product-discription .tab-btns li {
        font-size: 12px;
        padding: 8px 12px;
    }
}

.shop-details .product-discription .tab-btns li.active-btn {
    color: #fff;
}

.shop-details .product-discription .tab-btns li:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: -1px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-details .product-discription .tab-btns li.active-btn:before,
.shop-details .product-discription .tab-btns li:hover:before {
    width: 100%;
}

.shop-details .product-discription .discription-content p {
    color: hsl(var(--heading-color));
    margin-bottom: 26px;
}

.shop-details .product-discription .discription-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}

.shop-details .product-discription .review-content {
    position: relative;
    display: block;
}

.shop-details .product-discription .review-content .single-review {
    position: relative;
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 40px;
}

.shop-details .product-discription .review-content .single-review .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.shop-details .product-discription .review-content .single-review .upper-box .info-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.shop-details .product-discription .review-content .single-review .upper-box .info-box .image {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

@media screen and (max-width: 575px) {
    .shop-details .product-discription .review-content .single-review .upper-box .info-box .image {
        width: 40px;
        height: 40px;
    }
}

.shop-details .product-discription .review-content .single-review .upper-box .info-box .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.shop-details .product-discription .review-content .single-review .upper-box .info-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 3px;
}

@media screen and (max-width: 575px) {
    .shop-details .product-discription .review-content .single-review .upper-box .info-box h4 {
        font-size: 1rem !important;
    }
}

.shop-details .product-discription .review-content .single-review .upper-box .info-box .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 575px) {
    .shop-details .product-discription .review-content .single-review .upper-box .info-box .date {
        font-size: 0.75rem;
    }
}


.shop-details .product-discription .review-content .single-review .upper-box .option-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-details .product-discription .review-content .single-review .upper-box .option-btn li {
    font-size: 16px;
    color: hsl(var(--heading-color));
    margin-right: 30px;
}

.shop-details .product-discription .review-content .single-review .upper-box .option-btn li:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .review-content .single-review .upper-box .option-btn li button {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #7c7c7c;
    margin-right: 7px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-details .product-discription .review-content .single-review p {
    margin-bottom: 15px;
}

.shop-details .product-discription .review-content .single-review .image-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.shop-details .product-discription .review-content .single-review .image-list li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.shop-details .product-discription .review-content .single-review .image-list li img {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid hsl(var(--border-color));
}

.shop-details .product-discription .review-content .single-review .image-list li:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .review-content .single-review .reply-review {
    margin-left: 80px;
    margin-top: 30px;
}

.shop-details .product-discription .review-content .customer-review .form-inner .form-group .upload-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-details .product-discription .review-content .customer-review .form-inner .upload-field input {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 999;
}

.shop-details .product-discription .review-content .customer-review .form-inner .form-group .upload-box .upload-content i {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: hsl(var(--heading-color));
    margin-bottom: 10px;
}

.shop-details .product-discription .review-content .customer-review .form-inner .form-group .upload-box .upload-content span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: hsl(var(--heading-color));
}

.shop-details .product-discription .review-content .customer-review h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
}

.shop-details .product-discription .review-content .customer-review .rating-box p {
    color: hsl(var(--heading-color));
    margin-bottom: 10px;
}

.shop-details .product-discription .review-content .customer-review .rating-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li {
    position: relative;
    margin-right: 42px;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #bdbdbd;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li button i {
    margin-right: 8px;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li button:hover,
.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li button:active,
.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li button:focus {
    color: #f5b020;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li:before {
    position: absolute;
    content: "";
    background: #d9d9d9;
    width: 1px;
    height: 16px;
    top: 5px;
    right: -22px;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li:last-child:before {
    display: none;
}

.shop-details .product-discription .review-content .form-inner .form-group {
    position: relative;
    margin-bottom: 22px;
}

.shop-details .product-discription .review-content .form-inner .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: hsl(var(--heading-color));
    margin-bottom: 4px;
}

.shop-details .product-discription .review-content .form-inner .form-group input[type=text],
.shop-details .product-discription .review-content .form-inner .form-group input[type=email],
.shop-details .product-discription .review-content .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px dashed #e5e5e5;
    border-radius: 55px;
    background: #fff;
    font-size: 16px;
    color: hsl(var(--heading-color));
    padding: 10px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-details .product-discription .review-content .check-box label:before {
    top: 5px;
}

.shop-details .product-discription .review-content .form-inner .form-group textarea {
    height: 150px;
    resize: none;
    border-radius: 20px;
}

.shop-details .product-discription .specification-content .specification-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.shop-details .product-discription .specification-content .specification-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: hsl(var(--heading-color));
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .shop-details .product-discription .specification-content .specification-list li {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.shop-details .product-discription .specification-content .specification-list li:last-child {
    border-bottom: none;
}

.shop-details .product-discription .specification-content .specification-list li strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    width: 300px;
    padding: 12px 0px;
    padding-left: 30px;
    margin-right: 40px;
    border-right: solid 5px #fdf7f9;
}

.shop-details .product-discription .specification-content .specification-list li .value {
    flex-grow: 1;
}

@media screen and (max-width: 991px) {
    .shop-details .product-discription .specification-content .specification-list li strong {
        width: 150px;
        font-size: 14px;

    }
}

.shop-details .product-discription .specification-content .specification-list li:nth-child(odd) {
    background: #fff;
}

.shop-details .group-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.shop-details .group-title h3 {
    display: block;
    font-size: 28px;
    line-height: 38px;
}

/** rtl-css **/
.rtl .product-details-content .content-box .color-list li {
    margin-right: 0px;
    margin-left: 6px;
}

.rtl .product-details-content .content-box .color-list .check-box label:after {
    right: inherit;
    left: -3px;
    top: -1px;
}

.rtl .product-details-content .content-box .size-list li {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .product-details-content .addto-cart-box ul li {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
}

.rtl .shop-details .product-discription .tab-btns li {
    float: right;
    margin-right: 0px;
    margin-left: 50px;
}

.rtl .shop-details .product-discription .review-content .single-review .upper-box .info-box .image {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .shop-details .product-discription .review-content .single-review .upper-box .option-btn li {
    margin-right: 0px;
    margin-left: 30px;
}

.rtl .shop-details .product-discription .review-content .single-review .upper-box .option-btn li button {
    margin-right: 0px;
    margin-left: 7px;
}

.rtl .shop-details .product-discription .review-content .single-review .image-list li {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li {
    margin-right: 0px;
    margin-left: 42px;
}

.rtl .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li:before {
    right: inherit;
    left: -22px;
}

.rtl .shop-details .product-discription .specification-content .specification-list li strong {
    margin-right: 0px;
    margin-left: 40px;
    text-align: right;
    padding-right: 30px;
    border-left: solid 5px #fdf7f9;
    border-right: none;
}

.rtl .product-details-content .content-box .cs-countdown .count-col {
    margin-right: 0px;
    margin-left: 16px;
}

.rtl .product-details-content .content-box .cs-countdown .count-col:before {
    right: inherit;
    left: -10px;
}

/** responsive-css **/
@media only screen and (max-width: 1200px) {
    .product-details-content .content-box {
        margin: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .product-details-content .content-box {
        margin-top: 30px;
    }

    .shop-details .related-product .shop-block-one {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .shop-details .related-product .shop-block-one {
        width: 100%;
    }

    .shop-details .product-discription .specification-content .specification-list li {
        padding: 12px 30px;
    }

    .shop-details .product-discription .specification-content .specification-list li strong {
        background: transparent;
        padding: 0px !important;
        width: auto;
        margin-right: 30px;
        border: none !important;
    }

    .shop-details .product-discription .tab-btns li {
        padding-top: 15px;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner {
        display: block;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list {
        margin: 0px !important;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list:before {
        display: none;
    }

    .product-details-content .content-box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .shop-details {
        padding-bottom: 70px;
    }

    .shop-details .product-discription .review-content .single-review .upper-box {
        display: block;
    }

    .shop-details .product-discription .review-content .single-review .upper-box .info-box {
        margin-bottom: 15px;
    }
}


@media only screen and (max-width: 575px) {
    .shop-details .product-discription .tab-btns li {
        padding-top: 8px;
    }

    .shop-details .product-discription .specification-content .specification-list li {
        padding: 12px;
    }
}

@media only screen and (max-width: 599px) {
    .product-details-content .addto-cart-box ul li {
        margin-bottom: 15px;
    }

    .product-details-content .slider-content .thumb-box li a {
        width: 65px;
        height: 65px;
    }

    .product-details-content .other-option li strong,
    .product-details-content .content-box .discription-box li strong {
        width: auto;
        margin-right: 20px;
    }

    .shop-details.style-two .product-details-content .image-inner {
        padding-left: 0px;
    }

    .shop-details.style-two .product-details-content .image-inner .slider-pager {
        position: relative;
    }

    .shop-details.style-two .product-details-content .slider-content .thumb-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5px;
    }

    .shop-details.style-two .product-details-content .slider-content .thumb-box li {
        margin-right: 5px;
    }

    .shop-details.style-two .product-details-content .slider-content .thumb-box li a {
        width: 50px;
        height: 50px;
    }

    .product-details-content .image-inner {
        padding-left: 80px;
    }

    .product-details-content .bx-viewport {
        min-height: 300px !important;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list {
        display: block;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li {
        margin: 0px !important;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li:before {
        display: none;
    }

    .shop-details .product-discription .tabs-content,
    .shop-details.style-two .product-discription,
    .product-details-content .content-box .discription-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .shop-details .product-discription .tab-btns {
        display: block;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 499px) {
    .shop-details .product-discription .review-content .single-review .reply-review {
        margin-left: 0px;
    }

    .product-details-content .content-box .size-list li {
        margin-right: 5px;
    }

    .shop-details .product-discription .review-content .single-review .upper-box .option-btn li {
        margin-right: 15px;
    }

    .product-details-content.style-two .slider-content .thumb-box {
        gap: 10px;
    }
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    -webkit-transform: scale(0.9, 0.9) translateY(0px);
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding-left: 18px;
    margin-bottom: 4px;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
}

.list-style-one li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0px;
    top: 10px;
    border-radius: 50%;
}

/* ================= Product increment decrement css Start ================ */
.qnty-cart-list {
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.qnty-cart-list .product-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    padding: 4px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 9999px;
}

.qnty-cart-list .product-qty__btn {
    --size: 30px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: calc(var(--size) * 0.4);
    font-weight: 600;
    border: 1px solid hsl(var(--black)/0.1);
    color: hsl(var(--black));
    background-color: hsl(var(--black)/0.06);
    flex-shrink: 0;
}

.cart__sidebar .qnty-cart-list {
     width: 160px;
}

.cart__sidebar .qnty-cart-list .product-qty__value {
    font-size: 0.75rem;
}

.cart__sidebar .qnty-cart-list .product-qty__btn {
     --size: 22px;
}

.cart__sidebar .qnty-cart-list .product-qty {
    flex-wrap: nowrap;
}

.product-qty__value {
    width: 100%;
    border: none !important;
    font-size: 0.875rem;
    color: hsl(var(--black));
    font-weight: 600;
    background-color: transparent !important;
    text-align: center;
}

.qnty-cart-list .product-qty .product-qty__value:focus {
    outline: none;
}

/** about-section **/
.about-section {
    position: relative;
}

.about-section .image-box {
    position: relative;
    display: block;
    margin-right: 117px;
    padding-right: 142px;
    padding-bottom: 35px;
}

.about-section .image-box .image-1 {
    position: relative;
    display: block;
    border-radius: 300px 300px 300px 10px;
    overflow: hidden;
}

.about-section .image-box img {
    position: relative;
    width: 100%;
}

.about-section .image-box .image-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 250px 250px 10px 250px;
}

.about-section .image-box .image-2 img {
    border-radius: 250px 250px 10px 250px;
}

.about-section .image-box .image-2:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    right: 16px;
    bottom: 16px;
    border-radius: 250px 250px 10px 250px;
}

.about-section .image-box .rotate-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 57px;
    top: 58px;
    width: 186px;
    height: 186px;
    border-radius: 50%;
    z-index: 2;
    background-color: hsl(var(--white));
}

.about-section .image-box .rotate-box .curved-circle {
    position: absolute;
    left: 93px;
    top: 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.about-section .image-box .rotate-box .icon-box img {
    display: inline-block;
    width: auto;
}

.about-section .content-box {
    position: relative;
    display: block;
}

.about-section .content-box h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}

.about-section .content-box p span {
    font-weight: 700;
}

.about-section .content-box .inner-box {
    position: relative;
    display: block;
    background: #FDF7F9;
    border-radius: 10px;
    border: dashed;
    border-width: 1px;
    border-top: solid;
    border-top-width: 3px;
    padding: 35px 40px;
}

@media only screen and (max-width: 991px) {
    .about-section .image-box {
        margin: 0px;
        margin-bottom: 30px;
    }

    .rtl .about-section .image-box {
        margin-left: 0px;
    }

    .funfact-block-one:before {
        display: none;
    }

    .about-section .content-box .inner-box {
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .about-section .content-box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-section {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 599px) {
    .about-section .image-box {
        padding: 0px;
    }

    .about-section .image-box .image-2 {
        position: relative;
        margin-top: 30px;
    }

    .about-section .content-box .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.statistics-item .count-outer {
    font-size: 32px;
}

/** contact-info-section **/
.contact-info-section {
    position: relative;
}

.contact-info-section .sec-title h2 {
    font-size: 36px;
    line-height: 42px;
}

.contact-info-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed hsl(var(--base));
    padding: 16px;
    gap: 16px;
    border-radius: 10px;
}

@media screen and (max-width: 1199px) {
    .contact-info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    .contact-info-box {
        gap: 8px;
    }
}

.contact-info-box__left {
    --size: 70px;
    width: var(--size);
    height: var(--size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background: hsl(var(--base)/0.2);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .contact-info-box__left {
        --size: 56px;
    }
}

@media screen and (max-width: 575px) {
    .contact-info-box__left {
        --size: 48px;
    }
}

.contact-info-box__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 1199px) {
    .contact-info-box__right {
        text-align: center;
    }
}

.contact-info-box__left img {
    width: calc(var(--size) * 0.5714285714);
    height: calc(var(--size) * 0.5714285714);
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.contact-info-box__right a {
    color: hsl(var(--body-color));
}

.contact-info-box__right a:hover {
    color: hsl(var(--base));
}

.contact-info-box__right h4 {
    margin-bottom: 4px;
}

@media screen and (max-width: 1199px) {
    .contact-info-box__right h4 {
        font-size: 1rem;
    }

    .contact-info-box__right p {
        font-size: 0.875rem;
    }
}

.contact-section {
    position: relative;
}


.contact-section .contact-map {
    height: 100%;
}

@media screen and (max-width: 991px) {
    .contact-section .contact-map {
        height: 300px;
    }
}

.contact-section .contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.contact-section .form-inner {
    border: 1px dashed hsl(var(--base));
    border-radius: 10px;
    padding: 24px;
}

@media screen and (max-width: 575px) {
    .contact-section .form-inner {
        padding: 16px;
    }
}

.contact-section .form-inner .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.contact-section .form-inner .form-control.form--control:focus {
    background-color: hsl(var(--white));
}

.contact-section .form-inner .form-group .theme-btn {
    color: hsl(var(--white));
    border-color: hsl(var(--white)) !important;
    padding: 8px 30px;
}

@media only screen and (max-width: 499px) {
    .info-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-block-one .inner-box .icon-box {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 15px;
    }
}

.card.custom--card.track--card {
    padding: 30px;
}

@media screen and (max-width: 575px) {
    .card.custom--card.track--card {
        padding: 30px 24px;
    }
}

.track--card .card-headings {
    text-align: center;
}

.track--card .card-title {
    margin-bottom: 8px;
}

.track--card .card-desc {
    font-size: 0.875rem;
    font-weight: 400;
    color: hsl(var(--black)/0.75);
    max-width: 530px;
    margin-inline: auto;
}

.track--card {
    border: 1px dashed hsl(var(--base));
}

.track--card .card-body {
    padding: 64px 32px;
}

@media screen and (max-width: 991px) {
    .track--card .card-body {
        padding: 48px 32px;
    }
}

@media screen and (max-width: 767px) {
    .track--card .card-body {
        padding: 32px 24px;
    }
}

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

.order-track-form {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-inline: auto;
    border: 1px solid hsl(var(--black)/0.2);
    border-radius: 8px;
    padding: 9px;
}

@media screen and (max-width: 991px) {
    .order-track-form {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .order-track-form {
        padding: 6px;
    }
}

.order-track-form:focus-within {
    border-color: hsl(var(--base));
}

.order-track-form .form--control {
    border: none;
    padding: 0px 0px 0px 6px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 575px) {
    .order-track-form .form--control {
        padding: 0px 0px 0px 3px;
    }
}

.order-track-form .btn {
    white-space: nowrap;
    padding: 11px 40px;
}

@media screen and (max-width: 575px) {
    .order-track-form .btn {
        padding: 11px 32px;
    }
}

@media screen and (max-width: 374px) {
    .order-track-form .btn {
        padding: 11px 24px;
    }
}

.order-track-step {
    height: 100%;
    padding: 20px 16px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsl(var(--border-color));
    border-radius: 4px;
    gap: 16px;
}

@media screen and (max-width: 575px) {
    .order-track-step {
        height: 100%;
        padding: 16px;
    }
}

.order-track-step__icon {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
    font-size: calc(var(--size) * 0.6);
}

@media screen and (max-width: 575px) {
    .order-track-step__icon {
        --size: 40px;
    }
}

.order-track-step__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}

.order-track-step__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 4px;
}

@media screen and (max-width: 575px) {
    .order-track-step__title {
        font-size: 1.125rem;
    }
}

.order-track-step__desc {
    font-size: 0.875rem;
    font-weight: 400;
}

.order-track-step.active {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)/0.05);
}

.order-track-step.active .order-track-step__icon {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.order-track-step.active .order-track-step__icon i::before {
    content: "\f00c";
}

.order-status {
    max-width: 400px;
    text-align: center;
}

.order-status i {
    font-size: 40px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid hsl(var(--danger));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
    color: hsl(var(--danger));
}

/* newly added */
.text--white {
    color: hsl(var(--white)) !important;
}




.share-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 10px;
}

.share-list a {
    display: grid;
    gap: 5px;
}

.share-list a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 auto;
    color: hsl(var(--white));
    font-size: 14px;
}

.share-list a span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: hsl(var(--heading-color))
}

.sheer_link {
    display: flex;
    align-items: center;
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;
    padding: 5px 5px 5px 10px;
    margin: 25px 10px 15px;
}

.sheer_link:has([readonly], :disabled, .disabled) {
    background-color: hsl(var(--black)/0.15);
}


.facebook-i i {
    background-color: #1877f2;
}

.twitter-i i {
    background-color: #1da1f2;
}

.linkedin-i i {
    background-color: #0a66c2;
}

.pinterest-i i {
    background-color: #bd081c;
}

.whatsapp-i i {
    background-color: #25d366;
}

.youtube-i i {
    background-color: #cd201f;
}

.messenger-i i {
    background-color: #0099ff;
}

.instagram-i i {
    background-color: #e4405f;
}

/* Responsive for xsm-screen (you can replace max-width with your actual breakpoint) */
@media (max-width: 575px) {
    .share-list {
        gap: 7px;
        row-gap: 16px;
    }

    .share-list a span {
        font-size: 12px;
    }
}


.group-product-item__wrapper {
    max-width: 620px;
    overflow: auto;
}

@media screen and (max-width: 991px) {
    .group-product-item__wrapper {
    max-width: 100%;
    }
}

.group-product-item {
    min-width: 450px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.group-product-item__col {
    flex: 1 1 100%;
    text-align: center;
}

.group-product-item__col:first-child {
    text-align: left;
}

.group-product-item__col:last-child {
    text-align: right;
}

.group-product-item__col .qnty-cart-list {
    margin-left: auto;
}

.group-product-item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
    .group-product-item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    }
}
/* @media screen and (max-width: 575px) {
    .group-product-item {
        flex-direction: column;
        align-items: start !important;
    }
} */

.group-product-item:last-child {
    border: none !important;
    padding-bottom: 0px;
}

.group-product-item .btn-sm {
    padding: 10px 20px !important;
    font-size: 14px;
}

.grouped-product-qty {
    max-width: 200px;
}

.product-details-info__available .radio {
    display: flex;
    gap: 10px;
}

.wishlist-btn .remove {
    display: none;
}

.wishlist-btn.active .remove {
    display: block;
}

.wishlist-btn.active .add {
    display: none;
}

.product-details-info__available {
    margin-bottom: 24px;
}

.product-details-info__available .color {
    width: fit-content;
    line-height: 80%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-item-bottom__content {
    width: 100%;
}

.cart-item-bottom__content .label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 12px;
}

.rating-modal .review-upload-file {
    min-height: 100px;
}

@media screen and (max-width:1199px) {
    .menu-box__body .custom-dropdown::after {
        right: 10px;
        font-size: 0.8125rem;
    }

    .menu-box__body .custom-dropdown {
        width: 115px;
        padding: 12.5px;
        border-radius: 6px;
        border: 1px solid hsl(0deg 0% 90% / 10%);
        margin-bottom: 19px;
        margin-left: 0;
    }

}

.product-details__color-box.attribute-selector {
    --size: 30px;
    --color: #000000;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    padding: 0px;
    border: 1px solid hsl(var(--border-color));
    transition: all 0.2s;
}

.product-details__color-box.attribute-selector::before{
    content: '';
    width: calc(var(--size) - 6px);
    height: calc(var(--size) - 6px);
    display: inline-block;
    border-radius: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color);
}
.product-details__color-box.attribute-selector.selected::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: calc(var(--size) * 0.45);
    color: white;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.owl-carousel .owl-stage {
    display: flex;
}

.price-range input[type=number]::-webkit-inner-spin-button,
.price-range input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: auto;
}


.deals-section .owl-carousel .owl-stage-outer .owl-item {
    padding-inline: 4px;
}

.promo-code-form .form-control.form--control::placeholder {
    color: hsl(var(--black)/0.5);
    font-size: 0.875rem;
}