/*-----------------------------------------------------------------------------------

 * Template : Pet Shop & Food Ecommerce HTML Template
* Author : ViserLab
* Author URI : https://viserlab.com/ 
* Version: 1.0

-----------------------------------------------------------------------------------
/* ==============================================
                Table of Content
 ============================================== 

// =================== Home One Sections Css  ===========
01. Banner Css
---------------------------
02. Offer Css
---------------------------
03. Product Css
---------------------------
04. Deal Css
---------------------------
05. Arrival Css
---------------------------
06. New offer Css
---------------------------
07. Testimonial Css
---------------------------
08. Clients Css
---------------------------
09. Blog Css
---------------------------
10. Feature Css
---------------------------
11. About Css
---------------------------
12. Choose us Css
---------------------------
13. Check Out Css
----------------------
14. Contact Form Css
---------------------------
// =================== Home Two Sections Css  ===========
15. Top Header two Css
---------------------------
16. Header two Css
---------------------------
17. Banner two Css
--------------------------
18. Category Css
---------------------------
19. Feature product Css
---------------------------
20. Add Css
---------------------------
21. Testimonials two Css
---------------------------
22. News post Css
------------------------
23. Add two Css

------------------------
24. Product category Section Css
------------------------
25. Product detail Section Css
------------------------
26. Gallery Css
------------------------
27. Blog two Css
------------------------
28. Not found Css

------------------------
29. blog details Css
------------------------
30. contact Css
------------------------
31. Account Css
------------------------
*/
/* ------------------------------------
    15. variable css
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&family=Pacifico&family=Roboto:wght@300;400;500&display=swap");

:root {
    --heading-font: "Noto Sans Georgian", "Nunito", sans-serif;
    --title-font: "Noto Sans Georgian", "Pacifico", cursive;
    --body-font: "Noto Sans Georgian", "Roboto", sans-serif;
    --heading-one: clamp(1.5rem, 2.8vw + 1rem, 4.75rem);
    --heading-two: clamp(1.5rem, 1.7vw + 1rem, 2.875rem);
    --heading-three: clamp(1.375rem, .8vw + 1rem, 2.25rem);
    --heading-four: clamp(1.125rem, .5vw + 1rem, 1.5rem);
    --heading-five: clamp(1.0625rem, .3vw + 1rem, 1.125rem);
    --heading-six: 1rem;
    --white: 0 0% 100%;
    --light-h: 0;
    --light-s: 0%;
    --light-l: 78%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --black-h: 0;
    --black-s: 0%;
    --black-l: 20%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --heading-color: var(--black);
    --body-color: 0 0% 47%;
    --border-color: 0 0% 88%;
    --body-background: 214 100% 99%;
    --section-bg: 208 100% 97%;
    --section-bg-two: 0 16% 94%;
    --heading-bg: 30 100% 97%;
    --footer-two-bg: 190 100% 94%;
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) /.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) /.05);
    --red: 11 95% 49%;
    --green-two: 137 87% 42%;
    --blue-two: 241 100% 68%;
    --yellow-two: 45 100% 68%;
    --base-h: 358;
    --base-s: 25%;
    --base-l: 40%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-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);
    --background-gradient: linear-gradient(45deg, hsl(var( --base)), hsl(var(--base-two)));
    --base-three-h: 180;
    --base-three-s: 58%;
    --base-three-l: 48%;
    --base-two-h: 182;
    --base-two-s: 100%;
    --base-two-l: 37%;
    --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.05);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --dark-h: 0;
    --dark-s: 0%;
    --dark-l: 20%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-d-600: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.6);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    --dark-l-600: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.6);
    --primary-h: 254;
    --primary-s: 100%;
    --primary-l: 73%;
    --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-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
    --secondary-h: 210;
    --secondary-s: 11%;
    --secondary-l: 71%;
    --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-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
    --success-h: 115;
    --success-s: 100%;
    --success-l: 47%;
    --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-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --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-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
    --warning-h: 29;
    --warning-s: 88%;
    --warning-l: 59%;
    --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-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --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-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);
    --violet-h: 251;
    --violet-s: 96%;
    --violet-l: 63%;
    --violet: var(--violet-h) var(--violet-s) var(--violet-l);
    --violet-d-100: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.1);
    --violet-d-200: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.2);
    --violet-d-300: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.3);
    --violet-d-400: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.4);
    --violet-d-500: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.5);
    --violet-l-100: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.1);
    --violet-l-200: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.2);
    --violet-l-300: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.3);
    --violet-l-400: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.4);
    --violet-l-500: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.5);
    --violet-l-600: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.6);
    --yellow-h: 50;
    --yellow-s: 100%;
    --yellow-l: 50%;
    --yellow: var(--yellow-h) var(--yellow-s) var(--yellow-l);
    --yellow-d-100: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.1);
    --yellow-d-200: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.2);
    --yellow-d-300: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.3);
    --yellow-d-400: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.4);
    --yellow-d-500: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.5);
    --yellow-l-100: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.1);
    --yellow-l-200: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.2);
    --yellow-l-300: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.3);
    --yellow-l-400: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.4);
    --yellow-l-500: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.5);
    --yellow-l-600: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.6);
    --green-h: 91;
    --green-s: 51%;
    --green-l: 51%;
    --green: var(--green-h) var(--green-s) var(--green-l);
    --orange-h: 41;
    --orange-s: 97%;
    --orange-l: 53%;
    --orange: var(--orange-h) var(--orange-s) var(--orange-l);
    --purple-h: 230;
    --purple-s: 48%;
    --purple-l: 41%;
    --purple: var(--purple-h) var(--purple-s) var(--purple-l);
    --blue-h: 189;
    --blue-s: 100%;
    --blue-l: 85%;
    --blue: var(--blue-h) var(--blue-s) var(--blue-l);
    --pink-h: 348;
    --pink-s: 98%;
    --pink-l: 68%;
    --pink: var(--pink-h) var(--pink-s) var(--pink-l);
}

/* ------------------------------------
    15. typography  css
---------------------------------------*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: var(--heading-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--body-background));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

p {
    font-family: var(--body-font);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
}

span {
    display: inline-block;
}

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

@media screen and (max-width: 767px) {
    h1,
h2,
h3,
h4,
h5,
h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: var(--heading-one);
    font-weight: 700;
}

h2 {
    font-size: var(--heading-two);
    font-weight: 600;
}

h3 {
    font-size: var(--heading-three);
    font-weight: 500;
}

h4 {
    font-size: var(--heading-four);
    font-weight: 500;
}

h5 {
    font-size: var(--heading-five);
    font-weight: 500;
}

h6 {
    font-size: var(--heading-six);
    font-weight: 500;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-weight: 600;
    transition: 0.2s linear;
    line-height: 1.4;
    word-break: break-word;
    color: hsl(var(--heading-color));
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--body-color));
}

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

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

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

select {
    cursor: pointer;
}

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

*:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
}

button:focus {
    outline: none;
}

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

/* ------------------------------------
     global css
---------------------------------------*/
.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

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

.section-heading__subtitle {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--title-font);
    margin-bottom: 10px;
    color: hsl(var(--base));
}

.section-heading__title {
    position: relative;
    padding-bottom: 20px;
    font-weight: 900;
    margin-bottom: 0;
    color: hsl(var(--black));
}

.section-heading__title.style-two {
    position: relative;
}

