/* general css */
:root {
    --size-icon-large: 32px;
    --size-icon-base: 24px;
    --size-icon-small: 16px;
    --size-icon-xsmall: 12px;

    --size-component-xlarge: 64px;
    --size-component-large: 48px;
    --size-component-base: 40px;
    --size-component-small: 32px;
    --size-component-xsmall: 24px;
    --size-component-xxsmall: 16px;

    --spacing-XXL: 40px;
    --spacing-XL: 32px;
    --spacing-L: 24px;
    --spacing-M: 16px;
    --spacing-S: 12px;
    --spacing-XS: 8px;
    --spacing-XXS: 4px;
    --spacing-XXXS: 2px;
    --spacing-None: 0;
    --spacing-Negative-M: -16px;
    --spacing-Negative-S: -8px;
    --spacing-Negative-xS: -4px;
    --spacing-section-S: 32px;
    --spacing-section-M: 64px;
    --spacing-section-L: 96px;
    --spacing-section-XL: 160px;

    --corner-S: 4px;
    --corner-M: 8px;
    --corner-Card: 24px;
    --corner-RING: 12px;
    --corner-round: 100px;

    --breakpoint-small: 375px;
    --breakpoint-medium: 600px;
    --breakpoint-large: 900px;
    --breakpoint-xlarge: 1200px;

    --Depth-0: 0;
    --Depth-100: 4px;
    --Depth-200: 8px;
    --Depth-300: 10px;
    --Depth-400: 16px;
    --Depth-500: 20px;
    --Depth-600: 24px;
    --Depth-800: 32px;
    --Depth-1200: 48px;
    --Depth-025: 1px;
    --Depth-050: 2px;
    --Depth-075: 3px;
    --Depth-Negative-025: -1px;
    --Depth-Negative-050: -3px;
    --Depth-Negative-100: -4px;
    --Depth-Negative-200: -8px;
    --Depth-Negative-300: -12px;
    --Depth-Negative-400: -16px;
    --Depth-Negative-800: -32px;
    --Depth-Negative-1200: -48px;

    --Font-size-50: 10px;
    --Font-size-100: 12px;
    --Font-size-200: 14px;
    --Font-size-300: 16px;
    --Font-size-400: 18px;
    --Font-size-500: 24px;
    --Font-size-600: 32px;
    --Font-size-700: 40px;
    --Font-size-800: 48px;
    --Font-size-900: 64px;

    --Line-height-XXXS: 12px;
    --Line-height-XXS: 16px;
    --Line-height-XS: 20px;
    --Line-height-S: 22px;
    --Line-height-M: 24px;
    --Line-height-L: 26px;
    --Line-height-XL: 30px;
    --Line-height-XXL: 40px;
    --Line-height-3XL: 48px;
    --Line-height-4XL: 56px;
    --Line-height-5XL: 80px;

    --Font-weight-Thin-100: 100;
    --Font-weight-ExtraLight-200: 200;
    --Font-weight-Light-300: 300;
    --Font-weight-Regular-400: 400;
    --Font-weight-Medium-500: 500;
    --Font-weight-SemiBold-600: 600;
    --Font-weight-Bold-700: 700;
    --Font-weight-ExtraBold-800: 800;
    --Font-weight-Black-900: 900;

    --Font-style-100-italic: "Thin Italic";
    --Font-style-200-italic: "Extra Light Italic";
    --Font-style-300-italic: "Light Italic";
    --Font-style-400-italic: "Italic";
    --Font-style-500-italic: "Medium Italic";
    --Font-style-600-italic: "Semi Bold Italic";
    --Font-style-700-italic: "Bold Italic";
    --Font-style-800-italic: "Extra Bold Italic";
    --Font-style-900-italic: "Black Italic";

    --font-sans: "inter";
    --Heading: "snicker";
    --Document: "Roboto Mono";

    --Solid-Gray-50: #ffffff;
    --Solid-Gray-100: #fcfcfc;
    --Solid-Gray-200: #f9f9f9;
    --Solid-Gray-300: #f0f0f0;
    --Solid-Gray-400: #e8e8e8;
    --Solid-Gray-500: #e0e0e0;
    --Solid-Gray-600: #d9d9d9;
    --Solid-Gray-700: #cecece;
    --Solid-Gray-800: #bbbbbb;
    --Solid-Gray-900: #8d8d8d;
    --Solid-Gray-1000: #838383;
    --Solid-Gray-1100: #646464;
    --Solid-Gray-1200: #202020;

    --Alpha-Gray-100: rgba(0, 0, 0, 0);
    --Alpha-Gray-200: rgba(0, 0, 0, 0.01);
    --Alpha-Gray-300: rgba(0, 0, 0, 0.05);
    --Alpha-Gray-400: rgba(0, 0, 0, 0.09);
    --Alpha-Gray-500: rgba(0, 0, 0, 0.12);
    --Alpha-Gray-600: rgba(0, 0, 0, 0.14);
    --Alpha-Gray-700: rgba(0, 0, 0, 0.18);
    --Alpha-Gray-800: rgba(0, 0, 0, 0.27);
    --Alpha-Gray-900: rgba(0, 0, 0, 0.45);
    --Alpha-Gray-1000: rgba(0, 0, 0, 0.49);
    --Alpha-Gray-1100: rgba(0, 0, 0, 0.61);
    --Alpha-Gray-1200: rgba(0, 0, 0, 0.87);

    --Solid-Orange-100: #fefcfb;
    --Solid-Orange-200: #fff7ed;
    --Solid-Orange-300: #ffefd6;
    --Solid-Orange-400: #ffdfb5;
    --Solid-Orange-500: #ffd19a;
    --Solid-Orange-600: #ffc182;
    --Solid-Orange-700: #f5ae73;
    --Solid-Orange-800: #ec9455;
    --Solid-Orange-900: #f76b15;
    --Solid-Orange-1000: #ef5f00;
    --Solid-Orange-1100: #cc4e00;
    --Solid-Orange-1200: #582d1d;

    --Alpha-Orange-50: rgba(192, 64, 0, 0.0296);
    --Alpha-Orange-100: rgba(192, 64, 0, 0);
    --Alpha-Orange-200: rgba(255, 142, 0, 0.07);
    --Alpha-Orange-300: rgba(255, 156, 0, 0.16);
    --Alpha-Orange-400: rgba(255, 145, 1, 0.29);
    --Alpha-Orange-500: rgba(255, 139, 0, 0.40);
    --Alpha-Orange-600: rgba(255, 129, 0, 0.49);
    --Alpha-Orange-700: rgba(237, 108, 0, 0.54);
    --Alpha-Orange-800: rgba(227, 95, 0, 0.67);
    --Alpha-Orange-900: rgba(246, 94, 0, 0.92);
    --Alpha-Orange-1000: rgba(239, 95, 0, 0.81);
    --Alpha-Orange-1100: rgba(204, 78, 0, 0.90);
    --Alpha-Orange-1200: rgba(67, 18, 0, 0.89);

    --Solid-Blue-12: #113264;
    --Solid-Blue-100: #fbfdff;
    --Solid-Blue-200: #f4faff;
    --Solid-Blue-300: #e6f4fe;
    --Solid-Blue-400: #d5efff;
    --Solid-Blue-500: #c2e5ff;
    --Solid-Blue-600: #acd8fc;
    --Solid-Blue-700: #8ec8f6;
    --Solid-Blue-800: #5eb1ef;
    --Solid-Blue-900: #0090ff;
    --Solid-Blue-1000: #0588f0;
    --Solid-Blue-1100: #0d74ce;

    --Alpha-Blue-12: rgba(0, 35, 89, 0.92);
    --Alpha-Blue-100: rgba(0, 128, 255, 0.01);
    --Alpha-Blue-200: rgba(0, 140, 255, 0.03);
    --Alpha-Blue-300: rgba(0, 143, 245, 0.10);
    --Alpha-Blue-400: rgba(0, 158, 255, 0.16);
    --Alpha-Blue-500: rgba(0, 147, 255, 0.23);
    --Alpha-Blue-600: rgba(0, 136, 246, 0.32);
    --Alpha-Blue-700: rgba(0, 131, 235, 0.43);
    --Alpha-Blue-800: rgba(0, 132, 230, 0.63);
    --Alpha-Blue-900: rgba(0, 144, 255, 0.72);
    --Alpha-Blue-1000: rgba(0, 134, 240, 0.98);
    --Alpha-Blue-1100: rgba(0, 109, 203, 0.94);

    --Solid-Teal-100: #fafefd;
    --Solid-Teal-200: #f3fbf9;
    --Solid-Teal-300: #e0f8f3;
    --Solid-Teal-400: #ccf3ea;
    --Solid-Teal-500: #b8eae0;
    --Solid-Teal-600: #a1ded2;
    --Solid-Teal-700: #83cdc1;
    --Solid-Teal-800: #53b9ab;
    --Solid-Teal-900: #12a594;
    --Solid-Teal-1000: #0d9b8a;
    --Solid-Teal-1100: #008573;
    --Solid-Teal-1200: #0d3d38;

    --Alpha-Teal-100: rgba(0, 204, 153, 0.01);
    --Alpha-Teal-200: rgba(0, 170, 128, 0.05);
    --Alpha-Teal-300: rgba(0, 198, 157, 0.12);
    --Alpha-Teal-400: rgba(0, 195, 150, 0.20);
    --Alpha-Teal-500: rgba(0, 180, 144, 0.27);
    --Alpha-Teal-600: rgba(0, 166, 133, 0.36);
    --Alpha-Teal-700: rgba(0, 153, 128, 0.49);
    --Alpha-Teal-800: rgba(0, 151, 131, 0.67);
    --Alpha-Teal-900: rgba(0, 158, 140, 0.92);
    --Alpha-Teal-1000: rgba(0, 150, 132, 0.94);
    --Alpha-Teal-1100: rgba(0, 133, 115, 0.90);
    --Alpha-Teal-1200: rgba(0, 51, 45, 0.94);

    --Solid-Amber-12: #342111;
    --Solid-Amber-100: #f8eed5;
    --Solid-Amber-200: #fff9bc;
    --Solid-Amber-300: #fff796;
    --Solid-Amber-400: #ffee70;
    --Solid-Amber-500: #ffeb47;
    --Solid-Amber-600: #fbdb3f;
    --Solid-Amber-700: #f1c22e;
    --Solid-Amber-800: #dc9d10;
    --Solid-Amber-900: #ffc511;
    --Solid-Amber-1000: #ebb200;
    --Solid-Amber-1100: #c89600;

    --Alpha-Amber-12: rgba(52, 21, 0, 0.87);
    --Alpha-Amber-100: rgba(192, 128, 0, 0.01);
    --Alpha-Amber-200: rgba(244, 209, 0, 0.09);
    --Alpha-Amber-300: rgba(255, 222, 0, 0.23);
    --Alpha-Amber-400: rgba(255, 212, 0, 0.38);
    --Alpha-Amber-500: rgba(248, 207, 0, 0.52);
    --Alpha-Amber-600: rgba(234, 181, 0, 0.54);
    --Alpha-Amber-700: rgba(220, 155, 0, 0.61);
    --Alpha-Amber-800: rgba(218, 138, 0, 0.78);
    --Alpha-Amber-900: rgba(255, 179, 0, 0.76);
    --Alpha-Amber-1000: rgba(255, 179, 0, 0.90);
    --Alpha-Amber-1100: rgba(171, 100, 0, 0.90);

    --Solid-Red-1: #fffcfc;
    --Solid-Red-200: #fff7f7;
    --Solid-Red-300: #feebec;
    --Solid-Red-400: #ffdbdc;
    --Solid-Red-500: #ffcdce;
    --Solid-Red-600: #fdbdbe;
    --Solid-Red-700: #f4a9aa;
    --Solid-Red-800: #eb8e90;
    --Solid-Red-900: #e5484d;
    --Solid-Red-1000: #dc3e42;
    --Solid-Red-1100: #ce2c31;
    --Solid-Red-1200: #641723;

    --Alpha-Red-1: rgba(255, 0, 0, 0.01);
    --Alpha-Red-200: rgba(255, 0, 0, 0.03);
    --Alpha-Red-300: rgba(243, 0, 13, 0.07);
    --Alpha-Red-400: rgba(255, 0, 8, 0.14);
    --Alpha-Red-500: rgba(255, 0, 6, 0.20);
    --Alpha-Red-600: rgba(248, 0, 4, 0.25);
    --Alpha-Red-700: rgba(223, 0, 3, 0.34);
    --Alpha-Red-800: rgba(210, 0, 5, 0.43);
    --Alpha-Red-900: rgba(219, 0, 7, 0.72);
    --Alpha-Red-1000: rgba(209, 0, 5, 0.76);
    --Alpha-Red-1100: rgba(196, 0, 6, 0.83);
    --Alpha-Red-1200: rgba(85, 0, 13, 0.90);

    --Solid-Green-100: #fbfefc;
    --Solid-Green-200: #f4fbf6;
    --Solid-Green-300: #e6f6eb;
    --Solid-Green-400: #d6f1df;
    --Solid-Green-500: #c4e8d1;
    --Solid-Green-600: #adddc0;
    --Solid-Green-700: #8eceaa;
    --Solid-Green-800: #5bb98b;
    --Solid-Green-900: #30a46c;
    --Solid-Green-1000: #2b9a66;
    --Solid-Green-1100: #218358;
    --Solid-Green-1200: #193b2d;

    --Alpha-Green-100: rgba(0, 192, 64, 0.01);
    --Alpha-Green-200: rgba(0, 163, 47, 0.03);
    --Alpha-Green-300: rgba(0, 164, 51, 0.10);
    --Alpha-Green-400: rgba(0, 168, 56, 0.16);
    --Alpha-Green-500: rgba(1, 156, 57, 0.23);
    --Alpha-Green-600: rgba(0, 150, 60, 0.32);
    --Alpha-Green-700: rgba(0, 145, 64, 0.43);
    --Alpha-Green-800: rgba(0, 146, 75, 0.63);
    --Alpha-Green-900: rgba(0, 143, 74, 0.81);
    --Alpha-Green-1000: rgba(0, 134, 71, 0.83);
    --Alpha-Green-1100: rgba(0, 113, 63, 0.87);
    --Alpha-Green-1200: rgba(0, 38, 22, 0.90);

    --Alpha-White-100: rgba(255, 255, 255, 0.05);
    --Alpha-White-200: rgba(255, 255, 255, 0.10);
    --Alpha-White-300: rgba(255, 255, 255, 0.14);
    --Alpha-White-400: rgba(255, 255, 255, 0.20);
    --Alpha-White-500: rgba(255, 255, 255, 0.30);
    --Alpha-White-600: rgba(255, 255, 255, 0.40);
    --Alpha-White-700: rgba(255, 255, 255, 0.50);
    --Alpha-White-800: rgba(255, 255, 255, 0.60);
    --Alpha-White-900: rgba(255, 255, 255, 0.70);
    --Alpha-White-1000: rgba(255, 255, 255, 0.85);
    --Alpha-White-1100: rgba(255, 255, 255, 0.90);
    --Alpha-White-1200: rgba(255, 255, 255, 0.94);

    --Alpha-Black-100: rgba(0, 0, 0, 0.05);
    --Alpha-Black-200: rgba(0, 0, 0, 0.10);
    --Alpha-Black-300: rgba(0, 0, 0, 0.14);
    --Alpha-Black-400: rgba(0, 0, 0, 0.20);
    --Alpha-Black-500: rgba(0, 0, 0, 0.30);
    --Alpha-Black-600: rgba(0, 0, 0, 0.40);
    --Alpha-Black-700: rgba(0, 0, 0, 0.50);
    --Alpha-Black-800: rgba(0, 0, 0, 0.80);
    --Alpha-Black-900: rgba(0, 0, 0, 0.70);
    --Alpha-Black-1000: rgba(0, 0, 0, 0.80);
    --Alpha-Black-1100: rgba(0, 0, 0, 0.90);
    --Alpha-Black-1200: rgba(0, 0, 0, 0.94);

    --Neutral-10: rgba(192, 64, 0, 0);
    --Neutral-100: rgba(192, 64, 0, 0.07);
    --Neutral-200: rgba(192, 64, 0, 0.16);
    --Neutral-bold-10: rgba(0, 0, 0, 0);
    --Neutral-bold-100: rgba(0, 0, 0, 0.10);
    --Neutral-bold-200: rgba(0, 0, 0, 0.14);

    --Solid-Violet-100: #fdfcfe;
    --Solid-Violet-200: #faf8ff;
    --Solid-Violet-300: #f4f0fe;
    --Solid-Violet-400: #ebe4ff;
    --Solid-Violet-500: #e1d9ff;
    --Solid-Violet-600: #d4cafe;
    --Solid-Violet-700: #c2b5f5;
    --Solid-Violet-800: #aa99ec;
    --Solid-Violet-900: #6e56cf;
    --Solid-Violet-1000: #654dc4;
    --Solid-Violet-1100: #6550b9;
    --Solid-Violet-1200: #2f265f;

    --Alpha-Violet-100: rgba(85, 0, 170, 0.0118);
    --Alpha-Violet-200: rgba(73, 0, 255, 0.0314);
    --Alpha-Violet-300: rgba(68, 0, 238, 0.0588);
    --Alpha-Violet-400: rgba(67, 0, 255, 0.1098);
    --Alpha-Violet-500: rgba(54, 0, 255, 0.1490);
    --Alpha-Violet-600: rgba(49, 0, 251, 0.2118);
    --Alpha-Violet-700: rgba(45, 1, 221, 0.2902);
    --Alpha-Violet-800: rgba(43, 0, 208, 0.40);
    --Alpha-Violet-900: rgba(36, 0, 183, 0.6588);
    --Alpha-Violet-1000: rgba(35, 0, 171, 0.7020);
    --Alpha-Violet-1100: rgba(31, 0, 153, 0.6902);
    --Alpha-Violet-1200: rgba(11, 0, 67, 0.8510);

    --blue-100: #e0f2ff;
    --blue-200: #cae8ff;
    --blue-300: #b5deff;
    --blue-400: #96cefd;
    --blue-500: #78bbfa;
    --blue-600: #59a7f6;
    --blue-900: #0265dc;
    --blue-1000: #0054b6;
    --blue-1100: #004491;

    --green-100: #cef8e0;
    --green-200: #adf4ce;
    --green-300: #89ecbc;
    --green-400: #67dea8;
    --green-500: #49cc93;
    --green-600: #2fb880;
    --green-900: #007a4d;
    --green-1000: #00653e;
    --green-1100: #005132;

    --red-100: #ffebe7;
    --red-200: #ffddd6;
    --red-300: #ffcdc3;
    --red-400: #ffb7a9;
    --red-500: #ff9b88;
    --red-600: #ff7c65;
    --red-900: #d31510;
    --red-1000: #b40000;
    --red-1100: #930000;

    --orange-100: #ffeccc;
    --orange-200: #ffdfad;
    --orange-300: #fdd291;
    --orange-400: #ffbb63;
    --orange-500: #ffa037;
    --orange-600: #f68511;
    --orange-900: #b14c00;
    --orange-1000: #953d00;
    --orange-1100: #7a2f00;

    --text-default: var(--Solid-Gray-1200);
    --text-Secondary: var(--Alpha-Black-800);
    --text-Tertiary: var(--Alpha-Black-600);
    --text-Subtle: var(--Solid-Gray-1100);
    --text-Disabled: var(--Alpha-Gray-800);
    --text-Inverse: var(--Solid-Gray-50);
    --text-Inverse-Subtle: var(--Solid-Gray-600);
    --text-onbrand-default: var(--Solid-Gray-50);
    --text-onbrand-secondery: var(--Alpha-White-1000);
    --text-onbrand-tertiary: var(--Alpha-White-800);
    --text-Brand-Bold: var(--Solid-Orange-900);
    --text-Brand-Bold-Hover: var(--Solid-Orange-1000);
    --text-Brand-Bold-Avtive: var(--Solid-Orange-1100);
    --text-Link: var(--Solid-Blue-900);
    --text-Link-Hover: var(--Solid-Blue-1000);
    --text-Link-Avtive: var(--Solid-Blue-1100);
    --text-Color-Brand: var(--Solid-Orange-900);
    --text-Color-Success: var(--Solid-Green-900);
    --text-Color-Danger: var(--Solid-Red-1000);
    --text-Color-Warning: var(--Solid-Orange-1000);
    --text-Color-Info: var(--Solid-Blue-900);
    --text-accent-Accent-Yellow: var(--Solid-Amber-800);
    --text-accent-Accent-Green: var(--Solid-Teal-900);
    --text-accent-Accent-Orange: var(--Solid-Orange-900);
    --text-accent-Accent-Red: var(--Solid-Red-900);
    --text-accent-Accent-Violet: var(--Solid-Violet-900);

    --bg-brand-Primary: var(--Solid-Orange-900);
    --bg-brand-hover: var(--Solid-Orange-1000);
    --bg-brand-Active: var(--Solid-Orange-1100);
    --bg-brand-Subtlest: var(--Solid-Orange-300);
    --bg-Surface-Default: var(--Solid-Gray-50);
    --bg-Surface-Secondary: var(--Solid-Gray-200);
    --bg-Surface-tertiary: var(--Solid-Gray-400);
    --bg-Surface-hover: var(--Solid-Gray-200);
    --bg-Surface-selected: var(--Solid-Orange-300);
    --bg-Surface-Disabled: var(--Alpha-White-200);
    --bg-Surface-Sunken: var(--Solid-Gray-100);
    --bg-Surface-Solid-Brand: var(--Solid-Orange-200);
    --bg-Surface-Solid-Blue: var(--Solid-Blue-200);
    --bg-Surface-Solid-Teal: var(--Solid-Teal-200);
    --bg-Surface-Solid-Yellow: var(--Solid-Amber-100);
    --bg-Surface-Solid-Red: var(--Solid-Red-200);
    --bg-Surface-Solid-Green: var(--Solid-Green-200);
    --bg-Surface-Solid-White: var(--Solid-Gray-50);
    --bg-Surface-Soft-Brand: var(--Alpha-Orange-300);
    --bg-Surface-Soft-Brand-subtle: var(--Alpha-Orange-200);
    --bg-Surface-Soft-Blue: var(--Alpha-Blue-300);
    --bg-Surface-Soft-Blue-subtle: var(--Alpha-Blue-200);
    --bg-Surface-Soft-Teal: var(--Alpha-Teal-300);
    --bg-Surface-Soft-Teal-subtle: var(--Alpha-Teal-200);
    --bg-Surface-Soft-Yellow: var(--Alpha-Amber-300);
    --bg-Surface-Soft-Yellow-subtle: var(--Alpha-Amber-200);
    --bg-Surface-Soft-Red: var(--Alpha-Red-300);
    --bg-Surface-Soft-Red-subtle: var(--Alpha-Red-200);
    --bg-Surface-Soft-Green: var(--Alpha-Green-300);
    --bg-Surface-Soft-Green-subtle: var(--Alpha-Green-200);
    --bg-NeutralBackground1: var(--Solid-Gray-1200);
    --bg-NeutralBackground2: var(--Solid-Gray-900);
    --bg-NeutralBackground3: var(--Solid-Gray-300);
    --bg-NeutralBackground4: var(--Alpha-Orange-50);
    --bg-Neutral: var(--Alpha-Orange-50);
    --bg-Neutral-Hover: var(--Alpha-Orange-200);
    --bg-Neutral-Active: var(--Alpha-Orange-300);
    --bg-Neutral-Selected: var(--Alpha-Orange-400);
    --bg-Bold-Neutral-Gohst: var(--Alpha-Gray-100);
    --bg-Bold-Neutral: var(--Alpha-Gray-200);
    --bg-Bold-Neutral-Hover: var(--Alpha-Gray-300);
    --bg-Bold-Neutral-Active: var(--Alpha-Gray-400);
    --bg-Bold-Neutral-Selected: var(--Alpha-Gray-300);
    --bg-Bold-Neutral-Disabled: var(--Solid-Gray-200);
    --bg-Inverse-Neutral-Inverse-Default: var(--Alpha-White-100);
    --bg-Inverse-Neutral-Inverse-Hover: var(--Alpha-White-200);
    --bg-Inverse-Neutral-Inverse-Active: var(--Alpha-White-300);
    --bg-Inverse-Neutral-Inverse-Selected: var(--Alpha-White-200);
    --bg-Inverse-Neutral-Inverse-Disabled: var(--Alpha-White-300);
    --bg-Gray-Gray-Subtler: var(--Solid-Gray-50);
    --bg-Gray-Gray-Subler-Hover: var(--Solid-Gray-100);
    --bg-Gray-Gray-Subler-Active: var(--Solid-Gray-200);
    --bg-Gray-Gray-Subtle: var(--Solid-Gray-200);
    --bg-Gray-Gray-Subtle-Hover: var(--Solid-Gray-400);
    --bg-Gray-Gray-Subtle-Active: var(--Solid-Gray-400);
    --bg-Gray-Gray-Bold: var(--Solid-Gray-1200);
    --bg-Gray-Gray-Bold-Hover: var(--Solid-Gray-1100);
    --bg-Gray-Gray-Bold-Active: var(--Solid-Gray-1000);
    --bg-Input-Default: var(--Alpha-White-1000);
    --bg-Input-Hover: var(--Alpha-Gray-300);
    --bg-blue-Primary: var(--Solid-Blue-900);
    --bg-blue-hover: var(--Solid-Blue-1000);
    --bg-blue-Active: var(--Solid-Blue-1100);
    --bg-blue-Brand-Subtlest: var(--Solid-Blue-300);
    --bg-Danger-Primary: var(--red-900);
    --bg-Danger-Hover: var(--red-1000);
    --bg-Danger-Active: var(--red-1100);
    --bg-Danger-Subtlest: var(--red-100);
    --bg-Warning-Warning: var(--orange-900);
    --bg-Warning-hover: var(--orange-1000);
    --bg-Warning-Active: var(--orange-1100);
    --bg-Warning-Subtlest: var(--orange-100);
    --bg-Success-Success: var(--Solid-Green-900);
    --bg-Success-hover: var(--Solid-Green-1000);
    --bg-Success-Active: var(--Solid-Green-1100);
    --bg-Success-Subtlest: var(--Solid-Green-300);
    --bg-assistive01-Primary: var(--Solid-Amber-900);
    --bg-assistive01-hover: var(--Solid-Amber-1000);
    --bg-assistive01-Active: var(--Solid-Amber-1100);
    --bg-assistive01-Subtlest: var(--Alpha-Amber-300);
    --bg-assistive02-Primary: var(--Solid-Teal-900);
    --bg-assistive02-hover: var(--Alpha-Teal-1000);
    --bg-assistive02-Active: var(--Alpha-Teal-1100);
    --bg-assistive02-Subtlest: var(--Solid-Teal-300);
    --bg-accent-Accent-Blue: var(--Solid-Blue-700);
    --bg-accent-AccentBlue-Subtlest: var(--Solid-Blue-300);
    --bg-accent-Accent-Yellow: var(--Solid-Amber-700);
    --bg-accent-Accent-Yellow-Subtlest: var(--Solid-Amber-200);
    --bg-accent-Accent-Green: var(--Solid-Green-700);
    --bg-accent-Accent-Green-Subtlest: var(--Solid-Green-300);
    --bg-accent-Accent-Red: var(--Solid-Red-700);
    --bg-accent-Accent-Red-Subtlest: var(--Solid-Red-300);
    --bg-accent-Accent-Orange: var(--Solid-Orange-700);
    --bg-accent-Accent-Orange-Subtlest: var(--Solid-Orange-300);
    --bg-accent-Accent-Violet: var(--Solid-Violet-700);
    --bg-accent-Accent-Violet-Subtlest: var(--Solid-Violet-300);
    --bg-Utilities-Overlay: rgba(0, 0, 0, 0.5);
    --bg-Utilities-Blanket: rgba(0, 0, 0, 0.7);
    --bg-Utilities-Scrim: rgba(255, 255, 255, 0.8);

    --icon-Bold: var(--Alpha-Black-1200);
    --icon-Secondary: var(--Alpha-Black-800);
    --icon-tertiary: var(--Alpha-Black-600);
    --icon-Subtle: var(--Solid-Gray-600);
    --icon-Hover: var(--Solid-Gray-1000);
    --icon-Active: var(--Solid-Gray-1100);
    --icon-Disabled: var(--Alpha-Gray-800);
    --icon-Strong-Disabled: var(--Alpha-Gray-900);
    --icon-Inverse-default: var(--Solid-Gray-50);
    --icon-Inverse-Subtle: var(--Solid-Gray-300);
    --icon-Inverse-Subtle-Hover: var(--Solid-Gray-400);
    --icon-Inverse-Subtle-Active: var(--Solid-Gray-400);
    --icon-onbrand-default: var(--Solid-Gray-50);
    --icon-onbrand-secondery: var(--Alpha-White-1000);
    --icon-onbrand-tertiary: var(--Alpha-White-800);
    --icon-Brand-Bold: var(--Solid-Orange-900);
    --icon-Brand-hover: var(--Solid-Orange-1000);
    --icon-Brand-Active: var(--Solid-Orange-1100);
    --icon-Brand-Subtlest: var(--Solid-Orange-300);
    --icon-Link: var(--Solid-Blue-900);
    --icon-Link-hover: var(--Solid-Blue-1000);
    --icon-Link-Active: var(--Solid-Blue-1100);
    --icon-assistive01-Primary: var(--Solid-Amber-900);
    --icon-assistive01-hover: var(--Solid-Amber-1000);
    --icon-assistive01-Active: var(--Solid-Amber-1100);
    --icon-assistive01-Subtlest: var(--Alpha-Amber-300);
    --icon-assistive02-Primary: var(--Solid-Teal-900);
    --icon-assistive02-hover: var(--Alpha-Teal-1000);
    --icon-assistive02-Active: var(--Alpha-Teal-1100);
    --icon-assistive02-Subtlest: var(--Solid-Teal-300);
    --icon-Color-Brand: var(--Solid-Orange-900);
    --icon-Color-Success: var(--Solid-Green-900);
    --icon-Color-Danger: var(--Solid-Red-1000);
    --icon-Color-Warning: var(--orange-900);
    --icon-Color-Accent: var(--Solid-Amber-800);
    --icon-Color-Info: var(--Solid-Blue-900);
    --icon-accent-Accent-Blue: var(--Solid-Blue-700);
    --icon-accent-Accent-Yellow: var(--Solid-Amber-800);
    --icon-accent-Accent-Green: var(--Solid-Green-900);
    --icon-accent-Accent-Orange: var(--Solid-Orange-900);
    --icon-accent-Accent-Red: var(--Solid-Red-900);
    --icon-accent-Accent-Violet: var(--Solid-Violet-900);

    --border-Subtle: var(--Solid-Gray-400);
    --border-Bold: var(--Solid-Gray-1200);
    --border-Brand-Focus: var(--Solid-Orange-700);
    --border-Gohst: var(--Alpha-Gray-100);
    --border-Inverse-default: var(--Solid-Gray-50);
    --border-Brand-Bold: var(--Solid-Orange-900);
    --border-Brand-hover: var(--Solid-Orange-1000);
    --border-Brand-Active: var(--Solid-Orange-1100);
    --border-Brand-Subtlest: var(--Solid-Orange-300);
    --border-Colors-Info: var(--Solid-Blue-900);
    --border-Colors-Warning: var(--orange-900);
    --border-Colors-Danger: var(--red-900);
    --border-Colors-Success: var(--Solid-Green-900);
    --border-Soft-Accent-Accent-Blue: var(--Alpha-Blue-300);
    --border-Soft-Accent-Accent-Blue-Bold: var(--Solid-Blue-900);
    --border-Soft-Accent-Accent-Yellow: var(--Alpha-Amber-300);
    --border-Soft-Accent-Accent-Yellow-Bold: var(--Solid-Amber-900);
    --border-Soft-Accent-Accent-Teal: var(--Alpha-Teal-300);
    --border-Soft-Accent-Accent-Teal-Bold: var(--Alpha-Teal-900);
    --border-Soft-Accent-Accent-Orange: var(--Alpha-Orange-300);
    --border-Soft-Accent-Accent-Orange-Bold: var(--Solid-Orange-900);
    --border-Soft-Accent-Accent-Red: var(--Alpha-Red-300);
    --border-Soft-Accent-Accent-Red-Bold: var(--Alpha-Red-900);
    --border-Soft-Accent-Accent-Violet: var(--Solid-Violet-300);
    --border-Soft-Accent-Accent-Purple-Bold: var(--Solid-Violet-900);
    --border-input-default: var(--Alpha-Black-400);

    --Gradient-Blue: var(--blue-600);
    --Gradient-Blue-Subtle: var(--blue-100);
    --Gradient-Green: var(--green-600);
    --Gradient-Purple: var(--Solid-Violet-600);
    --Gradient-Red: var(--red-600);
    --Gradient-Orange: var(--orange-600);
    --Gradient-Gray: var(--Solid-Gray-600);

    --Font-size-500-mobile: 20px;
    --ast-global-color-5: #eaeded;
}

