@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    /* background: url(../img/bg-patn.png);
    background-repeat: repeat; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

ul {
    list-style: none;
    padding-left: 0;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}


a,
a:hover {
    text-decoration: none;
    color: #111827;
    /* font-size: 14px; */
}

.aipan-red-text {
    color: #B22222;
}

.aipan-earth {
    color: #6B4226;
}

.text-dark {
    color: #111827;
}

.accent-color {
    color: #4C8C4A;
}


.btn-theme {
    cursor: pointer;
    height: auto;
    width: auto;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: .9;
    color: #fff;
    background: #B22222;
    border-radius: 25px;
    transition: background .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out;
}


.header-top {
    background: #B22222;
    background: #1f0000;
    padding: 4px 0 4px 0px;
}

.header-top a {
    text-decoration: none;
    font-size: 13px;

}

.serch-mob-ico-bg {
    display: none;
}

.header-top p {
    margin: 0;
    color: rgb(255, 255, 255) !important;
}

.header-middle {
    padding: 10px 0;
    margin: 0 !important;
}

.search_bg {
    z-index: 100;
}

.header-search-wrapper {
    color: #2c281b;
    height: 40px;
    border-radius: 0;
    border: 0;
}

.header-search {
    position: relative;
}

.header-search-wrapper {
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    right: -2.3rem;
    z-index: 999;
    margin-top: 10px;
    color: #8d8d8d;
    box-sizing: content-box;
    height: 40px;
    border-radius: 5rem;
    border: 5px solid #ccc;
}

.header-top .header-search {
    flex: 1;
    max-width: 50.5%;
    padding: 0;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}

.header-search form {
    display: flex;
    border: 2px solid #B22222;
    border-radius: 25px;
    position: relative;
    padding-left: 15px;

}

.header-search form input {
    border: none;
    width: 100%;
    height: 38px;
    border-radius: 25px;
    -webkit-padding-end: 65px;
    padding-inline-end: 65px;
}

.header-search form input,
.header-search form input:focus {
    outline: none;
    box-shadow: none;
}

.header-search form button {
    position: absolute;
    top: -2px;
    right: -3px;
    bottom: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    padding: 0;
    border-radius: 0 25px 25px 0;
    background: #B22222;
    color: #ffffff;
    border: 1px solid #B22222;
}

.header-search form button:hover {
    color: #ffffff;
}

.header-middle_wrapper {
    padding: 20px 0;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.become-seller-bg {}

.become-seller-btn,
.become-seller-btn:hover {
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    background: #8E0E00;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1F1C18, #8E0E00);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-size: 14px;

}

.search_hint_bg {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 6px;
    border-top: 2px solid #b22222;
    padding-top: 12px;
    border-radius: 15px;
    display: none;
    z-index: 2;
}

.search_result {
    list-style: none;
    padding: 0 10px;
}

.search-resutls_item-info {
    margin-left: 15px;
    color: #111827;
}

.search-resutls_item-info p {
    font-size: 14px;
    font-weight: 600;
}

.search-resutls_item-info .price-sale {
    font-size: 13px;
    font-weight: 600;
    color: #b22222;
}

.modal-footer {
    justify-content: center;
}


.image-style img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.search-resutls_item {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}

.search-resutls_item-title p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.wishlist-target {
    position: relative;
    display: none;

}

.wishlist-target button {
    padding: 0;
    font-size: 25px;
}

.wish-number {
    position: absolute;
    top: auto;
    right: -9px;
    bottom: -10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    transform: translate(0);
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #b22222;
    color: #fff;
}

.cart-target {
    margin-left: 25px;
}

.header-menu>.menu-list>li {
    padding: 0 13px;
    display: inline-block;
    align-items: center;
    /* position: relative; */
    margin-bottom: 0;
}

.header-container ul li {
    text-indent: 0;
    margin: 0;
    list-style: none;
}

.header-bottom {
    background: #b22222;
    /* background: #FFAFBD; 
background: -webkit-linear-gradient(to right, #ffc3a0, #FFAFBD); 
background: linear-gradient(to right, #ffc3a0, #FFAFBD); */


}

.menu-item_wrapper {
    display: flex;
    align-items: center;
}

.header-menu>.menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.header-menu>.menu-list>li:hover .sub-menu-alt {
    display: block;

}

#notificationToast {}

.menu-item_wrapper a {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    font-size: 14px;
    padding: 12px 0px;
    font-weight: 500;
}

.menu-item_wrapper a:hover {
    color: rgb(255, 255, 255) !important;
    background: #b22222;
    transition: .3s;
}



.menu-item_wrapper a:hover .down-caret {
    filter: invert(1);
}

.mega-menu-ul-bg {
    list-style: none;
    padding: 15px;
}

.mega-menu-ul-bg h4 {
    font-size: 17px;
    color: #111827;
}

.menu-item .mega-menu-ul {
    list-style: none;
    padding-left: 0;
}

.menu-item .mega-menu-ul li {
    margin-bottom: 10px;
}

.menu-item .mega-menu-ul li a {
    font-size: 15px;
}

.menu-item .mega-menu-ul li a:hover {
    color: #b22222;
}



.sub-menu-alt {
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 1;
    transform: translateX(-50%);
    left: 50% !important;
    border: 1px solid #dedede;
    width: calc(78% - 25px);
}

.sub-menu-alt-list-bg {
    display: flex;
    flex-direction: column;
}

.sub-menu-alt-list {
    display: block;
}

.sub-menu-alt-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin: 10px;
}

.sub-menu-alt-box-img {
    width: 30%;
}

.sub-menu-alt-box-info {
    width: 67%;
}

.sub-menu-alt-box-info h6 {
    margin-bottom: 5px;
    font-size: 16px;
}

.sub-menu-alt-box-info p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #b22222;
}




.category-bg {
    margin-top: 50px;
}

.category-box-bg {
    display: flex;
    justify-content: space-between;

}

.category-box {
    margin-right: 15px;
    background: #f8f8f8;
    border-radius: 15px;
    cursor: pointer;
    padding: 20px 30px;
}