.section-heading__title.style-two::before {
    position: absolute;
    content: "";
    left: 48%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-two::before {
        left: 47%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-two::before {
        left: 46.5%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-two::before {
        left: 45.5%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-two::before {
        left: 44%;
    }
}

.section-heading__title.style-two::after {
    position: absolute;
    content: "";
    right: 47%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-two::after {
        right: 46%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-two::after {
        right: 45%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-two::after {
        right: 43%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-two::after {
        right: 40%;
    }
}

.section-heading__title.style-three::before {
    position: absolute;
    content: "";
    left: 48%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-three::before {
        left: 47%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-three::before {
        left: 46.5%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-three::before {
        left: 45.5%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-three::before {
        left: 44%;
    }
}

.section-heading__title.style-three::after {
    position: absolute;
    content: "";
    right: 47%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-three::after {
        right: 46%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-three::after {
        right: 45%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-three::after {
        right: 43%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-three::after {
        right: 40%;
    }
}

.section-heading__title.style-four {
    position: relative;
}

.section-heading__title.style-four::before {
    position: absolute;
    content: "";
    left: 47%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-four::before {
        left: 46.5%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-four::before {
        left: 46%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-four::before {
        left: 45.5%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-four::before {
        left: 44%;
    }
}

.section-heading__title.style-four::after {
    position: absolute;
    content: "";
    right: 46%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-four::after {
        right: 45%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-four::after {
        right: 44%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-four::after {
        right: 42%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-four::after {
        right: 40%;
    }
}

.section-heading__bars {
    width: 3px;
    height: 15px;
    border-radius: 5px;
    background-color: hsl(var(--base));
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.section-heading__bars.style-two {
    left: 26px;
}

.section-heading__bars.style-three {
    background-color: hsl(var(--white));
}

.section-heading__bars.style-three::before {
    background-color: hsl(var(--white));
}

.section-heading__bars.style-three::after {
    background-color: hsl(var(--white));
}

.section-heading__bars::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 6px;
    width: 3px;
    height: 10px;
    border-radius: 5px;
    background-color: hsl(var(--base));
    transform: translateY(-50%);
}

.section-heading__bars::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 6px;
    width: 3px;
    height: 10px;
    border-radius: 5px;
    background-color: hsl(var(--base));
    transform: translateY(-50%);
}

.section-heading__desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: hsl(var(--white));
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 400;
}

.section-heading__btn {
    margin-top: 35px;
}

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

.section-heading.style-two .section-heading__title::before {
    left: 6px;
}

.section-heading.style-two .section-heading__title::after {
    left: 47px;
}

.section-heading.style-three {
    margin-bottom: 40px;
}

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

@media screen and (max-width: 575px) {
    .section-heading.style-three {
        margin-bottom: 20px;
    }
}

.section-heading.style-three .section-heading__title {
    padding-bottom: 0;
}

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

.slick-initialized.slick-slider .slick-track {
    display: flex;
}

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

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

.slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    border: 1px solid hsl(var(--black)/0.5);
    color: hsl(var(--white));
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: transparent;
    color: hsl(var(--black)/0.5);
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 35px;
        height: 35px;
    }
}

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

.slick-next {
    left: 0px;
    bottom: -70px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        left: 0px;
        bottom: -70px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        left: 5px;
        bottom: -50px;
    }
}

.slick-prev {
    left: 60px;
    bottom: -70px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: 60px;
        bottom: -70px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 50px;
        bottom: -50px;
    }
}

.latest-blog-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid hsl(var(--black)/0.5);
    color: hsl(var(--white));
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: transparent;
    color: hsl(var(--black)/0.5);
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .latest-blog-slider .slick-arrow {
        width: 35px;
        height: 35px;
    }
}

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

.latest-blog-slider .slick-next {
    right: 10px !important;
    left: auto;
}

@media screen and (max-width: 575px) {
    .latest-blog-slider .slick-next {
        right: 0px;
    }
}

.latest-blog-slider .slick-prev {
    left: 10px;
}

@media screen and (max-width: 767px) {
    .latest-blog-slider .slick-prev {
        left: 0px;
    }
}

.latest-blog-slider .slick-dots {
    text-align: center;
    padding-top: 20px;
}

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

.latest-blog-slider .slick-dots li button {
    background-color: hsl(var(--base)/0.2);
    width: 20px;
    height: 10px;
    border-radius: 40px;
    margin: 0 3px;
    text-indent: -9999px;
    transition: all 0.3s linear;
}

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

.section-heading-two {
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 424px) {
    .section-heading-two {
        margin-bottom: 30px;
    }
}

.section-heading-two__icon {
    margin-bottom: 10px;
}

.section-heading-two__icon img {
    width: 100%;
    max-width: 40px;
}

.section-heading-two__title-wrapper {
    position: relative;
    z-index: 1;
}

.section-heading-two__title-wrapper::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
    background-color: hsl(var(--black)/0.1);
    z-index: -1;
}

.section-heading-two__title {
    font-weight: 900;
    color: hsl(var(--black));
    background-color: hsl(var(--body-background));
    padding: 0 30px;
    display: inline-block;
    margin-bottom: 0;
}

@media screen and (max-width: 424px) {
    .section-heading-two__title {
        padding: 0 10px;
    }
}

.section-heading-two__title.style-two {
    background-color: hsl(var(--heading-bg));
}

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

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

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

.section-bg-two {
    background-color: #fff7f0;
}

.full-display {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-img-two {
    height: 70%;
}

@media screen and (max-width: 575px) {
    .bg-img-two {
        height: 100%;
    }
}

.bg-overlay {
    position: relative;
    isolation: isolate;
}

.bg-overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black));
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-overlay-one {
    position: relative;
    isolation: isolate;
}

.bg-overlay-one::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black));
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-overlay-two {
    position: relative;
    isolation: isolate;
}

.bg-overlay-two::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--base));
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body.scroll-hidden {
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: hidden;
    width: calc(100% - 8px);
}

body.scroll-hidden .header {
    right: 8px;
}

body.scroll-hidden .header.fixed-header {
    padding-right: 8px;
}

/* ------------------------------------
     bg color css
---------------------------------------*/
.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--violet {
    background-color: hsl(var(--violet)) !important;
}

/* ------------------------------------
     color css
---------------------------------------*/
.text--base {
    color: hsl(var(--base)) !important;
}

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

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

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

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

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

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

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

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

/* ------------------------------------
    margin  css
---------------------------------------*/
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

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

.mt-80 {
    margin-top: 40px;
}

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

.mb-80 {
    margin-bottom: 40px;
}

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

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

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

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

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

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

@media (min-width: 992px) {
    .mb-40 {
        margin-bottom: 40px;
    }
}
/* ------------------------------------
     padding css
---------------------------------------*/
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-md-30 {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .py-md-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
/* ------------------------------------
     border css
---------------------------------------*/
.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--violet {
    border-color: hsl(var(--violet)) !important;
}

/* ------------------------------------
     accordion css
---------------------------------------*/
.custom--accordion .accordion-item {
    border: 1px solid transparent;
    background-color: hsl(var(--white)) !important;
    border-radius: 5px;
    overflow: hidden;
}

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

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

.custom--accordion .accordion-body .text {
    max-width: 60%;
    color: hsl(var(--body-color));
}

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

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

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

.custom--accordion .accordion-button {
    background-color: hsl(var(--white));
    color: var(--heading-color);
    font-weight: 700;
    font-family: var(--heading-font);
    font-size: 18px;
    padding: 20px;
}

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

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

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

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

.custom--accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f106";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 15px;
    font-size: 18px;
    color: hsl(var(--black));
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
        right: -13px;
        font-size: 14px;
    }
}

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

/* ------------------------------------
     button css
---------------------------------------*/
button {
    border: none;
    transition: 0.2s linear;
}

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

.btn {
    color: hsl(var(--white));
    font-weight: 500;
    padding: 14px 20px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid transparent;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 10px 15px;
    }
}

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

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

.btn:hover, .btn:focus {
    color: hsl(var(--white));
    border-color: transparent;
}

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

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

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

.btn--sm {
    padding: 8px 20px;
    font-size: 16px;
}

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

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0;
}

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

.btn--base:hover, .btn--base:focus {
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
}

.btn--base.pill {
    border-radius: 35px;
}

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

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

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

.btn--base-two:hover, .btn--base-two:focus {
    background-color: transparent;
    border: 1px solid hsl(var(--base-two));
    color: hsl(var(--base-two));
}

.btn--base-two.pill {
    border-radius: 35px;
}

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

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

.btn--simple__icon {
    font-size: 13px;
    margin-left: 5px;
}

.btn--white {
    background-color: transparent;
    border: 1px solid hsl(var(--dark)/0.2);
    color: hsl(var(--dark));
}

.btn--white:hover, .btn--white:focus {
    background-color: hsl(var(--base));
    border: 1px solid transparent;
    color: hsl(var(--white));
}

.btn--white.pill {
    border-radius: 35px;
}

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

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

.btn--white-solid {
    background-color: hsl(var(--white));
    color: hsl(var(--base));
    font-family: var(--heading-font);
    font-weight: 700;
}

.btn--white-solid:hover, .btn--white-solid:focus {
    background-color: hsl(var(--white));
    color: hsl(var(--base));
}

.btn--white-solid.pill {
    border-radius: 35px;
}

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

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

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

.btn--primary:hover, .btn--primary:focus {
    background-color: hsl(var(--primary-d-100));
}

.btn--primary.pill {
    border-radius: 35px;
}

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

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

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

.btn--secondary:hover, .btn--secondary:focus {
    background-color: hsl(var(--secondary-d-100));
}

.btn--secondary.pill {
    border-radius: 35px;
}

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

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

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

.btn--success:hover, .btn--success:focus {
    background-color: hsl(var(--success-d-100));
}

.btn--success.pill {
    border-radius: 35px;
}

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

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

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

.btn--danger:hover, .btn--danger:focus {
    background-color: hsl(var(--danger-d-100));
}

.btn--danger.pill {
    border-radius: 35px;
}

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

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

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

.btn--warning:hover, .btn--warning:focus {
    background-color: hsl(var(--warning-d-100));
}

.btn--warning.pill {
    border-radius: 35px;
}

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

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

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

.btn--info:hover, .btn--info:focus {
    background-color: hsl(var(--info-d-100));
}

.btn--info.pill {
    border-radius: 35px;
}

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

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

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

.btn--dark:hover, .btn--dark:focus {
    background-color: hsl(var(--dark-d-100));
}

.btn--dark.pill {
    border-radius: 35px;
}

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

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

.btn--violet {
    background-color: hsl(var(--violet));
}

.btn--violet:hover, .btn--violet:focus {
    background-color: hsl(var(--violet-d-100));
}

.btn--violet.pill {
    border-radius: 35px;
}

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

.btn--violet.outline:hover, .btn--violet.outline:focus {
    background-color: hsl(var(--violet));
    color: hsl(var(--white));
}

/* ------------------------------------
     card css
---------------------------------------*/
.custom--card {
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--white));
    border: transparent;
}

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

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

.custom--card .card-body__icon {
    font-size: 26px;
    color: hsl(var(--white));
}

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

/* ------------------------------------
     form css
---------------------------------------*/
.form--label {
    margin-bottom: 6px;
    font-size: 16px;
    color: hsl(var(--black)/0.9);
    font-weight: 400;
    font-family: var(--heading-font);
}

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

.form--control {
    border-radius: 6px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 15px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.09);
    color: hsl(var(--black));
    line-height: 1;
}

.form--control.style-two {
    border: 0;
}

.form--control::placeholder {
    color: hsl(var(--body-color)/0.8);
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
}

.form--control:focus {
    border-radius: 4px;
    color: hsl(var(--black));
    box-shadow: none;
    border-color: hsl(var(--black)/0.3) !important;
    background-color: hsl(var(--white));
}

.form--control:disabled, .form--control[readonly] {
    background-color: hsl(var(--base-two-d-200));
    opacity: 1;
    border: 0;
}

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

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

.form--control[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

textarea.form--control {
    height: 150px;
    padding: 15px;
    font-size: 16px;
    color: hsl(var(--black)/0.7);
    font-weight: 400;
}

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(--black)) !important;
}

.input--group {
    position: relative;
}

.input--icon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

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

#send-amount input[type=file] {
    color: hsl(var(--base));
    cursor: pointer;
}

input #send-amount::file-selector-button {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

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

.select {
    color: hsl(var(--black)/0.6);
    border-color: hsl(var(--black)/0.04);
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.09);
}

.select:focus {
    border-color: hsl(var(--black)/0.3);
}

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

.form--check {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

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

.form--check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid hsl(var(--black)/0.7);
}

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

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

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

.form--check .form-check-label {
    width: calc(100% - 13px);
    padding-left: 15px;
    font-size: 14px;
    color: hsl(var(--black)/0.9);
    font-family: var(--body-font);
    font-weight: 400;
}

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

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

.form--radio.style-two {
    text-align: right;
}

.form--radio.style-two .form-check-label {
    margin-right: 10px;
}

.form--radio .form-check-input {
    box-shadow: none;
    border: 1px solid hsl(var(--base)/0.7);
    position: relative;
    margin-right: 10px;
}

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

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

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

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

.form--radio .form-check-label {
    color: hsl(var(--black)/0.9);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    width: unset;
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--base-two)/0.5) !important;
    padding: 12px 30px !important;
    margin-left: 0;
    margin-bottom: 5px;
}

.form--switch .form-check-input:focus {
    width: unset;
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background-color: hsl(var(--base-two));
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base));
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 25px);
}

.form-check.form--switch {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.form-check.form--switch .form-check-label {
    margin-right: 10px;
    color: hsl(var(--white));
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--black)/0.99);
    font-family: var(--heading-font);
}

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
    filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

/* ------------------------------------
     pagination css
---------------------------------------*/
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 25px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 10px;
    }
}

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

.pagination .page-item .page-link {
    border: transparent;
    margin: 0 5px;
    border-radius: 5px;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--body-color));
    background-color: hsl(var(--base)/0.15);
    font-weight: 400;
    font-family: var(--body-font);
    padding: 0;
    font-size: 16px;
}

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

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

/* ------------------------------------
    15. table css
---------------------------------------*/
.customer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .customer {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 50px;
    height: 60px;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer__content {
    width: calc(100% - 65px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .customer__content {
        text-align: right;
        padding-left: 0;
    }
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 0;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    font-size: 16px;
    color: hsl(var(--black));
    font-weight: 400;
    font-family: var(--body-font);
}

@media screen and (max-width: 424px) {
    .customer__name {
        text-align: right;
        font-size: 15px;
    }
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.delete-icon {
    font-size: 23px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background-color: hsl(var(--danger)/0.15);
    color: hsl(var(--danger));
}

.delete-icon:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--danger));
}

.table {
    margin: 0;
    font-size: 16px;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.table thead tr {
    margin-bottom: 20px !important;
}

.table thead tr th {
    background-color: hsl(var(--white));
    text-align: center;
    font-size: 15px;
    padding: 22px;
    color: hsl(var(--black)/0.8);
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    font-size: 16px;
    margin-bottom: 20px !important;
}

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

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

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

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

.table tbody {
    border: 0 !important;
}

.table tbody tr {
    background-color: hsl(var(--white));
    margin-bottom: 50px !important;
}

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

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

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    max-width: 170px;
    font-size: 16px;
}

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

.table tbody tr td:first-child {
    text-align: left;
    font-size: 14px;
}

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

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

    .table--responsive--md tbody tr {
        display: block;
        border: 1px solid rgba(222, 222, 222, 0.478);
        border-radius: 5px;
    }

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

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

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

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

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black)/0.7);
    }
}

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

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

    .table--responsive--lg tbody tr {
        display: block;
        border: 1px solid rgba(222, 222, 222, 0.478);
        border-radius: 5px;
    }

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

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

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

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

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

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black)/0.7);
    }
}

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

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

    .table--responsive--xl tbody tr {
        display: block;
        border: 1px solid rgba(222, 222, 222, 0.478);
        border-radius: 5px;
    }

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

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

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

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

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black)/0.7);
    }
}

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

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

    .table--responsive--xxl tbody tr {
        display: block;
        border: 1px solid rgba(222, 222, 222, 0.478);
        border-radius: 5px;
    }

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

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

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

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

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black)/0.7);
    }
}

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

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

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

.table thead tr th {
    text-align: left;
}

.table thead tr th:last-child {
    text-align: right;
}

/* ------------------------------------
     tab css
---------------------------------------*/
.custom--tab {
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 40px;
}

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

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 5px;
}

@media screen and (max-width: 424px) {
    .custom--tab .nav-item {
        padding: 3px;
    }
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--black));
    padding: 8px 25px;
    background-color: transparent !important;
    border-radius: 30px;
    transition: 0.4s;
    font-size: 18px;
    text-align: center;
    font-family: var(--heading-font);
    font-weight: 600;
    border: 1px solid hsl(var(--black)/0.08) !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px !important;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .custom--tab .nav-item .nav-link {
        padding: 8px 10px !important;
        font-size: 15px;
    }
}