body {
    font-family: "Times New Roman", Times, serif;
}

.page .post-header {
    display: none !important;
}

.ast-container {
    max-width: 100% !important;
    background-color: var(--ast-global-color-5);
    margin: 0;
    padding: 0;
}

#primary {
    margin: 0 !important;
}

#main article {
    padding: 0 !important;
}

#page-wrap {
    max-width: 100% !important;
}

.tshm_vendor_dashboard {
    padding: 0 !important;
}

.e-con-inner {
    max-width: 100% !important;
    padding: 0 !important;
}

#wcfm-main-content {
    max-width: 100% !important;
    padding: 0 !important;
}

.home .elementor-2404 .woocommerce li.product .button.add_to_cart_button {
    display: none !important;
}

.elementor-2404 .elementor-element.elementor-element-3d84984 .eael-product-grid .woocommerce ul.products li.product .eael-product-price span.woocommerce-Price-amount.amount {
    color: rgb(32, 33, 36);
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
}

.home .elementor-2404 .eael-product-price del span.woocommerce-Price-amount.amount {
    color: rgb(117, 124, 134) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1em;
}

.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    background-color: transparent !important;
}

.site-logo-img img {
    filter: unset !important;
}

.tshm_error {
    color: red;
    font-size: 14px;
    margin-top: 2px;
}