.category-box-img {
    /* width: 150px;
    height: 150px; */
    border-radius: 50%;
    overflow: hidden;
}

.category-box-img img {}


.category-box-info {
    margin-top: 20px;
    text-align: center;
}

.category-box-info h6 {
    color: #111827;
    text-decoration: none;
}

.category-bg h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.new-arrival-bg {
    margin-top: 50px;
}

.new-arrival-bg h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-list-index-bg {
    display: flex;
    flex-wrap: wrap;
}


.product-list-index-box {
    width: 24%;
    text-align: left;
    position: relative;
    vertical-align: top;
    overflow: visible;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 9.5px 9.5px 0;
    padding: 6px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    border-right: 3px solid #b22222;
    box-shadow: 1px 1px #b9b5b5;
}



.product-list-index-box .product-title {
    max-width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.35;
    letter-spacing: .005em;
    margin-bottom: .72rem;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0 !important;
    margin-bottom: 0;
}

.product-title a,
.product-title span {
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
}

.price-box {
    font-weight: 600 !important;
    font-size: 16px;
    color: #ff905a !important;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
}

.product-price {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 1;
}

.product-list-index-box .label-group {
    position: absolute;
    top: 17px;
    right: 16px;
}

.price-off-perc {
    background-color: #4C8C4A;
    ;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
}


.old-price {
    color: #8b8b8b;
    font-weight: 500;
    margin-left: 5px;
    font-size: 14px;
    margin-top: 1px;
    text-decoration: line-through;
}

.offer-avai-2 {
    margin-top: 4px;
    font-weight: 500;
    color: #B22222;
}


.latest-product-main-bg {
    background: #fff8e0;
    padding: 50px 0;
    margin-top: 50px;
}

.latest-product-box {
    border-radius: 15px;
    overflow: hidden;
    margin: 15px 0;
    background: #faeaa2;
    /* background: linear-gradient(90deg, rgba(253, 199, 5, 1) 0%, #ff8c07 100%); */
    padding: 0;
    color: #fff;
    display: block;
}

.latest-product-bg h3 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ebb46e;
    text-align: center;
    text-shadow: 2px 2px 0px #a36517;
    text-transform: uppercase;
}



.latest-product-bg {}

.latest-product-box-info {
    padding: 0;
    margin-top: 9px;
    text-align: center;
}



.latest-product-box-img {}

.latest-product-box h5 {
    font-size: 20px;
    font-weight: 800;
    color: #b22222;
    font-family: "Lobster", sans-serif;
}

.latest-product-box h6 {
    color: #b22222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;

}

.latest-product-box a {
    background: #b22222;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 76px;
    font-size: 14px;
    font-weight: 600;
    display: none;
    text-transform: uppercase;
}


.latest-art-main-bg {
    padding: 70px 0;
    margin-top: 50px;
    background-image: linear-gradient(to top, #17001f 0%, #710b19 100%);
}

.latest-art-bg h3 {
    color: #fff;
}



.footer {
    background-color: #fafbfc;
}

.footer-middle {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .widget-title {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

footer .contact-info li {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.4;
}

footer .contact-info-label {
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1px;
}

footer a {
    margin: 10px 0;
    color: #3e4152;
    font-size: 14px;
}

.footer .widget-newsletter form {
    position: relative;
    margin-bottom: 0;
    max-width: 370px;
}


.contact-info {
    list-style: none;
    padding-left: 0;
}

.links {
    list-style: none;
    padding-left: 0;
}

.footer .widget-newsletter .form-control {
    height: 50px;
    padding: 10px 15px;
    margin-bottom: 1rem;
    background-color: #eee;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.news-letter-email-bg {}

.news-letter-email {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.footer .widget-newsletter .btn {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.footer .widget-newsletter .btn {
    min-width: 63px;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #b22222;
    border-radius: 0 30px 30px 0;
    text-align: center;
    height: 50px;
}

.news-letter-email:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #B22222 !important;
    box-shadow: 0 0 0 0.2rem rgba(178, 34, 34, 0.25);
    color: #fff;
}

.footer .social-icons .social-icon {
    width: 30px;
    height: 30px;
    margin: .2rem;
    line-height: 3.6rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 29px;
}

.social-youtube {
    background-color: #f10000 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.product-single-share .social-icon.social-facebook,
.social-icon.social-facebook {
    background-color: #3b5a9a !important;
}

.product-single-share .social-icon.social-twitter,
.social-icon.social-twitter {
    background-color: #1aa9e1 !important;
}

.social-icon.social-linkedin {
    background-color: #0073b2 !important;
}

.social-icon.social-instagram {
    background-color: #7c4a3a !important;
}

.social-icons-footer .social-pinterest {
    background-color: #d3272c !important;
    padding-top: 3px;
    display: inline-block !important;
}

.social-icons-footer {
    display: flex;
    justify-content: start;
}



.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #B22222;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #B22222;
}

.btn-theme:hover {
    color: #fff;
}

.breadcrumb-list-wrapper {
    border-bottom: 1px solid #dedede;
    display: flex;
    margin-top: 0;
    padding: 15px 0;
    margin-bottom: 20px;
}


.product-breadcrumb .breadcrumb-item {
    font-size: 14px;
}

.page-title-breadcrumb-wrapper {
    flex: 0;
}

.page-title-breadcrumb-wrapper h3 {
    font-size: 20px;
}

.breadcrumb-list-wrapper .breadcrumb-list {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}


.breadcrumb-list li {
    margin-right: 10px;
    line-height: 24px;
}



/* seller register page css */



.bg-pahadi-gradient {
    background: linear-gradient(135deg, var(--pahadi-red) 0%, #8B0000 100%);
}

.text-pahadi-red {
    color: var(--pahadi-red) !important;
}

.btn-pahadi-red {
    background: linear-gradient(135deg, var(--pahadi-red) 0%, #8B0000 100%);
    border: none;
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-pahadi-red:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(178, 34, 34, 0.3);
    color: white;
}



@keyframes float {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 10px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--pahadi-red);
    box-shadow: 0 0 0 0.2rem rgba(178, 34, 34, 0.15);
}

.input-icon {
    position: relative;
}

.input-icon .form-control {
    padding-left: 45px;
}

.input-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 2;
}

.forgot-link {
    color: var(--pahadi-red);
    text-decoration: none;
    font-weight: 500;
}

.forgot-link:hover {
    color: var(--pahadi-red-dark);
    text-decoration: underline;
}

.divider {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dee2e6;
}

.divider span {
    padding: 0 15px;
    color: #6c757d;
    font-size: 14px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.feature-list li {
    padding: 8px 0;
    color: #495057;
}

.feature-list li i {
    color: var(--pahadi-red);
    margin-right: 10px;
}

.become-seller-mob-bg {
    display: none;
}

.open-slide {
    display: none;
}


#sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Show overlay */
#sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar {
    background: #920606;
    min-height: 100vh;
    color: white;
    width: 300px;
    padding: 60px 15px 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0.98;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

/* Show sidebar */
.sidebar.active {
    transform: translateX(0);
}

/* Menu items */
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    border-bottom: 1px solid #dedede66;
    padding: 15px 0;
}

.sidebar ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    display: block;
}

/* Close button */
#close_btn {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 576px) {
    .sidebar {
        width: 85%;
    }
}

.sidebar ul li {
    border-bottom: 1px solid #dedede66;
    padding: 15px 0px;
}

.sidebar ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}




.search-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.search-header-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.search-box {
    flex: 1;
    position: relative;
}





.search-container {
    width: 100%;
    max-width: 360px;
    background: #eee;
    padding: 12px;
    box-sizing: border-box;
}

.search-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.search-box {
    flex: 1;
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 10px 12px 10px 34px;
    border-radius: 0;
    border: none;
    outline: none;
    font-size: 14px;
    background: #fff;
    border-bottom: 2px solid #dedede;
}

.search-box input:focus {
    border-color: #B22222;
}

.search-red-ico {
    position: absolute;
    top: 10px;
    left: 0;
}

.cancel-btn {
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
    border: 2px solid #B22222;
    width: 35px;
    height: 35px;
}

.search-header-sub h3 {
    font-size: 20px;
    font-weight: 600;
}

.recent-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 6px;
    font-size: 14px;
    color: #333;
}

.recent-item img {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    object-fit: cover;
    background: #ddd;
}


.search-container {
    max-width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 84455454242;
    display: none;
    background: #ffffff;
    padding: 12px;
    box-sizing: border-box;
}

.bottom-nav {
    display: none;
}























/* LISTING PAGE CSS START */
.column-base {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
}

.search-leftContainer {
    min-width: 252px !important;
    flex-grow: 0 !important;
}



.sidebar-shop {
    font-size: 13px;
    color: #2c281b;
    font-weight: 500;
    max-width: 100%;
    position: sticky;
    top: 30px;
    left: 0;
}

.product-list-container .column-base {
    width: calc(100% - 282px);
}

.sidebar-filter-cat-box {
    /* border: 1px solid #dedede; */
    /* padding: 15px 15px; */
    border-radius: 10px;
    margin-bottom: 25px;
}

.sidebar-filter-cat-box h5 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    background: #ddede8;
    padding: 16px 14px;
    border-radius: 8px;

}