@media screen and (max-width: 374px) {
    .custom--tab .nav-item .nav-link {
        font-size: 14px;
        padding: 8px 13px !important;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

.tab-desc {
    font-size: 16px;
    color: hsl(var(--body-color));
    font-weight: 300 !important;
}

@media screen and (max-width: 424px) {
    .tab-desc {
        font-size: 14px;
        font-weight: 400 !important;
    }
}
/* ------------------------------------
     badge css
---------------------------------------*/
.badge {
    border-radius: 30px;
    padding: 3px 10px;
    font-size: 14px;
    font-family: var(--heading-font);
    font-weight: 600;
}

.badge--base {
    background-color: hsl(var(--base)) !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.badge--base-two {
    background-color: hsl(var(--base-two)) !important;
    border: 1px solid hsl(var(--base-two)) !important;
    color: hsl(var(--white)) !important;
}

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

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

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

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

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

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

.badge--violet {
    background-color: hsl(var(--violet)/0.1) !important;
    border: 1px solid hsl(var(--violet)) !important;
    color: hsl(var(--violet)) !important;
}

/* ------------------------------------
     range slider css
---------------------------------------*/
.custom--range__content {
    display: flex;
    flex-wrap: wrap;
    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(--white)) !important;
    border: 2px solid hsl(var(--base)) !important;
    border-radius: 50%;
}

/* ------------------------------------
     header css
---------------------------------------*/
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo {
        order: -1;
    }
}

.navbar-brand.logo img {
    height: 100%;
    max-width: 100%;
    max-height: 50px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 130px;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand.logo img {
        max-width: 100px;
    }
}

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

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

@media screen and (max-width: 767px) {
    .header {
        background-color: hsl(var(--base));
        z-index: 99;
        max-height: 101vh;
        overflow-y: auto;
    }

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

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

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

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

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

.navbar {
    padding: 0 !important;
}

@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 -15px;
    }

    .nav-menu .nav-item {
        position: relative;
        padding: 0 15px;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--white)) !important;
        position: relative;
        transition: 0.3s linear;
    }

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

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

    .nav-menu .nav-item .nav-link {
        font-weight: 400;
        font-size: 18px;
        font-family: var(--body-font);
        color: hsl(var(--white)) !important;
        padding: 33px 0;
        position: relative;
        cursor: pointer;
    }

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

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

    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        transition: 0.3s;
        width: 100%;
    }

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

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

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

@media (min-width: 992px) {
    .nav-menu.style-two .nav-item {
        margin: 0;
    }

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

    .nav-menu.style-two .nav-item.dropdown:hover > .nav-link {
        color: hsl(var(--base-two)) !important;
    }

    .nav-menu.style-two .nav-link {
        font-size: 16px;
        color: hsl(var(--black)/0.9) !important;
        font-weight: 400;
        font-family: var(--body-font);
    }

    .nav-menu.style-two .nav-link.active {
        color: hsl(var(--base-two)) !important;
    }

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

    .nav-menu.style-two .nav-link::before {
        background-color: hsl(var(--base-two));
        transition: 0.3s;
    }

    .nav-menu.style-two .nav-link:hover {
        color: hsl(var(--base-two)) !important;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        transform: scaleY(0);
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

    .dropdown-menu.style-two .dropdown-menu__link {
        padding: 7px 20px;
    }

    .dropdown-menu.style-two .dropdown-menu__link:focus, .dropdown-menu.style-two .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base-two)) !important;
    }

    .dropdown-menu.style-two .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .dropdown-menu.style-two .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base-two)) !important;
    }

    .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 400;
        font-size: 16px;
        transition: 0.3s;
    }

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

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

@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

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

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

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

    .nav-menu .nav-item__icon {
        font-size: 14px;
    }

    .nav-menu.style-two.nav-menu .nav-item:last-child .nav-link {
        border-bottom: 0;
    }

    .nav-menu.style-two.nav-menu .nav-link {
        color: hsl(var(--black)) !important;
        border-bottom: 1px solid hsl(var(--black)/0.1);
    }

    .nav-menu.style-two.nav-menu .nav-link:hover {
        color: hsl(var(--white));
    }

    .nav-menu.style-two.nav-menu .nav-link::before {
        display: none;
    }

    .nav-menu.style-two.nav-menu .nav-link.show[aria-expanded=true] {
        color: hsl(var(--black)) !important;
    }

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

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

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

    .nav-item:nth-last-child(2) .nav-link {
        border-bottom: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler.header-button i {
    font-size: 25px;
}

.navbar-toggler.header-button.style-two {
    color: hsl(var(--black)/0.8);
}

.header-info {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .header-info {
        order: -1;
        margin-left: auto;
    }
}

.header-info__wishlist {
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    .header-info__wishlist {
        margin-right: 20px;
    }
}

@media screen and (max-width: 575px) {
    .header-info__wishlist {
        margin-right: 10px;
    }
}

.header-info__link {
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 424px) {
    .header-info__link {
        font-size: 16px;
    }
}

.header-info__link:hover {
    color: hsl(var(--white));
}

.header-info__cart {
    margin-right: 20px;
    position: relative;
    color: hsl(var(--white));
    font-size: 25px;
}

@media screen and (max-width: 991px) {
    .header-info__cart {
        font-size: 18px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 424px) {
    .header-info__cart {
        margin-right: 12px;
    }
}

@media screen and (max-width: 575px) {
    .header-info__cart {
        margin-right: 10px;
    }
}

.header-info__cart-quantity {
    position: absolute;
    top: -4px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    color: hsl(var(--base));
    font-size: 12px;
    font-weight: 600;
    font-family: var(--body-font);
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .header-info__cart-quantity {
        top: -5px;
        right: -8px;
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
}

@media screen and (max-width: 575px) {
    .header-info__cart {
        margin-right: 10px;
    }
}

.header-info__user {
    color: hsl(var(--white));
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    .header-info__user {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .header-info__user {
        margin-right: 20px;
    }
}

@media screen and (max-width: 575px) {
    .header-info__user {
        margin-right: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .header-info.style-two .header-info__cart {
        margin-right: 5px;
    }
}

.header-info.style-two .header-info__cart-quantity {
    color: hsl(var(--white));
    background-color: hsl(var(--base-two));
}

@media screen and (max-width: 991px) {
    .header-info.style-two .header-info__cart-quantity {
        right: 8px;
    }
}

@media screen and (max-width: 575px) {
    .header-info.style-two .header-info__cart-quantity {
        right: 2px;
    }
}

.header-info.style-two .header-info__link {
    color: hsl(var(--black)/0.8);
    font-size: 22px;
}

.header-info.style-two .header-info__link:hover {
    color: hsl(var(--black)/0.8);
}

@media screen and (max-width: 991px) {
    .header-info.style-two .header-info__link {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .header-info.style-two .header-info__link {
        margin-right: 20px;
    }
}

@media screen and (max-width: 575px) {
    .header-info.style-two .header-info__link {
        margin-right: 10px;
        font-size: 15px;
    }
}

.header-categories {
    order: -2;
}

.header-category {
    font-size: 18px;
    background-color: hsl(var(--white));
    color: hsl(var(--base));
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-family: var(--body-font);
}

@media screen and (max-width: 767px) {
    .header-category {
        font-size: 16px;
        padding: 6px;
    }
}

@media screen and (max-width: 424px) {
    .header-category {
        font-size: 15px;
        padding: 5px;
    }
}

.header-category__icon {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .header-category__icon {
        font-size: 17px;
    }
}

.close-sidebar {
    color: hsl(var(--black));
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid hsl(var(--base)/0.2);
    background-color: hsl(var(--base)/0.2);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: 0.2s linear;
    cursor: pointer;
}

.close-sidebar:hover, .close-sidebar :focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border: 1px solid hsl(var(--base));
}

.toggle-search-box.style-two {
    order: 0;
    margin-right: 15px;
}

.toggle-search-box.style-two .toggle-button {
    color: hsl(var(--black));
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    background-color: hsl(var(--base));
}

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

@media screen and (max-width: 767px) {
    .main-header {
        background-color: hsl(var(--base));
        max-height: 101vh;
        overflow-y: auto;
    }

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

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

@media screen and (max-width: 767px) and (max-width: 575px) {
    .main-header {
        padding: 10px 0;
    }
}

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

.header-category-two {
    order: -2;
}

.header-category-two {
    margin-right: 40px;
    position: relative;
    z-index: 9999;
}

.header-category-two__item {
    font-size: 18px;
    background-color: hsl(var(--white));
    color: hsl(var(--base));
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-family: var(--body-font);
}

@media screen and (max-width: 767px) {
    .header-category-two__item {
        font-size: 16px;
        padding: 6px;
    }
}

@media screen and (max-width: 424px) {
    .header-category-two__item {
        font-size: 15px;
        padding: 5px;
    }
}

.header-category-two__icon {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .header-category-two__icon {
        font-size: 17px;
    }
}
/* ------------------------------------
     header top css
---------------------------------------*/
.header-top {
    background-color: hsl(var(--body-background));
    padding: 10px 0px;
    position: relative;
    z-index: 99;
    background-color: hsl(var(--black));
}

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

.top-contact__logo img {
    width: 100%;
    max-width: 120px;
    max-height: 50px;
}

.currency-box {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 20px;
}

@media screen and (max-width: 424px) {
    .currency-box {
        margin-left: 15px;
    }
}

@media screen and (max-width: 374px) {
    .currency-box {
        margin-left: 10px;
    }
}

.currency-box .select {
    color: hsl(var(--white));
    background-color: transparent;
    border: transparent;
    font-family: var(--body-font);
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid hsl(var(--white)/0.3);
}

@media screen and (max-width: 424px) {
    .currency-box .select {
        padding: 4px 5px;
        font-size: 13px;
    }
}

@media screen and (max-width: 374px) {
    .currency-box .select {
        font-size: 12px;
        padding: 5px 3px;
    }
}

.currency-box .select.style-two {
    color: hsl(var(--white));
}

.currency-box .select option {
    background-color: hsl(var(--white));
}

.contact-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 80px;
}

@media screen and (max-width: 991px) {
    .contact-list {
        margin-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .contact-list {
        justify-content: flex-start;
    }
}

.contact-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .contact-list__wrapper {
        margin-left: 20px;
        margin-top: 35px;
    }
}

.contact-list__wrapper.style-two {
    margin-left: 0;
    margin-top: 0;
}

.contact-list.style-two {
    position: relative;
}

.contact-list.style-two::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -40px;
    transform: translate(-50%, -50%);
    width: 0.1px;
    height: 20px;
    background-color: hsl(var(--white)/0.3);
}

@media screen and (max-width: 991px) {
    .contact-list.style-two::before {
        right: -20px;
    }
}

@media screen and (max-width: 767px) {
    .contact-list.style-two::before {
        display: none;
    }
}

.contact-list__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: hsl(var(--white));
    border-radius: 50%;
    margin-right: 15px;
}

.contact-list__icon img {
    width: 14px;
}

@media screen and (max-width: 767px) {
    .contact-list__icon img {
        width: 18px;
    }
}

.contact-list__text {
    font-size: 14px;
    font-family: var(--body-font);
    font-weight: 500;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .contact-list__text {
        color: hsl(var(--body-color));
    }
}

.contact-list__info {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .contact-list__info {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .contact-list__info {
        color: hsl(var(--heading-color));
    }
}
/* ------------------------------------
     body overlay css
---------------------------------------*/
.breadcumb {
    position: relative;
    z-index: 1;
}

.breadcumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.78);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcumb__wrapper {
    text-align: center;
}

.breadcumb__title {
    margin-bottom: 10px;
    color: hsl(var(--white));
    font-weight: 800;
    font-size: 50px;
}

@media screen and (max-width: 991px) {
    .breadcumb__title {
        font-size: 45px;
    }
}

@media screen and (max-width: 767px) {
    .breadcumb__title {
        font-size: 35px;
    }
}

@media screen and (max-width: 575px) {
    .breadcumb__title {
        font-size: 30px;
    }
}

@media screen and (max-width: 424px) {
    .breadcumb__title {
        font-size: 25px;
    }
}

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

.breadcumb__item {
    color: hsl(var(--white));
    padding: 0 5px;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .breadcumb__item {
        font-size: 15px;
    }
}

.breadcumb__item-text {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 16px;
}

@media screen and (max-width: 424px) {
    .breadcumb__item-text {
        font-size: 15px;
    }
}

.breadcumb__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 16px;
}

@media screen and (max-width: 424px) {
    .breadcumb__link {
        font-size: 15px;
    }
}

.breadcumb__link:hover {
    color: hsl(var(--white));
}

/* ------------------------------------
     footer css
---------------------------------------*/
.footer-area {
    margin-top: auto;
}

.footer-area.bg-img {
    background-size: contain;
    background-position: top center;
}

.footer-item__logo {
    margin-bottom: 20px;
}

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

@media screen and (max-width: 424px) {
    .footer-item__logo a img {
        max-width: 180px;
    }
}

.footer-item__title {
    color: hsl(var(--black));
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.footer-item__desc {
    font-size: 16px;
    margin-bottom: 20px;
    color: hsl(var(--body-color));
    font-weight: 400;
    font-family: var(--body-font);
}

.footer-item__text {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--black)/0.85);
    margin-bottom: 5px;
}

.footer-item__link {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: hsl(var(--base-two));
}

.footer-item__link:hover {
    color: hsl(var(--base-two));
}

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

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

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

.footer-menu {
    display: flex;
    flex-direction: column;
    margin: -5px 0;
}

.footer-menu__item {
    display: block;
    padding: 5px 0;
}

.footer-menu__link {
    font-size: 16px;
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    font-weight: 400;
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    margin-left: 4px;
}

.footer-menu.style-two .footer-menu__link:hover {
    color: hsl(var(--base-two));
}

.subscriber-form {
    position: relative;
}

.subscribe-button {
    position: absolute;
    right: 7px;
    top: 50%;
    padding: 7px 20px;
    border-radius: 40px;
    transform: translateY(-50%);
}

.subscriber-form .form--control {
    padding-right: 74px;
    border-radius: 40px;
    transition: 0.3s;
    border: 1px solid transparent !important;
}

.subscriber-form .form--control.style-two {
    background-color: hsl(var(--base)/0.07);
}

.subscriber-form .form--control:focus {
    border: 1px solid hsl(var(--black)/0.1) !important;
}

.subscriber-form .btn--base:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.bottom-footer {
    background-color: hsl(var(--base)/0.03);
    border-top: 1px solid hsl(var(--white)/0.15);
}

.bottom-footer__text {
    font-size: 16px;
    text-align: center;
}

.bottom-footer.style-two {
    background-color: transparent;
    border: 0;
}

.footer-two-area {
    background-color: hsl(var(--footer-two-bg));
    position: relative;
    z-index: 1;
}

.footer-two-area__inner {
    padding-top: 245px;
}

@media screen and (max-width: 1199px) {
    .footer-two-area__inner {
        padding-top: 220px;
    }
}

@media screen and (max-width: 991px) {
    .footer-two-area__inner {
        padding-top: 150px;
    }
}

@media screen and (max-width: 767px) {
    .footer-two-area__inner {
        padding-top: 120px;
    }
}

@media screen and (max-width: 424px) {
    .footer-two-area__inner {
        padding-top: 100px;
    }
}

.footer-two__top-shape {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.footer-two__shape-one {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .footer-two__shape-one {
        display: none;
    }
}

.footer-two__shape-two {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .footer-two__shape-two {
        display: none;
    }
}
/* ------------------------------------
     preloader css
---------------------------------------*/
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
}

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

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

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

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

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* ------------------------------------
     scroll to top css
---------------------------------------*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 16px;
    z-index: 5;
    transition: 0.5s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    bottom: -50px;
    animation: scroll_top 5s linear infinite;
}