/* checkbox start */

.tshm_checkbox {
    --checkbox_size: 22px;
    --checkbox_color: #10b981;
    --checkbox_bg: #d1fae5;
    --checkbox_border: #6ee7b7;
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.tshm_checkbox input {
    display: none;
}

.tshm_checkbox_wrapper {
    position: relative;
    width: var(--checkbox_size);
    height: var(--checkbox_size);
    border-radius: 4px;
    transition: all 200ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_checkbox_bg {
    position: absolute;
    inset: 0;
    border-radius: 4px;
    border: 2px solid var(--checkbox_border);
    background: white;
    transition: all 200ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_checkbox_icon {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    color: white;
    transform: scale(0);
    transition: all 200ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_check_path {
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_checkbox input:checked+.tshm_checkbox_wrapper .tshm_checkbox_bg {
    background: var(--checkbox_color);
    border-color: var(--checkbox_color);
}

.tshm_checkbox input:checked+.tshm_checkbox_wrapper .tshm_checkbox_icon {
    transform: scale(1);
}

.tshm_checkbox input:checked+.tshm_checkbox_wrapper .tshm_check_path {
    stroke-dashoffset: 0;
}

.tshm_checkbox:hover .tshm_checkbox_wrapper {
    transform: scale(1.05);
}

.tshm_checkbox:active .tshm_checkbox_wrapper {
    transform: scale(0.95);
}

.tshm_checkbox input:focus+.tshm_checkbox_wrapper .tshm_checkbox_bg {
    box-shadow: 0 0 0 4px var(--checkbox_bg);
}

@keyframes tshm_bounce {

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

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

.tshm_checkbox input:checked+.tshm_checkbox_wrapper {
    animation: tshm_bounce 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tshm_btn_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
}

.tshm_btn_loader span {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    animation: blink 1.4s infinite both;
}

.tshm_btn_loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.tshm_btn_loader span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes blink {

    0%,
    80%,
    100% {
        opacity: 0.2;
        transform: scale(0.8);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }
}

/* checkbox end */

/* register form start */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

.tshm_login_register_container {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: auto;
}

.tshm_login_register_main_wrap {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    width: 900px;
    max-width: 100%;
    min-height: 800px;
}

.tshm_login_register_wrapper {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 30px;
    justify-content: center;
}

.tshm_login_register_header {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    font-size: 30px;
    text-align: center;
}

.tshm_login_container .tshm_login_register_header {
    margin-bottom: 15px;
}

.tshm_google_or_email {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 !important;
}

.tshm_login_container .tshm_google_or_email {
    margin: 20px 0 !important;
}

.tshm_google_or_email_text {
    margin: 0 10px;
    color: var(--text-default);
}

.tshm_line {
    width: 100px;
    height: 1.5px;
    background: #555;
}

.tshm_login_register_section {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 500ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_google_login_button {
    color: var(--text-default);
    cursor: pointer;
    justify-content: center;
    gap: var(--spacing-XS);
    width: 100%;
    height: var(--size-component-large);
    display: flex;
    font-size: var(--Font-size-300);
    font-weight: var(--Font-weight-Regular-400);
    line-height: var(--Line-height-XS);
    font-style: normal;
    border-radius: var(--corner-M) !important;
    align-self: stretch;
    align-items: center;
    padding: var(--spacing-S) !important;
    border: 1px solid var(--border-input-default) !important;
    background: var(--bg-Input-Default) !important;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_google_login_button:hover {
    background: #f7f7f7;
}

.tshm_input_rows_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.tshm_input_row {
    position: relative;
}

.tshm_login_container .tshm_input_rows_wrap {
    gap: 20px;
    margin-bottom: 25px;
}

.input-text,
.tshm_input_field {
    gap: var(--spacing-XS);
    width: 100%;
    height: var(--size-component-large);
    display: flex;
    font-size: var(--Font-size-300);
    font-weight: var(--Font-weight-Regular-400);
    line-height: var(--Line-height-XS);
    font-style: normal;
    border-radius: var(--corner-M) !important;
    align-self: stretch;
    align-items: center;
    padding: var(--spacing-S) !important;
    border: 1px solid var(--border-input-default) !important;
    background: var(--bg-Input-Default) !important;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_login_register_desc {
    font-size: 15px;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.tshm_login_form_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tshm_checkbox_login {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.tshm_login_container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.tshm_register_container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

/* .tshm_otp_verification_form {
    right: 0;
    width: 50%;
    opacity: 1;
    z-index: 2;
} */

.tshm_overlay_container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
    z-index: 100;
}

.tshm_overlay {
    background: #222;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: all 500ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_overlay_panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: all 500ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_overlay_right {
    right: 0;
    transform: translateX(0);
}

.tshm_login_register_container.tshm_right_panel_active .tshm_login_container {
    transform: translateX(100%);
}

.tshm_login_register_container.tshm_right_panel_active .tshm_overlay_container {
    transform: translateX(-100%);
}

.tshm_login_register_container.tshm_right_panel_active .tshm_register_container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

.tshm_login_register_container.tshm_right_panel_active .tshm_overlay {
    transform: translateX(50%);
}

.tshm_login_register_container.tshm_right_panel_active .tshm_overlay_left {
    transform: translateX(0);
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.tshm_form_submit_btn {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.woocommerce-Button.button,
.tshm_button {
    width: fit-content !important;
    border: transparent !important;
    background: #f78f1e !important;
    color: white !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 42px;
    font-size: var(--Font-size-300) !important;
    border-radius: var(--corner-M) !important;
    align-self: stretch;
    padding: 0 20px !important;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
    cursor: pointer;
    min-width: 120px;
}

button.woocommerce-Button.button {
    width: 200px !important;
    margin-top: 24px !important;
}

a.button.wc-forward {
    width: 220px !important;
}

.tshm_button:hover,
.tshm_button:focus,
.tshm_button:active {
    background-color: #f78f1e !important;
    color: #fff !important;
}

.tshm_button:focus-visible {
    outline: 2px solid #f78f1e !important;
    outline-offset: 2px;
    background-color: #f78f1e !important;
    color: #fff !important;
}

.tshm_login_container .tshm_form_submit_btn {
    margin-bottom: 25px;
}

.tshm_tearms_wrap {
    text-align: center;
}

.tshm_twice_section {
    display: flex;
    gap: 15px;
}

.tshm_login_link {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.tshm_login_container .tshm_login_link {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.tshm_login_register_link {
    --primary-color: #111;
    --hovered-color: #c84747;
    position: relative;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.tshm_login_register_link div {
    margin: 0;
    position: relative;
    font-size: 17px;
    color: var(--primary-color);
    font-weight: bold;
}

.tshm_login_register_link::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -3px;
    background: var(--hovered-color);
    height: 2px;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_login_register_link .tshm_login_text::before {
    position: absolute;
    content: "Login";
    width: 0%;
    inset: 0;
    color: var(--hovered-color);
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_login_register_link .tshm_signup_text::before {
    position: absolute;
    content: "Register";
    width: 0%;
    inset: 0;
    color: var(--hovered-color);
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_login_register_link:hover::after {
    width: 100%;
}

.tshm_login_register_link:hover div::before {
    width: 100%;
}

.tshm_login_register_link:hover svg {
    transform: translateX(4px);
    color: var(--hovered-color);
}

.tshm_login_register_link svg {
    color: var(--primary-color);
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
    position: relative;
    width: 15px;
    transition-delay: 0.2s;
}

.tshm_pass_eye_hide {
    display: none;
}

.tshm_pass_eye {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.input-text:hover,
.tshm_input_field:hover {
    background: rgba(242, 242, 242, 1) !important;
}

.input-text:-webkit-autofill,
.tshm_input_field:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

.input-text:-webkit-autofill:hover,
.tshm_input_field:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px rgba(242, 242, 242, 1) inset !important;
}

.input-text::placeholder,
.tshm_input_field::placeholder {
    color: var(--text-Tertiary, rgba(0, 0, 0, 0.40)) !important;
}

.input-text:focus,
.tshm_input_field:focus {
    border: 1px solid #696969 !important;
    background: var(--bg-Input-Default) !important;
}

.input-text:focus-visible,
.tshm_input_field:focus-visible {
    border: 1px solid #696969 !important;
    background: var(--bg-Input-Default) !important;
}

.input-text:active,
.tshm_input_field:active {
    background: var(--bg-Input-Default) !important;
}

.tshm_otp_verify_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}

.tshm_otp_verify_modal_wrap {
    background: #fff;
    border-radius: 8px;
    max-width: 550px;
    width: 100%;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    color: #333;
    position: relative;
}

.tshm_otp_verify_modal .tshm_login_register_wrapper {
    padding: 0;
}

.tshm_otp_input_row {
    display: flex;
    gap: 20px;
    margin: auto;
}

.tshm_verf_otp_input {
    display: flex;
    width: 48px !important;
    height: var(--size-component-large);
    padding: var(--spacing-S) !important;
    align-items: center;
    gap: var(--spacing-XS);
    border-radius: var(--corner-M);
    background: var(--bg-Input-Default);
    color: var(--text-default) !important;
    text-align: center;
    font-size: var(--Font-size-400);
    font-style: normal;
    font-weight: var(--Font-weight-Bold-700);
    line-height: var(--Line-height-M);
    border: 1px solid var(--border-Subtle) !important;
}

.tshm_verf_code_head {
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-XS);
    align-self: stretch;
}

.tshm_verf_code_logo {
    width: 280px;
    height: 107px;
    aspect-ratio: 80 / 107;
}

.tshm_verf_code_details_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-XS);
    align-self: stretch;
}

.tshm_verf_code_details_title {
    color: var(--text-default);
    text-align: center;
    font-family: var(--Heading);
    font-size: var(--Font-size-500);
    font-style: normal;
    font-weight: var(--Font-weight-Bold-700);
    line-height: var(--Line-height-XXL);
    align-self: stretch;
}

p.tshm_verf_code_details_subtitle {
    align-self: stretch;
    color: var(--text-Secondary);
    text-align: center;
    font-size: var(--Font-size-400);
    font-style: normal;
    font-weight: var(--Font-weight-Regular-400);
    line-height: var(--Line-height-L, 26px);
}

.tshm_verf_code_otp_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.tshm_verf_code_details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-XS);
    align-self: stretch;
}

.tshm_verf_code_details_text {
    color: var(--text-Secondary);
    text-align: center;
    font-size: var(--Font-size-200);
    font-style: normal;
    font-weight: var(--Font-weight-Regular-400);
    line-height: var(--Line-height-XS);
    margin: 0;
}

.tshm_verf_code_redirect_urls_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 2px;
    align-self: stretch;
    flex-wrap: wrap;
}

.tshm_verf_code_redirect_urls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-XS);
}

.tshm_verf_code_actions {
    color: var(--text-Secondary);
    font-size: var(--Font-size-200);
    font-style: normal;
    font-weight: var(--Font-weight-Regular-400);
    line-height: var(--Line-height-XS);
    text-align: center;
}

.tshm_verf_code_link {
    color: var(--text-Link);
    text-align: center;
    font-size: var(--Font-size-200);
    font-style: normal;
    font-weight: var(--Font-weight-Regular-400);
    line-height: var(--Line-height-XS);
    letter-spacing: 0.14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.tshm_modal_close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: none;
    border: none;
    font-size: 32px;
    color: #333;
    cursor: pointer;
    line-height: 1;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_modal_close_btn:hover {
    color: #000;
    font-weight: bold;
}

.tshm_body_overflow {
    overflow: hidden;
}

.tshm_reg_user_email {
    color: var(--text-Secondary);
    font-weight: var(--Font-weight-SemiBold-600);
}

.tshm_forgot_pass_otp_verify_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 96px;
}

/* register form end */

/* home page start */
#site-header {
    display: none !important;
}

.tshm_home_page_container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tshm_home_page_hero_section_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tshm_home_page_content {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -300px;
    margin-bottom: 0px;
    padding: 10px 10px 10px 10px;
}

.tshm_cards_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.tshm_card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 280px;
    text-align: center;
    transition: transform 0.3s;
}

.tshm_card:hover {
    transform: translateY(-10px);
}

.tshm_card_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--text-default);
}

.tshm_card_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.tshm_card_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tshm_card_item img {
    max-width: 50px;
    height: auto;
    margin-bottom: 8px;
}

.tshm_card_item div {
    font-size: 14px;
    color: #666;
}

.tshm_card_image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.tshm_card_link {
    font-size: 16px;
    font-weight: bold;
    color: #3498db;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.tshm_card_link:hover {
    text-decoration: underline;
}

.elementor-340 .elementor-element.elementor-element-263f2d3.wpr-stt-btn-align-fixed-right .wpr-stt-btn {
    right: 43px !important;
    bottom: 120px !important;
}

#fkcart-floating-toggler {
    width: 60px !important;
    height: 60px !important;
}

#fkcart-floating-toggler .fkcart-floating-icon svg {
    width: 30px !important;
    height: 30px !important;
}

/* home page end  */

/* shop page start*/
.tshm_category_logos_container {
    overflow: hidden;
    width: 100%;
}

.tshm_category_logo_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    overflow: hidden;
    width: max-content;
    transition: transform 0.5s ease;
}

.tshm_single_category_section {
    position: relative;
}

.tshm_category_image {
    width: 280px;
    height: 280px !important;
    object-fit: cover;
    border-radius: 10px !important;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7 !important;
    transition: transform 0.3s ease;
}

a.tshm_category_link {
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
}

.tshm_category_name {
    position: absolute;
    top: 50%;
    text-align: center;
    background-color: #69727d;
    color: white;
    padding: 10px;
    display: none;
    width: 100%;
    transition: transform 0.3s ease;
}

.tshm_category_link:hover,
.tshm_category_link:focus,
.tshm_category_link:focus-visible {
    transform: scale(1.1);
    border: none !important;
}

.tshm_category_link:hover .tshm_category_name,
.tshm_category_link:focus .tshm_category_name,
.tshm_category_link:focus-visible .tshm_category_name {
    display: block;
}

.tshm_category_logos_container {
    position: relative;
    overflow: hidden;
}

.tshm_category_slider_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.tshm_category_slider_prev {
    left: 10px;
}

.tshm_category_slider_next {
    right: 10px;
}

.tshm_category_slider_btn:hover {
    background-color: #000000;
}

button.tshm_category_slider_btn.hidden {
    display: none;
}

.tshm_item {
    position: relative;
    margin: 7px 0;
}

.tshm_list_label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tshm_filter_ul {
    padding-left: 0px !important;
    list-style: none;
}

.tshm_filter_checkbox {
    width: 20px;
    height: 20px;
}

.tshm_select_icon_svg {
    position: absolute;
    top: -3px;
    right: 10px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    color: #000000;
    transition: transform 0.3s ease;
}

.tshm_select_icon_svg.tshm_open span {
    transform: rotate(180deg);
}

.tshm_disabled_svg {
    display: none;
}

.tshm_price_range_slider_wrap {
    margin-top: 10px;
    position: relative;
}

.tshm_price_range_slider_progress {
    position: absolute;
    height: 100%;
    background: #000;
    z-index: 9;
    border-radius: 5px;
    top: 0;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    background-color: #fff !important;
    color: #fff !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    border: 1px solid #000 !important;
    background: #cccccc !important;
    z-index: 99;
    cursor: pointer;
}

.tshm_price_range_slider {
    position: relative;
    z-index: 2;
}

.tshm_price_range_text {
    margin-top: 10px;
    font-weight: 600;
}

#tshm_delivery_filter_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#tshm_delivery_filter_list li {
    padding: 8px 12px;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 4px;
}

