/* lexend-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lexend-v25-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/lexend-v25-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/lexend-v25-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lexend-v25-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lexend", sans-serif !important;
    /*overflow: scroll;*/
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

/* =============================================== Start Header  ===============================================  */

header{
    box-shadow: -3px 0 8px 0 #0000001A;

}
#myHeader  {
    width: 100%;
    background: white;
    transition: all 0.3s ease;
    z-index: 9999 !important;
    box-shadow: -3px 0px 8px 0px #0000001A;

}

.fixed {
    position: fixed;
    top: 0;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        top: -80px;
    }
    to {
        top: 0;
    }
}
.top_header {
    background-color: #1c1c1c;
    color: white;
    font-size: 14px;
    padding: 5px 0;
}
.header_num {
    color: #DBAF36;
}

.top_header a {
    color: white;
}

.top_header a:hover {
    text-decoration: underline;
}

.promo_text {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.header_contact {
    font-size: 12px;

}

.promo_text span {
    color: #f6b81a;
    font-weight: bold;
}

.dropdown-menu {
    background-color: #fff;
}

.top_header .dropdown-item {
    color: #000;
}

.dropdown-item {
    color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    background-color: transparent;
}

.dropdown-toggle {
    color: #fff !important;
    border: none !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 10px;
    font-size: 12px;
    font-weight: 400;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1;
}

.dropdown-content p {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.main_header li {
    padding: 0 10px;
}

.navbar-nav .nav-link.active {
    color: #DBAF36 !important;
}

.main_header li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;

    &:hover {
        color: #DBAF36;
    }
}

.header_icons img {
    margin: 0 5px;
}

/* Mega Menu */
.dropdown_mega {
    position: relative;
}

.dropdown_mega .mega_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 500px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 20px;
    display: none;
    z-index: 99;
}

.dropdown_mega:hover .mega_menu {
    display: block;
}

.mega_menu_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mega_col h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.mega_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega_col ul li {
    margin-bottom: 8px;
}

.mega_col ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.mega_col ul li a:hover {
    color: #DBAF36;
}

.mega_col_img img {
    width: 100%;
    border-radius: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0 !important;
}

/* =============================================== End Header  ===============================================  */

/* =============================================== Start Banner  ===============================================  */
.owl-carousel .owl-item .category_img {
    width: 40px;
    height: 40px;
}
.carousel-caption {
    top: 0 !important;
    bottom: 0 !important;
    left: 6% !important;
    color: #fff;
    align-content: center;
}

.carousel-caption h2 {
    color: white;
    font-size: 36px;
    font-weight: 500;
}

.carousel-caption h2 span {
    color: #573008;
}

.carousel-caption {
    text-align: left !important;
}

.carousel-caption p {
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.carousel-caption a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 10px;
}

.carousel-caption a:hover img {
    transform: translateX(9.5%);
    transition: .3s;
}
/* =============================================== Ens Banner  ===============================================  */
/* =============================================== Start Home Page ===============================================  */


.category_card {
    width: 135px;
    height: 131px;
    background-color: #D9D9D9;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    transition: .3s;

    &:hover {
        background-color: #DBAF36;
    }
}

.category_card:hover::before {
    background: linear-gradient(135deg, #DBAF36, #FEFEFE);
}

.category_card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #F5F5F5, #FEFEFE);
    border-radius: 18px;
    transform: rotate(45deg);
    transition: .5s;
}

.category_card .category_img {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.category_card h5 {
    color: #000;
    z-index: 5;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
    width: 100%;
    text-align: center;
    /* display: flex; */
}

.category_card:hover h5 {
    color: #fff;
}

.banner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 1;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    width: 45%;
    z-index: 1;
    padding: 20px;
    align-content: end;
}

.text h1 {
    font-size: 24px;
    margin: 10px 0;
    font-weight: 500;
}

.text p {
    font-size: 14px;
    margin-bottom: 20px;
}

