body {
    font-family: Barlow, sans-serif;
}
body > div {
    overflow: hidden;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1420px;
    padding: 0 20px;
}
.alus-breadcrumb {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}
.alus-breadcrumb .breadcrumb-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.alus-breadcrumb .breadcrumbs {
    font-size: 16px;
}
.alus-breadcrumb .breadcrumbs a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}
.alus-breadcrumb .breadcrumbs a:hover {
    color: #99111f;
}
.alus-breadcrumb .divider i {
    margin: 0 8px;
}
.about-text p {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: justify;
}
.ab-heading {
    color: #222;
    font-weight: 700;
    margin-bottom: 10px;
}
.vc_custom_heading {
    color: #666;
}
.vc_sep_line {
    border-top: 2px solid #99111f;
    width: 50px;
    display: inline-block;
    margin: 15px 0;
}
.vc_single_image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
video {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    outline: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 20px auto;
}
.vc_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /* margin: 40px 0; */
}
.vc_col-sm-6 {
    flex: 1 1 48%;
}
.vc_col-sm-12 {
    flex: 1 1 100%;
}
@media (max-width: 991px) {
    .alus-breadcrumb .breadcrumb-title {
        font-size: 28px;
    }
    .vc_row {
        gap: 20px;
        margin: 25px 0;
    }
    .ab-heading {
        font-size: 26px !important;
    }
    .about-text p {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .alus-breadcrumb {
        padding: 40px 20px;
    }
    .alus-breadcrumb .breadcrumb-title {
        font-size: 24px;
    }
    .vc_col-sm-6 {
        flex: 1 1 100%;
    }
    .ab-heading {
        font-size: 22px !important;
    }
    .about-text p {
        font-size: 14px;
    }
}
#content {
    padding: 50px 15px;
}
.section-title-main span {
    font-size: 22px;
    font-weight: 800;
    color: #222;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
button.contact {
    color: #fff;
    background: #99111f !important;
    border: 1px solid;
    cursor: pointer;
}
button.contact:hover {
    color: #fff;
    background: #000 !important;
    cursor: pointer;
}
.wpcf7-form {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.contact_label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
}
.wpcf7-form-control {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: 0.3s ease;
}
.wpcf7-form-control:focus {
    border-color: #222;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
.text-danger {
    font-size: 12px;
    color: #d9534f;
    margin-top: 5px;
    display: block;
}
.wpcf7-submit {
    background: #222;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}
.wpcf7-submit:hover {
    background: #444;
}
.wpb_map_wraper iframe {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
    #content {
        padding: 40px 10px;
    }
    .section-title-main span {
        font-size: 20px;
        text-align: center;
    }
    .wpcf7-form {
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 50%;
    }
    .wpcf7-form {
        padding: 15px;
    }
    .section-title-main span {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .wpcf7-submit {
        width: 100%;
        text-align: center;
    }
}
input#submit {
    width: 20%;
    background: #99111f;
}
input#submit:hover {
    width: 20%;
    background: #000;
}
#content.site-content {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    margin-top: 50px;
    /* font-family: "Poppins", sans-serif; */
    line-height: 1.8;
    color: #444;
}
#content.site-content article p {
    font-size: 16px;
    margin-bottom: 18px;
    /* color: #555; */
}
#content.site-content article strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 10px;
    color: #222;
    padding-left: 10px;
}
#content.site-content article p:first-child {
    margin-top: 0;
}
#content.site-content article p:last-child {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    #content.site-content {
        padding: 30px 25px;
    }
    #content.site-content article p {
        font-size: 15px;
    }
    #content.site-content article strong {
        font-size: 17px;
    }
}
@media (max-width: 576px) {
    #content.site-content {
        padding: 20px 15px;
        border-radius: 8px;
    }
    #content.site-content article p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #content.site-content article strong {
        font-size: 16px;
        margin: 20px 0 8px;
        padding-left: 8px;
    }
}
#main.site-main {
    /* padding: 60px 0;  */
    background: #fafafa;
    /* font-family: "Roboto", sans-serif; */
    color: #333;
}
#main .alus-breadcrumb {
    margin-bottom: 40px;
}
#content article {
    background: #fff;
    padding: 30px 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    line-height: 1.7;
    font-size: 16px;
}
#content article h2,
#content article .wp-block-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}
#content article p {
    margin-bottom: 18px;
    font-size: 15px;
    color: #444;
}
#content article a {
    color: #99111f;
    text-decoration: none;
    transition: color 0.3s ease;
}
#content article a:hover {
    color: #99111f;
    text-decoration: underline;
}
#content article ul,
#content article ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
#content article li {
    margin-bottom: 8px;
    line-height: 1.6;
}
@media (max-width: 991px) {
    #content article {
        padding: 25px 20px;
        font-size: 15px;
    }
    #content article h2 {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    #main.site-main {
        padding: 40px 0;
    }
    #content article {
        padding: 20px 15px;
        font-size: 14px;
    }
    #content article h2 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 12px;
    }
}
#main.site-main {
    /* padding: 40px 0; */
    background-color: #fafafa;
    /* font-family: "Poppins", Arial, sans-serif; */
    color: #333;
}
.site-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.site-content article p {
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 18px;
    color: #444;
}
.site-content article strong {
    display: block;
    font-size: 18px;
    margin: 20px 0 10px;
    color: #111;
    font-weight: 600;
}
.site-content a {
    color: #99111f;
    font-weight: 500;
}
.site-content a:hover {
    color: #99111f;
    text-decoration: underline;
}
@media (max-width: 991px) {
    .breadcrumb-title-inner h1 {
        font-size: 26px;
    }
    .site-content {
        padding: 20px;
    }
    .site-content article p {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-title-inner {
        padding: 40px 15px;
    }
    .breadcrumb-title-inner h1 {
        font-size: 22px;
    }
    .breadcrumbs-content {
        font-size: 12px;
    }
}
#main {
    /* padding: 60px 0; */
    background: #f9f9f9;
}
#main h2.wp-block-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    text-align: center;
    margin: 15px;
}
#main h1 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #333;
    font-weight: 600;
}
#main p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}
#main ul {
    margin: 15px 0 15px 20px;
    padding-left: 15px;
}
#main ul li {
    font-size: 16px;
    line-height: 1.7;
    /* margin-bottom: 10px; */
    position: relative;
}
#main ul li::before {
    color: #99111f;
    font-weight: bold;
    margin-right: 8px;
}
@media (max-width: 992px) {
    #main {
        padding: 40px 15px;
    }
    #main h2.wp-block-heading {
        font-size: 26px;
    }
    #main h1 {
        font-size: 20px;
    }
    #main p,
    #main ul li {
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    #main {
        padding: 30px 10px;
    }
    #main h2.wp-block-heading {
        font-size: 22px;
    }
    #main h1 {
        font-size: 18px;
    }
    #main p,
    #main ul li {
        font-size: 14px;
    }
}
#main {
    /* padding: 40px 0; */
    /* font-family: "Open Sans", sans-serif; */
    color: #333;
    background-color: #fff;
}
.alus-breadcrumb {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}
.alus-breadcrumb .breadcrumb-title {
    font-size: 36px;
    font-weight: 700;
}
.alus-breadcrumb .breadcrumbs-content {
    margin-top: 10px;
    font-size: 16px;
}
.alus-breadcrumb .breadcrumbs-content a {
    color: #fff;
    text-decoration: none;
}
.alus-breadcrumb .divider {
    margin: 0 5px;
}
.ab-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}
.vc_separator {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.vc_sep_line {
    display: block;
    height: 2px;
    width: 50px;
    background: #99111f;
}
.vc_custom_heading {
    font-size: 20px;
    font-weight: 600;
    /* margin-top: 25px; */
    margin-bottom: 10px;
    color: #444;
}
.wpb_text_column p,
.wpb_text_column ul {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.wpb_text_column ul {
    list-style: disc;
    padding-left: 20px;
}
.wpb_text_column li {
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    #main {
        padding: 20px;
    }
    .ab-heading {
        font-size: 26px;
    }
    .vc_custom_heading {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .alus-breadcrumb {
        padding: 30px 15px;
    }
    .alus-breadcrumb .breadcrumb-title {
        font-size: 24px;
    }
    .ab-heading {
        font-size: 22px;
    }
    .vc_custom_heading {
        font-size: 16px;
    }
    .wpb_text_column p,
    .wpb_text_column ul {
        font-size: 14px;
    }
}
.custom_refund_disputes {
    /* padding: 40px 0; */
    /* font-family: "Arial", sans-serif; */
    color: #333;
}
.custom_refund_disputes .refund_disputes_content {
    background: #f9f9f9;
    border-radius: 12px;
    margin-bottom: 25px;
    padding: 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.disputes_content_progress {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 15px;
}
.disputes_content_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.disputes_content_item .process_count {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 8px; */
    font-weight: bold;
    color: #555;
}
.disputes_content_item.step_complect .process_count {
    background: #28a745;
    color: #fff;
}
.disputes_content_item p {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    margin-top: 5px;
}
.order_details_status {
    background: #fff;
    /* border: 1px solid #eee; */
    /* border-radius: 10px; */
    /* padding: 15px; */
    margin-top: 20px;
}

.order_details_status ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.order_details_status li {
    flex: 1 1 30%;
    min-width: 200px;
}
.order_details_status p {
    margin: 5px 0;
    font-size: 14px;
}
.order_details_status span {
    font-weight: 600;
    color: #000;
}
.table-hover {
    width: 100%;
    border-collapse: collapse;
}
.table-hover th,
.table-hover td {
    padding: 10px 12px;
    border: 1px solid #eee;
    text-align: left;
    vertical-align: middle;
}
.table-hover th {
    background-color: #f8f8f8;
    font-weight: 600;
}
.cart_product_list .cart_table_body input[type="checkbox"] {
    margin-right: 8px;
}
.product_img_div img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}
.refund_image {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
.refund_image .ref_image {
    max-width: 100%;
    width: 200px;
    height: auto;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.send_query textarea,
.send_query input,
.send_query select {
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.send_query_btn button {
    float: right;
    background: #9b1c1f;
    width: auto;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
.send_query_btn button:hover {
    background: #218838;
}
@media (max-width: 992px) {
    .order_details_status ul {
        flex-direction: column;
        gap: 15px;
    }
    .order_details_status li {
        flex: 1 1 100%;
    }
    .refund_image .ref_image {
        width: 48%;
    }
}
@media (max-width: 576px) {
    .disputes_content_progress {
        justify-content: center;
    }
    .disputes_content_item {
        width: 30%;
    }
    .table-hover thead {
        display: none;
    }
    .table-hover tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    .table-hover td {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }
    .table-hover td::before {
        content: attr(data-label);
        font-weight: 600;
        flex: 1;
        text-align: left;
    }
    .refund_image .ref_image {
        width: 100%;
    }
    /* .d-flex.justify-content-between {
        flex-direction: column;
        align-items: flex-start !important;
    } */
    .ref_price {
        margin-top: 5px;
    }
}
.product_rating::before {
    content: "\2605";
    color: #ccc;
}
.product_rating.filled::before {
    color: #ffd700;
}
.customer_review_wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 30px;
    font-family: "Arial", sans-serif;
}
.product_item_box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fafafa;
}
.product_item_box .thumb {
    width: 120px;
    flex-shrink: 0;
    align-items: start;
}
.product_item_box .thumb img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.product_item_dTails {
    flex: 1;
}
.product_item_info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.review_seller_box .star_icon .rate {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}
.star_icon input[type="radio"] {
    display: none;
}
.star_icon label {
    font-size: 22px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}
.star_icon label:before {
    content: "\2605";
}
.star_icon input:checked ~ label,
.star_icon label:hover,
.star_icon label:hover ~ label {
    color: #ffd700;
}
.send_query textarea {
    width: 100%;
    min-height: 80px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    margin-top: 10px;
    resize: vertical;
}
.img_upload_div {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.img_upload_div img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.photo_uploader {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    border: 1px dashed #bbb;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    background: #fff;
    transition: border 0.3s;
}
.photo_uploader:hover {
    border-color: #f60;
}
.img_upload_div img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
    margin: 5px;
    border: 1px solid #ddd;
}
.review_seller_box {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-top: 25px;
    background: #f9f9f9;
}
.review_seller_box h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.customer_review_bottom button {
    background: #f60;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 20px;
}
.customer_review_bottom button:hover {
    background: #e65c00;
}
@media (max-width: 768px) {
    .product_item_box {
        flex-direction: column;
        text-align: center;
    }
    .product_item_box .thumb {
        width: 100px;
        margin: 0 auto 10px;
    }
    .star_icon {
        justify-content: center;
    }
}
.img_upload_group {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    align-items: center;
}
.img_upload_div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.img_upload_div img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.photo_uploader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    min-width: 120px;
    height: 80px;
    border: 1px dashed #ccc;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    transition: border 0.3s, background 0.3s;
    font-size: 14px;
    text-align: center;
}
.photo_uploader:hover {
    border-color: #f60;
    background: #fffbe6;
}
.photo_uploader h4 {
    margin: 0;
    font-size: 14px;
}
.photo_uploader i {
    margin-top: 5px;
    font-size: 18px;
    color: #555;
}
.photo_uploader p {
    margin: 0;
    font-size: 13px;
    color: #333;
}
@media (max-width: 768px) {
    .img_upload_group {
        justify-content: center;
    }
    .photo_uploader {
        /* min-width: 90px; */
        font-size: 12px;
        /* padding: 8px; */
        /* height: 70px; */
    }
    .img_upload_div img {
        width: 60px;
        height: 60px;
    }
}
.cart_part {
    padding: 30px 0;
    /* background: #f9f9f9; */
}
.cart_product_list {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 25px;
    overflow: hidden;
}
.order_details_status ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
.order_details_status ul li {
    flex: 1 1 30%;
    margin-bottom: 15px;
}
.order_details_status p {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}
.order_details_status span {
    font-weight: 600;
    color: #111;
}
.cart_table_body tr {
    border-bottom: 1px solid #eee;
}
.cart_table_body td {
    padding: 12px 10px;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}
.cart_table_body .product_img_div img {
    width: 40px;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}
.primary_bulet_checkbox {
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}
/* .primary_bulet_checkbox input {
    display: none;
} */
.primary_bulet_checkbox .checkmark {
    width: 16px;
    height: 16px;
    border: 2px solid #555;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
}
.primary_bulet_checkbox input:checked ~ .checkmark {
    background: #4caf50;
    border-color: #4caf50;
    display: none;
}
.nc_select {
    border-radius: 6px;
    font-size: 14px;
    padding: 0px 8px;
    margin: 13px 4px 5px 0px;
    width: 100% !important;
}
/* button#contactBtn\ refund {
    padding: 0px;
} */
#additional_info {
    width: 100%;
    min-height: 90px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px;
    resize: vertical;
    font-size: 14px;
}
.photo_uploader {
    display: inline-block;
    padding: 10px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}
.photo_uploader:hover {
    border-color: #4caf50;
    background: #f0f8f5;
}
.photo_uploader h4 {
    font-size: 14px;
    margin-bottom: 5px;
}
.img_upload_div img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin: 5px;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.btn_1 {
    background: #4caf50;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn_1:hover {
    background: #43a047;
}
@media (max-width: 991px) {
    .order_details_status ul li {
        flex: 1 1 45%;
    }
    .cart_table_body td {
        font-size: 13px;
        padding: 8px;
    }
}
@media (max-width: 575px) {
    .order_details_status ul {
        flex-direction: column;
    }
    .order_details_status ul li {
        flex: 1 1 100%;
    }
    .cart_table_body td {
        display: block;
        text-align: left;
        padding: 10px 0;
    }
    .refund {
        width: 100% !important;
        text-align: center !important;
    }
}
.img_upload_div {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.img_upload_div img {
    width: 90px;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.refund {
    width: 40% !important;
    padding: 15px !important;
    margin: 20px 0 0 auto !important;
    font-size: 24px !important;
    display: block !important;
}
.single_product_item {
    margin-bottom: 30px;
}
.single_product_list {
    border: 1px solid #e0e0e0;
    padding: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.single_product_list:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.product_img {
    position: relative;
    overflow: hidden;
}
.product_img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.single_product_list:hover .product_img img {
    transform: scale(1.05);
    filter: brightness(0.85);
}
.discount_badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #9b1121;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 7px;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
}
.socal_icon {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
}
.single_product_list:hover .socal_icon {
    opacity: 1;
}
.socal_icon a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    color: #333;
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 25px;
    transition: all 0.3s ease;
    text-decoration: none;  
}
.socal_icon a:hover {
    background: #9b1121;
    color: #fff !important;
    border-color: #9b1121;
}
.socal_icon i span {
    display: none;
}
.product_text {
    padding: 10px 0 0;
    text-align: center;
}
.product_text h5 {
    font-size: 16px;
    margin-bottom: 5px;
    min-height: 50px;
}
.prices_offers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
}
.prices_offers .price {
    color: #333;
    margin-bottom: 10px;
}
.prices_offers del {
    color: #999;
    text-decoration: line-through;
}
a.wish_list_image {
    font-size: 20px;
    color: black;
    text-decoration: none;
}
i.ti-trash:hover {
    color: #fff !important;
}
i.ti-bag:hover {
    color: #fff !important;
}
.single_product_item {
    padding: 10px;
}
@media (min-width: 992px) {
    .single_product_item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .single_product_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-4.col-md-6.col-sm-6.single_product_item {
        max-width: 33% !important;
    }
    a.wish_list_image {
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .single_product_item {
        flex: 0 0 50%;
        max-width: 50%;
        /* padding-left: 5px;
        padding-right: 5px; */
    }
    .col-lg-4.col-md-6.col-sm-6.single_product_item {
        max-width: 50% !important;
    }
    .single_product_list img {
        width: 100%;
        height: auto;
    }
    .category_products_row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .product_page_tittle.d-flex.justify-content-between.grid_Title_page {
        flex-direction: row;
    }
}
.order_details_status ul li p {
    margin: 2px 0;
    font-size: 14px;
    line-height: 1.4;
}
.order_details_status ul li p span {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}
.order_details_status ul li p {
    color: #666;
}
.single_order_item p {
    margin: 2px 0;
    font-size: 14px;
    color: #666;
}
.single_order_item p span.order {
    font-weight: 600;
    color: #222;
}
.order_details_status ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.order_item_name img {
    width: 40px !important;
    height: auto;
    border-radius: 4px;
}
.order_details_status ul li {
    flex: 1;
    min-width: 200px;
    padding: 5px 10px;
}
.single_order_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.order_item_name {
    display: flex;
    align-items: center;
    gap: 10px;
}
.order_item_name img {
    width: 60px;
    height: auto;
    border-radius: 4px;
}
.orde_detail_page {
    border-right: none !important;
}
@media (max-width: 768px) {
    .col-xl-9.col-md-7 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .single_order_item {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .order_item_name {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .order_item_name img {
        width: 100px;
        margin-bottom: 8px;
    }
    .order_details_btn {
        width: 100%;
        margin-top: 12px;
    }
    .order_details_btn a {
        display: block;
        width: 100%;
        text-align: center;
    }
}
.table-responsive {
    overflow-x: auto;
}
.product-img {
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
.order_detail {
    font-size: 13px;
    color: #555;
}
@media (max-width: 768px) {
    .order-table thead {
        display: none;
    }
    .order-table tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding: 10px 10px 10px 20px;
    }
    .order-table td {
        display: block;
        text-align: right;
        position: relative;
        padding-left: 4%;
        border: none;
    }
    .order-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        font-weight: bold;
        text-align: left;
    }
}
@media (max-width: 768px) {
    .order-table thead {
        display: none;
    }
    .order-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px 10px 10px 15px;
    }
    .order-table td {
        display: block;
        text-align: right;
        position: relative;
        padding-left: 5%;
        border-bottom: 1px solid #eee;
    }
    .order-table td:last-child {
        border-bottom: 0;
    }
    .order-table td::before {
        content: attr(data-label);
        position: absolute;
        left: -2px;
        width: 30%;
        text-align: left;
        font-weight: bold;
        color: #333;
    }
    .order_button td {
        text-align: center !important;
        padding-top: 10px !important;
    }
    .btn_custom {
        width: 100%;
        margin: 5px 0;
        text-align: center;
    }
    .variation-info {
        display: block;
        margin-top: 5px;
    }
}
.btn_custom {
    background-color: #9b1c1f;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
    transition: 0.3s;
    width: 150px !important;
    text-align: center;
    border: 1px solid #9b1c1f !important;
}
.btn_custom:hover {
    background-color: #fff !important;
    color: #9b1c1f !important;
    border: 1px solid #9b1c1f;
    cursor: pointer;
}
.btn_custom_cancelled {
    background-color: #9b1c1f !important;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
    transition: 0.3s;
    width: 150px !important;
}
.order_cancel_by_id {
    background-color: #9b1c1f !important;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
    transition: 0.3s;
    width: 150px !important;
}
@media (max-width: 425px) {
    .order-table td {
        padding-left: 5%;
        font-size: 13px;
    }
    .order-table td::before {
        /* left: -7px; */
        width: 40%;
        font-size: 13px;
    }
    .btn_custom {
        font-size: 13px;
        padding: 7px 0;
    }
}
@media (max-width: 360px) {
    .order-table td {
        padding-left: 4%;
        font-size: 12px;
        line-height: 20px;
    }
    .order-table td::before {
        width: 38%;
        font-size: 12px;
    }
    .btn_custom {
        font-size: 12px;
        padding: 6px 0;
    }
}
.modal_800px {
    max-width: 800px;
}
.btn_custom_modal {
    background-color: #9b1c1f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn_custom_modal:hover {
    background-color: #fff;
    color: #9b1c1f;
    border: 1px solid #9b1c1f;
}
.modal-header {
    border-bottom: 1px solid #ddd;
}
.modal-title {
    font-weight: 600;
    font-size: 18px;
}
.form-label {
    font-weight: 500;
}
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 95%;
    }
    .btn_custom_modal {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    .modal-title {
        font-size: 16px;
    }
}
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.5);
}
.custom-modal {
    background-color: transparent !important;
    box-shadow: none !important;
}
.custom-close {
    font-size: 1.5rem;
    color: #9b1c1f;
    opacity: 1;
    background: none;
    border: none;
    top: -48px !important;
}
.custom-close:hover {
    color: #fff;
    cursor: pointer;
}
.dashboard_sidebar .dashboard_menu_item i span {
    display: none !important;
}
.dashboard_sidebar {
    width: 100%;
    max-width: 280px;
    background: #fff;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .dashboard_sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 260px;
        background: #fff;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        z-index: 9999;
        overflow-y: auto;
    }
    .dashboard_sidebar.active {
        left: 0;
    }
    .sidebar_close_btn {
        display: block;
        text-align: right;
        padding: 10px 15px;
        font-size: 22px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }
    .sidebar_toggle_btn {
        display: inline-block;
        background: #333;
        color: #fff;
        padding: 8px 14px;
        border-radius: 4px;
        cursor: pointer;
        margin: 15px 20px 15px 15px;
        float: left;
        width: 25%;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 9998;
    }
    .overlay.active {
        display: block;
    }
}
@media (min-width: 992px) {
    .sidebar_toggle_btn {
        display: none;
    }
}
img.image_ref {
    width: 50px;
}
.order-status-table {
    width: 100%;
    border-collapse: collapse;
}
.order-status-table th,
.order-status-table td {
    padding: 12px 15px 15px;
    border: 1px solid #e5e5e5;
    text-align: left;
}
.order-status-table th {
    background: #f8f8f8;
    font-weight: 600;
}
@media (max-width: 768px) {
    .order-status-table thead {
        display: none;
    }
    .order-status-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 8px 5px 18px 3px;        
    }
    .order-status-table td {
        display: block;
        text-align: right;
        padding: 8px 10px;
        border: none !important;
        position: relative;
        font-size: 14px;
    }
    .order-status-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
        color: #333;
    }
}
@media (max-width: 425px) {
    .order-status-table td {
        font-size: 13px;
        padding: 6px 8px;
    }
    .btn_1 {
        font-size: 12px;
        padding: 5px 8px;
    }
}
.nice-select.nc_select.form-control.order_dashboard {
    margin-left: 0px !important;
}
.order_details .order_item {
   
    width: 100% !important;
 
}