#tshm_delivery_filter_list li.active {
    background: #0073aa;
    color: #fff;
}

.tshm_select_delivery_time_dropdown_menu {
    display: none;
    background: white;
    border: 1px solid #f1ecec;
    z-index: 1000;
    list-style: none;
    border-radius: 0 0 8px 8px;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    border-top: unset;
    margin-top: -1px;
}

.tshm_select_delivery_time_dropdown_menu.show {
    display: block;
}

.tshm_select_delivery_time_option {
    cursor: pointer;
    transition: background 0.3s;
    padding: 10px 25px;
    color: #555;
}

.tshm_select_delivery_time_option:hover {
    background: #ffffff;
}

.tshm_select_delivery_time_dropdown_button {
    text-align: left;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    background: #ffffff;
}

/* shop page end  */

/* .elementor.elementor-340,
.elementor.elementor-337 {
    display: none;
} */

/* My Account Page */

#page-980 .woocommerce-MyAccount-navigation {
    width: 100%;
}

#page-980 .woocommerce-MyAccount-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 64px 0;
}

#page-980 .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
}

.tshm_myaccount_inner_banner {
    width: 100%;
    max-width: 1200px;
}

#page-980 .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-980 .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    background: #000;
    font-weight: 500;
    border-radius: 0px;
    font-size: 16px;
    border: none;
    padding: 10px 16px;
    min-width: 120px;
    display: block;
    transition: .4s;
    text-align: center;
    color: #FFF;
    border-radius: 10px 10px 0px 0px;
    transition: all 500ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