.shop_now_btn {
    background: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    color: #573008;
}
.featured_card {
    border: 0.25px solid #D9D9D9;
    border-radius: 13px;
    padding: 5px;
    /*height: 100%;*/
}
.featured_img img{
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.featured_img {
    object-fit: contain;
    position: relative;
    overflow: hidden;
    background-color: #F6F6F6;
    border-radius: 13px;
    margin-bottom: 10px;
    aspect-ratio: 1 / 1;
}
.add_cart_btn {
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 5px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.add_cart_btn a {
    color: #000 !important;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.add_cart_btn img {
    width: 24px !important;
}

.title h2{
    font-size: 32px;
    font-weight: 500;
    position: relative;
    margin: 0;
}
.title p{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.title a{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 0.25px solid #000000;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.featured_title {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;   /* ketli line joi ae */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured_price {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    flex-shrink: 0;
}

.old_price {
    text-decoration: line-through;
    color: #A1A1A0;
    /*margin-left: 8px;*/
    font-size: 12px;
    font-weight: 400;
}
.featured_rating_carat{
    text-align: end;
    font-size: 15px;
}
.featured_rating {
    color: #DBAF36;
    font-size: 15px;
}

.featured_rating span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.featured_rating p {
    font-size: 22px;
}

.featured_name {
    color: #A1A1A0;
}

/* Hover Icons */
.featured_icons {
    position: absolute;
    top: 20px;
    right: -50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: right 0.3s ease;
}

.featured_card:hover .featured_icons {
    right: 10px;
}

.featured_icon_btn {
    background: #fff;
    color: #000;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.featured_icon_btn:hover {
    color: #DBAF36;
    border-color: #DBAF36;
}

.olight_collection {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
}

.olight_collection img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 400px;
}
.quality_card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    position: relative;
}

.quality_img img {
    width: 100%;
    border-radius: 8px;
}

.quality_name {
    font-size: 12px;
    color: gray;
    margin-top: 8px;
}

.quality_title {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}

.quality_rating {
    color: gold;
    font-size: 14px;
    margin-bottom: 5px;
}

.quality_rating span {
    color: #555;
    font-size: 13px;
}

.quality_price {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.negative_discount {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 93px;
    height: 52px;
    left: -36px;
    top: -16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #E42C2C;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    padding-bottom: 3px;
}
.deals_card {
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.deals_content {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #000;
}

.deals_text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.deals_title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #fff;
}

/* Countdown Timer */
.deals_timer {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.deals_box {
    background: #fff;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    min-width: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.deals_box span {
    display: block;
}

.client_card {
    border: 0.25px solid #92755452;
    padding: 20px;
    text-align: left;
    height: 100%;
}

.stars {
    color: #f6c90e;
    font-size: 18px;
    margin-bottom: 10px;
}

.client_card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}
.client_card p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 300;

    /* 4 lines only */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.client_info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.client_info img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #000;
}

.client_info h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.client_info span {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.exceptional_section {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 12px;
}

.exceptional_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.exceptional_box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 300px;
    min-width: 250px;
    border-left: 1px solid #D9D9D9;
    padding: 0 10px;
}

.exceptional_icon {
    width: 40px;
    height: 40px;
}

.exceptional_content {
    display: flex;
    flex-direction: column;
}

.exceptional_title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.exceptional_text {
    font-size: 14px;
    color: #888;
    margin: 0;
}

.olight_content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    max-width: 40%;
}

.olight_content h4 {
    display: inline-block;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.olight_content h1 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 500;
}