.sidebar-filter-cat-box ul {
    list-style: none;
}

.sidebar-filter-cat-box ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.sidebar-filter-cat-box ul li .pretty .state label {
    font-size: 15px;
}

.product-list-listing-bg {
    display: flex;
    flex-wrap: wrap;
}

.product-list-listing-box {
    width: 24%;
    text-align: left;
    position: relative;
    vertical-align: top;
    overflow: visible;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 9.5px 9.5px 0;
    padding: 6px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    border-right: 3px solid #b22222;
    box-shadow: 1px 1px #b9b5b5;
}

.product-list-listing-info {}


.product-list-listing-box .product-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .005em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-left: 0 !important;
    margin-bottom: 1px;
    margin-top: 7px;
}

.product-list-listing-box .product-title a,
.product-list-listing-box .product-title span {
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
}

.product-list-listing-box .price-box {
    font-weight: 600 !important;
    font-size: 16px;
    color: #ff905a !important;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
}

.product-list-listing-box .product-price {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 1;
}

.product-list-listing-box .product-list-index-box .label-group {
    position: absolute;
    top: 17px;
    right: 16px;
}

.product-list-listing-box .label-group {
    position: absolute;
    top: 17px;
    right: 16px;
}

.product-list-listing-box .price-off-perc {
    background-color: #4C8C4A;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
}


.product-list-listing-box .old-price {
    color: #8b8b8b;
    font-weight: 500;
    margin-left: 5px;
    font-size: 14px;
    margin-top: 1px;
    text-decoration: line-through;
}


.product-list-listing-box .offer-avai-2 {
    margin-top: 4px;
    font-weight: 500;
    color: #B22222;
}



.nav-products-list-top-left,
.nav-products-list-top-center,
.nav-products-list-top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.nav-products-list-top p {
    margin: 0;
}

.gr-per-page {
    margin-left: 15px;
}

.dropdown-toggle {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    line-height: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.gr-per-page .dropdown-toggle {
    line-height: 32px;
    border: 1px solid #dedede;
    padding: 0 10px;
}

.dropdown-toggle span.las {
    margin-left: 9px;
    font-size: 80%;
    opacity: .8;
}

.wc-ordering-dropdown .dropdown-menu,
.gr-per-page .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 2px;
}

.dropdown-menu>a {
    display: block;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #353535;
    fill: #353535;
}

.wc-ordering-dropdown .dropdown-toggle,
.gr-per-page .dropdown-toggle {
    line-height: 32px;
    border: 1px solid #dedede;
    padding: 0 10px;
}

/* LISTING PAGE CSS START ENDS */









.pk-filter-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 15px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    padding-top: 0;
}

/* Section block inside card */
.pk-filter-section {
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
}

.pk-filter-section:last-child {
    border-bottom: none;
}

