
      .category_product_section {
    position: relative;
}

.category_product {
    pointer-events: all !important;
}

.category_product {
    position: absolute;
    top: 60px;
    left: 100%;
    transform: translateX(-50%) scale(0.95);
    width: 900px;
    background: #f7f3ee;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    display: none;
    z-index: 9999;
    transition: all 0.3s ease;
}


.category_product.show {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
    transform: translateX(-50%) scale(1);
}


.category_product_box {
    
    
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category_product_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}


.category_product_box img {
       width: 100%;
    height: 156px;
    object-fit: cover;
    border-radius: 10px;
}


.category_product_box h2 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

i.fa-solid.fa-angle-down {
    font-size: 11px;
    padding-top: 5px;
}

#categoryBtn {
   cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #999999;
    font-size: 15px;
    padding-top: 8px;
}
.offcanvas-header .close_button, .offcanvas-header .offcanvas-title {
    color: #070707 !important;
}

.offcanvas-end {
    width: 380px;
    background: #fffaf3;
}

button.brt {
    width: 28px;
    border: none;
    background: #c90765;
    color: white;
    border-radius: 4px;
}

.offcanvas-header {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    background: white;
justify-content: space-between;
}

.offcanvas-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.close_button {
    filter: brightness(0);
}


.offcanvas-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.cart_box {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}


.shoping_img img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
}


.cart_details {
    flex: 1;
}

.cart_details p {
    font-size: 11px;
    color: #999;
    margin-bottom: 3px;
}

.cart_details h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.cart_details h4 a {
    text-decoration: none;
    color: #000;
}

.cart_details span {
    font-size: 12px;
    color: #666;
}

.cart_price {
    font-size: 13px;
    font-weight: 500;
    margin-top: 6px;
}


.cart_item_close {
    display: flex;
    align-items: flex-start;
}

.cart_item_close i {
    font-size: 14px;
    color: #888;
    cursor: pointer;
}


.cart_bottom_flex {
    padding-top: 15px;
}


.price_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.price_flex .total {
    font-size: 16px;
    font-weight: 500;
}

.price_flex .total_price {
    font-size: 16px;
    font-weight: 600;
    color: #C90765;
}


.checkout_btn {
  display: block;
    width: 100%;
    padding: 16px 40px;
    border-radius: 30px;
    background: #C90765;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
}

.checkout_btn:hover {
    background: #c90765;
    color: #fff;
}


.viewcart_btn {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    background: #fdecec;
    color: #C90765;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.viewcart_btn:hover {
    background: #f8dcdc;
    color: #C90765;
}
.offer-tg{
        background: #C907651A;
    text-align: center;
    color: #C90765;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;

}
.shoping_cart_flex{
   
    font-size: 18px;
    font-weight: 500;
    color: #d91b5c;
}
.search_wrapper{
    display: contents;
}

a.color-anchor {
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-family: var(--highlight-font);
}
ul.list-ser1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.list-ser1 li{
background: #c90765;
    padding: 3px 11px;
    border-radius: 4px;
    margin-bottom: 7px;

}
.search_model_box{
   position: absolute;
    top: 53px;
    background: white;
    z-index: 99;
    padding: 10px;
    border-radius: 10px;
}
#noResults a{
  font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-family: var(--highlight-font);
}

.dashboard_banner_section {
    width: 100%;
    height: 100px;
   background: #C907650F;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.dashboard-container {
    width: 100%;
    padding: 40px 0;
    background: #FAF7F2;
}
.dashboard_flex {
    display: flex;
    gap: 20px;
    position: relative;
}
.sidebar {
    width: 350px;
   background: #ffffff;
    border-radius: 10px;
    height: auto;
}
.sidebar-title {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid #c3006f;
    padding-bottom: 10px;
    color: #c40063 !important;
}
.menu {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}

.menu li.active_navigation {
        background: #F5F5F4;
    padding: 10px;
}
.menu li {
       position: relative;
    cursor: pointer;
    padding: 8px;
}
.menu li img {
   margin-left: 10px;
    margin-right: 10px;
}
.menu li.active_navigation::after {
    opacity: 1;
}
.menu li::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: #c40063;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.order_icon_flex {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.order_history {
    display: flex;
    
    align-items: center;
    justify-content: space-between;
}
.order_dropdown {
    list-style: none;
    padding-left: 20px;
    margin-top: 8px;
    display: none;
    flex-direction: column;
    margin-left: 20px;
}
.order_dropdown li {
    margin-bottom: 0 !important;
}
.profile-card {
    text-align: center;
    color: #ffffff !important;
}
.dash_card {
    background: #ffffff !important;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    display: block;
    overflow: hidden;
}
.profile_img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.profile-card h2 {
        font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px !important;
    color: #0B0404;
}
.profile-card p {
 font-size: 16px;
    font-weight: 500;
    color: #999999 !important;
}
.edit_profile {
        padding: 8px 40px;
    background: #C90765;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 700;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.billing-card {
    color: var(--text-white) !important;
    position: relative;
}