.olight_content p {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

.olight_content .btn {
    background: #fff;
    color: #573008;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 6px;
    transition: 0.3s;
}

.olight_content .btn:hover {
    background: #DBAF36;
}

.clients_cord .owl-stage{
    display: flex;
}
.clients_cord .owl-stage .owl-item{
    flex-shrink: 0;
}
.clients_cord .owl-stage .client_card{
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* =============================================== End Home Page ===============================================  */
/* =============================================== Start Footer Page ===============================================  */
.footer_section {
    /*background: #1c1a18;*/
    /*color: #fff;*/
    padding: 40px 20px 20px;
}

.footer_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
}

.footer_col {
    display: flex;
    flex-direction: column;
    border-right: 2px solid #22201D26;
}

.footer_logo {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer_text {
    font-size: 14px;
    color: #22201D80;
    margin-bottom: 15px;
}

.footer_help {
    font-size: 14px;
    margin-bottom: 15px;
}

.footer_social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    /*color: #fff;*/
    transition: 0.3s;
}

.footer_social a:hover {
    color: #d4af37;
}

.footer_title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.footer_links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links li {
    margin-bottom: 8px;
}

.footer_links a {
    text-decoration: none;
    color: #22201D80;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
}

.footer_links a:hover {
    /*color: #fff;*/
}

.footer_newsletter {
    display: flex;
    margin-top: 10px;
    position: relative;
}

.footer_newsletter input {
    /*flex: 1;*/
    padding: 10px;
    border-left: 1px solid  #22201D1A;
    border-top: 1px solid  #22201D1A;
    border-bottom: 1px solid  #22201D1A;
    border-right: none;
    border-radius: 7px;
    width: 90%;
}

.footer_newsletter button {
    padding: 12px 16px;
    border: none;
    background: #000;
    /*color: #fff;*/
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    position: absolute;
    top: 0%;
    right: 0%;
    margin-right: 20px;
}

.footer_newsletter button:hover {
    background: #d4af37;
    /*color: #fff;*/
}

.footer_payments img {
    height: 25px;
    margin: 10px 0;
}

.footer_bottom {
    text-align: center;
    /* border-top: 1px solid #333; */
    /* margin-top: 30px; */
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    /* color: #aaa; */
}

.header-scroller-wrapper {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 4;
    background: #000000;
    /* Smooth hide/show */
    opacity: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

/* When visible */
.header-scroller-wrapper.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* =============================================== End Footer Page ===============================================  */
/* =============================================== Start Ring Page ===============================================  */
.ring_banner {
    position: relative;
    background-image: url('../images/ring/ring_banner.webp');
    /* Replace with your actual image path */
    background-size: cover;
    background-position: center;
    /*height: 528px;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #573008;
}

.ring_banner-content {
    position: relative;
    z-index: 1;
}

.ring_banner h2 {
    font-weight: 700;
    font-size: 40px;
    font-family: "Libre Bodoni", serif;
}

.ring_banner p a {
    font-size: 16px;
    color: #000;
}

.sidebar {
    width: 100%;
    background: #fff;
    padding: 15px;
    position: sticky;
    top: 20px;
    height: calc(100vh - 20px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar h5 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    font-size: 16px;
    padding: 5px 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    justify-content: space-between;
    color: #22201D;
}

.sidebar ul li:hover {
    color: #d4a017;
}

.sidebar input[type="range"] {
    width: 100%;
}
.search-box {
    position: relative;
    width: 100%;
}

.sidebar-search {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: none;
    border-radius: 8px;
    background-color: #f5f5f5;
    font-size: 14px;
    outline: none;
}

.sidebar-search::placeholder {
    color: #999;
    font-size: 14px;
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
    pointer-events: none;
}
.sidebar p {
    font-size: 13px;
    margin: 5px 0;
}

.sidebar {
    font-size: 16px;
    font-weight: 300;
    color: #22201D;
}

.category_items {
    margin-bottom: 16px;
}

/* range design */
.price-filter .ui-widget-header {
    border:0 solid #ddd;
    background:#212529;
    color:#333;
    font-weight:700
}
.price-filter .ui-widget.ui-widget-content {
    border:1px solid #212529;
    border-radius:0
}
.price-filter .ui-slider-horizontal {
    height:5px;
    border:none;
    margin-top:15px;
    margin-bottom:10px;
    margin-right:15px
}
.price-filter .ui-slider .ui-slider-handle {
    top:-7px;
    width:15px;
    height:15px;
    border:none;
    background:#fff;
    border-radius:100%;
    box-shadow:0 0 3px 0 rgba(0,0,0,.2);
    outline:0;
    cursor:pointer
}
.range-slider {
    width: 100%;
    position: relative;
    .rangeValues {
        display: block;
    }
}
input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 300px;
    position: absolute;
    left: 0;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;

}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #252525;
    margin-top: -6px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
.price_filter {
    padding:6px 15px;
    background:#000;
    color:#fff;
    border:none;
    cursor:pointer;
}
.form-check-input:focus {
    box-shadow: none !important;
}
/* =============================================== End Ring Page ===============================================  */
/* =============================================== Start Empty Page ===============================================  */
.empty h4 {
    font-size: 24px;
}

.empty img {
    max-width: 401px;
    max-height: 401px
}

.empty p {
    font-size: 16px;
    font-weight: 300;
}

.empty button {
    background-color: #000;
    font-size: 16px;
    color: #fff;
    width: 411px;
    height: 44px;
    border-radius: 9px;
}

/* =============================================== End Empty Page ===============================================  */
/* =============================================== Start About Page ===============================================  */
.disclaimer h3 {
    font-size: 20px;
}

.disclaimer p,
.disclaimer ul {
    font-size: 16px;
    font-weight: 400;
}

.our_mission {
    background-color: #F4F4F4;
}

/* =============================================== End About Page ===============================================  */
/* =============================================== End Account Page ===============================================  */
.account_banner {
    background: url('../images/account/account.webp') no-repeat center center/cover;
    width: 100%;
    height: 312px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    color: #000;
}

.about_banner {
    background: url('../images/about_us/about.webp') no-repeat center center/cover;
    width: 100%;
    height: 312px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    color: #000;
}

.account_content h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.account_content p {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 300;
}

.account_form {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 40px 5px; */
}

.form_container {
    border: 1px solid #DBAF36;
    padding: 40px;
    max-width: 700px;
    width: 100%;
    background: #fff;
    text-align: center;
}

.form_container h2 {
    font-size: 40px;
    color: #DBAF36;
    margin-bottom: 5px;
    font-weight: 400;
}

.form_container p {
    font-size: 16px;
    color: #263238;
    font-weight: 300;
    margin-bottom: 25px;
}

/* Form Groups */
.form_group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    flex: 1;
    text-align: left;
}

.form_group label {
    font-size: 16px;
    margin-bottom: 5px;
    color: #A1A1A0;
}

.form_group input {
    border: none;
    border-bottom: 1px solid #DBAF36;
    padding: 8px 5px;
    font-size: 14px;
    outline: none;
    font-weight: 400;
}

.form_group input::placeholder {
    font-size: 16px;
    color: #A1A1A0;
}

.form_row {
    display: flex;
    gap: 20px;
}

.btn_update {
    margin-top: 20px;
    width: 193px;
    height: 47px;
    border: 1px solid #DBAF36;
    background: transparent;
    color: #DBAF36;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 300;
}

.btn_update:hover {
    background: #d4a017;
    color: #fff;
}

.contact_section {
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px;
    background: url("../images/contact/contact.webp") no-repeat center center/cover;
}

.contact_content {
    max-width: 500px;
    background: rgba(255, 255, 255, 0);
    /* transparent */
    padding: 20px;
}

.contact_content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.contact_content p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

/* =============================================== End Account Page ===============================================  */
.touch_section {
    width: 100%;
    padding: 40px 20px;
}

.touch_container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.touch_box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
    min-width: 250px;
}