.pk-filter-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pk-filter-title {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.pk-filter-title span:last-child {
    font-size: 1.15rem;
    color: #9ca3af;
    margin-left: 8px;
}

.pk-filter-clear {
    font-size: 0.82rem;
    color: var(--pk-accent, #b22222);
    cursor: pointer;
    font-weight: 500;
}

/* Filter options container */
.pk-filter-options {
    margin-top: 14px;
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    border: 0;
}

/* Pill refined design */
.pk-pill {
    border-radius: 30px;
    border: 1px solid #d4d4d8;
    padding: 6px 14px;
    font-size: 0.82rem;
    background: #ffffff;
    color: #374151;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.15s ease;
    margin: 0 6px 10px 0;
}

.pk-pill-input {
    display: none;
}

.pk-pill-input:checked+label.pk-pill {
    border-color: #b22222;
    background: rgba(178, 34, 34, 0.12);
    color: #b22222;
}

.pk-pill-count {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-left: 8px;
}

/* Price slider box look */
.pk-price-box {
    background: #ffffff;
    padding: 0px;
}

.pk-range-track {
    position: relative;
    height: 4px;
    background: #e5e7eb;
    border-radius: 4px;
    margin-bottom: 14px;
}

.pk-range-track-fill {
    position: absolute;
    height: 4px;
    background: #b22222;
    border-radius: 4px;
    left: 0;
    right: 0;
}


#mobileFiltersBackdrop {
    z-index: 123;
}

#mobileFiltersPanel {
    z-index: 147523423;
}


.pk-sort-inner {
    display: none;
}






















.prd-detail-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    flex-direction: column;
}


.review-rating-bg {
    display: flex;
    align-items: center;
}

.review-rating-bg {}

.review-rating-bg a {
    margin-left: 10px;
}

.review-rating-star span {}

.review-rating-star span i {
    color: #ffc107;
    ;
}

.availability-bg {
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.label-items-count {
    background: #fb317d;
    color: #fff;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 19px;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.wishlist-add-bg {}

.wishlist-add-bg span {
    cursor: pointer;
}

.wishlist-add-bg i {
    margin-right: 3px;
    color: #848484;
}

.prd-detail-heading {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.478em;
}

.prd-detail-price-bg {
    margin-bottom: 14px;
    margin-top: 3px;
    display: flex;
    align-items: center;
}

.prd-detail-new-price {
    font-size: 30px;
    font-weight: 600;

}

.prd-detail-old-price {
    text-decoration: line-through;
    color: #848484;
    font-size: 16px;
    margin-left: 10px;
}

.short-description {
    margin-top: 10px;
}

.short-description ul {
    list-style: disc;
    padding-inline-start: 20px;
}



.short-description ul li {
    color: #878787;
    font-size: 14px;
    margin-bottom: 8px;
}



.add-to-cart {
    background-color: #ffffff;
    color: #B22222;
    border-radius: 30px;
    padding: 8px 20px;
    border: 2px solid #B22222;
    font-weight: 600;
}

.add-to-cart:hover {
    background-color: #B22222;
    color: white;
}

.buy-now {
    background-color: #B22222;
    color: white;
    border-radius: 30px;
    padding: 8px 20px;
    margin-left: 10px;
    font-weight: 600;
}

.buy-now:hover {
    background-color: #B22222;
    color: white;
}

.size-choose-bg {
    margin-bottom: 20px;
}

.size-choose-bg h6 {
    font-size: 14px;
    text-transform: uppercase;
}

.size-choose-bg span {
    text-transform: capitalize;
    font-size: 14px;
    color: #878787;
    font-weight: 400;
}

.size-choose-card-bg {
    display: flex;
}

.size-choose-card {
    border: 1px solid #dedede;
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.size-choose-card.active {
    border: 1px solid #B22222;
    color: #B22222;
}

.size-choose-card.active span {
    color: #B22222;
}

.size-choose-card span {}

.size-choose-card p {}

.button-container {
    display: flex;
}


.quantity {
    display: flex;
    border: 2px solid #dfdfdf;
    border-radius: 4px;
    overflow: hidden;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    margin-right: 20px;
}

.quantity button {
    background-color: #dfdfdf;
    color: #2a2a2a;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #B22222;
    color: #fff;
}

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

.isp-detail-bg {
    display: flex;
    margin-top: 30px;
}


.isp-detail-card {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px dashed #dedede;
    margin-right: 30px;
    padding: 14px 22px;
    border-radius: 20px;
    background: #f8f9fa;
}

.isp-detail-card span {}





.faq-title {
    font-size: 24px;
    font-weight: 700;
    color: #212121;
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eeeeee;
}

.faq-grid {
    display: flex;
    flex-direction: column;
}

.accordion-item {
    border-bottom: 1px solid #eeeeee;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.accordion-button span {
    transition: color 0.2s ease;
    text-align: left;
}

.accordion-button:hover span {
    color: #FF9800;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    fill: #FF9800;
    flex-shrink: 0;
    margin-left: 16px;
    transition: transform 0.3s ease;
}

.accordion-button[aria-expanded='true'] .accordion-icon {
    transform: rotate(90deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.accordion-content p {
    padding-bottom: 16px;
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .accordion-item:last-child {
        border-bottom: none;
    }
}


.comment-box-bg {}

.comment-box {
    display: flex;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.comment-box-avtar {
    width: 65px;
    height: 65px;
}

.comment-box-avtar img {}

.comment-box-content {
    width: calc(100% - 65px);
    margin-left: 15px;
}

.comment-box-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.comment-box-heading h6 {}

.comment-box-content p {
    margin: 0;
}

.comment-box-heading span i {
    color: #B22222
}


.discount-badge {
    background: #ffc107;
    color: #000000;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 1rem;
}


.meta-item span {
    color: #878787;
    font-size: 14px;
    margin-bottom: 0px;
}



.product-breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    background: #fff;

}

.product-gallery {
    position: relative;
}

.main-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: var(--light-gray);
    cursor: zoom-in;
}

.main-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.main-image:hover img {
    transform: scale(1.02);
}

.thumbnail-gallery {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
}

.thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.thumbnail.active {
    border-color: var(--primary-red);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    padding-left: 0rem;
}


.product-price {
    margin-bottom: 1.5rem;
}

.current-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-red);
}

.original-price {
    font-size: 1.25rem;
    text-decoration: line-through;
    color: #666;
    margin-left: 0.5rem;
}



.product-meta {
    margin-bottom: 20px;
}

.meta-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #666;
}

.meta-item i {
    color: var(--primary-red);
    margin-right: 0.5rem;
    width: 20px;
}

.variant-selector {
    margin-bottom: 20px;
}

.variant-option {
    margin-bottom: 20px;
}

.variant-label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.variant-values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.variant-value {
    border: 1px solid #dedede;
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    color: #878787;
}

.variant-value:hover {
    border-color: var(--primary-red);
    transform: translateY(-2px);
}

.variant-value.selected {
    border: 1px solid #B22222;
    color: #B22222;
}

.variant-value.out-of-stock {
    opacity: 0.5;
    cursor: not-allowed;
    position: relative;
}

.variant-value.out-of-stock::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ff0000;
    transform: rotate(-45deg);
}

