/* Cart Shipping */

.shipping-card {
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
}

.shipping-radio {
    display: none;
}

.shipping-box {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 12px 15px;
    background: #fff;
    transition: all 0.2s ease;
}

.shipping-box h6 {
    font-size: 15px;
    font-weight: 600;
}

.shipping-box small {
    font-size: 12px;
}

.shipping-box:hover {
    border-color: var(--bs-primary);
}

.shipping-card.active .shipping-box,
.shipping-radio:checked + .shipping-box {
    border-color: var(--bs-primary);
    background: #f8fbff;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.12);
}

.shipping_price,
.shipping-box .badge {
    font-size: 13px;
}

/* Cusromer Login Start */
.login-wrapper {
    border-radius: 20px;
}
.login-banner {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #fff;
    padding: 60px 45px;
    display: flex;
    align-items: center;
}
.login-banner-content {
    width: 100%;
}
.login-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 32px;
}
.login-banner h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}
.login-description {
    opacity: 0.9;
    line-height: 1.8;
    margin-bottom: 30px;
}
.login-features {
    margin-bottom: 35px;
}
.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.feature-item i {
    color: #fff;
    margin-right: 12px;
    font-size: 16px;
}
.secure-note {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.secure-note i {
    margin-right: 10px;
    font-size: 18px;
}
.login-form-area {
    padding: 50px;
    background: #fff;
    height: 100%;
}
.login-form-area .form-control {
    height: 55px;
    border-radius: 10px;
}
.login-form-area .input-group-text {
    background: #f8f9fa;
    border-radius: 10px 0 0 10px;
}
.login-form-area .btn-primary {
    border-radius: 10px;
    font-size: 16px;
}
@media (max-width: 991px) {
    .login-banner {
        padding: 40px 30px;
    }
    .login-form-area {
        padding: 35px 25px;
    }
    .login-banner h2 {
        font-size: 28px;
    }
}
/* Customer Login End */

/* Registration fixture partern */
.register_info_box::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -120px;
    right: -120px;
}

.register_info_box::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    bottom: -100px;
    left: -100px;
}
/* Registration fixture partern */

/* Dashboard Design */
.dashboard-card {
    border: none;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    overflow: hidden;
    background: #fff;
}