.touch_content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.touch_content p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.contact_map iframe {
    border-radius: 23px;
}

/* =============================================== Start Ring Derails Page ===============================================  */
.home_ring {
    font-size: 16px;
    font-weight: 300;
    margin: 30px 0;
}

.product_detail {
    display: flex;
    gap: 40px;
    margin: auto;
    flex-wrap: wrap;
}

/* Left Side */
.product_images {
    display: flex;
    gap: 15px;
    flex: 1;
    min-width: 300px;
}

.image_thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.image_thumbnails img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: border 0.3s ease;
}

.image_thumbnails img.active {
    border: 2px solid #000;
}

.main_image {
    flex: 1;
    text-align: center;
}

.main_image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Right Side */
.product_info {
    flex: 1;
    min-width: 300px;
}

.product_title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}

.product_brand {
    font-size: 16px;
    margin-bottom: 10px;
}



.product_price {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}

.product_stock {
    color: green;
    font-size: 14px;
    margin-bottom: 20px;
}

.option_group {
    margin-bottom: 20px;
}

.option_group span {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
}

.color_options button {
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 7px;
    margin-right: 10px;
    cursor: pointer;
}

.omnis {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-top: 10px;
}

.carat_options select,
.metal_options button {
    margin: 5px;
    padding: 8px 15px;
    border: 1px solid #D9D9D9;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
    color: #253237;
}

.add_cart_section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.quantity_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.quantity_box button {
    background: #f5f5f5;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

.quantity_box input {
    width: 40px;
    text-align: center;
    border: none;
}

.btn_add_cart {
    flex: 1;
    padding: 7px;
    background: #DBAF36;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
}

.cart_heart {
    width: 45px;
    height: 45px;
    background: #DBAF36;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.cart_heart img {
    width: 24px !important;
}

.buy_now {
    width: 100%;
    padding: 10px;
    border: 1px solid #A1A1A0;
    border-radius: 8px;
    text-align: center;
    color: #A1A1A0 !important;
}

.guarantee_section {
    margin-top: 30px;
    font-size: 14px;
    color: #333;
}

.guarantee_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.guarantee_icon {
    width: 20px;
    height: 20px;
}

.guarantee_line {
    border: none;
    border-top: 1px solid #eee;
    margin: 15px 0;
}

.guarantee_checkout h4 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}

.about_item {
    margin-top: 30px;
}

.about_item_tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    background: #f9f9f9;
    overflow-x: auto;
    list-style: none;
    padding-left: 0;
}

.about_item_tabs li {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    position: relative;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.about_item_tabs li.active {
    font-weight: 600;
    color: #000;
}

.about_item_tabs li.active::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 3px;
    background: #000;
    border-radius: 3px;
}

.about_item_content {
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.tab_content p {
    font-size: 14px;
    font-weight: 300;
    color: #777777;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.tab_content h3 {
    font-size: 24px;
    font-weight: 500;
}

.product_info_box {
    border: 1px solid #eee;
    border-radius: 6px;
    margin-top: 20px;
    overflow: hidden;
}

.product_info_box h4 {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.product_info_box table {
    width: 100%;
    border-collapse: collapse;
}

.product_info_box th {
    text-align: left;
    padding: 12px;
    width: 200px;
    font-weight: 400;
    background: #fafafa;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    color: #253237;
}

.product_info_box td {
    padding: 12px;
    font-size: 14px;
    color: #777;
    border-bottom: 1px solid #eee;
}

.product_info_box ul {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    color: #777777;
}

.reviews_section {
    margin-top: 30px;
}

.reviews_wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.reviews_list {
    flex: 1;
    min-width: 280px;
}

.reviews_item {
    border-bottom: 1px solid rgba(238, 238, 238, .4);
    padding: 15px 0;
}

.reviews_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.reviews_text {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.reviews_rating {
    color: #f7c942;
    font-size: 16px;
}

.reviews_form_box {
    flex: 1;
    min-width: 300px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
}

.reviews_form_row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.reviews_form_group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.reviews_form_group label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.reviews_form_group input,
.reviews_form_group textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

.reviews_form_group textarea {
    min-height: 80px;
    resize: vertical;
}

.reviews_btn {
    background: #1d2b34;
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.reviews_btn:hover {
    background: #333;
}

.current_price {
    color: #000;
    font-weight: 700;
    font-size: 24px;
}

.old-price {
    font-weight: 400;
    font-size: 20px;
    color: #A6A6A6;
    text-decoration: line-through;
}
.product_discount span {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 2px 7px;
    background-color: #CF292B;
    border-radius: 3px;
}

/* =============================================== End Ring Derails Page ===============================================  */
.buy_container {
    max-width: 600px;
    margin: auto;
}

.buy_section_title {
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0;
}

.buy_input,
.buy_select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 300;
}

.buy_row {
    display: flex;
    gap: 10px;
}

.buy_row .buy_input {
    flex: 1;
}

.buy_news {
    font-size: 12px;
    font-weight: 300;
    color: #A1A1A0;
}

.buy_checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    font-size: 14px;
}

.shipping_container {
    max-width: 600px;
    margin: auto;
}

.shipping_section_title {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 10px;
}

.shipping_subtext {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.shipping_input,
.shipping_select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 8px 0;
    font-size: 14px;
    color: #A1A1A0;
}

.shipping_card_box {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    overflow: hidden;
}

.shipping_card_header {
    background: #f7f7f7;
    padding: 12px;
    font-weight: 300;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

.shipping_card_body {
    padding: 15px;
}

.shipping_row {
    display: flex;
    gap: 10px;
}

.shipping_row .shipping_input {
    flex: 1;
}

.shipping_checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    font-size: 14px;
}

.shipping_button {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}

.shipping_button:hover {
    background: #333;
}

.ship_container {
    max-width: 600px;
    margin: auto;
}

.ship_item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.ship_item img {
    object-fit: cover;
    border: 1px solid #DBAF36;
    border-radius: 20px;
}

.ship_item_details {
    flex: 1;
}

.ship_item_title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 4px;
}

.ship_item_brand {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 6px;
}

.ship_item_price {
    font-size: 15px;
    font-weight: 500;
}

.ship_summary {
    margin-top: 20px;
}

.ship_row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 300;
}