.quantity-selector {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.quantity-label {
    font-weight: 600;
    margin-right: 1rem;
    color: var(--dark-gray);
}

.quantity-controls {
    display: flex;
    border: 2px solid #dfdfdf;
    border-radius: 4px;
    overflow: hidden;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    margin-right: 20px;
}

.quantity-btn {
    background-color: #dfdfdf;
    color: #2a2a2a;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity-btn:hover:not(:disabled) {
    background: var(--primary-red);
    color: var(--primary-white);
}

.quantity-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}



.action-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 20px;
}

.btn-primary-custom {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: var(--primary-white);
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    flex: 1;
    border-radius: 8px;
    font-size: 1.1rem;
}

.btn-primary-custom:hover:not(:disabled) {
    background-color: #8B0000;
    border-color: #8B0000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(178, 34, 34, 0.3);
}

.btn-primary-custom:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-outline-custom {
    border: 2px solid var(--primary-red);
    color: var(--primary-red);
    background: transparent;
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    flex: 1;
    border-radius: 8px;
    font-size: 1.1rem;
}

.btn-outline-custom:hover:not(:disabled) {
    background: var(--primary-red);
    color: var(--primary-white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(178, 34, 34, 0.3);
}

.product-details-tabs {
    margin: 20px 0;
}

.nav-tabs-custom {
    border-bottom: 2px solid var(--border-color);
}

.nav-tabs-custom .nav-link {
    color: #919191;
    font-weight: 400;
    border: none;
    padding: 1rem 2rem;
    font-size: 16px;
}

.nav-tabs-custom .nav-link i {
    color: #919191;
    margin-right: 10px;
}

.nav-tabs-custom .nav-link.active {
    color: #B22222;
    background: transparent;
    border-bottom: 3px solid #B22222;
    font-weight: 600;
}

.nav-tabs-custom .nav-link.active i {
    color: #B22222;

}

.tab-content {
    padding: 2rem 0;
}

.description-content {
    line-height: 1.8;
    color: #555;
    font-size: 1.1rem;
}

.specifications-table {
    width: 100%;
    border-collapse: collapse;
}

.specifications-table tr {
    border-bottom: 1px solid var(--border-color);
}

.specifications-table td {
    padding: 1rem 0.5rem;
    vertical-align: top;
}

.specifications-table td:first-child {
    font-weight: 600;
    color: var(--dark-gray);
    width: 30%;
}

.related-products {
    margin-top: 30px;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--primary-red);
}



.in-stock {
    background: #D4EDDA;
    color: #155724;
}

.out-of-stock {
    background: #F8D7DA;
    color: #721C24;
}

.low-stock {
    background: #FFF3CD;
    color: #856404;
}

.variant-info-card {
    background: var(--light-gray);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
    border-left: 4px solid var(--primary-red);
}

.social-share {
    display: flex;
    gap: 1rem;
    margin-top: 10px;
    align-items: center;
}

.social-share a:hover {
    color: #fff;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.share-btn:hover {
    transform: translateY(-2px);
}

.share-facebook {
    background: #3b5998;
}

.share-twitter {
    background: #1da1f2;
}

.share-pinterest {
    background: #bd081c;
}

.share-whatsapp {
    background: #25d366;
}

.specifications-container {
    max-width: 100%;
}

.specification-group {
    background: var(--primary-white);
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--primary-red);
}

.specification-group-title {
    color: var(--primary-red);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.specification-group-title i {
    margin-right: 8px;
}

.specification-table {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.spec-row {
    display: flex;
    align-items: flex-start;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-label {
    flex: 0 0 200px;
    font-weight: 600;
    color: var(--dark-gray);
    padding-right: 1rem;
    font-size: 0.95rem;
}

.spec-value {
    flex: 1;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.spec-value .badge {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
}

.additional-info-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid var(--primary-red);
}

.info-item i {
    font-size: 1.1rem;
    width: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .spec-row {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem 0;
    }

    .spec-label {
        flex: none;
        width: 100%;
        padding-right: 0;
        font-size: 0.9rem;
    }

    .spec-value {
        flex: none;
        width: 100%;
        font-size: 0.9rem;
    }

    .additional-info-content {
        grid-template-columns: 1fr;
    }

    .specification-group {
        padding: 1rem;
    }
}

/* Hover effects */
.spec-row:hover {
    background: #fafafa;
    border-radius: 5px;
    padding: 0.8rem;
    margin: 0 -0.5rem;
}

/* Copy button styles */
.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}



.product-details-tabs .nav-tabs {
    border-bottom: 1px solid #dedede;
}


















.product-breadcrumb {
    margin: 10px 0;
}

/* Breadcrumb base */
.product-breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    /* allows wrapping on mobile */
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

/* Breadcrumb items */
.product-breadcrumb .breadcrumb-item {
    font-size: 14px;
    white-space: normal;
    /* allow line breaks */
    word-break: break-word;
    /* prevent overflow */
}

/* Links */
.product-breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #555;
}

.product-breadcrumb .breadcrumb-item a:hover {
    color: #000;
}

/* Active item */
.product-breadcrumb .breadcrumb-item.active {
    color: #888;
}

/* Separator spacing */
.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 6px;
}