#page-980 .woocommerce-MyAccount-navigation-link.is-active a,
#page-980 .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
    color: #000;
    background: #fff;
}

#page-980 .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus-visible {
    color: #000;
    background: #fff;
}

#page-980 .woocommerce {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tshm_myaccount_banner {
    width: 100%;
    padding: 120px 0 0;
    display: flex;
    justify-content: center;
    background-color: #2c3e50;
    overflow: hidden;
    background-size: cover;
    transition: all 500ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_myaccount_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.tshm_myaccount_user_image img {
    border-radius: 50%;
}

.tshm_user_initial_circle {
    background-color: #FAD7A0;
    color: #2C3E50;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tshm_myaccount_dashboard_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.tshm_myaccount_dashboard_card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
    padding: 32px 20px;
    cursor: pointer;
    max-width: 375px;
    width: 100%;
    height: 100%;
    transition: all 500ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_myaccount_order_card {
    background-color: antiquewhite;
}

.tshm_myaccount_edit_address_card {
    background: lightblue;
}

.tshm_myaccount_edit_account_card {
    background: lavender;
}

.tshm_myaccount_dashboard_card_title,
.tshm_myaccount_username {
    color: var(--text-default);
    text-align: center;
    font-family: var(--Heading);
    font-size: var(--Font-size-500);
    font-style: normal;
    font-weight: var(--Font-weight-Bold-700);
    line-height: var(--Line-height-XXL);
    align-self: stretch;
    transition: .4s;
    margin: 0;
}

.tshm_myaccount_dashboard_card_desc,
.tshm_myaccount_description {
    text-align: center;
    align-self: stretch;
    color: var(--text-Secondary);
    font-size: var(--Font-size-400);
    font-style: normal;
    font-weight: var(--Font-weight-Regular-400);
    line-height: var(--Line-height-L, 26px);
    transition: .4s;
}

.tshm_myaccount_page_title {
    font-family: var(--Heading);
    font-size: var(--Font-size-800);
    font-style: normal;
    font-weight: var(--Font-weight-Bold-700);
    line-height: var(--Line-height-XXL);
    align-self: stretch;
    transition: .4s;
}

.tshm_myaccount_page_title,
.tshm_myaccount_username,
.tshm_myaccount_description {
    color: #fff;
    text-align: left;
}

.tshm_myaccount_profile_wrap {
    outline: 2px solid #fff;
    outline-offset: 5px;
    border-radius: 50%;
}

.tshm_myaccount_dashboard_card_image img {
    width: 80px;
}

.tshm_myaccount_dashboard_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* .tshm_myaccount_dashboard_card:hover .tshm_myaccount_dashboard_card_title,
.tshm_myaccount_dashboard_card:hover .tshm_myaccount_dashboard_card_desc {
    color: #fff;
} */

.tshm_myaccount_dashboard_card:focus-visible {
    outline: 2px solid #555;
    outline-offset: 5px;
    border: none;
}

.woocommerce-form-row label {
    display: flex;
    align-items: flex-end;
    gap: var(--spacing-XXS);
    align-self: stretch;
    color: var(--text-Secondary);
    font-size: var(--Font-size-300);
    font-style: normal;
    font-weight: var(--Font-weight-Regular-400);
    line-height: var(--Line-height-XS);
}

.woocommerce-EditAccountForm fieldset legend {
    padding: 0 10px;
    display: flex;
    align-items: flex-end;
    gap: var(--spacing-XXS);
    align-self: stretch;
    color: var(--text-Secondary);
    font-size: var(--Font-size-300);
    font-style: normal;
    font-weight: var(--Font-weight-Regular-400);
    line-height: var(--Line-height-XS);
}

form.woocommerce-EditAccountForm.edit-account {
    width: 100%;
    float: left;
    padding: 32px;
    border: 1px solid #696969;
    border-radius: 10px;
    margin-bottom: 50px;
}

.my_account_orders tr,
.woocommerce-enquiry-table tr {
    height: 48px;
    vertical-align: middle;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th,
.woocommerce table.woocommerce-enquiry-table td,
.woocommerce table.woocommerce-enquiry-table th {
    padding: 4px 12px !important;
    font-size: 15px;
    vertical-align: middle;
}

.woocommerce-orders-table__row a.woocommerce-button.button.view,
.woocommerce-enquiry-table a.woocommerce-button.button.view {
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: var(--spacing-S) !important;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
    border: 1px solid transparent;
}

.woocommerce-orders-table__row a.woocommerce-button.button.view:hover,
.woocommerce-enquiry-table a.woocommerce-button.button.view:hover {
    background-color: white;
    color: black;
    border: 1px solid #696969;
}

@media only screen and (max-width: 1280px) {
    .tshm_myaccount_inner_banner {
        padding: 0 32px;
    }
}

/* header start */

.tshm_header_contact {
    background-color: #333;
    color: #fff;
}

.tshm_header_section_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.tshm_header_contact .tshm_header_section_wrap {
    padding: 6px 24px;
    height: 36px;
    position: relative;
}

.tshm_header_category .tshm_header_section_wrap {
    height: 48px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 0px 24px;
    gap: 24px;
    flex-wrap: wrap;
    overflow: hidden;
}

.tshm_header_contact_wrap {
    display: flex;
    gap: 24px;
    align-items: center;
}

.tshm_header_usp {
    position: absolute;
    width: calc(100% - 48px);
    text-align: center;
    pointer-events: none;
}

.tshm_header_contact_number,
.tshm_header_contact_email {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.tshm_header_contact_number:hover,
.tshm_header_contact_email:hover {
    color: #ff9900;
}

.tshm_header_social_media {
    display: flex;
    gap: 24px;
    align-items: center;
}

.tshm_header_social_media a {
    color: #fff;
    font-size: 20px;
}

.tshm_header_social_media a:hover {
    color: #ff9900;
}

.tshm_header_logo img {
    width: 170px;
}

.tshm_header_category_link {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #272727;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_header_category_link:hover {
    color: #f78f1e;
}

.tshm_header_main .tshm_header_section_wrap {
    background-color: antiquewhite;
    /* justify-content: center; */
    gap: 64px;
    /* padding: 10px 24px; */
    padding: 5px 24px;
    align-items: center;
}

.tshm_header_logo_delivery_wrap {
    display: flex;
    gap: 48px;
}

.tshm_search_field_wrap {
    /* position: relative;
    max-width: 650px;
    width: 100%; */
    position: absolute;
    width: calc(100% - 48px);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.tshm_search_bar_container {
    width: 600px;
    position: relative;
    pointer-events: all;
}

#tshm_search_suggestions {
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    z-index: 100;
    width: 100%;
    display: none;
}

.tshm_search_icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
    color: #888;
}

#tshm_search_suggestions div {
    padding: 8px 12px;
    cursor: pointer;
}

#tshm_search_input {
    width: 100%;
    padding: 10px 40px 10px 12px;
    font-size: 16px;
}