.ship_row_total {
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
}


.cart_container {
    max-width: 900px;
    margin: auto;
    overflow: auto;
}

.cart_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cart_table {
    width: 100%;
    border-collapse: collapse;
}

.cart_table th,
.cart_table td {
    /*text-align: center;*/
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.cart_table th {
    font-weight: bold;
    font-size: 15px;
}

.cart_table td img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3px;
}

.cart_product_name {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.cart_quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.cart_qty_btn {
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.cart_remove {
    color: #e42c2c;
    cursor: pointer;
    font-size: 16px;
}

.cart_actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.cart_btn {
    padding: 12px 20px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.cart_btn:hover {
    background: #333;
}

.carttotal_container {
    max-width: 400px;
    margin: auto;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
}

.carttotal_notice {
    border: 1px solid #9cd69c;
    border-style: dashed;
    color: #2A7A25;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.carttotal_title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.carttotal_row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 16px;
}

.carttotal_shipping {
    margin: 15px 0;
    font-size: 14px;
}

.carttotal_shipping label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0;
    cursor: pointer;
}

.carttotal_shipping input {
    margin-right: 10px;
}

.carttotal_address {
    font-size: 13px;
    color: #444;
    margin-top: 8px;
}

.carttotal_address a {
    color: #0073e6;
    font-size: 13px;
    text-decoration: none;
    margin-left: 5px;
}

.carttotal_grand {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}

.carttotal_button {
    display: block;
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
}

.carttotal_button:hover {
    background: #333;
}

.carttotal_secure {
    font-size: 12px;
    text-align: center;
    color: #555;
    margin-bottom: 10px;
}

.carttotal_payment {
    text-align: center;
}

.carttotal_payment img {
    height: 28px;
    margin: 0 6px;
}

.carttotal_shipping input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000; /* Outer border black */
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.carttotal_shipping input[type="radio"]:checked::after {
    content: "";
    width: 70%;
    height: 69%;
    background: #000; /* Inner filled black */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login {
    width: 100%;
    max-width: 400px;
}
.title {
    font-size: 28px;
    font-weight: 600;
}

.subtitle {
    color: #555;
    margin-bottom: 25px;
    font-size: 15px;
}

.input-label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}
.input-field {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    margin-bottom: 18px;
}

.password-wrapper {
    position: relative;
}
/* Wrapper */
.custom-input-group {
    position: relative;
}

/* Top label with curved side design */
.custom-input-label {
    position: absolute;
    top: -10px;
    left: 16px;
    background: #fff;
    padding: 0 8px;
    font-size: 14px;
    color: #333;
    z-index: 3;
}

/* Input field design */
.custom-input-field {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid #d0d0d0;
    padding: 0 45px 0 14px;
    font-size: 15px;
    position: relative;
}
.clients_cord{
    display: flex;
}
/* Curved left & right connector lines (EXACT as image) */
/*.custom-input-group::before,*/
/*.custom-input-group::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 14px;*/
/*    width: 18px;*/
/*    height: 10px;*/
/*    border-top: 1.5px solid #d0d0d0;*/
/*    border-left: 1.5px solid #d0d0d0;*/
/*    border-right: none;*/
/*    border-bottom: none;*/
/*    border-radius: 6px 0 0 0;*/
/*}*/

/* Left curve */
.custom-input-group::before {
    left: 0;
    transform: rotate(-45deg);
}

/* Right curve */
.custom-input-group::after {
    right: 0;
    transform: rotate(225deg);
}

/* Eye Icon */
.toggle-eye {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
}

.toggle-eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    font-size: 14px;
}

.forgot {
    color: #ff4d4d;
    text-decoration: none;
}

.btn-login {
    width: 100%;
    background: #162128;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.signup-text {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.signup-link {
    color: #ff4d4d;
    text-decoration: none;
    font-weight: 600;
}

.divider {
    text-align: center;
    margin: 25px 0;
    font-size: 14px;
    color: #666;
}

.social-box {
    display: flex;
    gap: 10px;
}

