.header_shadow {
    /* box-shadow: 0 2px 2px 0 #e9e9e9; */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    background: white;
    /* margin-bottom: 137px; */
    /* padding-bottom: 137px !important; */
    margin-top: 200px;
}

.slick-next:before {
    visibility: hidden !important;
}

.slick-prev:before {
    visibility: hidden !important;
}

.slick-next {
    right: 0px !important;
}

.search_btn_header i {
    font-size: 14px !important;
    padding-right: 10px !important;
}

.search_btn_header {
    color: var(--color) !important;
}

.sticky-header {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 1000;
    background-color: white;
}
.header_color {
    background: #00362A;
    color: #fff;
}

.header_color h6 {
    font-size: 11px !important;
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
    text-transform: uppercase;
}

.header_logo i {
    font-size: 20px;
    padding: 0px 10px;
    margin: 0px 10px;
}



/* .dropdown:hover .dropdown-content {
    display: block;
    background-color: #fff;
}
.dropdown {
    position: static !important;
}

.dropdown-content {
    display: none;
    left: 0;
    right: 0;
    width: 100% !important;
    margin-top: 0;
    background: color #f9f9f9;
    z-index: 1;
    box-shadow: 2px 2px 10px #c5edea;
    border-radius: 5px 5px;
    border: none !important;
    padding: 10px 20px;
}

.border-dropdown {
    border-bottom: 1px solid #E5E7E9;
    font-weight: bold;
    font-size: 15px;
    padding-left: 16px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.dropdown-content li a {
    text-decoration: none;
    color: #000;
    padding-left: 16px;
}

.dropdown-md-content {
    display: none;
}

.dropdown:hover .dropdown-md-content {
    display: block;
    background-color: #fff;
}

.dropdown-md-content li a {
    text-decoration: none;
    color: #000;
    padding-left: 16px;
}

.dropdown a {
    color: #000;
    transition: 1s;
}

.dropdown a:hover {
    color: #000;
    padding-left: 20px;
    transition: 1s;
} */

.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.dropdown:hover .dropdown-content {
    display: block;
    background-color: #fff;
}

.dropdown_sm {
    margin-bottom: 23px;
    border-bottom: 1px solid var(--background);
}

.dropdown {
    position: static !important;
}

.dropdown-content {
    left: 0;
    right: 0;
    width: 100% !important;
    box-shadow: 0px 2px 10px #fcffff;
    border-radius: 0px !important;
    border: none !important;
    border-top: 1px solid #e0e3e3 !important;
}

.border-dropdown {
    font-weight: bold;
    color: var(--color);
    font-size: 12px;
    padding-left: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    cursor: context-menu;
    /* border-left: 2px solid var(--background); */
    font-weight: bold;
    text-align: left;
}

/* .underline {
    width: 80px;
    height: 1px;
    background: var(--background);
    margin: 10px 0 0 0;
} */
.underline {
    width: 0;
    height: 1px;
    background: var(--underline);
    /* Gradient effect for more color pop */
    margin: 10px 0 0 0;
    animation: expandUnderline 2s ease forwards;
    border-radius: 2px;
    /* Smooth edges */
    box-shadow: 0 0 8px var(--underline);
    /* Soft glow effect */
}

/* Animation for expanding the underline */
@keyframes expandUnderline {
    0% {
        width: 0;
        opacity: 0;
        /* Fade in effect */
    }

    50% {
        opacity: 1;
    }

    100% {
        width: 80px;
        opacity: 1;
        /* Fully visible */
    }
}

.dropdown_accordian {
    display: none !important;
}

.dropdown_accordian.show {
    display: block !important;
}

.dropdown_accordian_icon {
    font-size: 21px;
    color: var(--color);
    font-weight: 600;
}

.dropdown-content li {
    list-style: none;
}

.dropdown-content li a {
    text-decoration: none;
    color: var(--color);
    padding-left: 16px;
    display: block;
    font-size: 12px !important;
    padding-bottom: 13px;
    letter-spacing: 0.3px !important;
    text-transform: uppercase;
    cursor: pointer;
}

.dropdown-content li a:hover {
    color: var(--color) !important;
    transition: all 0.3s ease-in-out !important;
    font-weight: bold !important;
}


.category_jwellery li a img {
    width: 17%;
}

.category_metal li a img {
    width: 8%;
}

.shop_by li a {
    text-transform: capitalize;
}

.dropdown a {
    color: #000;
    transition: 0.3s;
}


.badge-icon {
    padding: 3px 2px !important;
    width: 15px;
    height: 15px;
    font-size: 8px !important;
    color: #fff !important;
    border-radius: 6px !important;
    display: inline-block;
    position: absolute;
    top: 6px;
    font-weight: 200 !important;
    line-height: 18px;
    text-align: center;
    right: -10px;
    background: var(--color);
    vertical-align: middle !important;
}

.badge_icon_w {
    right: 0px !important;
}

.nav-link {
    position: relative;
    text-decoration: none;
    color: var(--color) !important;
    font-weight: 400 !important;
    font-size: 15.5px;
    transition: color 0.8s ease !important;
    cursor: pointer;
    letter-spacing: 0.6px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

/* line hover */
.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.9px;
    border-radius: 20px;
    background: var(--underline);
    /* transition: width 0.8s ease; */
}

