/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. feature
5. product area
6. product offer area
7. blog area
8. instagram area
9. modal box
10. store product area
11. welcome area
12. service feature area
13. big img product area
14. cart page area
15. Shop-page-area
16. blog sidebar none area
17. blog box landing area
18. blog gird page area
19. blog page area
20. about us area
21. about page  area
22. no page area
23. contact page
24. login area
25. footer area
26. extra info css
*/

/* 1. Theme default css
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
    font-family: "FuturaStd-Book";
    src: url("../fonts/FuturaStd-Book/35e5d1a7aa6da471de4cfb4a47ebaca8.eot");
    /* IE9*/
    src: url("../fonts/FuturaStd-Book/35e5d1a7aa6da471de4cfb4a47ebaca8.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */
            url("../fonts/FuturaStd-Book/35e5d1a7aa6da471de4cfb4a47ebaca8.woff2")
            format("woff2"),
        /* chrome、firefox */
            url("../fonts/FuturaStd-Book/35e5d1a7aa6da471de4cfb4a47ebaca8.woff")
            format("woff"),
        /* chrome、firefox */
            url("../fonts/FuturaStd-Book/35e5d1a7aa6da471de4cfb4a47ebaca8.ttf")
            format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
            url("../fonts/FuturaStd-Book/35e5d1a7aa6da471de4cfb4a47ebaca8.svg#FuturaStd-Book")
            format("svg");

    /* iOS 4.1- */
}

@font-face {
    font-family: "Clash";
    src: url("../fonts/ClashGrotesk-Regular.otf") format("otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Helvetica.woff") format("woff");
}

@font-face {
    font-family: "Hkgrotesk";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/hk-grotesk.regular.otf") format("otf");
}

body {
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    /* color: #006699 */
}

h1 {
    font-size: 150px;
    font-weight: 400;
    line-height: 150px;
    color: #ffffff;
}

h2 {
    font-size: 40px;
    line-height: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 16px;
    /* font-weight: 400; */
    line-height: 28px;
    color: #222222;
}

span,
input,
img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.table td,
.table th {
    border-top: 1px solid #dee2e6;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.fix {
    overflow: hidden;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

/* a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
} */

.container-wrapper {
    max-width: 1430px;
    margin: 0 auto;
}

.container-wrapper-home4 {
    /* max-width: 1480px; */
    margin: 0 auto;
}

.extra-padding-40 {
    /* padding-left: 40px;
	padding-right: 40px; */
}

.slider-wrapper {
    max-width: 1820px;
    margin: 0 auto;
}

.home-page-4-bg {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-color: #f5f5f5;
}

a,
button,
li {
    transition: 0.3s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.over-hidden {
    overflow: hidden;
}

.clear-both {
    clear: both;
}

.over-scroll {
    overflow: scroll;
}

.over-x-hidden {
    overflow-x: hidden;
}

.over-x-scroll {
    overflow-y: scroll;
}

.transition-3 {
    transition: 0.3s;
}

.mlr-15 {
    margin-left: -15px;
    margin-right: -15px;
}

a:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

*::-moz-selection {
    background: #fc8459;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #858585;
    font-size: 14px;
    opacity: 0.6;
}

*::placeholder {
    color: #858585;
    font-size: 14px;
    opacity: 0.6;
}

.transition {
    transition: 0.3s;
}

.btn:focus {
    outline: 0 none;
}

.icon-clear {
    color: #999;
}

/* bttton */
.btn {
    padding: 20px 75px;
    font-size: 16px;
    line-height: 21px;
    border-radius: 0;
    background: #ffffff;
    color: #000000;
    outline: 0 none;
    text-transform: capitalize;
    transition: 0.3s;
    white-space: nowrap;
    vertical-align: middle;
}

.btn:hover {
    color: #ffffff;
    background: #000000;
}

.single-blog .btn,
.footer-widget .btn {
    padding: 16px 52px;
}

.subscriber-area .btn {
    background: transparent;
    color: #fff;
}

.footer-widget .btn:hover {
    background: #fff;
    color: #000000;
}

.btn.btn3 {
    color: #fff;
    background: #222;
    line-height: 55px;
    padding: 15px 75px;
}

.subscribe-form .btn,
.blog-subscribe .btn {
    padding: 20px 90px;
    background: #000;
    color: #fff;
}

.contact-form-right .btn {
    background: #222;
    border-radius: 15px;
}

.contact-form-right .btn:hover {
    background: #000;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: 0.25rem;
}

/* slider dots */
.slick-dots {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-2 .slick-dots,
.slider-3 .slick-dots,
.slider-6 .slick-dots,
.slider-4 .slick-dots,
.testimonial-active .slick-dots {
    position: absolute;
    top: 90%;
    left: 30px;
    /* Adjust left distance as needed */
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 1 #ffffff;
    opacity: 0.3;
    display: block;
    text-indent: -10000px;
    margin: 10px 2px;
    border: 2px solid transparent;
}

.slider-2 .slick-dots li,
.slider-3 .slick-dots li,
.slider-6 .slick-dots li,
.slider-4 .slick-dots li,
.testimonial-active .slick-dots li {
    margin: 0;
}

.slider-6 .slick-dots li {
    background: #000;
    box-shadow: 0 0 1 #000000;
}

.slick-dots li.slick-active {
    position: relative;
    background: transparent;
    opacity: 1;
}

.slick-dots li.slick-active::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: -5px;
    left: -5px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.slider-6 .slick-dots li.slick-active::before {
    border: 2px solid #000000;
}

.slider-2 .slick-dots li.slick-active::before,
.slider-3 .slick-dots li.slick-active::before,
.slider-6 .slick-dots li.slick-active::before {
    top: -5px;
}

.slick-arrow .l-a,
.slick-arrow .r-a,
.blog-post-active .slick-arrow .l-a,
.blog-post-active .slick-arrow .r-a {
    position: absolute;
    left: 10px;
    top: 36%;
    transform: translateY(-50%);
    border: 0;
    background: none;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    visibility: hidden;
    transition: 0.7s;
}

.slick-arrow .r-a {
    right: 10px;
    left: auto;
}

.blog-post-active .slick-arrow .l-a,
.blog-post-active .slick-arrow .r-a {
    top: 35%;
    left: 10px;
    background: #000;
    padding: 8px 15px;
}

.blog-post-active .slick-arrow .r-a {
    right: 10px;
    left: auto;
}

.blog-slider-active:hover .slick-arrow .r-a,
.blog-slider-active:hover .slick-arrow .l-a,
.blog-post-active:hover .slick-arrow .l-a,
.blog-post-active:hover .slick-arrow .r-a {
    visibility: visible;
}

/* tooltip css*/
.tooltip-inner {
    background-color: #fff;
    color: #222;
    border: 1px solid #222;
    font-size: 12px;
    border-radius: 100%;
    padding: 1px 10px;
}

.tooltip .arrow {
    display: none;
}

/* common section title & content */
.section-title p {
    font-size: 14px;
}

.store-product-position .section-title p,
.subscribe-area .section-title p {
    font-size: 16px;
    color: #666666;
}

.section-title-2 h2 {
    font-weight: 400;
    color: #ffffff;
}

.underline::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-content span,
.section-content p {
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
}

.section-content a.btn2 {
    font-size: 16px;
}

.section-content a.btn2::before {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    content: "";
    bottom: 0;
    left: 0;
    transition: 0.3s;
}

.section-content a:hover::before {
    width: 100%;
}

.section-content-position {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* page css */
.page-title h2 {
    font-size: 70px;
}

.page-height {
    min-height: 590px;
}

/* common css end */

/* 2. header
--------------------------------------------------- */
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 22;
    background: #0f0f0f;
    /* Set a solid background */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
}

/* Remove all hover and sticky effects */
.header:hover,
.sticky-menu,
.sticky-menu .header,
.header-area.sticky-menu {
    /* background: #fff !important; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* Logo styling - keep consistent */
.logo img {
    max-width: 200px;
    filter: none !important;
    /* Remove all filter effects */
}

/* Main menu items */
.main-menu ul li {
    display: inline-block;
    margin: 0 22px;
    position: relative;
}

.main-menu ul li > a {
    color: white;
    /* Consistent text color */
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    padding: 38px 0;
    position: relative;
    text-decoration: none;
}

.main-menu ul li > a::before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: 30px;
    background: #222;
    /* Consistent underline color */
    height: 2px;
    transition: 0.3s;
}

.main-menu ul li > a.active::before {
    width: 100%;
}

.main-menu ul li > a:hover::before {
    width: 100%;
    left: 0;
}

/* Mega menu styles (unchanged but now consistent) */
.main-menu ul li .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 750px;
    height: auto;
    background: #fff;
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center top;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transition: 0.5s;
    -webkit-transition: transform 500ms ease, opacity 500ms ease;
    -moz-transition: transform 500ms ease, opacity 500ms ease;
    -ms-transition: transform 500ms ease, opacity 500ms ease;
    -o-transition: transform 500ms ease, opacity 500ms ease;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
}

.header-area.white-bg .mega-menu {
    top: 100%;
}

.main-menu ul li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.main-menu ul li:hover > .mega-menu.mega-sub-menu {
    top: -25px;
}

.main-menu ul li .mega-menu li {
    display: block;
    height: auto;
    margin: 10px 0;
    margin-right: 0;
    font-family: "Hanken Grotesk";
}

.main-menu ul li .mega-menu a {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    padding: 0 10px;
    display: block;
}

.main-menu ul li .mega-menu a::before {
    position: static;
}

.main-menu ul li .mega-menu li a:hover {
    color: #069;
    padding-left: 30px;
}

.main-menu ul li .mega-menu li a.mega-title:hover {
    padding-left: 0;
}

.main-menu ul li .mega-menu li > a:hover {
    padding-left: 10px;
}

.main-menu ul li .mega-menu li .mega-menu {
    left: 100%;
    top: 0;
}

.main-menu ul li .mega-menu .mega-title a,
.main-menu ul li .mega-menu a.mega-title {
    font-size: 18px;
}

.main-menu ul li .mega-menu .mega-title a {
    padding-top: 30px;
}

.main-menu ul li .mega-menu.mega-dropdown-menu,
.main-menu ul li .mega-menu .mega-sub-menu {
    min-width: 250px;
}

.mega-dropdown-menu li a span {
    font-size: 13px;
    font-size: 300;
}

.main-menu ul li.full-mega-menu-position {
    position: static;
}

.mean-container.main-menu ul li.full-mega-menu-position {
    position: inherit;
}

.mean-container .mega-menu {
    background-image: none !important;
}

.main-menu ul li .mega-menu.full-mega-menu {
    top: 100%;
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 30px 40px;
    box-sizing: border-box;
    gap: 2px;
}

.mega-menu.full-mega-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */
    gap: 30px;
    padding: 40px 50px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.mega-menu.full-mega-menu > li {
    min-width: 220px;
    flex: 1;
    padding-left: 0;
}

.mega-menu.full-mega-menu li .mega-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    font-family: "Helvetica";
}

.mega-menu.full-mega-menu li ul {
    padding-left: 0;
    list-style: none;
}

.mega-menu.full-mega-menu li ul li {
    margin-bottom: 10px;
}

.mega-menu.full-mega-menu li ul li a {
    font-size: 14px;
    color: #444;
    padding: 6px 0;
    display: block;
    transition: all 0.3s ease;
}

.mega-menu.full-mega-menu li ul li a:hover {
    color: #d61c1c;
    /* highlight color */
    padding-left: 5px;
}

.mega-menu.full-mega-menu::after {
    content: "";
    grid-column: span 1;
    background: url("images/bg/banner-menu-shop.jpg") no-repeat center/cover;
    border-radius: 8px;
    min-height: 220px;
}

.mean-container .mega-menu.full-mega-menu > li {
    padding-left: 0;
    padding-top: 0;
}

.main-menu .mega-menu ul > li {
    margin-left: 0;
}

.main-menu ul li .mega-menu.full-mega-menu a {
    padding: 0;
}

/* mega menu new css */
/* Mega menu column layout */
.mega-menu.lighting-mega {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */
    gap: 40px;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}

/* Each column behaves like a vertical stack */
.mega-menu.lighting-mega > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Titles */
.mega-menu.lighting-mega .mega-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    min-height: 40px;
    /* ensures all headings align nicely */
}

.mega-menu.lighting-mega .mt-20 {
    margin-top: 30px;
    /* spacing before a new block */
}

/* Links */
.mega-menu.lighting-mega ul li a {
    font-size: 14px;
    color: #444;
    padding: 5px 0;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}

.mega-menu.lighting-mega ul li a small {
    font-size: 12px;
    color: #777;
}

.mega-menu.lighting-mega ul li a:hover {
    color: #c62828;
    padding-left: 6px;
}

/* Header right section */
.header-right ul li {
    padding-left: 26px;
}

.header-right ul li a,
a.mobile-menubar {
    color: white;
    /* Consistent icon color */
    font-size: 18px;
}

/* Remove all transition effects that might cause visual changes */
.header,
.header a,
.main-menu ul li > a,
.main-menu ul li > a::before {
    transition: none !important;
}

/* Body overlay (for mobile menu) remains unchanged */
.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

/* Main wrapper */
.sa-megaview-item {
    position: relative;
}

/* Main dropdown */
.sa-megaview-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    /* full width for anchoring */
    display: none;
    justify-content: center;
    z-index: 999;
}

/* Limit width to page container */
.sa-megaview-dropdown::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
}

/* Inner content */
.sa-megaview-dropdown > div {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    gap: 60px;
    border-radius: 0;
}

/* Show on hover */
.sa-megaview-item:hover .sa-megaview-dropdown {
    display: flex;
}

/* Columns */
.sa-megaview-column {
    flex: 1;
    min-width: 180px;
}