.social-btn {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

.signup-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.signup-subtitle {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
}

.signup-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.signup-input {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0 14px;
}

.signup-eye {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
}

.terms-text {
    font-size: 14px;
    margin: 0;
}

.terms-text a {
    color: #ff4b4b;
    font-weight: 600;
}

.signup-btn {
    background: #111;
    color: #fff;
    padding: 13px 0;
    font-weight: 600;
    border-radius: 8px;
    display: block;
    text-decoration: none;
}

.signin-text {
    font-size: 14px;
}

.signin-link {
    font-weight: 600;
    color: #ff4d4d;
}

.signup-divider {
    text-align: center;
    font-size: 14px;
    color: #777;
    position: relative;
}

.signup-divider::before,
.signup-divider::after {
    content: "";
    width: 40%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
}

.signup-divider::before { left: 0; }
.signup-divider::after { right: 0; }

.signup-social {
    border: 1px solid #ddd;
    padding: 12px 0;
    border-radius: 8px;
    background: #fff;
}

.signup-social img {
    width: 22px;
}
.discount{
    left: -80px;
    position: absolute;
    top: -1px;
    background-color: #E42C2C;
    transform: rotate(-0.12turn);
    width: 90%;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

/* ==================================================== profile ======================================================== */

.profile{
    border-top: 1px solid #E8E8E8;
}
.account_sidebar {
    background: #fff;
    /*padding: 0 20px;*/
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    min-height: 100%;
}
.myacount{
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8
}
.myacountt h5{
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.myacountt   p{
    font-size: 14px;
    font-weight: 400;
    color: #898989;
}
.account_sidebar h5 {
    font-weight: 600;
    margin-bottom: 4px;
    color: #22201D;
}

.account_sidebar p {
    font-size: 14px;
    font-weight: 300;
    color: #898989;
    margin: 0;
}

.account_Menu .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    color: #333;
    background: #fafafa;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 5px 20px;

}

.account_Menu .nav-link.active {
    background: #22201D !important;
    color: #fff !important;
    margin: 0 20px !important;
}

.account_Menu .nav-link:hover {
    background: #22201D;
    color: #fff;
}

.account_Menu .logout {
    background: #DB4A4A !important;
    color: #fff !important;
}

.account_content h3 {
    font-weight: 600;
}

.account_content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.card-custom {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
}

.btn-save {
    background: #22201D;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 500;
    border: none;
}
.order_tabel tbody {
    white-space: nowrap;
}
.order-status span {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
}
.order-delivered {
    background: #d6ebde;
    color: #0F9F07;
    border: 1px solid #0F9F07;
}
.order-cancel {
    background: #facfcb;
    color: #DB4A4A;
    border: 1px solid #DB4A4A;
}
.order-return {
    background: #fff8dc;
    color: #EBC81A;
    border: 1px solid #EBC81A;
}
.select_gender {
    height: 42px;
    color: #898989;
}
.upload-box {
    border-radius: 18px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #E8E8E8;
}

.upload-box i {
    font-size: 30px;
    color: #666;
}

.upload-box small {
    font-size: 13px;
    color: #888;
}

.upload-box input[type="file"] {
    display: none;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: #22201D !important;
    color: #898989;
}
.form-control {
    padding: 8px 12px !important;
}
.orderr_table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.orderr_table thead {
    background: #26323812;
    color: #5a2a82;
}

.orderr_table thead th {
    font-weight: 400;
    padding: 14px 10px;
    font-size: 14px;
    border: none;
    white-space: nowrap;
    background: #60326712;

}

.orderr_table tbody td {
    padding: 14px 16px;
    font-size: 14px;
    border-top: 1px solid #eee;
    white-space: nowrap;
}

.view-btn {
    color: #000;
    font-size: 16px;
    transition: 0.3s;
}
.view-btn:hover {
    color: #3a165a;
}

.table-responsive {
    border-radius: 12px;
}
.myaddress h3 {
    font-size: 22px;
    font-weight: 600;
}
.myaddress p {
    font-size: 14px;
    color: #777;
    margin: 0;
}
.myaddress_add {
    background: #2632380D;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 15px 0;
}
.addnew_btn {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.myaddress_card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
}
.myaddress_radio {
    margin-right: 12px;
}
.myaddress_radio input {
    width: 18px;
    height: 18px;
}

.myaddress_details p {
    font-size: 14px;
    margin: 3px 0;
    color: #707070;
}
.myaddress_details p span{
    font-size: 14px;
    font-weight: 500;
    color: #242222;

}
.myaddress_actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.icon_btn {
    background: #000;
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
.icon_btn:hover {
    background: #3a165a;
}
.myaddress_radio input[type="radio"] {
    accent-color: #000;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.change {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    /*max-width: 400px;*/
    width: 100%;
    border: 0.75px solid #89898924
}

.change h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.change .input-group {
    position: relative;
    margin-bottom: 15px;
}

.change input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: 1px solid #ddd;
    border-radius: 8px !important;
    outline: none;
    font-size: 14px;
}

.change input:focus {
    border-color: #603267;
}

.change .input-group i {
    position: absolute;
    right: -13px;
    top: -26px;
    /*transform: translateY(-50%);*/
    color: #888;
    cursor: pointer;
}

.change .password-rules {
    font-size: 13px;
    margin: 15px 0;
}

.change .password-rules ul {
    padding-left: 20px;
    margin: 8px 0 0;
}

.change .password-rules li {
    margin-bottom: 5px;
    color: #616161;
    font-size: 14px;
    font-weight: 400;
}

.change button {
    width: 100%;
    padding: 12px;
    background-color: #263238;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.tab-content .form-label {
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
}
.form-control input {
    border: 1px solid #E8E8E8 !important;
}
.tab-content .form-control input::placeholder {
    font-size: 10px !important;
    color: #616161 !important;
}
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.qty-input[type=number] {
    -moz-appearance: textfield;
}

.qty-btn.disabled,
.qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.option_group span {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    min-width: 50px;
}

.custom_select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 6px center;
    background-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

.custom_select select:focus {
    border-color: #ccc !important;
    box-shadow: none !important;
    outline: none;
}
.star-input i.selected {
    color: #ffcc00 !important;
}
.star-input i {
    font-size: 24px !important;
    color: #ddd !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
}
.cart_icons {
    width: 60% !important;
}
.not_found_product{
    width: 100%;
    height: 500px;
}

/* range design */
.price-filter .ui-widget-header {
    border:0 solid #ddd;
    background:#212529;
    color:#333;
    font-weight:700
}
.price-filter .ui-widget.ui-widget-content {
    border:1px solid #212529;
    border-radius:0
}
.price-filter .ui-slider-horizontal {
    height:5px;
    border:none;
    margin-top:15px;
    margin-bottom:10px;
    margin-right:15px
}
.price-filter .ui-slider .ui-slider-handle {
    top:-7px;
    width:15px;
    height:15px;
    border:none;
    background:#fff;
    border-radius:100%;
    box-shadow:0 0 3px 0 rgba(0,0,0,.2);
    outline:0;
    cursor:pointer
}
.range-slider {
    width: 100%;
    position: relative;
    .rangeValues {
        display: block;
    }
}
input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 300px;
    position: absolute;
    left: 0;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;

}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #252525;
    margin-top: -6px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
.price_filter {
    padding:6px 15px;
    background:#000;
    color:#fff;
    border:none;
    cursor:pointer;
}
.form-check-input:focus {
    box-shadow: none !important;
}
.category_item img {
    background-color: #ededed;
    width: 195px !important;
    height: 195px;
    padding: 15px;
}
.data_img{
    width: 50px;
    height: 50px;
}

.dropdown_menu {
    display: none;
    position: absolute;
    top: 40px;
    left: -40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 999;
    min-width: 110px;
    text-align: center;
}
.border_buttom{
    border: 1px solid #eee;
}
.dropdown_menu.show {
    display: block;
}

.dropdown_menu a {
    display: block;
    padding: 8px 0;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.dropdown_menu a.logout {
    color: #DB4A4A;
}
.profile{
    border-top: 1px solid #E8E8E8;
}
.account_sidebar {
    background: #fff;
    /*padding: 0 20px;*/
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    min-height: 100%;
}
.myacount{
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8
}
.myacountt h5{
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.myacountt   p{
    font-size: 14px;
    font-weight: 400;
    color: #898989;
}
.account_sidebar h5 {
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--primary);
}

.account_sidebar p {
    font-size: 14px;
    font-weight: 300;
    color: #898989;
    margin: 0;
}

.account_menu .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    color: #333;
    background: #fafafa;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 5px 20px;

}

.account_menu .nav-link.active {
    background: var(--primary);
    color: #fff;
    margin: 0 20px;
}

.account_menu .nav-link:hover {
    background: var(--primary);
    color: #fff;
}

.account_menu .logout {
    color: #DB4A4A !important;
    background: #fafafa !important;
}

.account_menu .logout:hover {
    background: #DB4A4A !important;
    color: #fff !important;
}

.account_content h3 {
    font-weight: 600;
}

.account_content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.card-custom {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 10px 8px;
}

.order-status span {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 6px;
    margin: 10px 8px;
}
.order-delivered {
    background: #d6ebde;
    color: #0F9F07;
}
.order-cancel {
    background: #facfcb;
    color: #DB4A4A;
}
.order-return {
    background: #f3e8bb;
    color: #EBC81A;
}
.select_gender {
    height: 42px;
    color: #898989;
}
.upload-box {
    border: 1px dashed #ccc;
    border-radius: 10px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #E8E8E8;
    max-width: 146px;
    overflow: hidden;
}

.upload-box:hover {
    border-color: var(--primary);
    background: #fafafa;
}

.upload-box i {
    font-size: 30px;
    color: #666;
}

.upload-box small {
    font-size: 13px;
    color: #888;
}

.upload-box input[type="file"] {
    display: none;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: var(--primary) !important;
    color: #898989;
}
/* Orders Table */
.orderr_table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.orderr_table thead {
    background: #f6f1fb;
    color: #5a2a82;
}

.orderr_table thead th {
    font-weight: 400;
    padding: 14px 10px;
    font-size: 14px;
    border: none;
    white-space: nowrap;
    background: #60326712;

}

/* Table Body */
.orderr_table tbody td {
    padding: 14px 16px;
    font-size: 14px;
    white-space: nowrap;
}

/* View Icon */
.view-btn {
    color: #000;
    font-size: 16px;
    transition: 0.3s;
}
.view-btn:hover {
    color: #3a165a;
}

/* Responsive */
.table-responsive {
    border-radius: 12px;
}
.myaddress h3 {
    font-size: 22px;
    font-weight: 600;
}
.myaddress p {
    font-size: 14px;
    color: #777;
    margin: 0;
}
.myaddress_add {
    background: #22201D;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 15px 0;
}
.addnew_btn {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.myaddress_card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
}
.myaddress_radio {
    margin-right: 12px;
}
.myaddress_radio input {
    width: 18px;
    height: 18px;
}

/* Details */
.myaddress_details p {
    font-size: 14px;
    margin: 3px 0;
    color: #707070;
}
.myaddress_details p span{
    font-size: 14px;
    font-weight: 500;
    color: #4E4E4E;

}
/* Actions */
.myaddress_actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.icon_btn {
    background: #000;
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.myaddress_radio input[type="radio"] {
    accent-color: #000;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.change {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    border: 0.75px solid #89898924
}

.change h2 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}

.change label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
}