#tshm_search_suggestions div:hover {
    background: #f0f0f0;
}

.tshm_suggestion_item.no-found {
    font-weight: bold;
}

.tshm_suggestion_item.active {
    background-color: #efefef;
    font-weight: bold;
}

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

.tshm_header_icons {
    display: flex;
    gap: 32px;
}

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

.tshm_header_icon a {
    font-size: 22px;
    color: #272727;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.tshm_header_icon span {
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
}

.tshm_header_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 20px;
    color: white;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}

.tshm_header_btn a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.tshm_header_translate_button {
    height: 45px;
    /* width: 130px; */
}

.tshm_header_translate_button .gt_options.gt-open {
    background-color: white;
}

.tshm_header_category_text {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tshm_delivery_location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
}

.tshm_update_location_icon {
    font-size: 24px;
    color: #000;
}

.tshm_deliver_location {
    display: flex;
    flex-direction: column;
}

.tshm_deliver_location .tshm_deliver_text {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #484848;
}

.tshm_deliver_location .tshm_update_location {
    font-size: 18px;
    color: #000;
    cursor: pointer;
    font-weight: 500;
}

@media only screen and (max-width: 1600px) {
    .tshm_search_bar_container {
        width: 500px;
    }

    .tshm_header_logo_delivery_wrap {
        gap: 32px;
    }

    .tshm_header_icons {
        gap: 24px;
    }
}

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

    .tshm_search_bar_container {
        width: 400px;
    }
}

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

    .tshm_search_bar_container {
        width: 375px;
    }

    .tshm_header_logo_delivery_wrap {
        gap: 24px;
    }

    .tshm_update_location_icon {
        font-size: 22px;
    }

    .tshm_deliver_location .tshm_deliver_text {
        font-size: 14px;
    }

    .tshm_deliver_location .tshm_update_location {
        font-size: 16px;
    }

    .tshm_header_logo img {
        width: 150px;
    }

    .tshm_header_icons {
        gap: 16px;
    }

    .tshm_header_btn {
        padding: 0 12px;
    }

    .tshm_header_account_details {
        gap: 16px;
    }
}