.billing-card .subheading {
       font-size: 16px;
    color: #b2acac !important;
    text-transform: uppercase !important;
    margin-bottom: 6px !important;
    font-family: var(--highlight-font);
}
.billing-card h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px !important;
    color: var(--text-color) !important;
}
.billing-card .evergreen {
    color: #e4e0e0 !important;
    margin-bottom: 12px !important;
    font-weight: 500;
}
  

 .dashboard_canvas {
        padding: 0 !important;
    }

    .dashboard_canvas .edit_form label {
        color: var(--text-white) !important;
    }

    .dashboard_canvas .edit_form textarea,
    .dashboard_canvas .edit_form input {
        width: 100%;
        padding: 6px 10px;
        margin-bottom: 5px;
        border-radius: 4px;
        border: 1px solid #2f5b4a;
        background: transparent;
        color: var(--text-color) !important;
    }

    .offcanvas_end {
        top: 0px !important;
        right: 0;
        width: 400px;
        border-left: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(100%);
    }

    .offcanvas_header {
        padding: 10px !important;
    }

    .btn-close {
        filter: invert(1) brightness(200%);
    }


    .user_mobile_profile {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer;
    }

    .user_mobile_profile img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .moile_dropdown {
        width: 230px !important;
        background: var(--header-bg-color) !important;
        top: 18px !important;
        transform: translate3d(-100px, 37px, 0px) !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .dropdown_mobile_item {
        padding: 8px 15px !important;
    }
    .dash{
            font-size: 18px;
    font-weight: 500;
    }
    .content {
    width: 100%;
}
.active_navigation a{
    text-decoration: none;
    color: #C90765;
    font-size: 16px;
    font-weight: 500;
}
.main_order_history a{
    color: #212529;
    text-decoration: none;
}
.profile_area{
    padding:20px;
}
button.save_btn.mt-4 {
    display: block;
    width: 100%;
    padding: 10px 28px;
    border-radius: 6px;
    background: #C90765;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
    border: none;
}
button.save_btn{
    display: block;
    width: 100%;
    padding: 10px 28px;
    border-radius: 6px;
    background: #C90765;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
    border: none;
    margin-top:20px;
}
.dash_card h3, .table-card h3 {
    margin-bottom: 15px !important;
    font-size: 24px;
    font-weight: 500;
    color: #dc3545 !important;
}
.table_wrapper {
    width: 100%;
  
    border-radius: 6px;
    margin-top: 20px;
    overflow-x: auto;
}
table th {
    background: #f5f5f5;
    padding: 12px;
    text-align: left;
    color: #000000;
    font-weight: 400;
}
table td {
    padding: 12px;
       border-bottom: .6px solid #A1A1A1;
    color: #2a2928;
    font-weight: 400;
}
.recent_order_table{
   width: 100%;
}
.view_table {
    color: #dc3545;
    cursor: pointer;
    background: transparent;
    border: none;
}
.order_details_container {
    padding: 30px 16px;
    background: #ffffff !important;
    border-radius: 6px;
}
.order_detail_flex {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.order_details_container .order_title {
font-size: 18px;
    color: #c40063 !important;
    font-weight: 500;
}
.order_detail_flex button {
   background: transparent;
    border: none;
    color: #212529 !important;
    font-weight: 500;
}

.order_table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    margin-bottom: 0 !important;
    background: #0D3323;
    border-radius: 8px;
    overflow: hidden;
}

.order_table tbody tr td, .order_table th {
      background: #f5f5f4;
    padding: 12px;
    font-size: 14px;
    text-align: left;
    color: #202020;
}
.order_table td {
   padding: 12px;
    background: #ffffff !important;
}
.order_table th, .order_table td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left !important;
}
.billing_section {
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e7e5e5;
    margin-top: 10px !important;
    overflow-x: auto;
}
.billing_section .left_box {
    background: transparent !important;
    border-right: 1px solid #e9e6e6;
}
.left_box, .right_box {
    flex: 1;
}
.small_heading {
    font-size: 14px;
    letter-spacing: 1px;
    color: #151514 !important
    text-transform: uppercase;
    margin-bottom: 12px;
    border-bottom: 1px solid #e9e5e5;
    padding: 10px;
}
.order_name {
    font-size: 18px;
    font-weight: 500;
    color: #151514 !important
}
.order_address {
    line-height: 22px;
    font-size: 15px;
    color: #151514 !important
    margin: 8px 0 15px 0;
}
.order_label
 {
    font-size: 16px;
    color: #151514 !important
    margin-top: 12px;
    letter-spacing: 1px;
}
.order_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
     font-size: 14px;
    color: #151514 !important
    margin-bottom: 6px !important;
}

.billing_section .right_box {
   background: #f5f5f4 !important;
    padding: 10px;
}

.justify-content-between {
    justify-content: space-between !important;
}