.change .input-group {
    position: relative;
    margin-bottom: 15px;
}

.change input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: 1px solid #ddd;
    border-radius: 8px !important;
    outline: none;
    font-size: 14px;
}

.change input:focus {
    border-color: #603267;
}

.change .input-group i {
    position: absolute;
    right: 12px;
    top: 36%;
    color: #888;
    cursor: pointer;
}

.change .password-rules {
    font-size: 13px;
    margin: 15px 0;
}

.change .password-rules ul {
    padding-left: 20px;
    margin: 8px 0 0;
}

.change .password-rules li {
    margin-bottom: 5px;
    color: #616161;
    font-size: 14px;
    font-weight: 400;
}

.change button {
    width: 100%;
    padding: 12px;
    background: #22201D;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.cart-wrapper {
    display: flex;
    flex-direction: column;
    height: 600px; /* Fix height 800px */
    border: 2px solid #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
}

.cart-container {
    flex: 1;
    overflow-y: auto; /* Scroll enable */
    padding: 10px;
}

.delivery-summary {
    border-top: 2px solid #f3f3f3;
    padding: 15px;
    background: #fff;
}

/* Product Section */
.delivery-product {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 2px solid #f3f3f3;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 10px;
    overflow-y: auto;
}

.delivery-img img {
    width: 120px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.delivery-details {
    flex: 1;
    min-width: 200px;
}

.delivery-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 6px;
}