@media screen and (max-width: 767px) {
    .scroll-top {
        right: 20px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}

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

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

@keyframes scroll_top {
    0%, to {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }
}

.overlay-search-box .modal-header {
    border-bottom: 0;
    padding: 0;
}

.overlay-search-box .modal-content {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    pointer-events: auto;
    background-color: hsl(var(--body-background));
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.search-box {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .search-box {
        width: 100%;
    }
}

.search-btn {
    background-color: transparent;
    color: hsl(var(--black));
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s linear;
    transform: translateY(-50%) rotate(-90deg);
}

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

.toggle-search-box {
    margin-left: 15px;
    order: 1;
}

@media screen and (max-width: 991px) {
    .toggle-search-box {
        order: -1;
        margin-left: auto;
        margin-right: 16px;
    }
}

.toggle-search-box button {
    background-color: transparent;
    color: hsl(var(--white));
    transform: scaleX(-1);
    padding: 33px 0;
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .toggle-search-box button {
        padding: 0;
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .toggle-search-box button {
        font-size: 20px;
    }
}

@media screen and (max-width: 424px) {
    .toggle-search-box button {
        font-size: 16px;
    }
}

.toggle-search-box.style-two button {
    font-size: 30px;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .toggle-search-box.style-two button {
        font-size: 18px;
    }
}

.search-overlay-close {
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    transition: 0.2s linear;
}

.search-overlay-close:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

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

.social-list.style-two .social-list__item {
    margin-right: 15px;
}

@media screen and (max-width: 424px) {
    .social-list.style-two .social-list__item {
        margin-right: 10px;
    }
}

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

.social-list.style-two .social-list__link {
    width: auto;
    height: auto;
    background-color: transparent;
    border: 0;
    transition: 0.3s;
    border-radius: 0;
    cursor: pointer;
    color: hsl(var(--white)) !important;
}

.social-list.style-two .social-list__link:hover, .social-list.style-two .social-list__link:focus {
    color: hsl(var(--base-two)) !important;
}

.social-list.style-two .social-list__link.active {
    background-color: transparent;
    color: hsl(var(--base-two)) !important;
    border-color: none !important;
}

@media screen and (max-width: 767px) {
    .social-list.style-two .social-list__link {
        font-size: 14px;
    }
}

.social-list.style-two .social-list__link:hover, .social-list.style-two .social-list__link:focus {
    background-color: transparent;
    color: hsl(var(--base-two));
    border-color: none;
}

.social-list.style-three .social-list__link {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-color: hsl(var(--base)/0.15);
    transition: 0.3s;
    border: 0;
    cursor: pointer;
    color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .social-list.style-three .social-list__link {
        font-size: 14px;
        width: 40px;
        height: 40px;
    }
}

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

.social-list.style-four .social-list__item {
    margin-right: 15px;
}

.social-list.style-four .social-list__link {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: transparent;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--black)/0.6);
}

.social-list.style-four .social-list__link.active {
    background-color: transparent;
    color: hsl(var(--base)) !important;
    border-color: none !important;
}

@media screen and (max-width: 767px) {
    .social-list.style-four .social-list__link {
        font-size: 14px;
    }
}

.social-list.style-four .social-list__link:hover, .social-list.style-four .social-list__link:focus {
    border-color: none;
    color: hsl(var(--base));
}

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

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

.social-list__link {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-color: hsl(var(--base)/0.2);
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--base));
}

.social-list__link.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

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

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

/* ------------------------------------
    blog sidebar css
---------------------------------------*/
.blog-sidebar-wrapper {
    top: 100px;
    background-color: hsl(var(--white));
    padding: 60px 30px;
    border-radius: 5px;
}

@media screen and (max-width: 575px) {
    .blog-sidebar-wrapper {
        padding: 20px;
    }
}

.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    color: hsl(var(--black)/0.9);
}

.search-box__button i {
    transform: scaleX(-1);
}

.search-box .form--control {
    background-color: hsl(var(--base)/0.07);
    border-radius: 30px;
    padding: 15px 30px;
    border: 1px solid transparent;
}

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

.blog-sidebar {
    margin-bottom: 50px;
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        margin-bottom: 30px;
    }
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--black));
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 20px;
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    bottom: 0px;
}

.text-list.style-category .text-list__item {
    margin-bottom: 20px;
}

.text-list.style-category .text-list__link {
    color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
    color: hsl(var(--base));
}

.text-list.style-category .text-list__icon {
    margin-right: 15px;
}

.text-list.style-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -7px;
}

.text-list.style-tag .text-list__item {
    padding: 7px;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--body-color));
    border: 1px solid hsl(var(--black)/0.2);
    padding: 6px 20px;
    border-radius: 30px;
}

.text-list.style-tag .text-list__link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.text-list.style-tag .text-list__link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

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

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

.latest-blog__thumb {
    width: 80px;
    max-height: 80px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

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

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

.latest-blog__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    font-weight: 700;
    font-family: var(--heading-font);
    color: hsl(var(--black));
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 575px) {
    .latest-blog__title a {
        font-size: 16px;
    }
}

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

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

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

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.8);
    z-index: 9;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

.overlay-search-box {
    z-index: 9999;
}

/* ------------------------------------
     cart css
---------------------------------------*/
.cart-btn-area {
    padding-top: 20px;
}

@media screen and (max-width: 991px) {
    .cart-btn-area {
        padding-top: 0;
    }
}

.shopping-cart {
    display: flex;
}

@media screen and (max-width: 575px) {
    .shopping-cart {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .shopping-cart {
        margin-bottom: 20px;
    }
}

.shopping-cart__pr {
    margin-right: 24px;
}

.order-summery {
    border-radius: 5px;
    margin-top: 50px;
    padding: 30px 25px;
    max-width: 400px;
    border: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 991px) {
    .order-summery {
        margin-top: 30px;
    }
}

.order-summery__one {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 15px;
}

.order-summery__two {
    padding-top: 20px;
}

.order-summery__title {
    font-size: 18px;
    color: hsl(var(--black));
    font-weight: 400;
    font-family: var(--body-font);
}

.order-summery__title-two {
    font-size: 18px;
    color: hsl(var(--black));
    font-weight: 500;
    font-family: var(--body-font);
}

.order-summery__number {
    font-size: 18px;
    color: hsl(var(--black));
    font-weight: 400;
    font-family: var(--body-font);
}

.order-summery__number-two {
    font-size: 18px;
    color: hsl(var(--black));
    font-weight: 500;
    font-family: var(--body-font);
}

.order-summery .checkout {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .order-summery .checkout {
        margin-top: 25px;
    }
}

.order-summery .checkout__desc {
    margin-top: 20px;
}

.cart-table .product-qty {
    margin-left: 0;
}

.text-menu.style {
    margin-right: 50px;
}

.text-menu__item {
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--black));
    font-family: var(--body-font);
    margin-bottom: 10px;
}

.text-menu__icon {
    font-size: 16px;
    color: hsl(var(--base));
    margin-right: 20px;
}

/* ------------------------------------
     comment css
---------------------------------------*/
.details-subtitle {
    font-weight: 700;
    position: relative;
    margin-bottom: 45px;
}

.details-subtitle::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 40px;
    height: 2px;
    border-radius: 10px;
    background-color: hsl(var(--base));
}

.comment-list__item:last-child .comment-list__content {
    border-bottom: none;
}

.comment-list__thumb {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-list__thumb {
        width: 60px;
        height: 60px;
    }
}

.comment-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-list__content {
    width: calc(100% - 80px);
    padding-left: 20px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .comment-list__content {
        width: calc(100% - 60px);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .comment-list__content {
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comment-list__name {
    font-size: 16px;
    margin-bottom: 5px;
    color: hsl(var(--black));
    font-family: var(--heading-font);
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .comment-list__name {
        font-size: 17px;
    }
}

.comment-list__time {
    margin-bottom: 15px;
    font-size: 14px;
    color: hsl(var(--body-color));
    font-weight: 400;
    font-family: var(--body-font);
}

.comment-list__time-icon {
    color: hsl(var(--base));
    font-size: 15px;
    margin-right: 5px;
}

.comment-list__reply-text {
    color: hsl(var(--black)/0.9);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
}

.comment-list__reply:hover .comment-list__reply-icon {
    color: hsl(var(--base));
}

.comment-list__reply-icon {
    font-size: 14px;
    transform: scaleX(-1);
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .comment-list__reply-icon {
        font-size: 12px;
    }
}

.comment-list .comment-list {
    margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}
/* ------------------------------------
     selection css
---------------------------------------*/
::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base-d-100));
    border: 0px solid transparent;
    border-radius: 2px;
}

/* ------------------------------------
    01. Banner Css
---------------------------------------*/
.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: hsl(var(--section-bg-two));
    padding: 85px 70px;
    border-radius: 6px;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .banner {
        padding: 70px 45px;
    }
}

@media screen and (max-width: 991px) {
    .banner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 20px;
    }
}

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