.dashboard-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.welcome-card {
    background: linear-gradient(135deg, #0d6efd, #4f8cff);
    color: #fff;
    border-radius: 20px;
    padding: 35px;
}

.welcome-card h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-card {
    padding: 25px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    transition: 0.3s;
    height: 100%;
    position: relative;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
}

.bg-blue {
    background: #0d6efd;
}

.bg-success2 {
    background: #198754;
}

.bg-warning2 {
    background: #fd7e14;
}

.stat-card h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-card p {
    color: #888;
    margin: 0;
}

.section-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    padding: 25px;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.tracking-item {
    border: 1px solid #eee;
    border-left: 5px solid #0d6efd;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.tracking-item:hover {
    background: #f8fbff;
}

.dashboard-table thead {
    background: #f8f9fa;
}

.dashboard-table th {
    border: none;
    font-weight: 600;
}

.dashboard-table td {
    vertical-align: middle;
}

.order_badge {
    padding: 8px 14px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.order_badge.active {
    background: #0d6efd;
}

.order_badge.processing {
    background: #fd7e14;
}

.order_badge.confirmed {
    background: #0dcaf0;
}

.order_badge.shipped {
    background: #212529;
}

.order_badge.delivered {
    background: #198754;
}

.view-btn {
    border-radius: 30px;
    padding: 8px 18px;
}

/* Customer Dashboard */
.customer-sidebar {
    background: #fff;

    border-radius: 20px;

    padding: 20px;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.customer-profile {
    background: linear-gradient(135deg, #0d6efd, #1947b7);
    border-radius: 20px;
    padding: 25px;
    color: #fff;
    text-align: center;
}

.profile-avatar {
    width: 90px;

    height: 90px;

    border-radius: 50%;

    background: #fff;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 42px;

    color: #0d6efd;

    margin-bottom: 15px;
}

.profile-info h5 {
    font-weight: 700;

    margin-bottom: 5px;
}

.profile-info small {
    background: rgba(255, 255, 255, 0.15);

    padding: 6px 14px;

    border-radius: 30px;
}

.menu-title {
    text-transform: uppercase;

    text-align: center;

    font-weight: 700;

    color: #999;

    font-size: 13px;

    letter-spacing: 1px;

    margin-bottom: 18px;

    position: relative;
}

.menu-title:before {
    content: "";

    position: absolute;

    width: 32%;

    height: 1px;

    background: #ddd;

    left: 0;

    top: 50%;
}

.menu-title:after {
    content: "";

    position: absolute;

    width: 32%;

    height: 1px;

    background: #ddd;

    right: 0;

    top: 50%;
}

.sidebar-menu .nav-link,
.customer-sidebar .nav-link {
    display: flex;

    align-items: center;

    padding: 15px;

    border-radius: 15px;

    margin-bottom: 12px;

    color: #222;

    transition: 0.3s;

    font-weight: 600;
}

.sidebar-menu .nav-link:hover {
    background: #f8f9ff;

    transform: translateX(5px);
}

.sidebar-menu .nav-link.active {
    background: linear-gradient(135deg, #4d8dff, #2463eb);

    color: #fff;
}

.sidebar-menu .nav-link.active .menu-icon {
    background: #fff !important;

    color: #2463eb;
}

.menu-icon {
    width: 52px;

    height: 52px;

    border-radius: 14px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 15px;

    font-size: 20px;
}

.logout {
    color: #dc3545 !important;
}

.logout:hover {
    background: #fff5f5;
}

.help-box {
    border-radius: 18px;

    background: #f5f8fd;

    padding: 20px;
}

.help-icon {
    width: 55px;

    height: 55px;

    border-radius: 50%;

    background: #dfeaff;

    color: #0d6efd;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 22px;
}

.help-box h6 {
    margin: 0;

    font-weight: 700;
}

.help-box small {
    color: #777;
}

/* FAQ page */
.faq-page {
    background: #f8fafc;
    padding: 70px 0;
}

.faq-header {
    margin-bottom: 45px;
    text-align: left;
}

.faq-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.faq-header h2::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #0d6efd;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50px;
}

.faq-header p {
    font-size: 16px;
    line-height: 1.9;
    color: #6c757d;
    text-align: justify;
    margin: 0;
    margin-bottom: 20px;
}

.accordion-item {
    border: 0;
    margin-bottom: 15px;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    padding: 22px 24px;
    box-shadow: none !important;
}

.accordion-button:hover {
    background: #f8fbff;
}

.accordion-button:not(.collapsed) {
    background: #0d6efd;
    color: #fff;
}

.accordion-button::after {
    transition: 0.35s;
}

.accordion-body {
    background: #fff;
    padding: 22px 24px;
    line-height: 1.9;
    color: #555;
}
/* Faq Page */
/* Content Page */
.about_section {
    padding: 20px 0;
    background: #fff;
}

.content_page_area {
    background: #fff;
}

.content_page_header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.content_page_header h1 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0;
    line-height: 1.3;
}

.content_page_content {
    font-size: 17px;
    line-height: 2;
    color: #555;
    text-align: justify;
}

.content_float_img {
    width: 420px;
    max-width: 100%;
    float: left;
    margin: 0 30px 20px 0;
    border-radius: 10px;
    object-fit: cover;
}

/* Newspaper style paragraph spacing */
.content_page_content p {
    margin-bottom: 20px;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    .content_float_img {
        width: 100%;
        float: none;
        margin: 0 0 25px;
    }

    .content_page_header h1 {
        font-size: 28px;
    }

    .content_page_content {
        font-size: 16px;
        line-height: 1.9;
    }
}

/* Content Page */

.best-deal-product .image {
    padding: 50px;
}

.viewDetailsBtn {
    clear: both;
    width: 160px;
    height: 45px;
    margin: 9px auto;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    color: #000;
    padding: 10px 15px;
    line-height: 23px;
    font-size: 14px;
    font-weight: 700;
}

.viewDetailsBtn:hover {
    background-color: #709dff;
    border-color: #709dff;
    color: #ffffff;
}

/* Small product hover add to cart button */