.delivery-desc {
    font-size: 14px;
    color: var(--secondary);
    margin-bottom: 8px;
    max-width: 400px;
}

.delivery-price {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary);
}

/* Summary Section */
.delivery-summary {
    margin-top: 25px;
}

.delivery-line,
.delivery-total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--secondary);
}
.delivery-line p{
    font-weight: 500;
}

.delivery-total {
    font-weight: 600;
    font-size: 16px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 4px;
}

.sidebar_search_bar {
    background: #FDF6FE;
    border: none !important;
}
.sidebar_search_bar::placeholder {
    font-size: 14px !important;
    padding-left: 10px;
}
.sidebar_search_icon {
    right: 20px;
}
.filter-title {
    margin: 15px 0;
    font-weight: 600;
    font-size: 16px;
    color: #2D2D2D;
}
.custom-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.custom-checkbox span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.styled-checkbox {
    accent-color: var(--primary);
    margin-right: 10px;
    width: 15px;
    height: 15px;
}
.filter-size-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEAEA;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
}
.filter-size-btn.active {
    border: 1px solid #603267;
    background: #eee;
    color: #603267;
}

.color-box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 10px;
}
.category_offcanvas .offcanvas-header .btn-close {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
}
.btn-purple {
    background-color: var(--primary);
    color: #fff;
    font-size: 14px;
}

/* iPhone font size */
input,
select,
textarea {
    font-size: 16px !important;
    /*-webkit-text-size-adjust: 100%;*/
}
.order_img{
    width: 100px;
}

.cart_button {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cart_badge {
    position: absolute;
    background: red;
    top: 8%;
    right: 8%;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: translate(50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.star-input i.selected {
    color: #ffcc00 !important;
}

.star-input i {
    font-size: 24px !important;
    color: #ddd !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
}

.stars {
    color: #f5b301;
    font-size: 16px;
    margin-bottom: 0;
}

.unselected_start {
    color: #ddd;
    font-size: 16px;
}

.empty h4 {
    font-size: 24px;
    font-weight: 600;
}

.empty p {
    font-size: 14px;
    font-weight: 400;
    color: #464040;
}

.empty a {
    background-color: #253237 !important;
    font-size: 16px !important;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 5px !important;
    text-decoration: none !important;
}

.lottie-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
}

.lottie-loader.active {
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.lottie-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lottie-box {
    width: 250px;
    height: 250px;
}