/* Mobile optimization */
@media (max-width: 576px) {
    .product-breadcrumb .breadcrumb {
        flex-wrap: nowrap;
        overflow-x: auto;
        /* horizontal scroll if too long */
        -webkit-overflow-scrolling: touch;
    }

    .product-breadcrumb .breadcrumb-item {
        flex-shrink: 0;
        font-size: 13px;
    }
}





.wishlist-add-bg-mob {
    display: none;
}













.product-list-heading-bg {
    background: linear-gradient(135deg, #f8f4ef, #efe6d8);
    padding: 18px 22px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-left: 5px solid #b22222;
}

.product-list-heading-bg h5 {
    font-weight: 600;
    color: #3a2f28;
    margin-bottom: 4px;
}

.product-list-heading-bg p {
    font-size: 14px;
    color: #7a6a5e;
}

/* Tablet */
@media (max-width: 768px) {
    .product-list-heading-bg {
        padding: 14px 16px;
    }

    .product-list-heading-bg h5 {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .product-list-heading-bg {
        padding: 12px;
        border-left-width: 3px;
    }

    .product-list-heading-bg h5 {
        font-size: 16px;
    }

    .product-list-heading-bg p {
        font-size: 13px;
    }
}


.breadcrumb {
    background: none;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #aaa;
    padding: 0 8px;
}

.breadcrumb-item a {
    color: #B22222;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #555;
}

.cart-page-container {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.cart-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cart-page-header h2 {
    font-size: 20px;
    margin: 0;
}

.product-info-bg {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-info-bg img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    background: #eaeaea;
}

.product-info-bg h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.product-info-bg p {
    margin: 3px 0 0;
    font-size: 13px;
    color: #777;
}


.cart-item-bg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
    background: #fafafa;
    padding: 15px;
}

.cart-table-header-bg,
.cart-item {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr 40px;
    align-items: center;
    gap: 12px;
}

.cart-table-header-bg {
    font-size: 14px;
    color: #888;
    padding-bottom: 10px;
    font-size: 14px;
    color: #888;
    padding-bottom: 10px;
}

.cart-each-price {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}

.cart-remove-btn {
    color: #e53935;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.remove-item {}

.clear-cart {
    color: #e53935;
    font-size: 14px;
    cursor: pointer;
}

.qty-control-bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qty-control {
    width: 36%;
}

.item-total {
    margin: 0;
}

.quantity-input {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

.quantity-decrease,
.quantity-increase {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 50%
}

.order-summary-item {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}



.order-summary-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 90px;
}

.summary-title {
    font-weight: 600;
    margin-bottom: 18px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 15px;
}

.summary-row.muted {
    color: #777;
    font-size: 14px;
}

.summary-row.total {
    font-size: 18px;
    font-weight: 600;
}

.grand-total {
    color: #B22222;
}



.secure-text {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    color: #555;
}

/* Mobile */
@media (max-width: 768px) {
    .order-summary-card {
        position: static;
        margin-top: 20px;
    }
}

.checkout-section-progress {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}


.checkout-section {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;

}

.section-title {
    color: #B22222;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.address-card {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.address-card:hover,
.address-card.selected {
    border-color: #B22222;
    background-color: #fff5f5;
}

.address-card.selected {
    border-width: 2px;
}

.order-summary-item {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.order-summary-item:last-child {
    border-bottom: none;
}

.payment-method {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.payment-method.selected {
    border-color: #B22222;
    background-color: #fff5f5;
}

.sticky-checkout-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e0e0e0;
    z-index: 1000;
}

.seller-group {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.progress-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    font-weight: bold;
}

.progress-step.active {
    background: #B22222;
    color: white;
}

.checkout-btn {
    background: #B22222;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    transition: all 0.3s ease;
}

.checkout-btn:hover {
    background: #9a1b1b;
    transform: translateY(-2px);
}

.checkout-btn:disabled {
    background: #6c757d;
    transform: none;
}

.is-invalid {
    border-color: #dc3545 !important;
}


.step-section {
    display: none;
}

.step-section.active {
    display: block;
}



.login-section {
    background: linear-gradient(180deg, #ffb8b8 0%, #ffffff 100%);
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.login-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(178, 34, 34, 0.1);
    overflow: hidden;
    max-width: 450px;
    margin: 0 auto;
}

.login-header {
    background: linear-gradient(180deg, #db5e5e 0%, #ffffff 100%);
    color: white;
    padding: 2rem;
    text-align: center;
    padding-bottom: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.login-header h2,
.login-header-heading {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #230a00;
    flex-direction: column;
}


.login-header p,
#otpMobileDisplay {
    margin: 10px 0 0 0;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    color: #3d3d3d;
    ;
}

.login-header-img-bg {
    width: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.login-body {
    padding: 30px;

}


.form-control {
    border-radius: 8px;
    border: 1px solid #e9ecef;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.form-control:focus {
    border-color: #B22222;
    box-shadow: 0 0 0 0.2rem rgba(178, 34, 34, 0.1);
}

.btn-login {
    background: linear-gradient(135deg, #B22222 0%, #8B0000 100%);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(178, 34, 34, 0.3);
}

.btn-login:disabled {
    background: #6c757d;
    transform: none;
    box-shadow: none;
}

.otp-section {
    display: none;
}

.otp-input {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 10px;
    font-weight: 500;
    padding: 1rem;
}

.resend-otp {
    cursor: pointer;
    transition: color 0.3s ease;
    color: #B22222 !important;
    text-decoration: none;
}

.resend-otp:hover {
    color: #8B0000 !important;
    text-decoration: underline;
}

.resend-otp:disabled {
    color: #6c757d !important;
    cursor: not-allowed;
    text-decoration: none;
}

.back-link {
    color: #6c757d !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #B22222 !important;
    text-decoration: underline;
}

.input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-right: none;
}

.login-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;

}

.login-features li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    color: #6c757d;
    margin: 0px 13px;
    font-size: 12px;
}

.login-features li i {
    color: #B22222;
    margin-right: 10px;
    font-size: 1.1rem;
}

.timer-text {
    color: #B22222;
    font-weight: 600;
}

.timer-expired {
    color: #dc3545;
}




.btn-checkout {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    background: #B22222;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 0 #7a1616, 0 12px 25px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.btn-checkout:hover {
    background: #c92a2a;
    color: #fff;
}

.btn-checkout:active {
    box-shadow: 0 2px 0 #7a1616;
    transform: translateY(4px);
}

.order-success-heading-bg h2 {
    font-size: 32px;
    font-weight: 600;
}

.success-order-bg {
    background: #fff;
    padding: 40px 20px;
    border-radius: 30px;
}

.order-success-heading-bg p {
    font-size: 16px;
}

/* Animation Effects */
.success-animation {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Celebration Effects */
.confetti {
    position: absolute;
    width: 12px;
    height: 12px;
    opacity: 0;
}

.confetti:nth-child(1) {
    animation: confetti-fall 3s infinite 0.5s;
    background-color: #2E8B57;
    left: 10%;
}

.confetti:nth-child(2) {
    animation: confetti-fall 3s infinite 1s;
    background-color: #3CB371;
    left: 20%;
}

.confetti:nth-child(3) {
    animation: confetti-fall 3s infinite 1.5s;
    background-color: #DAA520;
    left: 30%;
}

.confetti:nth-child(4) {
    animation: confetti-fall 3s infinite 2s;
    background-color: #2E8B57;
    left: 40%;
}

.confetti:nth-child(5) {
    animation: confetti-fall 3s infinite 2.5s;
    background-color: #3CB371;
    left: 50%;
}

@keyframes confetti-fall {
    0% {
        transform: translateY(-100px) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(500px) rotate(720deg);
        opacity: 0;
    }
}

/* Order Card Styling */
.order-details-card {
    border-left: 4px solid var(--pahadi-primary);
    background: linear-gradient(135deg, var(--pahadi-primary-soft) 0%, #ffffff 100%);
    box-shadow: 0 5px 20px rgba(46, 139, 87, 0.1);
    transition: transform 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.order-details-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(46, 139, 87, 0.15);
}

/* Success Celebration Banner */
.celebration-banner {
    background: linear-gradient(135deg, #a70606 0%, var(--pahadi-primary-dark) 100%);
    color: white;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.celebration-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    animation: sparkle 3s linear infinite;
}

@keyframes sparkle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Tracking Steps */
.tracking-steps {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    position: relative;
}

.tracking-steps::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(to right, var(--pahadi-primary-light), var(--pahadi-primary-dark));
    z-index: 1;
}

.step {
    text-align: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.step-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    color: var(--pahadi-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
    border: 3px solid #e8f5e9;
    transition: all 0.3s ease;
}

.step.completed .step-icon {
    background: var(--pahadi-primary);
    color: white;
    border-color: var(--pahadi-primary);
    transform: scale(1.1);
    box-shadow: 0 0 0 5px rgba(46, 139, 87, 0.2);
}

.step.current .step-icon {
    background: var(--pahadi-primary);
    color: white;
    border-color: var(--pahadi-primary);
    animation: pulse 2s infinite;
    transform: scale(1.1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 139, 87, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(46, 139, 87, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(46, 139, 87, 0);
    }
}

/* Color Classes */
.pahadi-success {
    color: var(--pahadi-primary) !important;
}

.pahadi-success-light {
    color: var(--pahadi-primary-light) !important;
}

.pahadi-bg-success {
    background-color: var(--pahadi-primary) !important;
}

.pahadi-bg-success-light {
    background-color: var(--pahadi-primary-light) !important;
}

.pahadi-bg-soft-success {
    background-color: var(--pahadi-primary-soft) !important;
}

.pahadi-border-success {
    border-color: var(--pahadi-primary) !important;
}

.pahadi-gradient-success {
    background: linear-gradient(135deg, var(--pahadi-primary) 0%, var(--pahadi-primary-dark) 100%) !important;
}

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

.pahadi-bg-accent {
    background-color: var(--pahadi-accent) !important;
}








/* Card Header Styling */
.card-header-success {
    background: linear-gradient(135deg, var(--pahadi-primary) 0%, var(--pahadi-primary-dark) 100%);
    color: white;
    border-bottom: none;
    padding: 20px;
}


/* Order Number Display */
.order-number-display {
    background: linear-gradient(135deg, var(--pahadi-primary-soft) 0%, #ffffff 100%);
    border: 2px solid var(--pahadi-primary-light);
    padding: 20px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.order-number-display::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, var(--pahadi-primary), var(--pahadi-gold), var(--pahadi-primary));
}

.order-number-display h5 {
    font-size: 16px;
}

.order-number-display h2 {
    font-size: 18px;
}

/* Success Icon Container */
.success-icon-container {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--pahadi-primary-soft) 0%, rgba(46, 139, 87, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 5px solid white;
    box-shadow: 0 0 0 8px var(--pahadi-primary-soft), 0 10px 30px rgba(46, 139, 87, 0.3);
}

.btn-pahadi-success {
    color: #b22222;
}

.btn-pahadi-outline-success {
    color: #b22222;
}

.success-icon-container i {
    font-size: 60px;
}

.empty-card-bg {
    margin-top: 60px;
}

#toastContainer {
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 9999;
    min-width: 300px;
    transform: translateX(-50%);
}



.page-item.active .page-link {
    background-color: #B22222;
}

.order-history-heading-bg {
    background: linear-gradient(135deg, #f8f4ef, #efe6d8);
    padding: 18px 22px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-left: 5px solid #b22222;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.orders-tabs-bg {
    background: #f7f7f5;
    padding: 8px;
    border-radius: 10px;
}

.orders-tabs-bg a {}

.orders-tabs-bg a:hover {}

.order-history-heading-bg h2 {
    font-weight: 600;
    color: #3a2f28;
}


.order-card {
    border: 2px solid #e9e9e9;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

.order-card-top-bg {
    background: #f4f4f4;
    padding: 15px 15px;
}

.order-card-bottom-bg {
    padding: 20px 20px;
}

.order-detail-ing-bg {}

.order-card-top-bg h5 {
    font-size: 14px;
}

.order-card-bottom-bg small {
    font-size: 12px;
}

.btn-outline-theme {
    border: 1px solid #b22222;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding: 9px 10px;
    color: #b22222;
}

.order-detail-info-bg {
    display: flex;
    flex-direction: column;
}

.order-detail-img-bg {
    display: flex;
}

.order-detail-info-bg a {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.order-detail-info-bg span {
    margin: 3px 0 0;
    font-size: 13px;
    color: #777;
}

/* Statistics Cards */
.stat-card {
    background: white;
    border-radius: 10px;
    padding: 10px 10px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.reset-filter-btn {
    background: #f1f1f1;
    color: #000000;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 10px;
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, var(--pahadi-primary), var(--pahadi-primary-dark));
}

.stat-icon-bg small {
    font-size: 14px;
    margin-left: 10px;
}

.stat-icon {
    width: 25px;
    height: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.stat-icon-bg {
    display: flex;
    align-items: center;
}

.stat-card-icon-bg {}

.stat-card-icon-bg h3 {
    font-size: 15px;
    margin: 0;
}

.stat-total .stat-icon {
    background: #d4edda;
    color: #538a60;
}

.stat-pending .stat-icon {
    background: #fff3cd;
    color: #856404;
}

.stat-confirmed .stat-icon {
    background: #cce5ff;
    color: #004085;
}

.stat-shipped .stat-icon {
    background: #d1ecf1;
    color: #0c5460;
}

.stat-delivered .stat-icon {
    background: #d4edda;
    color: var(--pahadi-success);
}

.stat-cancelled .stat-icon {
    background: #f8d7da;
    color: #721c24;
}

/* Status Badges */
.status-badge {
    font-size: 0.8rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
}

.badge-pending {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.badge-confirmed {
    background: #cce5ff;
    color: #004085;
    border: 1px solid #b8daff;
}

.badge-shipped {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.badge-delivered {
    background: #d4edda;
    color: var(--pahadi-success);
    border: 1px solid #c3e6cb;
}

.badge-cancelled {
    background: #f8d7da;
    color: var(--pahadi-primary);
    border: 1px solid #f5c6cb;
}

.badge-paid {
    background: #d4edda;
    color: var(--pahadi-success);
}

.badge-unpaid {
    background: #fff3cd;
    color: #856404;
}

/* Filter Styles */
.filter-card {
    background: white;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    margin-bottom: 20px;

}

.filter-btn {
    border: 0;
    border-radius: 6px;
    padding: 7px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-right: 10px;
    font-size: 14px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;

}

.filter-btn:hover {
    border-color: #B22222;
    color: #B22222;
}

.filter-btn.active {
    background: #B22222;
    color: white;
    border-color: #B22222;
}

/* Order Item Images */
.order-item-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.order-item-image:hover {
    transform: scale(1.1);
}

.status-badge-bg {
    display: flex;
}

/* Progress Bar for Order Status */
.order-progress {
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

.order-progress-bar {
    height: 100%;
    background: linear-gradient(to right, var(--pahadi-primary), var(--pahadi-primary-dark));
    border-radius: 3px;
}

/* Action Buttons */
.btn-pahadi-outline {
    border: 2px solid var(--pahadi-primary);
    color: var(--pahadi-primary);
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-pahadi-outline:hover {
    background: var(--pahadi-primary);
    color: white;
    transform: translateY(-2px);
}

.btn-pahadi-solid {
    background: var(--pahadi-primary);
    color: #B22222;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-pahadi-solid:hover {
    background: var(--pahadi-primary-dark);
    color: #B22222;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(178, 34, 34, 0.3);
}

/* Empty State */
.empty-state {
    padding: 60px 20px;
    text-align: center;
    background: white;
    border-radius: 15px;
    border: 2px dashed #dee2e6;
}

.empty-state-icon {
    width: 100px;
    height: 100px;
    background: #f6f6f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

/* Responsive Adjustments */


/* Loading Animation */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.loading-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}

.overlay-content,
#openOverlay {
    display: none;
}


.order-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 20px;
}

.order-header h1 {
    font-size: 22px;
    font-weight: 600;
}

.order-header p {
    margin: 0;
}

.order-header .badge {
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    background: #28a745;
    font-weight: 400;
}

.order-detail-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 20px;
}

.order-detail-card .info p {
    margin: 6px 0;
    font-size: 14px;
}

.order-detail-card .info h2 {
    font-size: 22px;
    font-weight: 600;
}

.order-detail-card h2 {
    font-size: 22px;
    font-weight: 600;
}

.summary p.total {
    font-weight: bold;
    font-size: 16px;
}

.actions {
    text-align: right;
    margin-top: 15px;
}

.order-details-page {
    background: #f5f7fb;
    padding: 20px 0;
}

.summary p {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 14px;
}

.actions .btn-outline-theme {
    margin: 5px 10px;
}



/* Responsive Adjustments */
@media (max-width: 768px) {
    .tracking-steps {
        flex-direction: column;
        align-items: flex-start;
        margin: 20px 0;
    }

    .tracking-steps::before {
        display: none;
    }

    .step {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
        width: 100%;
    }

    .step-icon {
        margin: 0 20px 0 0;
        min-width: 48px;
    }

    .step-text {
        text-align: left;
    }

    .btn-group-responsive {
        flex-direction: column;
        gap: 15px;
    }

    .btn-group-responsive .btn {
        width: 100%;
        margin: 5px 0;
    }

    .success-icon-container {
        width: 100px;
        height: 100px;
    }

    .price-highlight {
        font-size: 1.5rem;
    }
}