@media screen and (max-width: 575px) {
    .banner {
        padding: 30px 10px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content {
        margin-bottom: 50px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .banner-content {
        margin-bottom: 60px;
    }
}

.banner-content__subtitle {
    font-size: 20px;
    color: hsl(var(--black));
    font-weight: 400;
    font-family: var(--title-font);
}

@media screen and (max-width: 767px) {
    .banner-content__subtitle {
        font-size: 16px;
    }
}

.banner-content__title {
    font-family: var(--heading-font);
    font-weight: 900;
    color: hsl(var(--black));
}

@media screen and (max-width: 424px) {
    .banner-content__title {
        margin-bottom: 10px;
    }
}

.banner-content__desc {
    max-width: 500px;
    color: hsl(var(--body-color));
}

.banner-content__buttons {
    padding-top: 35px;
    margin: -3px -10px;
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    .banner-content__buttons {
        margin: -3px -5px;
        padding-top: 25px;
    }
}

.banner-content__buttons a {
    margin: 3px 10px;
}

@media screen and (max-width: 575px) {
    .banner-content__buttons a {
        margin: 3px 5px;
    }
}

.banner-content__buttons .button-shape {
    position: absolute;
    right: -50px;
    bottom: -33px;
}

@media screen and (max-width: 575px) {
    .banner-content__buttons .button-shape {
        right: -35px;
        bottom: -25px;
    }
}

.banner-content__buttons .button-shape img {
    width: 100%;
    max-width: 100px;
}

@media screen and (max-width: 575px) {
    .banner-content__buttons .button-shape img {
        max-width: 50px;
    }
}

.banner-thumb {
    position: relative;
}

.banner-thumb img {
    width: 100%;
    max-width: 500px;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .banner-thumb img {
        max-width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .banner-thumb img {
        max-width: 300px;
    }
}

.banner-thumb__shape {
    position: absolute;
    top: -40px;
    left: 20px;
    z-index: 1;
}

.banner-thumb__shape img {
    width: 100%;
    max-width: 90px;
    height: 100%;
    max-height: 110px;
}

@media screen and (max-width: 575px) {
    .banner-thumb__shape img {
        max-width: 70px;
        max-height: 90px;
    }
}

@media screen and (max-width: 991px) {
    .category {
        position: fixed;
        left: 0 !important;
        padding: 20px 0px;
        width: 320px;
        height: 100vh;
        top: 0;
        transform: translateX(-100%);
        background-color: hsl(var(--white));
        transition: 0.3s linear;
        padding-top: 60px;
        z-index: 9999;
        overflow-y: scroll;
    }

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

.category-menu {
    border-radius: 6px;
    background-color: hsl(var(--white));
}

.category-menu__item {
    padding: 0 20px;
    position: relative;
}

.category-menu__item:last-child > a {
    border-bottom: none;
}

.category-menu__item:hover .category-menu__link {
    color: hsl(var(--base)) !important;
    transition: 0.3s linear;
}

@media (min-width: 992px) {
    .category-menu__item:hover .category-menu__link .category-menu__icon {
        transform: rotate(-90deg);
        transition: 0.2s;
        color: hsl(var(--base));
    }
}

.category-menu__thumb {
    margin-right: 15px;
}

@media screen and (max-width: 991px) {
    .category-menu__thumb img {
        width: 22px;
        height: 22px;
    }
}

.category-menu__link {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    padding: 17px 0;
    display: block;
    border-bottom: 1px solid hsl(var(--black)/0.08);
    color: hsl(var(--black)/0.7);
}

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

@media screen and (max-width: 991px) {
    .category-menu__link {
        padding: 10px 0;
        font-size: 14px;
    }
}

.category-menu__icon {
    position: absolute;
    right: 20px;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .category-menu__link.show-one .category-menu__icon {
        transform: rotate(180deg);
    }
}

.category-two {
    position: fixed;
    left: 0 !important;
    padding: 20px 0px;
    width: 320px;
    height: 100vh;
    top: 0;
    transform: translateX(-100%);
    background-color: hsl(var(--white));
    transition: 0.3s linear;
    padding-top: 60px;
    z-index: 99995;
    overflow-y: scroll;
}

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

.category-menu-two {
    background-color: hsl(var(--white));
}

.category-menu-two__item {
    padding: 0 20px;
    position: relative;
}

.category-menu-two__item:last-child .category-menu-two__link {
    border-bottom: 0;
}

.category-menu-two__thumb {
    margin-right: 15px;
}

.category-menu-two__thumb img {
    width: 22px;
    height: 22px;
}

.category-menu-two__link {
    padding: 10px 0;
    font-size: 14px;
    display: block;
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--black)/0.7);
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.category-menu-two__icon {
    position: absolute;
    right: 20px;
    font-size: 14px;
}

.category-menu-two__link.rotate .category-menu-two__icon {
    transform: rotate(180deg);
}

.has-dropdown {
    position: relative;
}

.has-dropdown:hover .category-dropdown {
    opacity: 1;
    visibility: visible;
    left: 100%;
    top: 0;
}

.has-dropdown:hover .has-dropdown .category-menu__icon i {
    transform: rotate(90deg);
}

.category-dropdown {
    position: absolute;
    left: 100%;
    top: 10px;
    width: 280px;
    border: 1px solid hsl(var(--black)/0.08);
    border-radius: 6px;
    background-color: hsl(var(--white));
    transition: 0.2s;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 991px) {
    .category-dropdown {
        position: static;
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
        display: none;
        transition: unset;
        width: 280px;
        margin-left: 10px;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }
}

.category-dropdown__item {
    padding: 0 10px;
}

.category-dropdown__item:last-child {
    border-bottom: none;
}

.category-dropdown__link {
    padding: 17px 10px;
    font-weight: 500;
    color: hsl(var(--black)/0.7);
    font-family: var(--body-font);
    border-bottom: 1px solid hsl(var(--black)/0.08) !important;
}

@media screen and (max-width: 991px) {
    .category-dropdown__link {
        padding: 10px 0;
        font-size: 14px;
        display: block;
    }
}

.category-dropdown__thumb {
    margin-right: 15px;
}

.category-dropdown__thumb img {
    width: 22px;
    height: 22px;
}

@media screen and (max-width: 991px) {
    .category-dropdown__thumb {
        margin-left: 10px;
    }
}

.has-dropdown-two {
    position: relative;
}

.category-dropdown-two {
    position: static;
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    display: none;
    transition: unset;
    width: 280px;
    margin-left: 10px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.category-dropdown-two__item {
    padding: 0 10px;
}

.category-dropdown-two__link {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid hsl(var(--black)/0.08) !important;
    font-weight: 500;
    color: hsl(var(--black)/0.7);
    font-family: var(--body-font);
    display: block;
}

.category-dropdown-two__thumb {
    margin-right: 10px;
}

.category-dropdown-two__thumb img {
    width: 22px;
    height: 22px;
}

/* ------------------------------------
    02. Offer Css
---------------------------------------*/
.offer {
    height: 100%;
    width: 100%;
}

.offer img {
    width: 100%;
    height: 100%;
}

/* ------------------------------------
    03. Product Css
---------------------------------------*/
.product-item {
    transition: 0.2s;
    text-align: center;
    border-radius: 10px;
    border: 1px solid hsl(var(--black)/0.09);
    box-shadow: -20px 10px rgba(0, 69, 172, 0.01);
}

.product-item:hover {
    border: 1px solid hsl(var(--black)/0.2);
}

.product-item:hover .product-item__thumb-link {
    transform: scale(1.1);
}

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

.product-item:hover .product-item__icon-style {
    transform: scale(1.3);
}

.product-item:hover .product-item__icon {
    visibility: visible;
    opacity: 1;
}

.product-item__content {
    background-color: hsl(var(--white));
    padding: 15px 10px 30px 10px;
    border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 575px) {
    .product-item__content {
        padding: 20px 10px 30px 10px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__content {
        padding: 15px 10px 30px 10px;
    }
}

.product-item__thumb {
    background-color: hsl(var(--white));
    padding-top: 40px;
    border-radius: 10px 10px 0 0;
    position: relative;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .product-item__thumb {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .product-item__thumb {
        padding-top: 25px;
    }
}

@media screen and (max-width: 575px) {
    .product-item__thumb {
        padding-top: 15px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__thumb {
        padding-top: 20px;
    }
}

.product-item__thumb-link img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.3s linear;
}

@media screen and (max-width: 1399px) {
    .product-item__thumb-link img {
        height: 180px;
    }
}

@media screen and (max-width: 1199px) {
    .product-item__thumb-link img {
        height: 150px;
    }
}

@media screen and (max-width: 575px) {
    .product-item__thumb-link img {
        height: 140px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__thumb-link img {
        height: 170px;
    }
}

.product-item__icon {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 575px) {
    .product-item__icon {
        right: 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__icon {
        right: 15px;
    }
}

@media screen and (max-width: 374px) {
    .product-item__icon {
        bottom: 20px;
        right: 25px;
    }
}

.product-item__icon-style {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px hsl(var(--body-color));
    transition: 0.3s linear;
    font-size: 20px;
    line-height: 0;
}

.product-item__icon-style.wishlisted {
    -webkit-text-fill-color: hsl(var(--base));
    -webkit-text-stroke: 1px solid hsl(var(--base));
}

.product-item__badge {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media screen and (max-width: 575px) {
    .product-item__badge {
        top: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__badge {
        top: 20px;
        right: 20px;
    }
}

.product-item__title {
    text-align: center;
    margin-bottom: 0px;
}

.product-item__title-link {
    font-size: 18px;
    color: hsl(var(--black));
    font-family: var(--body-font);
    font-weight: 400;
    transition: 0.2s;
}

@media screen and (max-width: 575px) {
    .product-item__title-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__title-link {
        font-size: 18px;
    }
}

.product-item__price {
    color: hsl(var(--black));
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
}

@media screen and (max-width: 575px) {
    .product-item__price {
        font-size: 14px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__price {
        font-size: 16px;
    }
}

.product-item__price-new {
    color: hsl(var(--body-color));
    position: relative;
    font-weight: 400;
}

.product-item__price-new::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--body-color));
}

.product-item.style-two .product-item__price {
    color: hsl(var(--base-two));
}

.product-item.style-two:hover .product-item__thumb-link {
    transform: scale(1.1);
}

.product-item.style-two:hover .product-item__title-link {
    color: hsl(var(--base-two));
}

.product-item.style-two:hover .product-item__icon-style {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px hsl(var(--body-color));
    transition: 0.3s linear;
    font-size: 20px;
    line-height: 0;
}

.product-item.style-two:hover .product-item__icon-style.wishlisted {
    -webkit-text-fill-color: hsl(var(--base-two));
    -webkit-text-stroke: 1px solid hsl(var(--base-two));
}

/* ------------------------------------
    04. Deal Css
---------------------------------------*/
.best-deal-section {
    padding-left: 0 !important;
}

.deal-counter {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.deal-counter__footer {
    margin: 30px 0;
}

@media screen and (max-width: 575px) {
    .deal-counter__footer {
        margin: 10px 0;
    }
}

.deal-counter__title {
    font-size: 18px;
    font-weight: 400;
    color: hsl(var(--black));
    font-family: var(--body-font);
}

.deal-counter__price {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: hsl(var(--base));
}

.deal-counter__price-new {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: hsl(var(--black));
    position: relative;
}

.deal-counter__price-new::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--black));
}

.deal-thumb {
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .deal-thumb {
        display: none;
    }
}

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

.ClassyCountdown-wrapper .ClassyCountdown-value {
    line-height: 1 !important;
    font-size: 24px !important;
    margin-top: 22px !important;
    color: hsl(var(--black));
    font-family: var(--heading-font);
    font-weight: 600;
    width: 100%;
    line-height: 1em;
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
}

@media screen and (max-width: 575px) {
    .ClassyCountdown-wrapper .ClassyCountdown-value {
        font-size: 25px !important;
        left: -4px !important;
    }
}

@media screen and (max-width: 424px) {
    .ClassyCountdown-wrapper .ClassyCountdown-value {
        font-size: 22px !important;
        left: 0 !important;
    }
}

@media screen and (max-width: 374px) {
    .ClassyCountdown-wrapper .ClassyCountdown-value {
        font-size: 15px !important;
        top: -5px;
        left: 3px !important;
    }
}

.ClassyCountdown-wrapper .ClassyCountdown-value span {
    margin-top: 10px !important;
    font-weight: 600;
    font-family: var(--heading-font);
    color: hsl(var(--black));
    text-transform: uppercase;
    font-size: 14px !important;
}

@media screen and (max-width: 767px) {
    .ClassyCountdown-wrapper .ClassyCountdown-value span {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 424px) {
    .ClassyCountdown-wrapper .ClassyCountdown-value span {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 374px) {
    .ClassyCountdown-wrapper .ClassyCountdown-value span {
        font-size: 10px !important;
    }
}

#countdown-container {
    max-width: 500px;
    margin: 0 auto;
}

#countdown-container canvas {
    width: 100px !important;
    height: 100px !important;
}

@media screen and (max-width: 575px) {
    #countdown-container canvas {
        width: 90px !important;
        height: 90px !important;
    }
}

@media screen and (max-width: 424px) {
    #countdown-container canvas {
        width: 85px !important;
        height: 85px !important;
    }
}

@media screen and (max-width: 374px) {
    #countdown-container canvas {
        width: 68px !important;
        height: 68px !important;
    }
}
/* ------------------------------------
    05. Arrival Css
---------------------------------------*/
.filter {
    text-align: center;
    margin-bottom: 40px;
}

.filter button {
    margin-right: 10px;
    padding: 10px 25px;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 18px;
    color: hsl(var(--black));
    cursor: pointer;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    .filter button {
        padding: 7px 20px;
        margin: 5px;
    }
}

@media screen and (max-width: 424px) {
    .filter button {
        font-size: 16px;
        padding: 5px 15px;
        margin: 0px;
    }
}

.filter button.style-two {
    margin-right: 10px;
    padding: 10px 25px;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 18px;
    color: hsl(var(--black));
    cursor: pointer;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    .filter button.style-two {
        padding: 7px 20px;
        margin: 5px;
    }
}

@media screen and (max-width: 424px) {
    .filter button.style-two {
        font-size: 14px;
        padding: 5px 15px;
        margin: 0px;
    }
}

.filter button:last-child {
    margin-right: 0;
}

.mixitup-control-active {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.mixitup-control-active.style-two {
    background-color: hsl(var(--base-two));
    color: hsl(var(--white)) !important;
}

/* ------------------------------------
    05. Arrival Section CSS End
---------------------------------------*/
/* ------------------------------------
    06. New offer Css
---------------------------------------*/
.new-offer-content {
    width: 100%;
    height: 100%;
}

.new-offer-content img {
    width: 100%;
    height: 100%;
}

/* ------------------------------------
    07. Testimonial Css
---------------------------------------*/
.testimonial-section {
    padding-top: 60px;
}

.testimonial-thumb {
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}

.testimonial-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-thumb-slider {
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .testimonial-slider {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-slider {
        margin-top: 20px;
    }
}

.testimonial-slider__icon {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    padding: 10px;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 50%;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .testimonial-slider__icon {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-slider__icon {
        width: 40px;
        height: 40px;
    }
}

.testimonial-slider__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-slider__desc {
    font-size: 24px;
    font-style: italic;
    color: hsl(var(--black));
    font-family: var(--body-font);
    font-weight: 400;
    max-width: 550px;
    margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
    .testimonial-slider__desc {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-slider__desc {
        font-size: 18px;
    }
}

.testimonial-slider__name {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: hsl(var(--black));
    margin-bottom: 5px;
}

.testimonial-slider__designation {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    color: hsl(var(--black));
}

.testimonial-slick-slider .slick-dots {
    text-align: left;
    margin-left: 5px;
    margin-top: 30px;
}

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

.slick-dots li button {
    background-color: hsl(var(--base)/0.2);
    width: 20px;
    height: 10px;
    border-radius: 40px;
    margin: 0 3px;
    text-indent: -9999px;
    transition: all 0.3s linear;
}

.slick-dots li.slick-active button {
    width: 20px;
    height: 10px;
    background-color: hsl(var(--base));
}

.testimonial-three-slick-slider .slick-arrow {
    color: hsl(var(--black)/0.6);
    background-color: transparent;
    border: none;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    position: absolute;
}

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

@media screen and (max-width: 991px) {
    .testimonial-three-slick-slider .slick-arrow {
        width: 35px;
        height: 35px;
    }
}

.testimonial-three-slick-slider .slick-next {
    top: 50% !important;
    right: 0 !important;
    transform: translate(-50%, -50%);
}

.testimonial-three-slick-slider .slick-prev {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
    .blog-slider .slick-arrow i {
        font-size: 12px;
    }
}
/* ------------------------------------
    08. Clients Css
---------------------------------------*/
.client-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.client-logos:last-of-type {
    margin-bottom: 0;
}

.client-logos img {
    width: 160px !important;
}

.client-logos .slick-slide {
    margin: 0 10px;
}

.client-logo {
    background-color: hsl(var(--white));
    padding: 40px 20px;
    box-shadow: var(--box-shadow);
    text-align: center;
    border-radius: 5px;
    border: 1px solid hsl(var(--black)/0.08);
    transition: 0.3s linear;
}

.client-logo:hover {
    background-color: hsl(var(--base-two));
}

/* ------------------------------------
  08. Clients Section CSS end
---------------------------------------*/
/* ------------------------------------
    09. Blog Css
---------------------------------------*/
.blog {
    background-color: hsl(var(--base)/0.1);
}

.blog-item {
    overflow: hidden;
}

.blog-item:hover .blog-item__thumb-link::before {
    visibility: visible;
    opacity: 1;
}

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

.blog-item__title-link {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: hsl(var(--black));
}

@media screen and (max-width: 767px) {
    .blog-item__title-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .blog-item__title-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .blog-item__title-link {
        font-size: 18px;
    }
}

.blog-item__thumb {
    overflow: hidden;
    border-radius: 8px;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.blog-item__thumb-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.4);
    opacity: 0;
    border-radius: 10px;
    visibility: hidden;
    transition: 0.3s linear;
    z-index: 1;
}

.blog-item__thumb-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item__date {
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    z-index: 1;
    width: 100px;
    position: relative;
    height: 90px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
}

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

.blog-item__date::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background-color: hsl(var(--base)/0.1);
    z-index: 2;
    border-radius: inherit;
}

.blog-item__month {
    font-size: 20px;
    color: hsl(var(--black));
    font-family: var(--heading-font);
    font-weight: 600;
    text-align: center;
    display: block;
}

@media screen and (max-width: 424px) {
    .blog-item__month {
        font-size: 16px;
    }
}

.blog-item__content {
    background-color: hsl(var(--white)/0.07);
    height: 100%;
}

.blog-item__title {
    margin-top: 20px;
    margin-bottom: 2px;
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        margin-top: 15px;
    }
}

.blog-item__title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__desc {
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 15px;
    }
}
/* ------------------------------------
    10. Feature Css
---------------------------------------*/
.feature-section {
    position: relative;
    z-index: 1;
}

.feature-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--base)/0.9);
    z-index: -1;
}

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