.nav-link:hover::after {
    width: 100%;
    left: 0;
}

.nav_icon {
    position: relative;
}

.nav_icon::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    border-radius: 20px;
    background: var(--background);
    transition: width 0.3s ease;
}

.nav_icon:hover::after {
    width: 100%;
    /* The line expands to full width on hover */
}

.drp_main a:first-of-type:hover {
    padding-left: 0px;
    font-weight: normal;
}

/* .drp_icon a:hover {
    color: #000 ;
    padding-left: 20px ;
    transition: 0.3s ;
    font-weight: bold;
} */
.header_login {
    /* margin: 0px -100px !important; */

}

.header_login a:hover {
    padding-left: 0px !important;
    font-weight: normal !important;

}

.header_login .dropdown-item>a:first-child>button {
    background: var(--background);
    padding: 8px 25px !important;
    font-size: 13px !important;
}

.header_login .dropdown-item>a:last-child>button {
    border: 1px solid var(--color) !important;
    font-size: 13px !important;
    padding: 8px 25px !important;
}

.drp_icon {
    border: none !important;
    border-top: 1px solid #e0e3e3 !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    margin: 1px -130px !important;
    border-radius: 8px !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px !important;
    /* min-width: 14rem !important; */
}

.dropdown-item:active {
    color: #000 !important;
    background-color: transparent !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}

/* Container styles */
.user-profile-container {
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

/* Email / Guest text */
.user-email {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* List styles */
.profile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Link styles */
.profile-menu-item {
    display: flex;
    align-items: center;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #333;
    text-decoration: none;
}

.profile-menu-item i {
    margin-right: 10px !important;
    font-size: 15px !important;
    padding: 0 !important;
}

/* Hover effect */
.profile-menu-item:hover {
    padding-left: 5px !important;
}

/* Special styling for Logout link */
.profile-menu-item.logout {
    color: #ff4757;
}

.profile-menu-item.logout:hover {
    color: #ff6b81 !important;
}

.btn_md {
    position: absolute;
    bottom: 0;
    background-color: #fff !important;
    z-index: 9999;
    width: 100%;
    padding: 10px 10px;
}

.offcanvas-start {
    width: 100% !important;
}

.btn_md a {
    text-decoration: none;
}

.btn_md button {
    margin: auto;
    /* width: 50%; */
    display: block;
    min-width: 160px;
    width: fit-content;
    width: -moz-fit-content;
    background: #fff !important;
    padding: 6px 30px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3) !important;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    span {
        z-index: 1;
        text-align: center;
        text-decoration: none !important;
    }

    &:before,
    &:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 100%;
        top: 0;
        transition: all 0.4s ease;
        background: #2498b3;
    }

    &:before {
        left: 0;
    }

    &:after {
        right: 0;
    }

    &:hover {
        transition: all 0.4s ease;
        box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.2);
        letter-spacing: 2px;
        color: rgb(23, 3, 3) !important;

        &:before,
        &:after {
            width: 51%;
        }
    }
}

.offcanvas_start_search {
    width: 65% !important;
    border-right: 0px !important;
}

.trending-searches {
    display: flex;
    flex-direction: column;
}

.search-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.left,
.right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.trending-icon {
    content: url('path-to-trending-icon');
}

.search-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.search-item span {
    font-size: 13px;
}

.trending_title {
    color: var(--color) !important;
    font-size: 20px;
}

.search_offcanvas_arrow {
    width: 15% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 5px !important;
}

.offcanvas-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--color);
}

.btn-close {
    font-size: 18px;
}

.offcanvas_search {
    border-bottom: 1px solid var(--background) !important;
    padding-top: 8px;
}

.offcanvas_search_border {
    border-bottom: 0.2px solid var(--background) !important;
    padding-top: 8px;
}

.offcanvas_header_search {
    padding-top: 0% !important;
    box-shadow: -3px 0px 10px #f1f1f1;
}

.offcanvas-header .btn_close {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
}

/* .logo-fixed {
    width: 165px !important;
} */

.shadow-sm {
    border: 1px solid var(--color);
    padding: 5px 10px !important;
}

/* Media Query */
@media(max-width:1316px) {
    .header_logo i {
        padding: 0px 5px !important;
        margin: 0px 0px !important;
    }

    .nav-link {
        font-size: 13.5px !important;
    }
}

@media(max-width:1024px) {
    .border-dropdown {
        font-size: 10px !important;
    }
}

@media(max-width:1005px) {

    .nav-link {
        font-size: 12.5px !important;
    }
}

@media(max-width:992px) {
    .main_logo {
        width: 42% !important;
    }

    .border-dropdown {
        font-size: 12px !important;
    }
}

@media(max-width:991px) {
    .category_jwellery li a img {
        width: 4% !important;
    }
}

@media(max-width:768px) {
    .nav-link {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

@media(max-width:592px) {
    .category_jwellery li a img {
        width: 7% !important;
    }

    .main_logo {
        width: 48% !important;
    }
}

@media(max-width:425px) {
    .main_logo {
        width: 55% !important;
    }
}

@media(max-width:376px) {
    .main_logo {
        width: 66% !important;
    }
}