.sa-megaview-column h4 {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sa-megaview-column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sa-megaview-column li {
    margin-bottom: 8px;
}

.sa-megaview-column li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sa-megaview-column li a:hover {
    color: #008b8b;
}

/* Mobile Responsive Styles */
@media (max-width: 1199px) {
    /* Mobile Menu Styling */
    .side-mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 320px;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        transition: right 0.3s ease;
        overflow-y: auto;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }

    .side-mobile-menu.open-menubar {
        right: 0;
    }

    /* Mobile Navigation */
    .mobile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu ul li {
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .mobile-menu ul li a {
        display: block;
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .mobile-menu ul li a:hover {
        background: #f9f9f9;
        color: #c62828;
    }

    /* Mobile Mega Menu Accordion */
    .mobile-menu .mega-menu-content {
        display: none;
        background: #f9f9f9;
        padding: 15px;
        border-top: 1px solid #eee;
    }

    .mobile-menu .mega-menu-content.active {
        display: block;
    }

    .mobile-menu .mega-title {
        font-weight: 700;
        color: #222;
        margin-bottom: 12px;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        padding-bottom: 8px;
    }

    .mobile-menu .mega-menu-content ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .mobile-menu .mega-menu-content ul li {
        border-bottom: none;
    }

    .mobile-menu .mega-menu-content ul li a {
        padding: 8px 0;
        font-size: 14px;
        border: none;
        color: #666;
        font-weight: 400;
    }

    .mobile-menu .mega-menu-content ul li a:hover {
        color: #c62828;
        background: transparent;
        padding-left: 10px;
    }

    .mobile-menu .mega-menu-content ul li a small {
        font-size: 12px;
        color: #999;
        display: block;
        margin-top: 2px;
    }

    /* Accordion indicators */
    .mobile-menu ul li.has-children > a {
        position: relative;
        padding-right: 40px;
    }

    .mobile-menu ul li.has-children > a::after {
        content: "+";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        font-weight: 300;
        transition: transform 0.3s ease;
    }

    .mobile-menu ul li.has-children.active > a::after {
        content: "-";
        transform: translateY(-50%);
    }

    /* Hide desktop mega menu on mobile */
    .main-menu ul li .mega-menu {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .side-mobile-menu {
        width: 100%;
    }

    .header-search-content ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }

    .header-search-content ul li {
        flex: 0 0 auto;
    }

    .header-search-content ul li a {
        display: block;
        padding: 8px 15px;
        background: #f5f5f5;
        border-radius: 20px;
        text-align: center;
        font-size: 12px;
        border: 1px solid #e0e0e0;
    }

    .header-search-content ul li a.active {
        background: #0f0f0f;
        color: white;
    }
}

/* 3. slider
-------------------------------------------------------------- */
.slider-height {
    min-height: 900px;
}

.slider-2 .slider-active {
    min-height: 820px;
}

.slider-height-2,
.slider-site {
    min-height: 815px;
}

.slider-height-3 {
    min-height: 800px;
}

.slider-height-4 {
    min-height: 660px;
}

.slider-height-5 {
    min-height: 100vh;
}

.slider-5 {
    min-height: 100vh;
}

.slider-height-6 {
    min-height: 765px;
}

.page-height4 {
    min-height: 285px;
}

.single-slider {
    background-size: cover;
    background-position: center right;
}

.slider-content {
    position: absolute;
    left: 15.5%;
}

.slider-2 .slider-content,
.slider-4 .slider-content {
    left: 5.5%;
}

.slider-4 .slider-content {
    left: 8.6%;
}

.slider-3 .slider-content {
    left: 13.5%;
}

.slider-6 .slider-content {
    left: 12.8%;
}

.slider-5 .slider-content {
    left: 7.5%;
    position: relative;
}

.slider-2 h1 {
    font-size: 116px;
}

.slider-4 h1 {
    font-size: 64px;
}

.slider-5 h1 {
    font-size: 88px;
    line-height: 1;
}

.slider-6 h1 {
    font-size: 120px;
    margin-top: 30px;
}

.slider-content span {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 60px;
    text-transform: capitalize;
}

.slider-content-5 {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.slider-content > span::before,
.history-title span:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.history-title span::before {
    background: #000;
    left: -140px;
    width: 100px;
}

.slider-6 .slider-content > span::before {
    background: #000000;
}

.slider-content p {
    line-height: 24px;
}

.single-banner img {
    min-height: 265px;
}

/* 4. feature
------------------------------------------------------------- */
.feature-position {
    top: -115px;
    margin-bottom: -115px;
}

.feature-position .single-feature > img {
    height: 542px;
    transition: 0.3s;
    width: 100%;
}

.single-feature:hover .img-zoom,
.single-blog .blog-img img:hover,
.single-banner:hover .img-zoom,
.single-store-product .img-zoom:hover,
.portfolio-img .img-zoom:hover {
    transform: scale(1.1);
}

.sale-off-img {
    max-width: 235px;
}

.feature-position .single-feature.single-feature-3 > img {
    height: 360px;
}

.feature-position-3 {
    margin-bottom: 0;
}

/* 5. product-area
-------------------------------------------------------------- */

.single-product {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.single-product:hover {
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.single-product-img {
    width: 100%;
    height: 280px;
    /* adjust */
    overflow: hidden;
    position: relative;
    display: block;
}

.single-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.countdown-time .count-time {
    padding: 6px 0 2px;
}

.single-product-button li a span,
.sale-tag {
    width: 50px;
    height: 50px;
    background-color: #222;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin: 5px;
    display: inline-block;
}

.timer {
    padding: 8px 1px 3px 1px;
}

.timer span {
    font-size: 10px;
    color: #222;
    /* font-family: 'Rubik', sans-serif; */
    min-width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-weight: 500;
}

.timer p {
    text-transform: uppercase;
    font-size: 10px;
    /* font-family: 'Rubik', sans-serif; */
    margin-bottom: 0;
    line-height: 2.1;
}

.timer .time-count {
    position: relative;
}

.timer .time-count::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 12px;
    right: 12px;
    height: 1px;
    background: -moz-linear-gradient(
        left,
        #f5f5f5 0%,
        #ededed 36%,
        #ededed 56%,
        #ededed 57%,
        #f5f5f5 76%,
        #f5f5f5 100%
    );
}

.single-product-img .countdown-time {
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    transition: 0.3s;
}

.single-product:hover .countdown-time {
    opacity: 0;
}

.single-product-button {
    bottom: 25px;
    left: 55%;
    transform: translate(-50%);
    opacity: 0;
    transition: 0.5s;
}

.single-product:hover .single-product-button {
    left: 50%;
    opacity: 1;
}

.single-product-button li a span {
    color: #ffffff;
}

.single-product-button li a span:hover {
    background: #006699;
}

.product-price span {
    font-weight: 500;
    font-size: 14px;
    /* font-family: 'Rubik', sans-serif; */
}

.product-price span.old-price {
    color: #999999;
}

.sale-tag {
    font-size: 13px;
    top: 10px;
    left: 10px;
    background: #f54949;
    z-index: 1;
}

.single-product-hover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product-hover-img a img {
    opacity: 0;
    transition: 0.3s;
}

.single-product:hover .single-product-hover-img a img {
    opacity: 1;
}

.product-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}

.single-product-img:hover .single-product-hover-img {
    opacity: 1;
}

.hover-only-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hover-only-buttons li {
    display: inline-block;
}

.hover-only-buttons li a span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
}

/* Always-visible action buttons (overlay bottom) */
.product-actions {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -19px;
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 8;
}

/* primary add-to-cart button */
.btn-add-to-cart {
    flex: 1;
    padding: 10px 12px;
    border: 0;
    background: linear-gradient(to right, #057184, #000202);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}

/* smaller view button */
.btn-view {
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
    color: #222;
    border-radius: 6px;
    text-decoration: none;
    min-width: 92px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Responsive: stack buttons on small screens */
@media (max-width: 480px) {
    .product-actions {
        flex-direction: column;
    }

    .btn-view {
        width: 100%;
    }
}

/* 6. product offer area
-------------------------------------------------------------- */
.product-offer-height .single-feature > img {
    min-height: 450px;
    transition: 0.3s;
}

/* 7. blog-area
-------------------------------------------------------------- */
.date {
    color: #006699;
}

.single-blog .blog-img {
    height: 290px;
}

/* 8. instagram area
-------------------------------------------------------------- */
.instagram-img img {
    width: 100%;
    opacity: 1;
    transition: 0.3s;
}

.instagram-img img:hover {
    opacity: 0.93;
}

/* 9. modal box
-------------------------------------------------------------- */
.product-modal {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1080px;
    border-radius: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-view-scroll-area .dialog-modal-dialog {
    height: auto;
}

.close {
    font-size: 30px;
}

.modal-content {
    border-radius: 0;
}

.product-tabs {
    width: 100px;
}

.product-tabs .nav-link {
    width: 80px;
    height: 100px;
    padding: 0;
    opacity: 0.6;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
    background-color: transparent;
    opacity: 1;
}

.product-modal-left h4 {
    font-size: 30px;
}

.product-modal-left .price > span {
    /* font-family: 'Rubik', sans-serif; */
    font-size: 20px;
    font-weight: 500;
}

.modal-old-price {
    color: #999;
    font-size: 16px !important;
}

.product-modal-left p {
    font-size: 14px;
}

.available p,
.suk p {
    line-height: 1;
}

/* quanti-field */
.quantity-field {
    position: relative !important;
}

.add-cart-btn {
    height: 62px;
    line-height: 60px;
    padding: 0 40px;
    background: #131215;
    color: #fff;
    border: 1px solid transparent;
    display: inline-block;
    margin-bottom: 20px;
}

.add-cart-btn:hover {
    border-color: #131215;
    color: #131215;
    background: #fff;
}

.quantity-field input {
    width: 110px;
    height: 63px;
    padding: 0 20px;
}

.custom-prev,
.custom-next {
    position: absolute;
    right: 32px;
    top: 60%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #c8c8c8;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.custom-next {
    top: 40%;
}

/* social-link */
.social-sharing li {
    font-size: 14px;
    display: inline-block;
}

.social-sharing li a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    color: #555555;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    transition: 0.3s;
}

.social-sharing li a:hover {
    background: #004a80;
    color: #fff;
    border: 0;
}

/* 10. store product-area
-------------------------------------------------------------- */
.store-product-title {
    top: 0;
    left: 0;
}

.store-product-title h4 {
    font-size: 21px;
}

.store-product-title span a {
    font-size: 14px;
    color: #888;
}

.single-store-product img {
    max-height: 370px;
}

.author-signature img {
    width: 180px;
}

/* 11. welcome area
-------------------------------------------------------------- */
.welcome-bg {
    height: 970px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* 12. service feature area
-------------------------------------------------------------- */
.single-service-feature h4 {
    font-size: 18px;
}

.single-service-feature p {
    font-size: 14px;
}

.service-feature-bg {
    background-image: linear-gradient(180deg, #16151a 0%, #16151a 100%);
}

.ser-f-icon::before,
.ser-f-icon span::after {
    font-size: 50px;
}

.single-service-feature {
    padding: 0 20px;
}

/* 13. big img product area
-------------------------------------------------------------- */
/* .product-left-img-info .quantity-field input {height: 62px;} */

.product-left-img-info .social-sharing li a {
    margin-right: 10px;
    margin-left: 0;
}

.product-left-img-info .price span {
    font-size: 24px;
    font-weight: 700;
}

.product-view-tab .nav-link {
    color: #999;
    font-size: 20px;
    border-bottom: 2px solid transparent;
}

.product-view-tab .nav-link:hover {
    color: #222222;
}

.product-view-tab .nav-link.active {
    color: #222222;
    border-bottom: 2px solid #222222;
}

.desc-title {
    font-size: 18px;
    font-weight: 600;
}

.describe-text p {
    font-size: 14px;
    color: #555;
    line-height: 30px;
}

.add-color-area h6,
.add-brand-area h6 {
    font-weight: 600;
}

.add-color li {
    font-style: italic;
}

.add-brand-area,
.group-p-table thead {
    background: rgba(0, 0, 0, 0.025);
}

.group-p-table .table td,
.table th {
    padding: 22px;
}

.group-p-table a {
    font-size: 15px;
}

.rat {
    display: none;
    top: -2px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.ratting a {
    color: #ffae00;
    font-size: 14px;
}

.product-review .ratting:hover .rat {
    display: block;
}

.product-left-img-info p,
.quantity {
    font-size: 14px;
}

.product-left-img img {
    cursor: crosshair;
    margin-bottom: 40px;
}

.product-left-img {
    height: 600px;
    overflow-x: hidden;
}

.tbl-title {
    min-width: 150px;
}

.p-view-position .dialog-modal-dialog {
    max-width: 470px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.product-img a {
    cursor: crosshair;
}

.p-view-position .modal-content {
    border-radius: 4px;
    border: 18px solid #f9f9f9;
    background: #fff;
}

.p-view-position .close span {
    border-radius: 50px;
    width: 32px;
    height: 32px;
    font-size: 24px;
    border: 2px solid #fff;
    line-height: 22px;
}

.p-view-position .modal-close {
    top: 0px;
    right: 0;
}

.product-gallery-btn a {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    padding: 10px 15px;
}

.product-gallery-btn {
    left: 0;
    top: 0;
}

.product-gallery-btn.right-site {
    left: auto;
    right: 0;
}

.vertical-left-tab .product-gallery-btn {
    left: auto;
    right: 0;
    top: 0;
}

.product-gallery-btn a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* 14. cart page
-------------------------------------------------------------- */
.cart-img {
    width: 120px;
    margin: 0 auto;
}

.cart-table .table td,
.cart-table .table th {
    padding: 20px 10px;
    vertical-align: middle;
}

.cart-area .sub-btn {
    padding: 28px 48px;
}

.coupon-code-area input {
    height: 62px;
    border: 1px solid #dee2e6;
}

.total-price-area h2 {
    font-size: 22px;
}

.p-name {
    font-size: 14px;
}

/* 16. checkout page
-------------------------------------------------------------- */
.coupon-content,
.checkout-content,
#ship-box-info,
#cbox-account-info {
    display: none;
}

#login,
#couponshow {
    cursor: pointer;
}

.coupon-accordion h6 {
    background: #f9f9f9;
    border-top: 3px solid #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.coupon-accordion h6::before {
    content: "\f07b";
    left: 20px;
    top: 17px;
    position: absolute;
    color: #000000;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.coupon-area span,
.checkout-area span,
.checkout-area label {
    font-size: 16px;
    color: #222;
    line-height: 1.5;
}

.coupon-area span:hover {
    color: #006699;
    text-decoration: underline;
}

.checkout-area label {
    display: block;
}

.checkbox-form .checkout-area label span,
.lost-password a {
    color: #006699;
}

.coupon-area input,
.checkout-area input,
.country-select select {
    height: 45px;
    margin: 0 0 14px;
    padding: 0 0 0 10px;
    border-radius: 0;
}

.coupon-area .form-control:focus,
.checkout-area .form-control:focus,
.country-select select .form-control:focus {
    border-color: #e7e7e7;
}

.country-select select.form-control:not([size]):not([multiple]) {
    height: 45px;
    font-size: 15px;
}

.save-info input,
.shipping .r-inpt {
    height: auto !important;
}

/* checkout-area */
.checkout-area .nice-select {
    border-radius: 0;
    height: 45px;
    line-height: 42px;
    width: 100%;
}

.checkout-area .different-address .nice-select {
    line-height: 2.3;
}

.checkout-area .nice-select::after {
    height: 8px;
    right: 22px;
    width: 8px;
}

.checkout-area h4 {
    font-size: 26px;
}

.save-info p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.1px;
}

.order-notes textarea {
    height: 90px;
}

.order-notes textarea::placeholder {
    opacity: 1;
}

.your-order {
    background: #f9f9f9;
}

.your-order-table table th {
    border-top: medium none;
    vertical-align: middle;
    white-space: nowrap;
    width: 50%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #e7e7e7;
    border-right: medium none;
    color: #777;
    font-size: 15px;
    padding: 15px 0;
}

.payment-method h6 .btn-link {
    font-size: 13px;
    color: #292929;
    font-weight: 500;
    cursor: pointer;
}

/* 15. Shop page area ------------------------------------------------------------- */

.sa-shop-container {
    max-width: 100%;
}

.page-height3 {
    min-height: 500px;
}

.nice-select.open .list {
    border-radius: 0;
}

.nice-select .option.selected {
    font-weight: normal;
}

.nice-select {
    height: 22px;
    line-height: 20px;
}

.shop-title h5,
.product-filter a,
.single-product-content p {
    font-size: 14px;
}

.ser-icon {
    min-width: 22px;
    height: 16px;
    display: block;
}

.nav-tabs .nav-item.show .nav-link.ser-icon,
.nav-tabs .nav-link:hover .ser-icon,
.nav-tabs .nav-item.show .nav-link.ser-icon,
.nav-tabs .nav-link.active .ser-icon,
.nav-tabs .nav-item.show .nav-link .ser-icon,
.nav-tabs .nav-link:focus .ser-icon {
    filter: invert(0) sepia(0) hue-rotate(0deg) brightness(0);
}

/* round-checkbox css start*/
.option-input:checked::after {
    background: #000;
    content: "";
    display: block;
    position: relative;
    z-index: 1;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

.option-input {
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    transition: 0.15s;
    border: 1px solid #e1e1e1;
    color: #000;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    z-index: 1;
}

.product-choose-colors .option-input {
    height: 25px;
    width: 25px;
}

.option-input:checked::before {
    position: absolute;
    content: "✓";
    display: inline-block;
    font-size: 14px;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

/* round-checkbox css end*/
.f-choose-color .option-input {
    color: #fff;
}

.product-menubar a {
    color: #999;
    font-size: 14px;
}

.product-menubar h4,
.single-product-content h5 {
    font-size: 18px;
}

.product-menubar a:hover {
    color: #222222;
}

.product-menubar {
    height: 210px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #000;
    background: #ebebeb;
    height: 3px;
}

.ui-widget-header {
    background: #000;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    border-radius: 50px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 6px solid #000;
    background: #fff;
    font-weight: normal;
    color: #454545;
}

.product-filter-details {
    width: 100%;
    box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.1);
    top: 50px;
    left: 0;
    transition: 0.5s;
    z-index: 11;
    display: none;
}

.product-filter-details.product-filter-block {
    box-shadow: none;
}

#col5 .container-wrapper .col-xl-2 {
    min-width: 20% !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:focus {
    border-color: transparent;
}

.nav-tabs a {
    color: #999;
    padding-left: 8px;
}

.product-search input {
    height: 50px;
}

.product-search p {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.shop-left-sidebar-area #col-5 .single-product:hover {
    box-shadow: none;
    background: none;
}

.fitler-input input {
    max-width: 90px;
    font-size: 14px;
}

.single-product-list .single-product-img img {
    min-width: 330px;
}

.single-product-img a {
    /* display: block; */
}

.shop-sidebar-left .product-search p {
    right: 50px;
}

.single-product-list-button li.tool a:hover {
    border: 1px solid #000000;
}

.single-product-list-button li {
    padding: 0 !important;
    border: none !important;
}

.single-product-list-button li a span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #343a40;
}

#list .single-product-list-button li a span {
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.single-product-list-button span {
    line-height: 54px;
    text-align: center;
    display: block;
}

.wishlist-area a {
    font-size: 14px;
}

.table-content .p-img img {
    width: 90px;
    height: 100px;
}

.table th {
    border-top: none;
    font-weight: 400;
}

.table td,
.table th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.table thead th {
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
}

.table-content.table-content1 {
    width: 20px;
}

.table-content.table-content2 {
    width: 110px;
}

.wishlist-area .table-content6 a {
    font-size: 16px;
}

.wishlist-area .btn.p-add-cart {
    width: 220px;
    color: #fff;
    background: #000;
}

.btn.p-add-cart2 {
    color: #fff;
    background: #000;
}

.coupon-and-update-area .btn.p-add-cart2 {
    padding: 18px 50px;
    color: #fff;
    background: #000;
}

.btn.p-add-cart2:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

.mobile-wishlist .p-img img {
    max-width: 110px;
}

.p-remove {
    right: 0;
    top: 30px;
}

.pn {
    margin-top: 10px;
}

/* 16. blog sidebar none area
-------------------------------------------------------------- */
.page-title-content h2 {
    font-size: 50px;
}

.page-title-content .blog-tag li a {
    font-size: 16px;
}

.page-height-2 {
    min-height: 900px;
}

.page-height-2::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-nav {
    left: 0;
    right: 0;
    bottom: 30px;
}

.blog-testimonial .testimonials-text {
    font-size: 24px;
    line-height: 44px;
}

.blog-testimonial .client h5 {
    font-size: 18px;
}

.blog-content .post-tag li,
.social-link li {
    display: inline-block;
}

.blog-content .post-tag li a:hover {
    color: #fff;
    background: #000;
}

.author-post span,
.blog-posts a {
    font-size: 18px;
}

.author-post span::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.single-author-post li a span {
    font-size: 16px;
}

.author-img {
    max-width: 125px;
}

.reply-form form .save-info input {
    height: 0;
}

.reply-form h3 {
    font-size: 30px;
    font-weight: 600;
}

.blog-testimonial-client-img {
    width: 110px;
}

/* 17. blog box landing area
-------------------------------------------------------------- */
.single-blog-box img {
    height: 275px;
    width: 100%;
}

.blog-large-img {
    width: 100%;
}

.blog-large-img img {
    height: 590px;
    width: 100%;
}

.single-box-content h4 {
    font-size: 24px;
}

.single-box-content {
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 60%);
}

.single-box-text {
    left: 0;
    right: 0;
    bottom: 0;
}

.single-blog-box-hover {
    margin: 0;
    transition: 0.3s;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}

.single-blog-box {
    transition: 0.3s;
}

.single-blog-box:hover .single-blog-box-hover {
    transform: translateY(-20px);
}

.single-box-content .blog-post-data {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.single-blog-box:hover .blog-post-data {
    opacity: 1;
    height: 12%;
}

.single-blog-box .blog-post-data li {
    width: 50%;
}

/* 18. blog gird page area
-------------------------------------------------------------- */
.blog-grid-img img {
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.blog-gird-content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
}

.blog-grid-iteams .blog-gird-content:hover {
    background: rgba(0, 0, 0, 0.8);
}

.blog-grid-iteams:hover .blog-grid-img img {
    visibility: visible;
    opacity: 1;
}

.blog-grid-iteams:hover p,
.blog-grid-iteams:hover li,
.blog-grid-iteams:hover h4,
.blog-grid-iteams :hover a {
    color: #fff;
}

/* 19. blog page area
-------------------------------------------------------------- */
.blog-tag li a {
    background: #069;
    padding: 6px 12px;
    font-size: 14px;
    margin-right: 5px;
}

.blog-right-sidebar-left-content h3 {
    font-size: 30px;
}

.blog-right-sidebar-left-content p {
    line-height: 30px;
    color: #555;
}

.blog-post-data li {
    display: inline-block;
    color: #555;
}

.blog-widget h5 {
    font-size: 20px;
}

.blog-widget h5 {
    position: relative;
}

.blog-widget h5::before {
    position: absolute;
    background: #222;
    width: 40px;
    height: 2px;
    content: "";
    bottom: 0;
    left: 0;
}

.blog-search-form {
    background: #cde5d3;
}

.blog-widget input {
    height: 60px;
    padding: 25px 22px;
    border-radius: 0;
    border: 1px solid #222;
}

.blog-widget.blog-search-form form span {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-slider-active span,
.blog-subscribe p,
.blog-widget p {
    font-size: 14px;
}

.blog-subscribe {
    background: #f2e1e0;
}

.search-tag li {
    display: inline-block;
}

.search-tag li a {
    font-size: 12px;
    color: #7d7d7d;
    background: #f5f5f5;
    padding: 7px 16px;
    margin: 0 10px 8px 0;
    display: block;
    border-radius: 30px;
    transition: 0.3s;
}

.search-tag li a:hover {
    background: #069;
    color: #fff;
}

.blog-instagram-img {
    background: #e0e7f2;
}

.blog-widget .instagram-img {
    height: 100px;
    width: 100px;
}

.agota-page .page-item.active .page-link {
    color: #fff;
    background-color: #006699;
    border-color: #006699;
}

.agota-page .page-link {
    width: 42px;
    height: 40px;
    text-align: center;
    color: #888;
    border: 1px solid #dee2e6;
    margin-right: 10px;
    line-height: 24px;
    display: block;
    font-size: 14px;
}

.agota-page .page-item.active .page-link {
    color: #fff;
    background-color: #006699;
    border-color: #006699;
}

.agota-page .page-link:hover {
    background-color: #006699;
    border-color: #006699;
    color: #fff;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
}

/* 20. about us area
-------------------------------------------------------------- */
.single-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-portfolio .portfolio-img img {
    width: 100%;
}

.our-single-service h5 {
    font-size: 24px;
}

.ship-icon span::before {
    font-size: 130px;
}

.our-icon span::before {
    font-size: 62px;
}

.shipping-content {
    height: 800px;
    background-attachment: fixed;
}

.team-member h5,
.client h5 {
    font-size: 18px;
}

.client.text-center span {
    color: #e7b6bb;
}

.testimonial-bg {
    background-color: transparent;
    background-image: linear-gradient(180deg, #97545b 100%, #f2295b 100%);
    height: 800px;
}

.quit a {
    font-size: 30px;
}

.client img {
    max-width: 300px;
    margin: 0 auto;
}

/* 21. about page area
-------------------------------------------------------------- */
.about-bg {
    background: #161619;
    height: 100vh;
}

.about-me-img {
    left: 0;
    top: 0;
    width: 50%;
    bottom: 0;
    background-position: left center;
    background-size: cover;
    height: 100%;
}

.about-d-height {
    top: 0;
    right: 0;
    width: 50%;
    bottom: 0;
}

.about-details {
    max-width: 75%;
    max-height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
    margin: auto;
}

.about-details p,
.about-details li {
    color: #999999;
    line-height: 24px;
}

.about-details li {
    color: #fff;
    line-height: 24px;
}

.about-details h1 {
    font-size: 80px;
    line-height: 1;
}

.my-social-info li {
    display: inline-block;
}

.my-social-info li a {
    font-size: 16px;
    width: 120px;
    height: 40px;
    line-height: 40px;
}

.about-footer {
    margin-top: -90px;
}

.about-footer ul li a,
.about-footer a,
.about-footer p {
    color: #fff;
    font-size: 14px;
}

.about-footer .copyright-text::before {
    display: none;
}

/* 22. no page area
-------------------------------------------------------------- */
.no-page-height {
    height: 950px;
}

.no-page-height h3 {
    font-size: 48px;
}

.no-page-height h1 {
    font-size: 220px;
}

/* 23. contact page
-------------------------------------------------------------- */
.contact-address i {
    margin-right: 8px;
    color: #000;
    /* or your theme color */
    font-size: 14px;
}

.contact-form-area {
    z-index: 100;
}

.contact-form-left span,
.contact-form-right span {
    font-size: 18px;
}

.contact-form-right input,
.comment textarea {
    height: 55px;
    border-radius: 15px;
    padding: 20px;
}

.comment textarea {
    min-height: 150px;
}

.contact-map {
    z-index: -1;
    top: -270px;
    margin-bottom: -275px;
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 570px;
    border: 0;
}

/* 24. login area
-------------------------------------------------------------- */
.login-area,
.register-area {
    width: 85%;
}

.login-form {
    background: #f7f7f7;
}

.login-register-area h5 {
    font-size: 20px;
}

.login-form label,
.login-form .login-check p,
.f-get-pass a,
.register-form label,
.register-form input {
    font-size: 14px;
    color: #222222;
}

.login-register-area input {
    height: 55px;
    border-radius: 0;
}

.login-register-area input.form-control:focus {
    border-color: #7d7d7d;
    border: 2px solid #7d7d7d;
    box-shadow: none;
}

.f-get-pass a {
    border-bottom: 2px solid #222;
}

.register-form h6 {
    font-size: 16px;
}

.register-form p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
}

/* 25. footer area  */
.sa-footer {
    background: #0d0c1d;
    color: #fff;
    padding: 70px 60px 30px;
    position: relative;
}

.sa-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 50px;
}

.sa-footer-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sa-footer-logo img {
    width: 180px;
    height: auto;
}

.sa-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sa-footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.sa-footer-links a:hover {
    color: #00c6ff;
}

.sa-footer-socials {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.sa-footer-socials a {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
}

.sa-footer-socials a:hover {
    color: #00c6ff;
}

/* Right Side */
.sa-footer-right {
    text-align: left;
}

.sa-footer-right h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.sa-footer-right p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #ddd;
}

/* Bottom Section */
.sa-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 18px;
    flex-wrap: wrap;
}

.sa-footer-bottom p {
    color: #aaa;
    font-size: 14px;
    margin: 0;
}

.sa-footer-bottom-links {
    display: flex;
    gap: 25px;
}

.sa-footer-bottom-links a {
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sa-footer-bottom-links a:hover {
    color: #00c6ff;
}

/* Responsive */
@media (max-width: 768px) {
    .sa-footer {
        padding: 50px 30px 20px;
    }

    .sa-footer-top {
        flex-direction: column;
        gap: 40px;
    }

    .sa-footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .sa-footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

/* 26. extra info css
-------------------------------------------------------------- */

.top {
    position: fixed;
    color: #555555;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
}

.top span {
    font-size: 18px;
    padding: 12px 12px;
    display: block;
}

/* header-search-details */
.header-search-details {
    width: 100%;
    position: fixed;
    top: -250%;
    left: 0;
    z-index: 55;
    height: 100%;
    transition: 0.5s;
    background-color: white;
}

.header-search-details.open-search-info {
    top: 0;
}

.header-search-content h4 {
    font-size: 30px;
}

.header-search-details .close-icon {
    font-size: 30px;
}

.header-search-content ul li a {
    font-size: 18px;
    color: #888;
    margin: 30px;
    display: block;
}

.header-search-content ul li a:hover,
.header-search-details ul li a.active {
    color: #222222;
}

/* form css  start*/
.header-search-content form a {
    left: 10px;
    top: 18px;
    font-size: 22px;
    color: #555555;
}

.header-search-content form input,
.subscribe-form input {
    border: 0;
    border-bottom: 2px solid #e1e1e1;
    padding: 0;
    width: 100%;
    padding-left: 45px;
    margin: 0;
    color: #555;
    padding-left: 10px;
    font-size: 14px;
    background: none;
    box-shadow: none;
    height: 45px;
    text-indent: 40px;
}

.subscribe-form form input {
    text-align: center;
    height: 55px;
    padding-left: 0;
}

.header-search-content form input:focus,
.subscribe-form input:focus {
    border-bottom: 2px solid #222;
}

.search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

/* form css  end*/

/* header-shopping-cart-details */
.header-shopping-cart-details {
    width: 400px;
    position: fixed;
    right: -205%;
    top: 0;
    z-index: 999;
    height: 100%;
    transition: 0.7s;
}

.header-shopping-cart-details.open-shopping-info {
    right: 0;
    background-color: white;
}

.header-shopping-cart-details h5 {
    font-size: 18px;
}

.h-shop-cart-img img {
    max-width: 85px;
}

.h-shop-cart-contetn ul li {
    display: inline-block;
}

/* .side-mobile-menu start*/
.side-mobile-menu {
    width: 340px;
    position: fixed;
    left: -340px;
    top: 0;
    z-index: 9999;
    height: 100%;
    transition: all 0.3s ease-out;
    overflow: scroll;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.side-mobile-menu.open-menubar {
    left: 0;
}

.close-icon {
    font-size: 30px;
}

.side-mobile-menu .header-search-content ul li a {
    font-size: 16px;
    margin: 12px;
    color: #222;
}

.side-mobile-menu .header-search-content ul li a:hover,
.side-mobile-menu .header-search-content ul li a.active {
    color: #006699;
}

.side-mobile-menu .header-search-content form a {
    right: 10px;
    left: auto;
    font-size: 18px;
}

.side-mobile-menu .header-search-content form input {
    text-indent: 0;
}

.side-mobile-menu .menu-login ul li a {
    color: #222;
    font-size: 16px;
}

.side-mobile-menu .menu-login ul li {
    padding: 15px 0;
}

.side-mobile-menu .menu-login {
    clear: both;
}

/* .side-mobile-menu end*/

/* preloader css */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../images/icon/agota-preloader.gif") no-repeat center
        center;
}

.cartmini-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

.cartmini-overlay.openeds {
    opacity: 1;
    visibility: visible;
}

/* 27.about us stats  */

.sa-stats-section {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    width: 85%;
    height: 70px;
    /* max-width: 1000px; */
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.sa-stats-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sa-stat-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: 'Segoe UI', sans-serif; */
}

.sa-stat-number {
    font-size: 33px;
    font-weight: 700;
    color: #000;
    margin-right: 8px;
}

.sa-stat-label-inline {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    font-family: "Hanken Grotesk";
}

@media (max-width: 480px) {
    .sa-stats-section {
        flex-direction: column;
        padding: 0px 0px;
        bottom: -50px;
        border-radius: 12px;
        width: 60%;
        height: auto;
    }

    .sa-stats-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 0;
        /* Remove the gap between the boxes */
    }

    .sa-stat-box {
        display: flex;
        /* Use flexbox for better alignment */
        justify-content: center;
        align-items: center;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding: 12px 0;
        /* Adjust padding for spacing */
    }

    /* Remove the bottom border from the last box */
    .sa-stat-box:last-child {
        border-bottom: none;
    }

    .sa-stat-number {
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin-right: 8px;
        /* Add some space between number and label */
    }

    .sa-stat-label-inline {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
        font-family: "Hanken Grotesk";
    }
}

@media (max-width: 580px) and (min-width: 481px) {
    .sa-stats-section {
        height: auto;
        /* Just in case, allow content to control height */
        padding: 16px 20px;
        /* Slightly reduced padding */
        width: 95%;
        /* Slightly narrower for tablet view */
    }

    .sa-stats-wrapper {
        flex-direction: row;
        /* Keep horizontal layout like desktop */
        gap: 10px;
    }

    .sa-stat-box {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .sa-stat-number {
        font-size: 14px;
        /* Reduced from 33px (desktop) */
        margin-right: 6px;
    }

    .sa-stat-label-inline {
        font-size: 12px;
        /* Reduced from 20px */
    }
}

@media (max-width: 900px) and (min-width: 580px) {
    .sa-stats-section {
        height: auto;
        /* Just in case, allow content to control height */
        padding: 16px 20px;
        /* Slightly reduced padding */
        width: 95%;
        /* Slightly narrower for tablet view */
    }

    .sa-stats-wrapper {
        flex-direction: row;
        /* Keep horizontal layout like desktop */
        gap: 10px;
    }

    .sa-stat-box {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .sa-stat-number {
        font-size: 26px;
        /* Reduced from 33px (desktop) */
        margin-right: 6px;
    }

    .sa-stat-label-inline {
        font-size: 16px;
        /* Reduced from 20px */
    }
}

/* 28. about us section */

.sa-aboutsection-wrapper {
    position: relative;
    padding: 60px 20px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(162deg, #057184 -30%, #000202 100%);
}

.sa-aboutsection-bg {
    display: none;
}

.sa-aboutsection-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* Left */
.sa-about-left {
    flex: 0 0 20%;
    text-align: left;
}

.sa-about-left h2 span {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
    color: white;
}

.sa-about-left p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    color: white;
    font-family: "Hanken Grotesk";
}

/* Middle */
.sa-about-middle {
    flex: 0 0 28%;
    text-align: left;
}

.sa-about-middle h3 {
    font-size: 31px;
    font-weight: 900;
    line-height: 1.4;
    color: white;
}

/* Right */
.sa-about-right {
    flex: 0 0 45%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
}

.sa-about-right p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 100%;
    color: white;
    font-family: "Hanken Grotesk";
    text-align: justify;
    font-weight: 300;
}

.highlight {
    color: #45d0f4;
    font-weight: 600;
}

.sa-aboutsection-button {
    background: white;
    color: #000;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: "Helvetica";
    display: inline-block;
}

.sa-aboutsection-button:hover {
    background: #f0f0f0;
    color: #000;
}

/* Tablet Layout (1024px and below) - Optimized for Horizontal View */
@media (max-width: 1024px) {
    .sa-aboutsection-wrapper {
        padding: 50px 20px;
    }
    
    .sa-aboutsection-container {
        flex-direction: row; 
        align-items: flex-start;
        gap: 15px;
    }

    .sa-about-left {
        flex: 0 0 22%;
    }
    
    .sa-about-middle {
        flex: 0 0 30%;
    }
    
    .sa-about-right {
        flex: 1;
        padding-top: 0;
    }

    .sa-about-left h2 span {
        font-size: 60px;
    }

    .sa-about-middle h3 {
        font-size: 24px;
    }

    .sa-about-right p {
        font-size: 14px;
    }
    
    .sa-aboutsection-button {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Mobile Layout (768px and below) - Stack Vertical */
@media (max-width: 768px) {
    .sa-aboutsection-wrapper {
        padding: 60px 20px;
    }

    .sa-aboutsection-container {
        flex-direction: column;
        gap: 0px;
    }

    .sa-about-left,
    .sa-about-middle,
    .sa-about-right {
        flex: 0 0 100%;
        width: 100%;
        text-align: left;
    }

    .sa-about-left h2 span {
        font-size: 60px;
    }
    
    .sa-about-middle h3 {
        font-size: 26px;
        line-height: 1.3;
    }
    
    .sa-about-right p {
        font-size: 15px;
    }

    .sa-aboutsection-button {
        width: 100%;
        text-align: center;
    }
}

@media(max-width:480px) {
    .sa-aboutsection-container {
        gap: 2px;
    } 
    .sa-about-left h2 span {
        font-size: 50px;
    }
    .sa-aboutsection-wrapper{
        padding: 65px 20px;
    }
}


/* 29 Shop by category area  */

.sa-shopby-wrapper {
    padding: 75px 39px;
    text-align: center;
    /* padding-bottom: 190px; */
}

.sa-shopby-header {
    margin-bottom: 40px;
}

.sa-shopby-title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Helvetica";
}

.sa-shopby-subtitle {
    font-size: 18px;
    margin-top: 8px;
    color: #333;
    font-family: "Hanken Grotesk";
}

.sa-shopby-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center swiper between arrows */
    gap: 20px;
    /* Optional spacing between arrows and swiper */
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sa-shopby-swiper {
    width: 100%;
    max-width: 1200px;
}

.rs-shop-by-category-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.sa-shopby-slide {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #000;
    position: relative;
    flex-shrink: 0;
}

.sa-shopby-slide img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.sa-shopby-slide:hover img {
    transform: scale(1.1);
}

.sa-shopby-caption {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 110px;
    /* ✅ Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: "Helvetica";
    z-index: 2;

    background: rgba(0, 0, 0, 31%);
    /* Semi-transparent dark background */
    backdrop-filter: blur(1px);
    /* ✅ Direct blur applied */
    border-radius: 0;
    /* Optional: rounded edges if needed */
    overflow: hidden;
}

.sa-shopby-prev {
    left: 0;
}

.sa-shopby-next {
    right: 0;
}

.sa-shopby-explore {
    margin-top: 60px;
}

.sa-shopby-btn {
    background: linear-gradient(to right, #057184, #000202);
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: "Helvetica";
    align-self: center;
}

/* Responsive Padding */
@media screen and (max-width: 768px) {
    .sa-shopby-wrapper {
        padding: 40px 20px;
    }

    .sa-shopby-slider-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 420px) {
    .sa-shopby-wrapper {
        padding: 30px 15px;
    }

    .sa-shopby-slider-container {
        padding: 0 10px;
    }
}

/* --- Navigation Buttons Design --- */
.sa-shopby-nav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
    flex-shrink: 0;
}

/* .sa-shopby-nav:hover {
	background-color: #222;
} */
@media screen and (max-width: 768px) {
    .sa-shopby-nav {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .sa-shopby-nav {
        width: 35px;
        height: 35px;
    }
}

.sa-shopby-prev {
    left: -40px;
    /* Push slightly outside the container */
}

.sa-shopby-next {
    right: -40px;
}

.application-gradiant1 {
    position: absolute;
    width: 220px;
}

@media (max-width: 420px) {
    .sa-shopby-next {
        right: -10px;
    }

    .sa-shopby-prev {
        left: -10px;
    }
}

@media screen and (max-width: 768px) {
    .sa-shopby-prev,
    .sa-shopby-next {
        width: 45px;
        height: 45px;
        font-size: 22px;
        /* left: -20px;
		right: -20px; */
    }
}

/* ---------------- RESPONSIVE BREAKPOINTS ---------------- */

@media screen and (max-width: 1020px) {
    .sa-application-slide {
        max-width: 280px;
        height: 380px;
    }
}

@media screen and (max-width: 768px) {
    .sa-application-wrapper {
        padding: 40px 20px;
    }

    .sa-application-title {
        font-size: 26px;
    }

    .sa-application-subtitle {
        font-size: 14px;
    }

    .sa-application-slide {
        max-width: 240px;
        height: 320px;
    }

    .sa-application-caption {
        font-size: 16px;
    }

    .sa-application-prev,
    .sa-application-next {
        width: 45px;
        height: 45px;
        font-size: 22px;
        /* left: -20px;
		right: -20px; */
    }
}

@media screen and (max-width: 420px) {
    .sa-application-wrapper {
        padding: 30px 15px;
    }

    .sa-application-title {
        font-size: 22px;
    }

    .sa-application-subtitle {
        font-size: 13px;
        line-height: 1.4;
    }

    .sa-application-slide {
        max-width: 200px;
        height: 280px;
    }

    .sa-application-caption {
        font-size: 14px;
    }
}

/* 29.shop by application section */

.sa-application-wrapper {
    position: relative;
    padding: 100px 40px;
    background-color: #f8f6f4;
    text-align: center;
    overflow: hidden;
    /* font-family: 'Segoe UI', sans-serif; */
}

/* Decorative Side Images */
.sa-application-decor {
    position: absolute;
    top: 0;
    width: 264px;
    max-width: 58%;
    object-fit: cover;
    z-index: 1;
    border-radius: 0 100px 100px 0;
    /* right curve by default */
}

.sa-application-decor.left {
    left: 0;
    border-radius: 0 100px 100px 0;
    /* curve on right */
}

.sa-application-decor.right {
    right: 0;
    border-radius: 100px 0 0 100px;
    /* curve on left */
}

/* Header Block */
.sa-application-header {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.sa-application-title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
}

.sa-application-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    line-height: 1.6;
}

/* Swiper Slider */
.sa-application-slider-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.sa-application-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.sa-application-slide {
    max-width: 300px;
    height: 420px;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.sa-application-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sa-application-slide:hover img {
    transform: scale(1.1);
    /* Smooth transition */
}

.sa-application-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

/* Arrows */
.sa-application-nav {
    width: 50px;
    height: 50px;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sa-application-prev {
    left: -30px;
}

.sa-application-next {
    right: -30px;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .sa-application-decor {
        width: 120px;
    }

    .sa-application-slide {
        height: 360px;
    }

    .sa-application-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .sa-application-title {
        font-size: 24px;
    }

    .sa-application-subtitle {
        font-size: 14px;
    }
}

/* 30. banner section  */
/* --- Banner Wrapper --- */
.sa-banner-wrapper {
    position: relative;
    width: 100%;
    max-height: 433px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* font-family: 'Segoe UI', sans-serif; */
    padding: 90px 0;
}

/* --- Banner Image as Background --- */
.sa-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* --- Content Layer --- */
.sa-banner-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
    color: #fff;
}

.sa-banner-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.sa-banner-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.6;
    color: white;
}

/* --- Button --- */
.sa-banner-button {
    background-color: #fff;
    color: #000;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.3s ease;
    font-family: "Helvetica";
}

.sa-banner-button:hover {
    background-color: #eee;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
    .sa-banner-wrapper {
        height: 450px;
    }

    .sa-banner-title {
        font-size: 32px;
    }

    .sa-banner-subtitle {
        font-size: 14px;
    }

    .sa-banner-button {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* 31. footer  */

/* Wrapper */
.sa-footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: #0b0b0b;
    color: #fff;
    /* padding: 60px 40px 20px; */
    position: relative;
    /* font-family: 'Segoe UI', sans-serif; */
}

.sa-footer-logo {
    color: #00a6c0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
}

/* Middle Columns */
.sa-footer-columns {
    padding-top: 30px;
    padding-left: 113px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    gap: 75px;
}

.sa-footer-col h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
    font-family: "Helvetica";
}

.sa-footer-col ul {
    line-height: 1.8;
    padding-left: 18px;
}

.sa-footer-col ul li {
    list-style: disc;
    font-family: "Hanken Grotesk";
    font-weight: 200;
}

.sa-footer-payments p {
    font-size: 14px;
    margin-bottom: 0px;
    color: white;
}

.sa-footer-payments img {
    max-width: 240px;
}

/* Right Decorative Image */
.sa-footer-decor {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 300px;
    overflow: hidden;
}

.sa-footer-decor img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

/* Bottom Section */
.sa-footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #ccc;
}

.sa-footer-bottom p {
    color: white;
}

.sa-footer-copy {
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

.sa-footer-logo-img {
    position: absolute;
    right: 0;
    left: -26px;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .sa-footer-logo-img {
        position: absolute;
        right: 0;
        left: -42px;
        height: -webkit-fill-available;
        overflow: hidden;
    }
}

.sa-footer-payment {
    width: 20px;
    height: 20px;
}

.sa-footer-payments h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
    font-family: "Helvetica";
    text-transform: uppercase;
}

.sa-footer-social {
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
}

.sa-footer-social span {
    margin-right: 10px;
    font-weight: 600;
    font-family: "Poppins";
}

.sa-footer-social .social-icon {
    display: inline-block;
    margin: 0 8px;
    color: #ccc;
    font-size: 18px;
    transition: color 0.3s ease;
}

.sa-footer-social .social-icon:hover {
    color: #00a6c0;
}

/* 32.hero section */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-nav {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 3;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: cyan;
    opacity: 1;
    transform: scale(1.2);
}

.hero-content {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    text-align: right;
    color: white;
    z-index: 4;
    max-width: 600px;
}

.hero-logo {
    max-width: 200px;
    margin-bottom: 30px;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-title span {
    color: #00f5ff;
}

.hero-subtitle {
    font-size: 1rem;
    margin-bottom: 25px;
    color: #ccc;
}

.hero-button {
    padding: 12px 25px;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.hero-button:hover {
    background-color: #00f5ff;
    color: #000;
}

.sa-hero-content-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.sa-hero-content-wrapper {
    width: 100%;
    text-align: left;
    padding: 10px 25px;
}

.sa-hero-content-title {
    font-size: 36px;
    color: white;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding-left: 0;
    font-family: "Helvetica";
}

.sa-hero-content-title span {
    color: #0ef;
}

.sa-hero-content-subtitle {
    font-size: 30px;
    color: #ccc;
    margin-bottom: 40px;
    font-family: "Hanken Grotesk";
    font-weight: 200;
}

.sa-hero-content-subtitle span {
    color: #fff;
    font-weight: 500;
}

.sa-hero-content-button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-left: 0;
}

@media (max-width: 1020px) {
    .sa-hero-content-title {
        font-size: 30px !important;
        line-height: 1.2;
    }
}

@media (max-width: 780px) {
    .sa-hero-content-title {
        font-size: 26px !important;
        line-height: 1.2;
        text-align: center;
    }

    .sa-hero-content-subtitle {
        font-size: 18px !important;
        text-align: center;
    }

    .sa-hero-content-wrapper {
        text-align: center;
    }
}

@media (max-width: 420px) {
    .sa-hero-content-title {
        font-size: 20px !important;
        line-height: 1.3;
        text-align: center;
    }

    .sa-hero-content-subtitle {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .hero-content {
        right: 20px;
        max-width: 90%;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-logo {
        max-width: 150px;
    }

    .hero-button {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 768px) {
    .sa-footer-wrapper {
        flex-direction: column;
        padding: 40px 20px;
    }

    .sa-footer-columns {
        flex-direction: row;
    }

    .sa-footer-logo-area {
        width: 100%;
        margin-bottom: 20px;
    }

    .sa-footer-decor {
        display: none;
    }

    .sa-footer-payments img {
        width: 100%;
    }
}

/* 31.Vision Section Start  */
.raydiance-section {
    /* background-color: #fefbf9; */
    position: relative;
    padding-top: 71px;
    padding-bottom: 69px;
}

.raydiance-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.raydiance-image-wrapper {
    position: relative;
    flex: 1;
    min-width: 300px;
}

.raydiance-overlay-wrapper {
    position: relative;
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.raydiance-image {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
}

.main-image {
    position: relative;
    z-index: 1;
    margin-top: 48px;

    width: 387px;
    height: 272px;
    border-radius: 0px 36px 36px 0px;
}

.overlay-image {
    margin-top: 252px;
    margin-left: -135px;
    z-index: 2;
    width: 84%;
}

.raydiance-text-content {
    position: absolute;
    z-index: 3;
    padding: 4px 117px 12px 156px;
}

.raydiance-text-content h2 {
    font-size: 39px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    font-family: "Helvetica";
}

.raydiance-text-content p {
    font-size: 20px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 16px;
    font-family: "Hanken Grotesk";
}

.raydiance-button {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    font-family: "Helvetica";
}

.gradiant-img {
    position: absolute;
    width: 168px;
}

.gradiant2 {
    position: absolute;
    width: 330px;
    padding-top: 180px;
    left: -194px;
}

/* end of vision section  */

/* 33.shop by application gallery  */

.sa-application-gallery {
    position: relative;
    padding: 80px 0;
    overflow: visible;
    background: #fff;
}

.sa-application-gallery__bg {
    position: absolute;
    height: 400px;
    width: 100%;
    background: linear-gradient(to right, #00110f, #005c69, #00a6b0);
    z-index: 1;
}

.sa-application-gallery__container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 2;
}

.sa-application-gallery__content {
    flex: 1;
    color: white;
    padding-top: 93px;
}

.sa-application-gallery__content h2 {
    font-size: 34px;
    margin-bottom: 16px;
    color: white;
    font-weight: 900;
    font-family: "Helvetica";
}

.sa-application-gallery__content p {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 1.6;
    color: white;
    font-family: "Hanken Grotesk";
    text-align: justify;
}

.sa-application-gallery__btn {
    background: white;
    color: black;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

/* Image Grid */
.sa-application-gallery__grid {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: -98px;
    padding-left: 55px;
}

.sa-application-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.sa-application-gallery__item img {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sa-application-gallery__item span {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    color: black;
    background: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 6 00;
    text-align: center;
    white-space: nowrap;
}

.sa-application-gallery__item:hover img {
    transform: scale(1.05);
}

/* Responsive Tweaks */
@media (max-width: 1024px) {
    .sa-application-gallery__container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sa-application-gallery__bg {
        width: 100%;
        height: 400px;
        border-radius: 0;
    }

    .sa-application-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .sa-application-gallery__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1020px) {
    .sa-application-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        /* Show 2 columns for medium screens */
        padding-left: 0;
        /* Remove padding-left */
        padding-top: 20px;
        /* Add padding-top */
        margin-top: 0;
        /* Reset margin-top */
    }
}

@media (max-width: 768px) {
    .sa-application-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        /* Ensure 2 columns on tablets */
        padding-left: 0;
        /* Remove padding-left */
        padding-top: 20px;
        /* Ensure top padding */
    }
}

@media (max-width: 480px) {
    .sa-application-gallery__grid {
        grid-template-columns: 1fr;
        /* Single column layout for mobile */
        padding-left: 0;
        /* Remove padding-left */
        padding-top: 20px;
        /* Ensure top padding */
    }
}

/* end of shop by application gallery */

/* 34.contact page */

.contact-section .contact-banner {
    background: black;
    padding: 0;
    color: #fff;
    margin: 0;
}

.contact-section .contact-banner-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 180px;
    /* Adjust this for desired vertical spacing */
}

.contact-section .contact-banner-content h1 {
    font-size: 95px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 0.6;
    color: white;
}

.contact-section .contact-banner-content .breadcrumb {
    font-size: 15px;
    color: #fff;
    font-family: "Hanken Grotesk";
    align-self: flex-end;
    margin-top: 20px;
    /* Optional spacing from top */
}

.contact-section .contact-banner-content .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

/* Wrapper Layout */
.contact-section .contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0px auto;
    padding: 65px 3px;
    gap: 80px;
}

/* Left Side Text Block */
.contact-section .contact-left {
    flex: 1;
    /* min-width: 300px; */
}

.contact-section .contact-left h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 37px;
}

.contact-section .contact-left p {
    font-size: 18px;
    margin-bottom: 35px;
    font-family: "Hanken Grotesk";
}

.contact-section .contact-left a {
    color: #000;
    text-decoration: none;
}

/* Right Side Form with direct image + gradient */
.contact-section .contact-right {
    /* flex: 1;
	min-width: 320px; */
}

.contact-section .contact-form-wrapper {
    width: 417px;
    height: 516px;
    border-radius: 20px;
    padding: 40px 30px;
    color: white;
    background: linear-gradient(162deg, #057184 -30%, #000202 100%);
}

.contact-section .contact-form {
    display: flex;
    flex-direction: column;
}

.contact-section .contact-form h3 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 25px;
    color: white;
    font-family: "Helvetica";
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact-section .contact-form textarea {
    height: 100px;
    resize: none;
}

.contact-section .contact-form button {
    background: #fff;
    color: #000;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    width: fit-content;
    margin-left: 121px;
    margin-top: 27px;
}

.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder {
    color: white;
    opacity: 1;
    font-weight: 700;
    font-size: 12px;
}

/* end of contact page  */

/* 35.about us page */

.sa-about-hero {
    background-color: #000;
    padding: 0;
    /* ✅ Remove default padding */
    margin: 0;
}

.sa-container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    /* Controls total section height */
}

.sa-about-title {
    font-size: 95px;
    color: #fff;
    margin: 0;
    /* ✅ No bottom margin */
    font-weight: 700;
    line-height: 0.6;
}

.sa-breadcrumbs {
    font-size: 14px;
    color: #f7f4f4;
    text-align: end;
    margin-top: 20px;
    /* Optional space from top */
}

.sa-about-knowmore-section {
    padding: 60px 20px;
    /* Top-bottom: 60px, Left-right: 20px */
    font-family: "Clash Grotesk", sans-serif;
    box-sizing: border-box;
}

.sa-about-knowmore-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
}

.sa-about-knowmore-left {
    flex: 1;
    z-index: 1;
}

.sa-about-knowmore-image {
    width: 100%;
    max-width: 357px;
    border-radius: 30px;
    object-fit: cover;
}

.sa-about-knowmore-right {
    flex: 2;
    margin-left: -161px;
    padding-top: 48px;
    z-index: 2;
}

.sa-about-knowmore-card {
    background: linear-gradient(to right, #057184, #000202);
    color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.sa-about-knowmore-card h5 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
    color: white;
    font-family: "Helvetica";
}

.sa-about-knowmore-card h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
    color: white;
    font-family: "Helvetica";
}

.sa-about-knowmore-card p {
    font-size: 16px;
    line-height: 1.6;
    color: white;
    font-family: "Hanken Grotesk";
    text-align: justify;
}

/* Stats section below and centered */
.sa-about-knowmore-stats {
    display: flex;
    justify-content: space-around;
    padding-top: 45px;
}

.sa-about-knowmore-stat-box {
    text-align: center;
    padding-left: 67px;
    line-height: 35px;
}

.sa-about-knowmore-stat-number {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    display: block;
    font-family: "Hanken Grotesk";
}

.sa-about-knowmore-stat-label {
    font-size: 18px;
    color: #333;
    font-family: "Hanken Grotesk";
}

/* why choose us section */
.sa-whychoose-section {
    color: white;
    padding: 60px;
    border-radius: 30px 0 0 30px;
    max-width: unset;
    width: 1400px;
}

.sa-whychoose-container {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
    align-items: flex-start;
}

.sa-whychoose-left {
    flex: 1;
    min-width: 300px;
    padding-top: 50px;
}

.sa-whychoose-left h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
    color: black;
    font-family: "Helvetica";
}

.sa-whychoose-left p {
    font-size: 16px;
    line-height: 1.6;
    color: black;
    text-align: justify;
    font-family: "Hanken Grotesk";
}

.sa-whychoose-right {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    min-width: 300px;
    padding-top: 25px;
}

.sa-whychoose-box {
    background: linear-gradient(to right, #057184, #000202);
    color: #000;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 22px;
    border-radius: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.sa-whychoose-box img {
    width: 50px;
    height: 50px;
}

.sa-whychoose-box h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    color: white;
    font-family: "Helvetica";
}

.sa-whychoose-box p {
    font-size: 14px;
    color: white;
    font-family: "Hanken Grotesk";
}

/*  last banner section  */

.sa-getintouch-section {
    background: url("../images/bg/bg2.jpg") no-repeat center center;
    background-size: cover;
    padding: 35px 62px;
    position: relative;
    z-index: 1;
}

.sa-getintouch-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.sa-getintouch-container {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sa-getintouch-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Helvetica";
}

.sa-getintouch-text p {
    color: #ccc;
    font-size: 23px;
    font-weight: bold;
    font-family: "Hanken Grotesk";
}

.sa-getintouch-cta {
    display: inline-block;
    background: linear-gradient(to right, #00c6ff, #001e28);
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
    text-align: center;
    font-family: "Hanken Grotesk";
}

.sa-getintouch-cta:hover {
    opacity: 0.9;
}

/* For screens up to 1020px */
@media (max-width: 1020px) {
    .sa-about-knowmore-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .sa-about-knowmore-right {
        margin-left: 0;
        padding-top: 0;
        width: 100%;
    }

    .sa-about-knowmore-image {
        max-width: 100%;
    }

    .sa-whychoose-section {
        width: 100%;
        padding: 40px 30px;
    }

    .sa-whychoose-container {
        gap: 50px;
    }

    .sa-getintouch-section {
        padding: 30px 40px;
    }

    .sa-getintouch-text h2 {
        font-size: 32px;
    }

    .sa-getintouch-text p {
        font-size: 20px;
    }
}

/* For screens up to 768px */
@media (max-width: 768px) {
    .sa-about-title {
        font-size: 70px;
    }

    .sa-about-knowmore-section {
        padding: 40px 15px;
    }

    .sa-about-knowmore-card h2 {
        font-size: 32px;
    }

    .sa-about-knowmore-stats {
        flex-direction: column;
        gap: 20px;
        padding-top: 30px;
    }

    .sa-about-knowmore-stat-box {
        padding-left: 0;
    }

    .sa-whychoose-section {
        padding: 30px 20px;
        border-radius: 20px 0 0 20px;
    }

    .sa-whychoose-container {
        gap: 30px;
    }

    .sa-whychoose-left h2 {
        font-size: 28px;
    }

    .sa-whychoose-right {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sa-getintouch-section {
        padding: 25px 30px;
    }

    .sa-getintouch-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .sa-getintouch-text h2 {
        font-size: 28px;
    }

    .sa-getintouch-text p {
        font-size: 18px;
    }
}

/* For screens up to 480px */
@media (max-width: 480px) {
    .sa-container {
        height: 150px;
    }

    .sa-about-title {
        font-size: 50px;
        line-height: 0.8;
    }

    .sa-breadcrumbs {
        font-size: 12px;
        margin-top: 15px;
    }

    .sa-about-knowmore-section {
        padding: 30px 10px;
    }

    .sa-about-knowmore-card {
        padding: 20px;
        border-radius: 15px;
    }

    .sa-about-knowmore-card h5 {
        font-size: 15px;
    }

    .sa-about-knowmore-card h2 {
        font-size: 26px;
    }

    .sa-about-knowmore-card p {
        font-size: 14px;
        text-align: left;
    }

    .sa-about-knowmore-stat-number {
        font-size: 36px;
    }

    .sa-about-knowmore-stat-label {
        font-size: 16px;
    }

    .sa-whychoose-section {
        padding: 25px 15px;
        border-radius: 15px 0 0 15px;
    }

    .sa-whychoose-left {
        padding-top: 30px;
    }

    .sa-whychoose-left h2 {
        font-size: 24px;
    }

    .sa-whychoose-left p {
        font-size: 14px;
    }

    .sa-whychoose-box {
        padding: 15px;
        border-radius: 20px;
    }

    .sa-whychoose-box img {
        width: 40px;
        height: 40px;
    }

    .sa-whychoose-box h4 {
        font-size: 16px;
    }

    .sa-whychoose-box p {
        font-size: 13px;
    }

    .sa-getintouch-section {
        padding: 20px 15px;
    }

    .sa-getintouch-text h2 {
        font-size: 24px;
    }

    .sa-getintouch-text p {
        font-size: 16px;
    }

    .sa-getintouch-cta {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media (max-width: 1020px) {
    .sa-about-knowmore-left {
        display: none;
    }
}

@media (min-width: 1021px) {
    .sa-about-knowmore-left {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1020px) {
    .sa-whychoose-right {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}

@media (min-width: 1021px) {
    .sa-whychoose-right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* end of about us page */
/* 36.product detail page  */
.sa-product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 76px;
}

.sa-product-left {
    flex: 1;
    min-width: 300px;
}

.sa-product-main-image {
    width: 100%;
    height: 400px;
    /* Fixed height */
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sa-product-main-image img {
    /* height: 100%; */
    width: auto;
    object-fit: contain;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.sa-product-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.sa-product-thumbnails img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.sa-product-thumbnails img:hover,
.sa-product-thumbnails img.active {
    border-color: #000;
}

.sa-product-thumbnails img:hover {
    border-color: #000;
}

.sa-product-right {
    flex: 1;
    min-width: 300px;
}

.sa-product-category {
    font-size: 12px;
    background: #eee;
    padding: 3px 10px;
    border-radius: 20px;
}

.sa-product-title {
    font-size: 28px;
    margin: 10px 0;
}

.sa-product-availability,
.sa-product-price {
    font-size: 16px;
    margin: 5px 0;
    font-family: "Helvetica";
}

.sa-product-rating {
    margin: 10px 0;
    font-size: 14px;
    color: #f39c12;
}

.sa-product-options {
    margin-top: 20px;
}

.sa-product-options label {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}

.sa-product-options select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.sa-product-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-top: 15px;
}

/* .sa-product-buttons button {
	padding: 17px 97px;
	background: linear-gradient(to right, #057184, #000202);
	border: none;
	border-radius: 50px;
	font-weight: bold;
	cursor: pointer;
} */
.buy-now,
.add-cart {
    padding: 15px 75px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    background: linear-gradient(to right, #057184, #000202);
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
}

.buy-now:hover,
.add-cart:hover {
    transform: scale(1.05);
}

.add-wishlist {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* perfect circle */
    background: linear-gradient(to right, #057184, #000202);
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.add-wishlist:hover {
    background: black;
    transform: scale(1.05);
}

.sa-product-info-tabs {
    max-width: 1200px;
    margin: 40px auto;
    border-top: 1px solid #eee;
}

.sa-product-quantity label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.sa-qty-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sa-qty-box input[type="number"] {
    width: 50px;
    text-align: center;
    border-radius: 6px;
    height: 36px;
    font-size: 16px;
    pointer-events: none;
    background: #f9f9f9;
}

.sa-qty-btn {
    width: 36px;
    height: 36px;
    font-size: 20px;
    font-weight: bold;
    background-color: #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.sa-qty-btn:hover {
    background-color: #cfcfcf;
}

/* Watt Options */
.sa-product-watt label {
    font-weight: 600;
    display: block;
    margin: 15px 0 5px;
}

.sa-watt-options {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.sa-watt {
    padding: 10px 16px;
    background: #f3f3f3;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

.sa-watt:hover,
.sa-watt.active {
    background-color: #765b5b;
}

/* Color Options */
.sa-product-color label {
    font-weight: 600;
    display: block;
    margin: 15px 0 5px;
}

.sa-color-options {
    display: flex;
    gap: 10px;
}

.sa-color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sa-color:hover,
.sa-color.active {
    border-color: #000;
}

/* .sa-tab {
border-bottom: 1px solid #eee;
}

.sa-tab-btn {
	width: 100%;
		text-align: left;
		padding: 16px;
		background: #fff;
		border: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-weight: bold;
		font-size: 16px;
		cursor: pointer;
}

.toggle-icon {
	font-size: 20px;
	transition: 0.3s ease;
}
.sa-tab-content {
		display: none;
			padding: 16px;
			background: #fafafa;
			font-size: 14px;
			line-height: 1.6;
			color: #333;
}

.sa-tab.active .sa-tab-content {
	display: block;
}

.sa-tab.active .toggle-icon {
	content: "–";
}
.sa-watt-options {
	display: flex;
	gap: 10px;
	margin-top: 5px;
}

.sa-watt {
	padding: 8px 14px;
	background: #f0f0f0;
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid #ccc;
	font-weight: 500;
	transition: 0.3s;
}

.sa-watt:hover,
.sa-watt.active {
	background-color: #000;
	color: white;
	border-color: #000;
}

.sa-color-options {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.sa-color {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
}

.sa-color:hover,
.sa-color.active {
	border: 2px solid #000;
}
 */
/* Wrapper styling */
/* .sa-dropdown-wrapper {
	font-family: Arial, sans-serif;
	padding: 15px 15px;
} */
.sa-dropdown-wrapper {
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 76px;
}

/* Each dropdown item */
.sa-dropdown-wrapper .sa-dropdown-item {
    border-bottom: 1px solid #ddd;
}

/* Button styling */
.sa-dropdown-wrapper .sa-dropdown-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: "Helvetica";
}

/* Icon styling */
.sa-dropdown-wrapper .sa-dropdown-btn .toggle-icon {
    font-size: 18px;
    transition: transform 0.3s;
}

/* Hidden content */
.sa-dropdown-wrapper .sa-dropdown-content {
    display: none;
    padding: 0 16px 16px 16px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    font-family: "Hanken Grotesk";
}

/* Show content when active */
.sa-dropdown-wrapper .sa-dropdown-item.active .sa-dropdown-content {
    display: block;
}

/* Icon rotates if open */
.sa-dropdown-wrapper .sa-dropdown-item.active .toggle-icon {
    content: "−";
}

/* Base Section */
/* .sa-similar-products {
	padding: 50px 20px;
	background: #fff;
	max-width: 1400px;
} */
.sa-similar-products {
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 76px;
}

/* Title */
.sa-similar-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Grid Layout */
.sa-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */
    gap: 25px;
    justify-items: center;
}

/* Product Card */
.sa-product-card {
    width: 100%;
    max-width: 321px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #c8c8c8;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
    transition: transform 0.3s ease;
}

/* Image Container with Fixed Height */
.sa-product-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
    background: #f1f1f1;
}

.sa-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* Cart Button */
.sa-cart-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.sa-cart-btn:hover {
    background-color: #222;
}

/* Product Info */
.sa-product-info {
    padding: 14px;
    text-align: left;
}

.sa-product-name {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 6px;
    color: #111;
    font-family: "Helvetica";
}

.sa-product-price {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0;
    font-family: "Hanken Grotesk";
}

/* end of product detail page  */

/* 37.shop page start */

.sa-shop-hero {
    background-color: #000;
    padding: 0;
    /* ✅ Remove default padding */
    margin: 0;
}

.sa-shop-container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    /* Controls total section height */
}

.sa-shop-title {
    font-size: 95px;
    color: #fff;
    margin: 0;
    /* ✅ No bottom margin */
    font-weight: 700;
    line-height: 0.8;
}

.sa-shop-breadcrumbs {
    font-size: 14px;
    color: #f7f4f4;
    text-align: end;
    margin-top: 20px;
    /* Optional space from top */
}

.shop__header .nav-link {
    font-size: 16px;
    background: transparent;
    color: #a3a3a3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.shop__header .nav-link.active {
    color: #201f1f;
    background: transparent;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop__content-area {
        margin-top: 40px;
    }
}

.shop__header-left .show-text span {
    color: #a3a3a3;
    font-size: 15px;
}

@media (max-width: 575px) {
    .shop__header-left .show-text.bottom {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop__header-left .show-text.bottom {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .shop__header-right {
        margin-top: 15px;
    }
}

.shop__header-right .sort-wrapper select {
    border: none;
    font-size: 15px;
    text-transform: capitalize;
    color: #a3a3a3;
    appearance: none;
    -moz-appearance: none;
}

.shop__header-right .sort-wrapper::after {
    position: absolute;
    content: "\f107";
    right: 5px;
    top: 2px;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #a3a3a3;
}

.shop__header-right .nav-link {
    padding: 0;
    padding-left: 15px;
}

.sidebar__widget-content .categories .card {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 18px;
}

.sidebar__widget-content .categories .card-header {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.sidebar__widget-content .categories .card-body {
    padding: 0;
    padding-left: 18px;
    padding-top: 13px;
}

.sidebar__widget-content .categories .shop-accordion-btn {
    padding: 0;
    width: 100%;
    text-align: left;
    background: #ffffff;
    position: relative;
    color: #bc8246;
    font-weight: 400;
    font-size: 16px;
}

.sidebar__widget-content .categories .shop-accordion-btn::after {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
}

.sidebar__widget-content .categories .shop-accordion-btn.collapsed {
    color: #444;
}

.sidebar__widget-content .categories .shop-accordion-btn.collapsed:hover {
    color: #bc8246;
}

.sidebar__widget-content .categories .shop-accordion-btn.collapsed::after {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.sidebar__widget-content .categories__list ul li {
    margin-bottom: 11px;
}

.sidebar__widget-content .categories__list ul li a {
    color: #444;
}

.sidebar__widget-content .categories__list ul li a:hover {
    color: #bc8246;
}

.sidebar__widget-content .price__slider button {
    font-size: 14px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    background: #201f1f;
    color: #ffffff;
    font-weight: 500;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar__widget-content .price__slider button {
        display: block;
        margin-bottom: 15px;
    }
}

.sidebar__widget-content .price__slider button:hover {
    background: #bc8246;
    color: #ffffff;
}

.sidebar__widget-content .price__slider label {
    font-size: 16px;
    font-weight: 500;
}

.sidebar__widget-content .price__slider input {
    font-size: 16px;
    font-weight: 500;
    color: #201f1f;
    border: none;
    outline: none;
    background: none;
    margin-left: 10px;
    width: 100px;
}

.sidebar__widget-content .size ul li {
    display: inline-block;
    margin-right: 8px;
}

.sidebar__widget-content .size ul li a {
    display: inline-block;
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #201f1f;
    background: #f1f1f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sidebar__widget-content .size ul li a:hover {
    background: #bc8246;
    color: #ffffff;
}

.sidebar__widget-content .color__pick ul li {
    display: inline-block;
    margin-right: 18px;
}

.sidebar__widget-content .color__pick ul li button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.sidebar__widget-content .color__pick ul li button::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid #ececec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.sidebar__widget-content .color__pick ul li button.color-1 {
    background: #fbaf5d;
}

.sidebar__widget-content .color__pick ul li button.color-1:hover::after {
    border-color: #fbaf5d;
}

.sidebar__widget-content .color__pick ul li button.color-2 {
    background: #1cbbb4;
}

.sidebar__widget-content .color__pick ul li button.color-2:hover::after {
    border-color: #1cbbb4;
}

.sidebar__widget-content .color__pick ul li button.color-3 {
    background: #f06eaa;
}

.sidebar__widget-content .color__pick ul li button.color-3:hover::after {
    border-color: #f06eaa;
}

.sidebar__widget-content .color__pick ul li button.color-4 {
    background: #004a80;
}

.sidebar__widget-content .color__pick ul li button.color-4:hover::after {
    border-color: #004a80;
}

.sidebar__widget-content .color__pick ul li button.color-5 {
    background: #c69c6d;
}

.sidebar__widget-content .color__pick ul li button.color-5:hover::after {
    border-color: #fbaf5d;
}

.sidebar__widget-content .color__pick ul li button.color-6 {
    background: #82ca9c;
}

.sidebar__widget-content .color__pick ul li button.color-6:hover::after {
    border-color: #82ca9c;
}

.sidebar__widget-content .color__pick ul li button.color-7 {
    background: #252525;
}

.sidebar__widget-content .color__pick ul li button.color-7:hover::after {
    border-color: #252525;
}

.sidebar__widget-content .brand ul li {
    margin-bottom: 5px;
}

.sidebar__widget-content .brand ul li a {
    color: #a3a3a3;
    font-size: 16px;
}

.sidebar__widget-content .brand ul li a:hover {
    color: #bc8246;
}

.features__product-wrapper:hover .add-cart {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.features__product-wrapper:hover .price span {
    visibility: hidden;
    opacity: 0;
}

.features__product-wrapper .add-cart {
    bottom: -10px;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.features__product-wrapper .add-cart a {
    font-weight: 500;
    color: #201f1f;
    position: relative;
    font-size: 14px;
}

.features__product-wrapper .add-cart a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background: #201f1f;
}

.features__product-wrapper .add-cart a:hover {
    color: #bc8246;
}

.features__product-wrapper .add-cart a:hover::after {
    background: #bc8246;
}

.features__product-content h5 {
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 20px;
}

.features__product-content h5 a:hover {
    color: #bc8246;
}

.features__product-content .price {
    position: relative;
}

.features__product-content .price span {
    color: #201f1f;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}

.features__product-content .price span.price-old {
    color: #8c8c8c;
    text-decoration: line-through;
}

.product__wrapper .add-cart {
    bottom: -40px;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.product__wrapper .add-cart a {
    font-weight: 500;
    color: #201f1f;
    position: relative;
    font-size: 14px;
}

.product__wrapper .add-cart a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background: #201f1f;
}

.product__wrapper .add-cart a:hover {
    color: #bc8246;
}

.product__wrapper .add-cart a:hover::after {
    background: #bc8246;
}

.product__wrapper:hover .product__thumb-2 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.product__wrapper:hover .product__action {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.product__wrapper:hover .product__price {
    bottom: -10px;
    visibility: hidden;
    opacity: 0;
}

.product__wrapper:hover .add-cart {
    visibility: visible;
    opacity: 1;
    bottom: -30px;
}

.product__item:hover .product__action-3 {
    transform: translateY(-38px);
    visibility: visible;
    opacity: 1;
}

.product__thumb {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.product__thumb-2 {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.product__sale {
    display: table;
    position: absolute;
    text-align: center;
    top: 36px;
    right: -20px;
    z-index: 2;
    min-width: 100px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product__sale span {
    position: relative;
    background: #bc8246;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 50px;
    border-radius: 0;
    min-height: auto;
    border: 0;
}

.product__sale span::after {
    border: 5px solid #bc8246;
    border-color: transparent transparent #bc8246 #bc8246;
    border-width: 10px 5px;
    position: absolute;
    right: -10px;
    bottom: 0;
    content: "";
    z-index: 1;
}

.product__sale span::before {
    border: 5px solid #bc8246;
    border-color: #bc8246 transparent transparent #bc8246;
    border-width: 9px 5px;
    position: absolute;
    right: -10px;
    top: 0;
    content: "";
    z-index: 1;
}

.product__sale span.percent {
    background: #201f1f;
}

.product__sale span.percent::after {
    border: 5px solid #201f1f;
    border-color: transparent transparent #201f1f #201f1f;
    border-width: 10px 5px;
}

.product__sale span.percent::before {
    border: 5px solid #201f1f;
    border-color: #201f1f transparent transparent #201f1f;
    border-width: 9px 5px;
}

.product__sale-2 {
    top: 20px;
    right: auto;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.product__sale-3 span {
    background: #d9534f;
}

.product__sale-3 span::before {
    border-color: #d9534f transparent transparent #d9534f;
}

.product__sale-3 span::after {
    border-color: transparent transparent #d9534f #d9534f;
}

.product__action {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #ffffff;
    margin: 0;
    padding: 2px 13px;
    text-align: center;
    z-index: 11;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.product__action a {
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    line-height: 37px;
    height: 37px;
    width: 20px;
    color: #444;
    font-weight: 400;
}

.product__action a:hover {
    color: #bc8246;
}

.product__action a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 575px) {
    .product__action-2 {
        margin-top: 15px;
    }
}

.product__action-2 a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: transparent;
    font-size: 14px;
    border: 2px solid #b0b0b0;
    color: #444;
    text-align: center;
    line-height: 44px;
    margin-right: 5px;
}

.product__action-2 a:hover {
    border-color: #201f1f;
    color: #201f1f;
}

.product__action-3 {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.product__content h4 {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-bottom: 3px;
}

.product__content h4 a:hover {
    color: #bc8246;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__content-inner.list {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .product__content-inner.list {
        margin-top: 15px;
    }
}

.product__content-inner.list p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}

.product__content-2 h4 {
    font-size: 14px;
    color: #201f1f;
}

.product__content-2 h4:hover a {
    color: #8a8f6a;
}

.product__content-2 .rating a {
    font-size: 12px;
}

.product__price {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.product__price span {
    font-size: 14px;
    color: #201f1f;
    font-weight: 500;
    margin-right: 7px;
}

.product__price span.old-price {
    color: #8c8c8c;
    text-decoration: line-through;
}

.product__price-2 span {
    font-size: 14px;
    color: #201f1f;
    font-weight: 500;
    margin-right: 7px;
}

.product__price-2 span.old-price {
    color: #8c8c8c;
    text-decoration: line-through;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product__list {
        margin-bottom: 30px;
    }
}

.product__list ul li span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1;
}

.product__list ul li span::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #201f1f;
    width: 6px;
    height: 1px;
}

.product__tag span {
    font-size: 14px;
    color: #606060;
}

.product__tag span:first-child {
    margin-right: 20px;
}

.product__tag span a:hover {
    color: #bc8246;
}

.product__share span {
    font-size: 14px;
    color: #6c6c6c;
    margin-right: 20px;
}

.product__share ul {
    display: inline-block;
}

.product__share ul li {
    display: inline-block;
    margin-right: 30px;
}

.product__share ul li a {
    font-size: 14px;
    color: #6c6c6c;
    display: inline-block;
}

.product__details-tab-nav .nav-tabs {
    border: none;
}

.product__details-tab-nav .nav-tabs .nav-link {
    padding: 0 50px;
    border: 0;
    font-size: 14px;
    color: #a3a3a3;
    font-weight: 500;
}

.product__details-tab-nav .nav-tabs .nav-link.active {
    color: #201f1f;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__details-tab-nav .nav-tabs .nav-link {
        padding: 0 25px;
    }
}

@media (max-width: 575px) {
    .product__details-tab-nav .nav-tabs .nav-link {
        padding: 0px;
        text-align: left;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product__details-des p {
    color: #606060;
    font-size: 16px;
    margin-bottom: 28px;
}

.product__details-des-list ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.product__details-des-list ul li::after {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
    font-size: 14px;
    color: #606060;
    font-family: "Font Awesome 5 Pro";
}

.product__details-des-list ul li span {
    font-size: 14px;
    color: #606060;
}

.product__details-add ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    width: 50%;
    float: left;
}

.product__details-review p {
    color: #606060;
    font-size: 16px;
    margin-bottom: 28px;
}

.product__banner-inner {
    width: calc(50% - 10px);
    height: 100%;
}

.product__banner-inner:hover .product__banner-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product__banner-content {
    bottom: 50px;
    left: 50px;
}

.product__banner-content h4 {
    font-size: 18px;
}

.product__banner-content h4 a:hover {
    color: #bc8246;
}

.product__title {
    position: relative;
}

.product__title::after {
    border-top: 1px solid #ebebeb;
    content: "";
    left: 0;
    margin: 0;
    position: absolute;
    top: 40%;
    width: 80%;
}

.product__title h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    background: #fff none repeat scroll 0 0;
    padding-right: 15px;
    z-index: 1;
}

.product__offer-slider .owl-nav {
    position: absolute;
    top: -88px;
    right: 0;
    display: flex;
}

.product__offer-slider .owl-nav div button {
    background: transparent;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 16px;
    position: relative;
}

.product__offer-slider .owl-nav div button::after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 1px;
    height: 18px;
    background: #ebebeb;
}

.product__offer-slider .owl-nav div button:hover {
    color: #bc8246;
}

.product__offer-slider .owl-nav div.owl-prev button::after {
    display: none;
}

.product__big-image img {
    width: 100%;
}

.product__price-3 span {
    color: #323232;
}

.product__price-3 span del {
    color: #848b8a;
}

.product__slider-area .owl-nav {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.product__slider-area .owl-carousel {
    position: relative;
}

.product__slider-area .owl-carousel .owl-nav > div.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.product__slider-area .owl-carousel:hover .owl-nav > div {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.product__slider-area .owl-nav > div {
    position: absolute;
    top: 50%;
    margin: -25px auto 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 48px;
    background: var(--vela-color-primary);
    border-radius: 50%;
    border: 1px solid var(--vela-color-primary);
    color: #fff;
    background: #8a8f6a;
    font-size: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.product__slider-area .owl-nav > div:hover {
    background: #323232;
    color: #ffffff;
    border-color: #ffffff;
}

.product__slider-area .owl-nav > div:before {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--vela-font-icon);
}

.product__slider-area .owl-nav .owl-prev {
    left: -15px;
}

@media (max-width: 575px) {
    .product__slider-area .owl-nav .owl-prev {
        left: 0;
    }
}

.product__slider-area .owl-nav .owl-prev:before {
    content: "\f104";
    margin-right: 2px;
    font-family: "Font Awesome 5 pro";
}

.product__slider-area .owl-nav .owl-next {
    right: -15px;
}

@media (max-width: 575px) {
    .product__slider-area .owl-nav .owl-next {
        right: 0;
    }
}

.product__slider-area .owl-nav .owl-next:before {
    content: "\f105";
    margin-left: 3px;
    font-family: "Font Awesome 5 pro";
}

.product__slider-active:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}

.user-rating ul li {
    display: inline-block;
}

.user-rating ul li a {
    color: #bc8246;
}

.product__modal-inner {
    padding: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__modal-content {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .product__modal-content {
        margin-top: 40px;
    }
}

.product__modal-content h4 {
    font-size: 16px;
    margin-bottom: 17px;
    color: #444;
}

.product__modal-content h4 a:hover {
    color: #bc8246;
}

.product__modal-content-2 h4 {
    font-size: 24px;
    color: #201f1f;
    margin-bottom: 27px;
}

.product__modal-des {
    padding-top: 18px;
    padding-bottom: 25px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.product__modal-des p {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    margin-bottom: 0;
}

.product__modal-input {
    position: relative;
}

.product__modal-input label {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #201f1f;
    font-weight: 500;
    margin-bottom: 0px;
}

.product__modal-input label i {
    position: absolute;
    top: 6px;
    right: -7px;
    font-size: 6px;
    color: #ff0000;
}

.product__modal-input select {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #e8e8e8;
    appearance: none;
    -moz-appearance: none;
    color: #444;
}

.product__modal-input::after {
    position: absolute;
    content: "\f107";
    right: 20px;
    top: 55%;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #7d7d7d;
}

.product__modal-required span {
    color: #ff0000;
    font-size: 14px;
    font-weight: 500;
}

.product__modal-close {
    top: 0;
    right: 0;
}

.product__modal-close button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #bc8246;
    color: #ffffff;
    font-size: 14px;
}

.product__modal-close-2 button {
    background: #8a8f6a;
}

.product__modal-nav-item {
    border: 2px solid transparent;
}

.product__modal-nav-item.slick-center {
    border-color: #bc8246;
}

.product__modal-slider .slick-track {
    width: 100% !important;
}

.product__modal-nav .nav {
    display: block !important;
}

.product__modal-nav .nav .nav-item {
    opacity: 0.5;
}

.product__modal-nav .nav .nav-item.active {
    opacity: 1;
}

.product__modal-box .nav-tabs {
    border: 0;
}

.product__modal-box .nav-tabs .nav-link {
    padding: 0;
    border: none;
    border: 2px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product__modal-box .nav-tabs .nav-link.active {
    border: 2px solid #bc8246;
}

.product__modal-box-2 .nav-tabs .nav-link.active {
    border: 2px solid #8a8f6a;
}

.add-cart-btn {
    display: inline-block;
    height: 48px;
    line-height: 44px;
    text-align: center;
    padding: 0 70px;
    color: #ffffff;
    background: #201f1f;
    border: 2px solid #201f1f;
    font-size: 14px;
}

.add-cart-btn:hover {
    background: #ffffff;
    color: #201f1f;
}

/* modal dialog */
.modal-dialog.product-modal {
    max-width: 900px !important;
    margin: 1.75rem auto;
}

/* modal cart */
.product-quantity-title label {
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    margin-right: 10px;
}

.cart-plus-minus {
    position: relative;
    display: inline-block;
}

.cart-plus-minus input {
    border: 0px;
    outline: 0px;
    background: none;
    font-weight: 400;
    color: #201f1f;
    font-size: 14px;
    display: inline-block;
    height: 50px;
    list-style: 45px;
    padding: 0 20px;
    width: 110px;
    border: 1px solid #ebebeb;
    text-align: center;
}

.cart-plus-minus .qtybutton {
    font-size: 20px;
    color: #201f1f;
    display: inline-block;
    position: absolute;
    top: 15px;
    height: 22px;
    width: 22px;
    background: transparent;
    border-radius: 30px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cart-plus-minus .dec {
    left: 7px;
}

.cart-plus-minus .inc {
    right: 7px;
}

/* 16. Cart */
.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.table-content .product-quantity {
    float: none;
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.table-content table td.product-name a:hover {
    color: #bc8246;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
}

.product-quantity input {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #dcdcdc;
}

.table td,
.table th {
    border-top: 1px solid #eaedff;
}

.product-quantity > input {
    width: 80px;
    border-radius: 3px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.coupon-all {
    margin-top: 50px;
}

.coupon {
    float: left;
}

@media (max-width: 767px) {
    .coupon {
        float: none;
    }
}

#coupon_code {
    height: 50px;
    border: 2px solid #eaedff;
    padding: 0 15px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    #coupon_code {
        margin-bottom: 15px;
    }
}

.coupon2 {
    float: right;
}

@media (max-width: 767px) {
    .coupon2 {
        float: none;
        margin-top: 15px;
    }
}

.cart-page-total {
    padding-top: 50px;
}

.cart-page-total > h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart-page-total > ul {
    border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: #6f7172;
    padding: 10px 30px;
    border-bottom: 1px solid #eaedff;
    font-weight: 400;
}

.cart-page-total ul > li > span {
    float: right;
}

.cart-page-total li:last-child {
    border-bottom: 0;
}

td.product-thumbnail img {
    width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid #bc8246;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

.coupon-accordion h3::before {
    content: "\f07b";
    left: 15px;
    top: 13px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
}

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #bc8246;
}

.coupon-content {
    border: 1px solid #eaedff;
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
    color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #eaedff;
    height: 45px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #eaedff;
    margin-bottom: 15px;
}

.coupon-checkout-content {
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

.country-select label,
.checkout-form-list label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red;
}

.country-select select {
    -moz-appearance: none;
    border: 1px solid #eaedff;
    height: 45px;
    padding-left: 10px;
    width: 100%;
    color: #6f7172;
}

.country-select::before {
    /* content: "\f107"; */
    right: 15px;
    top: 38px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
}

.checkout-form-list {
    margin-bottom: 30px;
}

.checkout-form-list label {
    color: #6f7172;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.create-acc label {
    color: #6f7172;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: #6f7172;
}

.order-notes textarea {
    border: 1px solid #eaedff;
    height: 90px;
    padding: 15px;
    width: 100%;
}

.order-notes textarea::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1;
}

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #eaedff;
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #eaedff;
    border-right: medium none;
    color: #6f7172;
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}

@media (max-width: 767px) {
    .your-order-table table th,
    .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body > p {
    color: #222;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping ul li label {
    color: #6f7172;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
    color: #bc8246;
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

.panel-title > a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.order-button-payment input:hover {
    background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
    -moz-user-select: none;
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff;
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
    width: 100%;
}

#slider-range {
    position: relative;
    margin-bottom: 25px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #bc8246;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

.ui-slider-horizontal {
    height: 6px;
}

.ui-widget-content {
    background: #f0f0f0;
}

.ui-widget-header {
    background: #bc8246;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
}

.ui-slider .ui-slider-handle {
    height: 15px;
    width: 15px;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.ui-slider .ui-slider-handle:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* end of the shop page  */

.location-icon {
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    position: relative;
}

.location-icon::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
}

/* bestseller secion css start */

.sa-bestseller {
    padding: 25px 0px;
    background: #fff;
    font-family: "Helvetica";
    padding-bottom: 90px;
}

.sa-bestseller-header {
    text-align: center;
    margin-bottom: 40px;
}

.sa-bestseller-title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Helvetica";
}

.sa-bestseller-subtitle {
    font-size: 18px;
    margin-top: 8px;
    color: #333;
    font-family: "Hanken Grotesk";
}

.sa-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    justify-items: center;
}

@media (max-width: 992px) {
    .sa-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .sa-product-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.sa-product-card:hover {
    transform: translateY(-6px);
}

.sa-product-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
    background: #f1f1f1;
}

.sa-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.sa-wishlist-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #fff;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
}

.sa-wishlist-btn i {
    color: #000;
    /* Black heart */
}

.sa-wishlist-btn:hover {
    background: #f2f2f2;
}

/* Product Info */
.sa-product-info {
    padding: 16px;
    text-align: left;
}

.sa-product-name {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px;
    color: #111;
}

.sa-product-price {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0 0 14px;
}

/* Add to Cart (Full Button) */
.sa-cart-btn-full {
    width: 100%;
    background: linear-gradient(to right, #057184, #000202);
    color: white;
    padding: 10px 10px;
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: "Helvetica";
    align-self: center;
}

.sa-cart-btn-full:hover {
    background-color: #222;
}

/* end of bestseller section */

/* privacy policy css start  */

.sa-privacy-container {
    background: black;
    padding: 20px;
}

.sa-privacy-header {
    text-align: center;
    margin-bottom: 30px;
}

.sa-privacy-header h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #1facd7;
    padding-top: 45px;
}

.sa-privacy-header p {
    font-size: 1.2rem;
    color: #ccc;
}

.sa-privacy-content {
    max-width: 1200px;
    margin: 0 auto;
}

.sa-privacy-section {
    margin-bottom: 30px;
}

.sa-privacy-section h2 {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 10px;
    color: white;
}

.sa-privacy-section ul {
    list-style-type: none;
    padding-left: 0;
}

.sa-privacy-section ul li {
    font-size: 1.1rem;
    color: #ddd;
    margin-bottom: 10px;
}

.sa-privacy-section ol {
    list-style-type: none;
    padding-left: 0;
}

.sa-privacy-section ol li {
    font-size: 1.1rem;
    color: #ddd;
    margin-bottom: 10px;
}

.sa-privacy-section p {
    font-size: 1.1rem;
    color: #ddd;
}

/* Responsive design */
@media (max-width: 768px) {
    .sa-privacy-header h1 {
        font-size: 2rem;
    }

    .sa-privacy-section h2 {
        font-size: 1.5rem;
    }
}

/* cart page css start  */

.cart-container {
    font-family: "Helvetica";
    background: #fff;
    padding: 120px 120px;
    border-radius: 10px;
}

.cart-title {
    font-size: 35px;
    font-weight: 800;
    padding-bottom: 40px;
    text-align: center;
}

.cart-content {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
}

.cart-header .delivery {
    color: #333;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.cart-table th {
    padding: 15px 10px;
    border-bottom: 2px solid #ddd;
    color: #555;
    font-weight: 500;
}

.cart-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.product-info img {
    width: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.product-info h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.product-info p {
    font-size: 13px;
    color: #666;
    margin: 2px 0;
}

.in-stock {
    color: #000;
    font-size: 13px;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: fit-content;
}

.quantity-control button {
    background: none;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.quantity-control input {
    width: 40px;
    text-align: center;
    border: none;
    outline: none;
}

.cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.subtotal h3 {
    font-size: 18px;
    margin: 0;
}

.subtotal span {
    font-weight: 600;
}

.subtotal p {
    font-size: 12px;
    color: #777;
}

.cart-actions {
    display: flex;
    gap: 15px;
}

.continue-btn {
    background: none;
    border: 1px solid #ddd;
    color: #333;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
}

.checkout-btn {
    background: linear-gradient(to right, #057184, #000202);
    border: none;
    color: white;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
}

/* Tablet and below */
@media (max-width: 1024px) {
    .cart-container {
        padding: 50px 20px;
    }

    .cart-title {
        font-size: 32px;
        padding-bottom: 30px;
        text-align: center;
        padding-top: 30px;
    }
}

/* Mobile view */
@media (max-width: 768px) {
    .cart-container {
        padding: 30px 15px;
    }

    .cart-title {
        font-size: 28px;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 30px;
    }

    .cart-table {
        display: block;
        width: 100%;
    }

    .cart-table thead {
        display: none;
        /* hide headers */
    }

    .cart-table tbody {
        display: block;
        width: 100%;
    }

    .cart-table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* center everything */
        text-align: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .cart-table td {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 5px 0;
        border: none;
    }

    .product-info {
        flex-direction: column;
        /* stack image on top */
        align-items: center;
        /* center */
        gap: 10px;
        position: relative;
    }

    .product-image-wrapper {
        position: relative;
        width: 100%;
        max-width: 150px;
        margin-bottom: 10px;
    }

    .product-image-wrapper img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    @media (max-width: 768px) {
        .remove-btn-wrapper {
            display: flex;
            justify-content: flex-end;
            width: 100%;
        }

        .remove-btn {
            width: 30px;
            height: 30px;
            padding: 0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            background-color: white;
            border: 1px solid black;
            color: black;
        }

        .remove-btn:active {
            transform: scale(0.95);
        }
    }

    .quantity-control {
        justify-content: center;
        margin-top: 10px;
    }

    .cart-footer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
    }

    .cart-actions {
        flex-direction: column;
        width: 100%;
    }

    .continue-btn,
    .checkout-btn {
        width: 100%;
        text-align: center;
    }
}

/* Extra small mobile (420px) */
@media (max-width: 420px) {
    .cart-container {
        padding: 20px 10px;
    }

    .cart-title {
        font-size: 24px;
        padding-bottom: 15px;
        text-align: center;
    }

    .product-image-wrapper {
        max-width: 120px;
        /* smaller image for small phones */
    }

    .quantity-control input {
        width: 35px;
    }

    .subtotal h3 {
        font-size: 16px;
    }

    .subtotal p {
        font-size: 11px;
    }
}

/* cart page css end  */

/* order page css start  */

.sa-order-container {
    background: #fff;
    padding: 140px 100px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sa-order-header {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sa-order-status-msg {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.sa-order-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
}

.sa-order-details h2 {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}

.sa-order-details > .sa-order-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.sa-order-details > .sa-order-product > .sa-product-img-box {
    position: relative;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.sa-order-details > .sa-order-product > .sa-product-img-box > .sa-product-img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.sa-order-details > .sa-order-product > .sa-product-img-box > .sa-product-qty {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #555;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sa-order-details > .sa-order-product > .sa-product-info {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
}

.sa-order-details > .sa-order-product > .sa-product-info > .sa-product-name {
    font-size: 16px;
    color: #333;
}

.sa-order-details > .sa-order-product > .sa-product-info > .sa-product-price {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.sa-order-summary {
    margin-top: 20px;
}

.sa-order-summary > .sa-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.sa-order-summary > .sa-summary-row > .sa-summary-label {
    font-size: 15px;
    color: #333;
}

.sa-order-summary > .sa-summary-row > .sa-summary-value {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.sa-order-summary > .sa-summary-row.total > .sa-summary-value {
    color: #ff5722;
}

.sa-back-btn {
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    font-size: 15px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.sa-back-btn:hover {
    background: #000;
}

@media screen and (max-width: 410px) {
    .sa-order-container {
        padding: 95px 20px;
        box-shadow: none;
        border-radius: 0;
    }

    .sa-order-status-msg {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sa-order-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        font-size: 13px;
    }

    .sa-order-details h2 {
        font-size: 18px;
        text-align: center;
    }

    .sa-order-details > .sa-order-product {
        flex-direction: column;
        align-items: flex-start;
    }

    .sa-order-details > .sa-order-product > .sa-product-img-box {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .sa-order-details > .sa-order-product > .sa-product-info {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-left: 0;
    }

    .sa-order-details
        > .sa-order-product
        > .sa-product-info
        > .sa-product-name {
        font-size: 14px;
    }

    .sa-order-details
        > .sa-order-product
        > .sa-product-info
        > .sa-product-price {
        font-size: 14px;
    }

    .sa-order-summary {
        margin-top: 15px;
    }

    .sa-order-summary > .sa-summary-row {
        padding: 6px 0;
    }

    .sa-summary-label,
    .sa-summary-value {
        font-size: 14px;
    }

    .sa-order-summary > .sa-summary-row.total > .sa-summary-value {
        font-size: 16px;
    }

    .sa-back-btn {
        width: 100%;
        padding: 12px;
        font-size: 14px;
        margin-top: 25px;
    }
}

@media screen and (min-width: 411px) and (max-width: 768px) {
    .sa-order-container {
        padding: 80px 40px; /* medium spacing for tablets */
    }
}

/* order page css end */
.product-image-container {
    position: relative;
    width: 88px;

    flex-shrink: 0;
}

.checkout-product-img {
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
}

/* Badge using grid overlay — no top/right offsets */
.product-image-container {
    display: grid;
}

.product-image-container > * {
    grid-area: 1 / 1;
}

.product-quantity-badge {
    position: absolute;
    top: -9px;
    right: -6px;
    background: #555;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* pagination css  */
/* Pagination Wrapper */
.sa-pagination-wrapper {
    margin-top: 40px;
    text-align: center;
}

/* Pagination Container */
.sa-pagination-wrapper .sa-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 18px;
}

/* Pagination Items */
.sa-pagination-wrapper .sa-pagination li {
    display: inline-block;
}

/* Pagination Links */
.sa-pagination-wrapper .sa-pagination li a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 8px;
    transition: all 0.3s ease;
    position: relative;
}

/* Active Page Styling */
.sa-pagination-wrapper .sa-pagination li.active a {
    color: #000;
    font-weight: 600;
}

.sa-pagination-wrapper .sa-pagination li.active a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 2px;
}

/* Hover Effect */
.sa-pagination-wrapper .sa-pagination li a:hover {
    color: #000;
}

/* Arrow Buttons */
.sa-pagination-wrapper .sa-pagination-prev a,
.sa-pagination-wrapper .sa-pagination-next a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #000;
    font-size: 18px;
}

.sa-pagination-wrapper .sa-pagination-prev.disabled a {
    opacity: 0.4;
    pointer-events: none;
}

/* Hover on Arrows */
.sa-pagination-wrapper .sa-pagination-prev a:hover,
.sa-pagination-wrapper .sa-pagination-next a:hover {
    background: #000;
    color: #fff;
}

/* my account page css start */

.sa-myaccount-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Page Header */
.sa-myaccount-page-header {
	background-color: #f5f5f5;
	padding: 30px 0;
	text-align: center;
}

.sa-myaccount-page-title {
	font-size: 32px;
	font-weight: 600;
	color: #222;
}

/* Breadcrumb */
.sa-myaccount-breadcrumb-nav {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}

.sa-myaccount-breadcrumb {
	list-style: none;
	display: flex;
	gap: 10px;
}

.sa-myaccount-breadcrumb li {
	position: relative;
}

.sa-myaccount-breadcrumb li:not(:last-child)::after {
	content: "/";
	margin-left: 10px;
	color: #999;
}

.sa-myaccount-breadcrumb a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s;
}

.sa-myaccount-breadcrumb a:hover {
	color: #336699;
}

/* Page Content */
.sa-myaccount-page-content {
	padding: 40px 0;
}

/* Tab Container */
.sa-myaccount-tab-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 992px) {
	.sa-myaccount-tab-container {
		flex-direction: row;
	}
}

/* Navigation Tabs */
.sa-myaccount-nav-tabs {
	list-style: none;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	width: 100%;
}

@media (min-width: 992px) {
	.sa-myaccount-nav-tabs {
		width: 250px;
	}
}

.sa-myaccount-nav-item {
	border-bottom: 1px solid #f0f0f0;
}

.sa-myaccount-nav-item:last-child {
	border-bottom: none;
}

.sa-myaccount-nav-link {
	display: block;
	padding: 15px 20px;
	color: #666;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
}

.sa-myaccount-nav-link:hover {
	background-color: #f9f9f9;
	color: #336699;
}

.sa-myaccount-nav-link.active {
	color: #336699;
	font-weight: 600;
	background-color: #f5f8ff;
}

.sa-myaccount-nav-link.active::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #336699;
}

/* Tab Content */
.sa-myaccount-tab-content {
	flex: 1;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	padding: 30px;
}

.sa-myaccount-tab-pane {
	display: none;
}

.sa-myaccount-tab-pane.active {
	display: block;
}

/* Dashboard */
.sa-myaccount-greeting {
	font-size: 16px;
	margin-bottom: 30px;
}

.sa-myaccount-username {
	font-weight: 600;
	color: #222;
}

.sa-myaccount-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
}

.sa-myaccount-link-to-tab {
	text-decoration: none;
	color: inherit;
}

.sa-myaccount-icon-box {
	text-align: center;
	padding: 25px 15px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	transition: all 0.3s;
}

.sa-myaccount-icon-box:hover {
	border-color: #336699;
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sa-myaccount-icon-box-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #f5f8ff;
	border-radius: 50%;
	margin-bottom: 15px;
	color: #336699;
	font-size: 24px;
}

.sa-myaccount-icon-box-text {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

/* Section Header */
.sa-myaccount-section-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.sa-myaccount-section-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #f5f8ff;
	border-radius: 50%;
	color: #336699;
}

.sa-myaccount-section-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

/* Buttons */
.sa-myaccount-btn {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
}

.sa-myaccount-btn-primary {
	background-color: #336699;
	border-color: #336699;
	color: white;
}

.sa-myaccount-btn-primary:hover {
	background-color: #2a5780;
	border-color: #2a5780;
}

.sa-myaccount-btn-outline {
	background-color: transparent;
	border-color: #ddd;
	color: #666;
}

.sa-myaccount-btn-outline:hover {
	background-color: #f5f5f5;
	border-color: #ccc;
}

.sa-myaccount-btn-danger {
	background-color: transparent;
	border-color: #e74c3c;
	color: #e74c3c;
}

.sa-myaccount-btn-danger:hover {
	background-color: #e74c3c;
	color: white;
}

/* Orders Table */
.sa-myaccount-orders-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}

.sa-myaccount-orders-table th,
.sa-myaccount-orders-table td {
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}

.sa-myaccount-orders-table th {
	font-weight: 600;
	color: #222;
}

.sa-myaccount-order-image img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 5px;
	margin-bottom: 5px;
}

.sa-myaccount-order-status {
	text-transform: capitalize;
}

.sa-myaccount-order-price {
	font-weight: 600;
	color: #222;
}

/* No Content Message */
.sa-myaccount-no-content {
	margin-bottom: 25px;
	color: #666;
}

/* Address Card */
.sa-myaccount-address-card {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 25px;
}

.sa-myaccount-address-name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.sa-myaccount-address-details {
	margin-bottom: 10px;
	line-height: 1.6;
}

.sa-myaccount-address-phone {
	margin-bottom: 15px;
}

.sa-myaccount-address-actions {
	display: flex;
	gap: 10px;
}

/* Forms */
.sa-myaccount-form {
	width: 100%;
}

.sa-myaccount-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.sa-myaccount-form-row .sa-myaccount-form-group {
	flex: 1 1 calc(50% - 20px);
	min-width: 200px;
}

.sa-myaccount-form-group {
	margin-bottom: 20px;
}

.sa-myaccount-form-control {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s;
}

.sa-myaccount-form-control:focus {
	outline: none;
	border-color: #336699;
}

.sa-myaccount-form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #333;
}

.sa-myaccount-password-group {
	position: relative;
}

.sa-myaccount-toggle-password {
	position: absolute;
	right: 15px;
	top: 38px;
	cursor: pointer;
	color: #666;
}

/* Subtitle */
.sa-myaccount-subtitle {
	font-size: 18px;
	font-weight: 600;
	margin: 30px 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.sa-myaccount-order-card {
    display: none; /* hidden by default for desktop */
}
/* Responsive */

@media (max-width: 768px) {
    .sa-myaccount-orders-table {
        display: none; /* Hide table on mobile */
    }

    .sa-myaccount-order-card {
        display: block; /* Show cards on mobile */
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .sa-myaccount-order-card-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 10px;
    }

    .sa-myaccount-order-card-header img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 5px;
    }

    .sa-myaccount-order-card-body p {
        margin: 5px 0;
        font-size: 14px;
        color: #333;
    }

    .sa-myaccount-order-card-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }

    .sa-myaccount-order-card-footer .sa-myaccount-order-price {
        font-weight: 600;
        color: #222;
    }
}
/* my account css end  */

/* shop by category css */

.sa-shopby-wrapper {
    position: relative;
    padding: 60px 0;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.sa-shopby-header {
    text-align: center;
    margin-bottom: 50px;
}

.sa-shopby-title {
    font-size: 36px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.sa-shopby-subtitle {
    font-size: 16px;
    color: #666;
    font-weight: 400;
      margin-top: 0;
}

.sa-shopby-slider-container {
    padding: 0 60px;
    position: relative;
}

/* Updated for Full Height Card Design */
.sa-shopby-slide {
    text-align: center;
    transition: transform 0.3s ease;
    height: 500px; /* Fixed tall height */
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.sa-shopby-slide:hover {
    transform: translateY(-5px);
}

.sa-shopby-slide a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.rs-shop-by-category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.sa-shopby-slide:hover .rs-shop-by-category-image {
    transform: scale(1.1);
}

/* Overlay gradient for text readability */
.sa-shopby-slide a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    z-index: 1;
    transition: opacity 0.3s;
}

.sa-shopby-caption {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    text-transform: capitalize;
    pointer-events: none; /* Allows click through to the link */
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Nav buttons style - kept same */
.sa-shopby-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.sa-shopby-nav:hover {
    background: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.sa-shopby-nav img {
    width: 44px;
    transition: filter 0.3s;
}

.sa-shopby-nav:hover img {
    filter: brightness(0) invert(1);
}

.sa-shopby-prev {
    left: 10px;
}

.sa-shopby-next {
    right: 10px;
}

.sa-shopby-explore {
    text-align: center;
    margin-top: 50px;
}

.sa-shopby-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.sa-shopby-btn:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    color: #fff;
}

@media (max-width: 768px) {
    .sa-shopby-wrapper {
        padding: 40px 0;
    }
    .sa-shopby-slide {
        height: 350px; /* Smaller height for mobile */
    }
    .sa-shopby-title {
        font-size: 28px;
    }
    .sa-shopby-caption {
        font-size: 18px;
        bottom: 20px;
    }
    .sa-shopby-slider-container {
        padding: 0 20px;
    }
    .sa-shopby-btn {
        padding: 12px 30px;
    }
}

.rs-home-breadcrumb{
    color: #fff;
}