.feature-item__thumb {
    margin-bottom: 20px;
}

@media screen and (max-width: 424px) {
    .feature-item__thumb {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 424px) {
    .feature-item__thumb img {
        width: 40px;
    }
}

.feature-item__title {
    font-weight: 600;
    font-family: var(--heading-font);
    color: hsl(var(--white)/0.9);
    text-align: center;
    margin-bottom: 2px;
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .feature-item__title {
        font-size: 15px;
    }
}

@media screen and (max-width: 374px) {
    .feature-item__title {
        font-size: 13px;
    }
}

.feature-item__payment {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--heading-font);
    color: hsl(var(--white)/0.9);
    text-align: center;
}

@media screen and (max-width: 374px) {
    .feature-item__payment {
        font-size: 13px;
    }
}

.feature-item.style-two .feature-item__title {
    color: hsl(var(--black));
}

.feature-item.style-two .feature-item__payment {
    color: hsl(var(--body-color));
}

/* ------------------------------------
    11. About Css
---------------------------------------*/
.about-section {
    overflow: hidden;
}

.about-thumb {
    padding-left: 30px;
    padding-right: 30px;
}

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

.about-us__desc {
    font-size: 16px;
    margin-bottom: 30px;
    color: hsl(var(--body-color));
}

.about-us-footer {
    margin-top: 30px;
}

@media screen and (max-width: 575px) {
    .about-us-footer {
        margin-top: 10px;
    }
}

.about-us-footer__text {
    color: hsl(var(--black));
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 18px;
}

@media screen and (max-width: 575px) {
    .about-us-footer__text {
        font-size: 16px;
    }
}

.about-us-footer__link {
    color: hsl(var(--base));
}

.about-us-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 500px;
    position: relative;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .about-us-author {
        padding-bottom: 10px;
    }
}

.about-us-author::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 0.1px;
    height: 50px;
    background-color: hsl(var(--black)/0.3);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 575px) {
    .about-us-author::before {
        display: none;
    }
}

@media screen and (max-width: 424px) {
    .about-us-author__info {
        margin-bottom: 10px;
    }
}

.about-us-author__thumb {
    margin-right: 20px;
}

@media screen and (max-width: 575px) {
    .about-us-author__thumb {
        margin-right: 10px;
    }
}

.about-us-author__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-author__name {
    font-size: 18px;
    color: hsl(var(--black));
    font-weight: 700;
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .about-us-author__name {
        font-size: 16px;
    }
}

.about-us-author__customer {
    font-size: 16px;
    color: hsl(var(--black)/0.7);
    font-weight: 400;
    font-family: var(--body-font);
}

.about-us-author__text {
    font-size: 18px;
    color: hsl(var(--black));
    font-family: var(--body-font);
    font-weight: 400;
    max-width: 185px;
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .about-us-author__text {
        font-size: 16px;
    }
}

.about-us-author__text-style {
    color: hsl(var(--base));
}

/* ------------------------------------
    11. About Section CSS End
---------------------------------------*/
/* ------------------------------------
    12. Choose us Css
---------------------------------------*/
.why-choose {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.why-choose__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    z-index: -2;
}

.why-choose__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 575px) {
    .why-choose__bg {
        height: 100%;
    }
}

.why-choose::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    background-color: hsl(var(--base)/0.9);
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 575px) {
    .why-choose::before {
        height: 100%;
    }
}