/* header end */

.tshm_best_sellers_container {
    display: flex;
    align-items: center;
    padding: 48px;
}

.tshm_single_category_best_sellers_wrap {
    display: flex;
    flex-direction: column;
}

.tshm_best_sellers_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.tshm_bs_category_sellers_list {
    display: flex;
    gap: 16px;
    width: 100%;
    overflow: hidden;
    padding: 24px 0;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_bs_store_banner img {
    width: 200px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.tshm_bs_store_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}

.tshm_bs_store_logo img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.tshm_single_category_seller {
    min-width: 200px;
    background: antiquewhite;
    border-radius: 6px;
    box-shadow: 0px 6px 12px 0px rgb(99 100 102 / 20%);
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_single_category_seller:hover {
    box-shadow: 0px 0px 20px rgb(115 115 115 / 58%)
}

.tshm_store_name {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: var(--Font-weight-Bold-700);
    color: var(--text-default);
    display: inline-block;
    font-family: var(--Heading);
    padding: 0;
    margin: 0;
}

.tshm_bs_store_details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 5px 12px 14px 12px;
}

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

.tshm_bs_category_sellers_list_wrap {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_slider_btn {
    background: #f78f1e;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_prev {
    left: 0;
}

.tshm_next {
    right: 0;
}

.tshm_slider_btn:hover {
    opacity: 1;
}

.woocommerce-MyAccount-orders thead {
    background-color: #2c3e50;
    color: #fff;
}

.woocommerce-MyAccount-orders thead th {
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    border: none !important;
    border-bottom: none !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

.woocommerce table.my_account_orders td.woocommerce-orders-table__cell,
.woocommerce table.my_account_orders th.woocommerce-orders-table__cell {
    background-color: #fff;
    border-bottom: 1px solid #E6E6E6 !important;
    padding: 8px 10px !important;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
}

.woocommerce table.my_account_orders th.woocommerce-orders-table__header {
    padding: 8px 10px !important;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
}

.woocommerce table.my_account_orders th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number {
    padding-left: 25px !important;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: #000;
    font-weight: bold;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 12px;
}