.divider {
    width: 2px;
    height: 40px;
    background: #1a1313;
    margin: 0 20px;
}
.price_box {
    background: #ffffff;
    border-radius: 6px;
    padding: 15px 20px;
}
.line_row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #2F5A43;
}
.line_row span {
    font-size: 16px;
    font-weight: 500;
    color: #353535 !important
}
.change_password_container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    color: #303030;
}
.change_password_container h2 {
    text-align: left !important;
}
.same_title {
    font-size: 24px;
    font-weight: 600;
    color: #444444 !important;
    text-align: center;
    font-family: var(--font-family) !important;
}
.group_inputs_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.input_group
 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.change_save_btn {
    width: fit-content;
    background-color: #c90765;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    margin-top: 20px;
}
.input_group label {
    display: block;
    margin-bottom: 5px;
    color: #201f1f;
    font-size: 14px;
}
.password_group {
    position: relative;
}
.password_group input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    background-color: transparent;
    color: #080808;
}
.password_group i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
}
.arrival-card h4 {
    color: #2d2d2d;
}

/* ===============================
   PRODUCT LIST PAGE – FULL CSS
   =============================== */

.product_section {
    background: #FFFBF4;
    padding: 40px 0;
    font-family: "Poppins", sans-serif;
}

/* ===============================
   LEFT FILTER PANEL
   =============================== */

.product_left {
       background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    color: #333333;
}

.filter-section {
    margin-bottom: 25px;
}

.filter_header,
.cate-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.filter_header h6,
.cate-flex h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
       color: #484847;
}

.cate-body {
    padding-top: 12px;
}

/* ===============================
   CHECKBOX STYLE
   =============================== */

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

.form-check-input {
    background-color: transparent;
    border: 1px solid #f5eedc;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #c90765;
    border-color: #c90765;
}

.form-check-label {
         margin: 0;
    cursor: pointer;
    font-size: 18px;
    color: #A8A29E;
    font-family: var(--secondary-font);
}

/* ===============================
   PRICE SLIDER
   =============================== */

.price-div {
    margin-top: 25px;
}


.form-check-input[type=checkbox] {
    border-radius: .25em;
    width: 16px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    cursor: pointer;
    border: 1px solid #999;
    accent-color: var(--primary-color);
}


.slider__track {
    position: absolute;
    height: 6px;
    background: #c90765;
    border-radius: 10px;
}

.range {
    position: absolute;
    width: 100%;
    pointer-events: none;
    appearance: none;
    height: 6px;
    background: transparent;
}

.range::-webkit-slider-thumb {
    pointer-events: auto;
    appearance: none;
    height: 16px;
    width: 16px;
    background: #c90765;
    border-radius: 50%;
    cursor: pointer;
}

.range::-moz-range-thumb {
    height: 16px;
    width: 16px;
    background: #c90765;
    border-radius: 50%;
    cursor: pointer;
}

/* ===============================
   TOP BAR
   =============================== */

.srt {
    color: #0f0f0f;
    font-size: 14px;
}

.slt {
       background: transparent;
    border: 1.5px solid #2E4A3D !important;
    color: #0f0f0f;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px !important;
}

.slt option {
    color: #000;
}

/* ===============================
   PRODUCT GRID
   =============================== */



.product-card {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

/* ===============================
   PRODUCT IMAGE
   =============================== */

.img-div {
    position: relative;
    background: #f7f7f7;
    text-align: center;
}
.img-fluid {
    max-width: 100%;
    height: 280px;
    width: 100%;
}

/* ===============================
   BADGES
   =============================== */

.best {
    background: #f3d9a3;
    color: #000;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.product_bg_new {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 20px;
}

.precent {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #c90765;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
}

/* ===============================
   PRODUCT CONTENT
   =============================== */

.content_box {
       padding: 20px 0;
    text-align: left;
   
}

.content_box .title {
    font-size: 13px;
    color: #999;
    margin-bottom: 5px;
}

.content_box .name {
   margin-bottom: 8px;
    font-size: 17px;
    font-weight: 500;
    /* margin-bottom: 5px; */
    color: #0B0404;
    width: 253px;
    height: 50px;
}

.price {
   font-size: 19px;
    font-weight: 500;
    color: var(--primary-color);
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 18px;
}

.our-span {
        font-weight: 600;
    font-size: 19px;
    color: #A8A29E;
    text-decoration: line-through;
}

/* ===============================
   BUTTON
   =============================== */

.View_btn {
   color: white;
    border: none;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.View_btn:hover {
    background: #a30653;
    color: #fff;
}

/* ===============================
   LOADER
   =============================== */

#scrollLoader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #eee;
    border-top: 4px solid #c90765;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 768px) {
    .product_left {
        margin-bottom: 20px;
    }

    .product_box_img img {
        max-height: 180px;
    }
}


@media (max-width: 768px) {
    .dashboard_flex {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .sidebar {
        height: auto;
        width: 100%;
    }

}

    .secTitle .heading {
    display: inline-block;
    color: #c90765;
    text-shadow: 2px 2px rgba(0, 74, 173, 0.2);
}
.heading:before {
    margin-right: 10px;
}
.heading:after, .heading:before {
    content: "";
    background-image: url(../images/heading-bg.svg);
    width: 40px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}

.heading:after {
    margin-left: 10px;
}

.contact-info-text a {
    color: #c90765;
    text-decoration: none;
    font-size: 18px;
}