.choose-item {
    padding: 60px;
    text-align: center;
    background-color: hsl(var(--white));
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .choose-item {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .choose-item {
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .choose-item {
        padding: 20px;
    }
}

.choose-item__thumb {
    margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
    .choose-item__thumb {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 424px) {
    .choose-item__thumb {
        margin-bottom: 7px;
    }
}

.choose-item__thumb img {
    width: 100%;
    height: 100%;
    max-width: 65px;
    max-height: 65px;
}

@media screen and (max-width: 575px) {
    .choose-item__thumb img {
        max-width: 50px;
    }
}

@media screen and (max-width: 424px) {
    .choose-item__thumb img {
        max-width: 40px;
    }
}

.choose-item__title {
    color: hsl(var(--black));
    font-weight: 700;
    margin-bottom: 5px;
}

@media screen and (max-width: 424px) {
    .choose-item__desc {
        font-size: 14px;
    }
}
/* ------------------------------------
    12. Choose us Section CSS end
---------------------------------------*/
/* ------------------------------------
    13. Check Out Css
---------------------------------------*/
.billing-details {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 8px;
    padding: 35px 30px;
}

@media screen and (max-width: 1199px) {
    .billing-details {
        padding: 35px 15px;
    }
}

.billing-details__title {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 600;
}

.billing-details__button {
    width: 350px;
}

@media screen and (max-width: 424px) {
    .billing-details__button {
        width: 100%;
        gap: 10px;
    }
}

@media screen and (max-width: 424px) {
    .billing-details__button-margin {
        margin-right: 20px;
    }
}

.billing-details__button .color-style {
    color: hsl(var(--base));
}

.your-order {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    padding: 35px 30px;
    border-radius: 8px;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .your-order {
        padding: 35px 15px;
    }
}

.your-order__title {
    font-size: 24px;
    color: hsl(var(--black));
    margin-bottom: 20px;
    font-weight: 600;
}

.your-order__desc {
    font-size: 14px;
    line-height: 28px;
}

.your-order__desc-link {
    color: hsl(var(--base)) !important;
    text-decoration: underline;
    margin-bottom: 20px;
}

.order {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.order-title__one {
    color: hsl(var(--black)/0.9);
    font-weight: 400;
    font-family: var(--body-font);
}

.order-system {
    margin: 40px 0;
}

.order-system__text {
    color: hsl(var(--body-color));
    font-size: 14px;
    line-height: 28px;
}

.order-system__link {
    color: hsl(var(--base));
    font-weight: 500;
}

.place-order {
    margin-top: 40px;
}

.place-order .btn {
    display: block;
}

/* ------------------------------------
    14. Contact Form Css
---------------------------------------*/
.contact__title {
    margin-bottom: 40px;
    position: relative;
}

.contact__title::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 40px;
    height: 2px;
    border-radius: 10px;
    background-color: hsl(var(--base));
}

/* ------------------------------------
    15. Top Header two Css
---------------------------------------*/
.header-top-two {
    background-color: hsl(var(--black));
    padding: 10px 0;
    z-index: 99;
}

.header-two__text {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    color: hsl(var(--white));
    margin: 0 !important;
}

@media screen and (max-width: 424px) {
    .header-two__text {
        font-size: 13px;
    }
}
/* ------------------------------------
    02. Header two Css
---------------------------------------*/
@media screen and (max-width: 991px) {
    .navbar-brand {
        order: -2;
    }
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 55px;
}

@media screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 150px;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand img {
        max-width: 130px;
    }
}

.header-two {
    position: relative;
    z-index: 99;
    background-color: hsl(var(--white));
}

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

@media screen and (max-width: 767px) {
    .header-two {
        background-color: hsl(var(--white));
        z-index: 99;
        max-height: 101vh;
        overflow-y: auto;
    }

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

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

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

/* ------------------------------------
    17. Banner two Css
---------------------------------------*/
.banner-two-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px 0;
}

@media screen and (max-width: 767px) {
    .banner-two-section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .banner-two-section__thumb {
        display: none;
    }
}

.banner-two-section__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-two-content__subtitle {
    font-size: 28px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: hsl(var(--base-two));
    margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
    .banner-two-content__subtitle {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .banner-two-content__subtitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 424px) {
    .banner-two-content__subtitle {
        font-size: 18px;
    }
}

.banner-two-content__title {
    font-weight: 800;
    font-family: var(--heading-font);
    color: hsl(var(--black));
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .banner-two-content__title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .banner-two-content__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 374px) {
    .banner-two-content__title {
        font-size: 24px;
    }
}
/* ------------------------------------
    18. Category Css
---------------------------------------*/
.category-item {
    text-align: center;
}

.category-item__thumb {
    margin-bottom: 20px !important;
    width: 190px;
    height: 180px;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    background-color: hsl(var(--primary)/0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .category-item__thumb {
        width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .category-item__thumb {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 575px) {
    .category-item__thumb {
        width: 180px;
        height: 160px;
    }
}

@media screen and (max-width: 424px) {
    .category-item__thumb {
        width: 135px;
        height: 125px;
    }
}

@media screen and (max-width: 374px) {
    .category-item__thumb {
        width: 110px;
        height: 100px;
    }
}

.category-item__thumb.style-one {
    background-color: hsl(var(--green)/0.2) !important;
}

.category-item__thumb.style-two {
    background-color: hsl(var(--orange)/0.2);
}

.category-item__thumb.style-three {
    background-color: hsl(var(--purple)/0.17);
}

.category-item__thumb.style-four {
    background-color: hsl(var(--blue)/0.38);
}

.category-item__thumb.style-five {
    background-color: hsl(var(--pink)/0.13);
}

.category-item__thumb img {
    width: 100%;
    height: 100%;
    max-width: 90px;
    max-height: 90px;
}

@media screen and (max-width: 767px) {
    .category-item__thumb img {
        max-width: 75px;
        max-height: 75px;
    }
}

@media screen and (max-width: 575px) {
    .category-item__thumb img {
        max-width: 70px;
        max-height: 70px;
    }
}

@media screen and (max-width: 424px) {
    .category-item__thumb img {
        max-width: 50px;
        max-height: 50px;
    }
}

.category-item__title {
    text-align: center;
    color: hsl(var(--black));
    font-weight: 700;
}

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

/* ------------------------------------
    19. Feature product Css
---------------------------------------*/
.feature-product-section {
    position: relative;
}

.feature-product-one {
    position: absolute;
    left: 0;
    bottom: 200px;
}

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

.feature-product-two {
    position: absolute;
    right: 0;
    bottom: 200px;
}

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

.product {
    z-index: 1;
}

/* ------------------------------------
    19. Feature product Section CSS
---------------------------------------*/
/* ------------------------------------
    20. Add Css
---------------------------------------*/
.add-one {
    width: 100%;
    height: 100%;
}

.add-one img {
    width: 100%;
    height: 100%;
}

/* ------------------------------------
    21. Testimonial two Css
---------------------------------------*/
.testimonial-two-section {
    padding: 120px 0;
}

@media screen and (max-width: 991px) {
    .testimonial-two-section {
        padding: 180px 0;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-two-section {
        padding: 120px 0;
    }
}

.testimonial-two-slider__review {
    font-family: var(--body-font);
    color: hsl(var(--base-two));
    font-weight: 400;
    font-style: italic;
    position: relative;
    display: inline-block;
    margin: 20px 0;
}

.testimonial-two-slider__review-shape {
    position: absolute;
    top: -30px;
    right: -50px;
}

@media screen and (max-width: 767px) {
    .testimonial-two-slider__review-shape {
        top: -20px;
        right: -30px;
    }
}

.testimonial-two-slider__review-shape img {
    width: 60px;
}

@media screen and (max-width: 767px) {
    .testimonial-two-slider__review-shape img {
        width: 40px;
    }
}

.testimonial-two-slider__desc {
    font-size: 24px;
    font-style: italic;
    color: hsl(var(--black));
    font-family: var(--body-font);
    font-weight: 400;
    max-width: 550px;
    margin-bottom: 35px;
}

@media screen and (max-width: 575px) {
    .testimonial-two-slider__desc {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-two-slider__desc {
        font-size: 18px;
    }
}

.testimonial-two-slider__name {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: hsl(var(--black));
    margin-bottom: 5px;
}

.testimonial-two-slider__designation {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    color: hsl(var(--black));
}

.testimonial-two-slick-slider {
    margin: 0 20px;
}

@media screen and (max-width: 991px) {
    .testimonial-two-slick-slider {
        margin-top: 20px !important;
    }
}

.testimonial-two-thumb {
    height: 100%;
}

.testimonial-two-thumb img {
    width: 100%;
    height: 100%;
}

/* ------------------------------------
    22. News post Css
---------------------------------------*/
.news-post-item {
    overflow: hidden;
}

.news-post-item:hover .news-post-item__thumb-link::before {
    visibility: visible;
    opacity: 1;
}

.news-post-item:hover .news-post-item__title-link {
    color: hsl(var(--base-two));
}

.news-post-item__title-link {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: hsl(var(--black));
}

@media screen and (max-width: 767px) {
    .news-post-item__title-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .news-post-item__title-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .news-post-item__title-link {
        font-size: 18px;
    }
}

.news-post-item__thumb {
    border-radius: 8px;
    overflow: hidden;
}

.news-post-item__thumb-link {
    width: 100%;
    height: 100%;
    position: relative;
}

.news-post-item__thumb-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.4);
    opacity: 0;
    border-radius: 10px;
    visibility: hidden;
    transition: 0.3s linear;
    z-index: 1;
}

.news-post-item__thumb-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}

.news-post-item__date {
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    z-index: 1;
    width: 100px;
    position: relative;
    height: 90px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .news-post-item__date {
        width: 80px;
        height: 70px;
        margin-top: -35px;
    }
}

.news-post-item__date::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background-color: hsl(var(--base)/0.1);
    z-index: 2;
    border-radius: inherit;
    z-index: -1;
}

.news-post-item__date.style-one.news-post-item__date::before {
    background-color: hsl(var(--green)/0.2);
}

.news-post-item__date.style-two.news-post-item__date::before {
    background-color: hsl(var(--base-two)/0.2);
}

.news-post-item__date.style-three.news-post-item__date::before {
    background-color: hsl(var(--orange)/0.2);
}

.news-post-item__month {
    font-size: 20px;
    color: hsl(var(--black));
    font-family: var(--heading-font);
    font-weight: 600;
    text-align: center;
    display: block;
}

@media screen and (max-width: 424px) {
    .news-post-item__month {
        font-size: 16px;
    }
}

.news-post-item__content {
    background-color: hsl(var(--white)/0.07);
    height: 100%;
}

.news-post-item__title {
    margin-top: 20px;
    margin-bottom: 2px;
}

@media screen and (max-width: 575px) {
    .news-post-item__title {
        margin-top: 15px;
    }
}

.news-post-item__title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-post-item__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .news-post-item__desc {
        margin-bottom: 15px;
    }
}
/* ------------------------------------
    23. Add two Css
---------------------------------------*/
.add-two-section {
    margin-bottom: -120px;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .add-two-section {
        margin-bottom: -100px;
    }
}

@media screen and (max-width: 991px) {
    .add-two-section {
        margin-bottom: -60px;
    }
}

@media screen and (max-width: 767px) {
    .add-two-section {
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 424px) {
    .add-two-section {
        margin-bottom: -40px;
    }
}

.add-two-thumb {
    height: 100%;
    width: 100%;
}

.add-two-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------------------------
    24. Product category Section Css
---------------------------------------*/
.seller-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 15px;
    padding-top: 15px;
}

.seller-item:first-child {
    padding-top: 0 !important;
}

.seller-item:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.seller-item__thumb img {
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 55px;
}

.seller-item__title {
    margin-left: 20px;
}

.seller-item__link {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: hsl(var(--black));
    margin-bottom: 5px;
}

.seller-item__price {
    color: hsl(var(--black)/0.9);
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
}

.seller-item__price-new {
    color: hsl(var(--base));
}

.product-sidebar-filter {
    text-align: right;
    margin-bottom: 30px;
}

.product-sidebar-filter__button {
    background-color: hsl(var(--base));
    padding: 10px 20px;
    line-height: 1;
    display: inline-block;
    color: hsl(var(--white));
    font-size: 25px;
    border-radius: 5px;
    transition: 0.2s linear;
}

.product-sidebar-filter__button .text {
    font-size: 20px;
}

.left-sidebar {
    padding: 30px;
    background-color: hsl(var(--white));
    border-radius: 5px;
}

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

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

.sidebar-item {
    margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
    .sidebar-item {
        margin-bottom: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .sidebar-item:last-child {
        margin-bottom: 10px;
    }
}

.sidebar-item__title {
    font-size: 18px;
    font-weight: 600;
    color: hsl(var(--black));
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.sidebar-item__title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: hsl(var(--base));
}

.sidebar-item__button {
    margin-top: 20px;
}

.sidebar-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-sidebar-close {
    text-align: right;
    transform: translateY(20px);
}

/* ------------------------------------
    25. Product detail Section Css
---------------------------------------*/
.product-thumbnail-wraper {
    position: relative;
}

.product-details__thumb {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .product-details__thumb .slick-track {
        text-align: center;
    }
}

.product-details__image {
    width: 450px !important;
    background-color: hsl(var(--white));
    padding: 40px;
    height: auto;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 10px;
}

@media screen and (max-width: 1399px) {
    .product-details__image {
        width: 360px !important;
    }
}

@media screen and (max-width: 1199px) {
    .product-details__image {
        width: 310px !important;
    }
}

@media screen and (max-width: 991px) {
    .product-details__image {
        width: 300px !important;
        height: 380px !important;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .product-details__image {
        width: 300px !important;
        height: 350px !important;
    }
}

@media screen and (max-width: 424px) {
    .product-details__image {
        width: 220px !important;
        height: 280px !important;
        padding: 25px;
    }
}

.product-details__image img {
    width: 100%;
    height: 100%;
}

.product-details-gallery {
    margin: 0px !important;
}

@media screen and (max-width: 991px) {
    .product-details-gallery {
        margin: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .product-details-gallery {
        text-align: center !important;
    }
}

.product-details-gallery__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: hsl(var(--white));
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: 0.3s linear;
    width: 130px !important;
    height: 160px !important;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 5px;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .product-details-gallery__image {
        width: 120px !important;
        height: 120px !important;
    }
}

@media screen and (max-width: 1199px) {
    .product-details-gallery__image {
        width: 90px !important;
        height: 100px !important;
    }
}

@media screen and (max-width: 991px) {
    .product-details-gallery__image {
        width: 120px !important;
        height: 130px !important;
    }
}

@media screen and (max-width: 575px) {
    .product-details-gallery__image {
        width: 110px !important;
        height: 130px !important;
    }
}

@media screen and (max-width: 424px) {
    .product-details-gallery__image {
        height: 120px !important;
    }
}

.product-details-gallery__image img {
    width: 100%;
    height: 100%;
    transition: 0.3s linear;
}

.product-details-gallery .slick-track {
    display: flex !important;
    flex-direction: column;
}

@media screen and (max-width: 991px) {
    .product-details-gallery .slick-track {
        flex-direction: row;
    }
}

.product-info__title {
    color: hsl(var(--black));
}

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

.product-info__rating.style-two .product-info__rating-item {
    color: hsl(var(--base-two));
}

.product-info__rating-item {
    margin-right: 5px;
    color: hsl(var(--base));
    font-size: 16px;
}

.product-info__number {
    font-size: 20px;
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    font-family: var(--body-font);
}

.product-info__price {
    font-size: 18px;
    color: hsl(var(--base));
    font-weight: 700;
}

.product-info__price-new {
    position: relative;
    color: hsl(var(--black));
    font-size: 18px;
}

.product-info__price-new::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--body-color));
}

.product-info__desc {
    font-size: 16px;
    color: hsl(var(--body-color));
    max-width: 300px;
}

.product-info__button {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.product-info__link {
    margin-right: 20px;
}

.product-info__heart {
    color: hsl(var(--base));
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsl(var(--black)/0.1);
}

.product-info__cart {
    color: hsl(var(--base));
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsl(var(--black)/0.1);
}

.product-info__share {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.product-info__share-text {
    margin-bottom: 0 !important;
    margin-right: 40px;
}

.product-variation {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.color-variant-list {
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
}

.color-variant-list__item {
    margin-right: 10px;
    cursor: pointer;
}

.color-variant-list__item.active .color::before {
    visibility: visible;
    opacity: 1;
}

.color-variant-list__item.one .color {
    background-color: hsl(var(--red));
}

.color-variant-list__item.one.active .color::before {
    border-color: hsl(var(--red));
}

.color-variant-list__item.two .color {
    background-color: hsl(var(--green-two));
}

.color-variant-list__item.two.active .color::before {
    border-color: hsl(var(--green-two));
}

.color-variant-list__item.three .color {
    background-color: hsl(var(--blue-two));
}

.color-variant-list__item.three.active .color::before {
    border-color: hsl(var(--blue-two));
}

.color-variant-list__item.four .color {
    background-color: hsl(var(--yellow-two));
}

.color-variant-list__item.four.active .color::before {
    border-color: hsl(var(--yellow-two));
}

.color-variant-list__item .color {
    width: 17px;
    height: 17px;
    background-color: hsl(var(--yellow-two));
    display: block;
    border-radius: 50%;
    line-height: 1;
    position: relative;
}

.color-variant-list__item .color::before {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid hsl(var(--yellow-two));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s linear;
    visibility: hidden;
    opacity: 0;
}

.product-style {
    display: flex;
    margin-top: 30px;
}

.product-style__title {
    font-size: 18px;
    color: hsl(var(--black)/0.9);
    margin-right: 55px;
    font-weight: 400;
    font-family: var(--body-font);
    width: 70px;
}

.product-style__size {
    font-size: 18px;
    color: hsl(var(--black)/0.8);
    font-weight: 400;
    font-family: var(--body-font);
}

.product-qty {
    display: flex;
    flex-direction: row;
    position: relative;
}

.product-qty__decrement {
    color: hsl(var(--body-color));
    position: absolute;
    right: 7px;
    bottom: 6px;
    font-size: 12px;
}

.product-qty__increment {
    color: hsl(var(--body-color));
    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 12px;
}

.product-qty__value {
    border: 1px solid hsl(var(--black)/0.1);
    padding: 10px;
    max-width: 70px;
    border-radius: 5px;
}

.qty-cart {
    margin-top: 30px;
}

.qty-cart.style-two {
    margin-top: 0;
}

.qty-cart__title {
    font-size: 18px;
    color: hsl(var(--black)/0.9);
    margin-bottom: 0 !important;
    font-weight: 400;
    font-family: var(--body-font);
}

li.color-variant__two.active .color {
    border: 5px solid #067e29;
}

/* ------------------------------------
    26. Gallery Css
---------------------------------------*/
.gallery-item__thumb {
    position: relative;
    z-index: 1;
}

.gallery-item__thumb:hover .hover-overlay {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.gallery-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    transform: scaleX(0);
}

.hover-overlay__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: hsl(var(--white));
    font-size: 40px;
}

@media screen and (max-width: 424px) {
    .hover-overlay__icon {
        font-size: 30px;
    }
}
/* ------------------------------------
    27. Blog two Css
---------------------------------------*/
.blog-section .pagination {
    margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .blog-section .pagination {
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .blog-section .pagination {
        margin-top: 30px;
    }
}

.blog-card-wrapper {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .blog-card-wrapper {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    .blog-card-wrapper {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

.blog-card-wrapper:hover .blog-card-wrapper__title-link {
    color: hsl(var(--base));
}

.blog-card-wrapper__icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.blog-card-wrapper__thumb {
    border-radius: 15px;
    max-height: 450px;
    position: relative;
}

.blog-card-wrapper__thumb-link {
    background-color: hsl(var(--white));
    border-radius: 50%;
    width: 110px;
    height: 110px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: 24px;
    color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .blog-card-wrapper__thumb-link {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 575px) {
    .blog-card-wrapper__thumb-link {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}

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

    25% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    75% {
        transform: scale(1.4);
        opacity: 0.8;
    }

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

.blog-card-wrapper__date {
    margin-bottom: 15px;
    color: hsl(var(--body-color));
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 16px;
}

.blog-card-wrapper__title {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .blog-card-wrapper__title {
        font-size: 25px;
    }
}

@media screen and (max-width: 575px) {
    .blog-card-wrapper__title {
        margin-top: 15px;
        font-size: 22px;
    }
}

.blog-card-wrapper__title-link {
    color: hsl(var(--black));
    font-weight: 800;
    font-family: var(--heading-font);
}

.blog-card-wrapper__desc {
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: hsl(var(--body-color));
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .blog-card-wrapper__desc {
        margin-bottom: 15px;
    }
}

.blog-card-wrapper__button {
    color: hsl(var(--black));
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
    .blog-card-wrapper__button {
        font-size: 15px;
    }
}

.blog-card-wrapper__button-icon {
    margin-left: 6px;
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .blog-card-wrapper__button-icon {
        font-size: 15px;
    }
}

.blog-card-wrapper__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
    cursor: pointer;
}

.blog-card-wrapper__play-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--white)/0.2);
    border-radius: 50%;
    animation: animate 1.3s ease-in-out infinite;
    animation-delay: 0.2s;
    z-index: -1;
}

.toggle-thumbs {
    gap: 17px;
}

.gallery-popup {
    width: calc(33.3% - 15px);
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 8px;
}

.gallery-popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mfp-img {
    height: 300px !important;
}

/* ------------------------------------
    28. Not found Css
---------------------------------------*/
.not-found {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

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

.not-found__title {
    font-size: 300px;
    font-weight: 400;
    font-family: var(--title-font);
    color: hsl(var(--base));
    text-align: center;
}

@media screen and (max-width: 991px) {
    .not-found__title {
        font-size: 200px;
    }
}

@media screen and (max-width: 767px) {
    .not-found__title {
        font-size: 100px;
    }
}

.not-found__text {
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    .not-found__text {
        margin-bottom: 30px;
    }
}

.not-found__thumb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 600px;
}

@media screen and (max-width: 1499px) {
    .not-found__thumb {
        width: 450px;
    }
}

@media screen and (max-width: 1199px) {
    .not-found__thumb {
        width: 380px;
    }
}

@media screen and (max-width: 991px) {
    .not-found__thumb {
        width: 340px;
    }
}

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

.not-found__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .not-found__shape {
        width: 450px;
    }
}

@media screen and (max-width: 1199px) {
    .not-found__shape {
        width: 380px;
    }
}

@media screen and (max-width: 991px) {
    .not-found__shape {
        width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .not-found__shape {
        display: none;
    }
}
/* ------------------------------------
     29. blog details Css
---------------------------------------*/
.blog-details {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 2px 15px hsl(var(--white)/0.25);
}

.blog-details__thumb {
    height: 450px;
    max-height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .blog-details__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        height: 300px;
    }
}

.blog-details__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details__content {
    padding-top: 45px;
}

@media screen and (max-width: 767px) {
    .blog-details__content {
        padding-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__content {
        padding-top: 25px;
    }
}

.blog-details__title {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .blog-details__title {
        font-size: 25px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__title {
        font-size: 22px;
    }
}

.blog-details__desc {
    margin-bottom: 15px;
    color: hsl(var(--body-color));
    font-family: var(--heading-font);
    font-weight: 400;
}

.blog-inner-style {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .blog-inner-style {
        margin-top: 20px;
    }
}

.content {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .content {
        margin-bottom: 30px;
    }
}

.blog-details-inner__thumb {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.blog-details-inner__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote {
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 90px 0;
    background-color: hsl(var(--white));
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .quote {
        padding: 50px 30px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .quote {
        padding: 40px 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .quote {
        padding: 30px 10px;
    }
}

.quote-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quote-thumb img {
    width: 100%;
    max-width: 200px;
}

@media screen and (max-width: 575px) {
    .quote-thumb img {
        max-width: 100px;
    }
}

.quote__text {
    color: hsl(var(--black)/0.85);
    max-width: 550px;
    font-style: italic;
    font-family: var(--body-font);
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
    font-size: var(--heading-four);
}

.tag-title {
    font-size: 18px;
    color: hsl(var(--black));
    margin-right: 20px;
    font-weight: 400;
    font-family: var(--body-font);
}

.latest-blog-slider {
    padding: 30px 60px;
    margin: 0 !important;
    margin-top: 50px !important;
    border-top: 1px solid hsl(var(--black)/0.1);
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 767px) {
    .latest-blog-slider {
        padding: 20px 30px 30px 30px;
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 575px) {
    .latest-blog-slider {
        padding: 20px 0;
    }
}

.latest-blog-slider .latest-blog {
    border-bottom: 0;
    margin-bottom: 0;
    margin-left: 40px;
}

@media screen and (max-width: 374px) {
    .latest-blog-slider .latest-blog {
        margin-left: 0px;
    }
}

.latest-blog-slider .latest-blog__content {
    padding-left: 40px;
}

@media screen and (max-width: 575px) {
    .latest-blog-slider .latest-blog__content {
        padding-left: 15px;
    }
}

.latest-blog-slider .latest-blog__title {
    max-width: 230px;
}

.latest-blog-slider .latest-blog__date {
    font-size: 14px;
    color: hsl(var(--body-color));
    font-family: var(--body-font);
    font-weight: 400;
}

/* ------------------------------------
    30. contact Css
---------------------------------------*/
.contact-item {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    text-align: center;
    padding: 35px 10px;
}

.contact-item__thumb {
    margin-bottom: 20px;
}

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

.contact-item__title {
    margin-bottom: 7px;
    color: hsl(var(--black));
    font-weight: 700;
}

.contact-item__desc {
    color: hsl(var(--body-color));
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 16px;
}

.contact-map {
    width: 100%;
    height: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin-bottom: -10px;
    filter: grayscale(1);
}

@media screen and (max-width: 991px) {
    .contact-map iframe {
        min-height: 400px;
    }
}

.contact-bottom .bg-img {
    border-radius: 12px;
}

.contactus-form {
    background-color: hsl(var(--white));
    padding: 80px 65px;
    border-radius: 20px;
    position: relative;
    margin-bottom: -150px;
}

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

@media screen and (max-width: 767px) {
    .contactus-form {
        padding: 50px 20px;
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 575px) {
    .contactus-form {
        padding: 40px 15px;
    }
}

.contactus-form__thumb-one {
    position: absolute;
    top: -150px;
    left: 40px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .contactus-form__thumb-one {
        top: -110px;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .contactus-form__thumb-one img {
        max-width: 200px;
    }
}

.contactus-form__thumb-two {
    position: absolute;
    top: -160px;
    right: 50px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .contactus-form__thumb-two {
        top: -120px;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .contactus-form__thumb-two img {
        max-width: 120px;
    }
}

.contactus-form .btn {
    margin-top: 10px;
}

.contact-bottom__inner {
    padding-top: 200px;
}

@media screen and (max-width: 767px) {
    .contact-bottom__inner {
        padding-top: 150px;
    }
}

.contact-section {
    margin-top: 35px;
}

/* ------------------------------------
   31. Account Css
---------------------------------------*/
.account {
    background-color: hsl(var(--white));
}

.account-inner {
    position: relative;
}

.account-form {
    box-shadow: 0 6px 20px hsl(var(--black)/0.07);
    background-color: hsl(var(--white)/0.1);
    padding: 50px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .account-form {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .account-form {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 30px 15px;
    }
}

.account-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*# sourceMappingURL=main.css.map */
