 
 
 body {
            background: #f5f5f5;
            font-family: Arial, sans-serif;
        }

        /* Top bar */
        .top-bar {
            font-size: 13px;
            text-align: center;
            padding: 5px 0;
            color: #777;
            border-bottom: 1px solid #eee;
        }
        .cart-icon {
    font-size: 22px;
    color: #333;
    text-decoration: none;
}

.cart-icon:hover {
    color: #2ecc71;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #2ecc71;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
}
header svg{ width:25px; height:25px; }
        /* Header */
        .navbar-brand span {
            color: #2ecc71;
            font-weight: bold;
        }

        .navbar {
            background: #fff;
            border-bottom: 1px solid #eee;
        }
        .navbar-brand img{ max-width:100%; max-height:60px; }
        .navbar-nav a{ margin:0 15px; }

        /* Shop section */
        .shop-section {
            background: #fff;
            padding: 40px;
            margin: 40px auto;
            border-radius: 5px;
        }

        .product-card {
            text-align: center;
            padding: 20px;
            border: 1px solid #eee;
            border-radius: 5px;
            transition: 0.3s;
        }

        .product-card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .product-card img {
            max-height: 120px;
            object-fit: contain;
            margin-bottom: 15px;
        }
        
        .mobile-cart {
    display: none;
}
.product-box h3 {
    font-size: 32px;
    font-weight: 600;
}
.product-box p a {
    text-decoration: none;
    font-weight: 600;
    color: #4c5c59;
}

        .old-price {
            text-decoration: line-through;
            color: #999;
            font-size: 14px;
            margin-right: 5px;
        }

        .price {
            font-weight: bold;
        }

        /* Footer */
        .footer {
            background: #2c2c2c;
            color: #ccc;
            padding: 50px 0;
            font-size: 14px;
        }

        .footer h5 {
            color: #fff;
            margin-bottom: 15px;
            font-size: 16px;
        }

        .footer a {
            color: #ccc;
            text-decoration: none;
        }

        .footer a:hover {
            color: #fff;
        }

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

        .footer ul li {
            margin-bottom: 8px;
        }
.product-box {
            background: #fff;
            padding: 30px;
            margin: 50px auto;
            border-radius: 5px;
        }
        .product-box-img{text-align:center;}
        .product-box-img img {
    max-width: 100%; height:auto;
}


        .product-img {
            width: 100%;
            border: 1px solid #eee;
            padding: 20px;
            border-radius: 5px;
        }

        .price {
            font-size: 24px;
            font-weight: bold;
            color: #2ecc71;
        }

        .old-price {
            text-decoration: line-through;
            color: #999;
            margin-left: 10px;
        }

        .qty input {
            width: 80px;
        }

        .btn-cart {
            background: #2ecc71;
            border: none;
        }

        .btn-cart:hover {
            background: #27ae60;
        }


.product-description p {
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 20px;
}
.product-description ul li {
    font-size: 14px;
    line-height: 150%;
    margin: 10px 0;
}
.product-description p a
 {
    text-decoration: none;
    color: #41c605;
    font-weight: 600;
}

.product-description ul li a
 {
    text-decoration: none;
    color: #41c605;
    font-weight: 600;
}
.product-description ul {
    padding-left: 20px;
}
.product-description h2 {
    font-size: 20px;
    line-height: 150%; font-weight: 700;
    color: #2c3033;
}
.product-description h3 {
    font-size: 16px;
    line-height: 150%; font-weight: 700;
    color: #2c3033;
}


.main-cart {
    display: flex;
    gap: 30px;
    margin: 40px auto;
}

/* Left Section */
.main-cart-70-per {
    flex: 0 0 70%;
}

.main-cart-70-details {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.main-cart-70-details h3 {
    font-size: 22px;
    
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Product Box */
.main-cart-70-details-box {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 14px;
    background: #f9fafc;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.main-cart-70-details-box:hover {
    background: #f1f4f9;
}

/* Product Image */
.product-select-image img {
    width: 100%;

}

/* Content Layout */
.left_side {
    flex: 1;
}

.top_title h4 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
}

.top_title p {
    font-size: 14px;
    color: #666;
}

.remove_area a {
    font-size: 13px;
    color: #ff4d4f;
    text-decoration: none;
    transition: 0.3s;
}

.remove_area a:hover {
    color: #d9363e;
}

/* Right Side */
.right_side {
    text-align: center;
}

.price_top h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.remove_area {
    margin: 10px 0 0;
}
/* Quantity */
.quality-adjust {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
}

.quality-adjust button {
    background: #f4f4f4;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: 0.3s;
}

.quality-adjust button:hover {
    background: #e6e6e6;
}

.quality-adjust input {
    width: 40px;
    text-align: center;
    border: none;
    font-weight: 500;
}

/* Coupon Section */
.coupons {
    margin-top: 30px;
    padding: 20px;
    border-radius: 12px;
    background: #f8f9fb;
}

.coupons h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.coupons input {
    border-radius: 8px;
    height: 45px;
    border: 0px solid #ddd;
    padding-left: 30px;
}

#apply_coupon_btn {
    margin-top: 0px;
    width: 100%;
    border-radius: 0;
    height: 45px;
    
    background: #485b59;
    border: none;
    transition: 0.3s;
}

#apply_coupon_btn:hover {
    opacity: 0.9;
}

/* ====== RIGHT PAYMENT SECTION ====== */
.main-cart-30-per {
    flex: 0 0 30%;
}

.main-cart-30-checkout {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: sticky;
    top: 100px;
}

.main-cart-30-checkout h3 {
    font-size: 20px;
    
    margin-bottom: 20px;
}

.main-cart-30-checkout ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-cart-30-checkout li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px;
}

.main-cart-30-checkout li:last-child {
    border-top: 1px solid #eee;
    padding-top: 15px;
    align-items: center;
}

.main-cart-30-checkout .left span {
    font-size: 16px;
}

.main-cart-30-checkout .left b {
    font-size: 18px;
    color: #111;
}

.btn_checkout {
    background: #485b59;
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    color: #fff;
    
    transition: 0.3s;
}

.btn_checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40,167,69,0.3);
}

.main-cart-inner-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}
.coupon-code-inner-box {
    display: flex;
    align-items: end;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
}

/* ===== Breadcrumb Section ===== */
.breadcrumb {
    background: linear-gradient(135deg, #f5f9ff, #eef3f9);
    padding: 18px 0;
    border-bottom: 1px solid #e6edf5;

}

.breadcrumb .container {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
}

/* Link Style */
.breadcrumb a {
    color: #0d6efd;
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}

/* Underline Animation */
.breadcrumb a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #0d6efd;
    transition: width 0.3s ease;
}

.breadcrumb a:hover::after {
    width: 100%;
}

.breadcrumb a:hover {
    color: #084298;
}

/* Current Page */
.breadcrumb span {
    color: #6c757d;
    
}

/* Divider Styling */
.breadcrumb .container::before {
    content: "🛒";
    margin-right: 0px;
    font-size: 16px;
}

.pricing-section {
    padding: 0 0 25px 0;
    border-radius: 16px;
    margin: 0px;
}

.tab-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.pricing-tab-btn {
    position: relative;
    padding: 8px 28px;
    font-size: 16px;
    
    border-radius: 50px;
    border: 2px solid transparent;
    background: #f1f3f5;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Hover Effect */
.pricing-tab-btn:hover {
    background: #e9ecef;
    transform: translateY(-3px);
}

/* Active Button */
.pricing-tab-btn.active {
    background: linear-gradient(135deg, #68fe20, #3bbd00);
    color: #080808;
    /* box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3); */
    border-color: #3bbd00;
}

/* Smooth Glow Effect */
.pricing-tab-btn.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.4s ease;
}

.pricing-tab-btn.active:hover::after {
    left: 0;
}


/* Wrapper alignment improvement */
.d-flex.align-items-end.gap-3.mb-3 {
    background: #ffffff;
    padding: 0px;
    border-radius: 16px;
    border: 0px solid #eaeaea;
    transition: 0.3s ease;
    flex-wrap: wrap;
}

.d-flex.align-items-end.gap-3.mb-3:hover{
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* Label */
.form-label {
    font-size: 18px;
    
    color: #555;
    margin-bottom: 6px;
}

/* Select Dropdown */
.form-select{
    height: 52px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.form-select:hover{
    border-color: #01aeee;
}

.form-select:focus{
    border-color: #01aeee;
    box-shadow: 0 0 0 0.2rem rgba(1,174,238,0.15);
}

/* Add to Cart Button */
.d-flex.align-items-end.gap-3.mb-3 div
 {
    flex: 0 0 70%;
}
.btn-cart{
    height: 52px;
    border-radius: 12px;
    
    letter-spacing: 0.5px;
    background: #4c5c59;
    border: none;
    transition: all 0.3s ease;
    flex:0 0 27%;
}

.btn-cart:hover{
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(1,174,238,0.4);
}

.btn-cart:active{
    transform: scale(0.98);
}

.product-card h6 a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    
}

/* Icon spacing */
.btn-cart i{
    margin-right: 6px;
}

.Brands-Delivery {
    display: flex;
    justify-content: space-around;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 8px;
}
.Brands-Delivery p{
    margin:0;
}
.product-description {
    margin: 30px 0 0;
}

.docter-section {
    border: 2px solid #216900;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    max-width: 100%;
    margin-bottom: 50px;
    position: relative
}

.doctor-last-review {
    position: absolute;
    right: 40px;
    top: 40px;
    font-weight: 400;
    opacity: .7;
    font-size: 16px
}

.docter-section h3
 {
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #2c3e50;
    border-bottom: 1px solid #cff1dd;
    padding-bottom: 10px;
}

.docter-section-intro {
    display: flex;
    align-items: center;
    gap: 12px
}

.docter-section-intro span {
    width: 190px;
    height: 140px;
    display: inline-block;
    background: #216900;
    border-radius: 20px;
    border: 2px solid #216900;
    text-align: center;
    line-height: 140px;
    font-size: 110px;
    color: #fff;
    margin-right: 20px
}

.docter-section-intro div h3
 {
    margin: 0;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    margin-bottom: 0px;
    border-bottom: 0;
    padding: 0px 0 10px !important;
}
.docter-section-intro p {
    font-size:18px;
}
.linkedin-doctor a {
    margin-left: auto;
    position: absolute;
    margin-left: 20px;
    top: -6px
}

.linkedin-doctor a i {
    font-size: 34px;
    margin-top: 0;
}

.linkedin-doctor a:hover i {
    color: #216900
}

.linkedin-doctor {
    width: fit-content;
    position: relative
}

.docter-section-intro div label {
    font-size: 16px;
    color: #fff;
    background: #216900;
    padding: 3px 25px;
    border-radius: 22px;
    font-weight: 500;
}
.table {font-size:14px !important;}

figure.product-select-image {
    margin: 0;
    height: 100px;
    background: #fff;
    width: 100px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.faq_pro_area
 {
    background: #f5f5f5;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.top-bar {
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    color: #777;
    border-bottom: 1px solid #eee;
    background: #4c5c59;
    color: #ffff;
}

@media screen and (max-width: 991px) {
    .product-box{padding:15px;}
    .main-checkout-form, .main-checkout-order-summary {width:100% !important; margin:15px 0;}
    .d-flex.align-items-end.gap-3.mb-3 div, .btn-cart{flex:0 0 100%;}
    .Brands-Delivery{flex-flow:row wrap; padding:10px;}
    .Brands-Delivery p{ flex:0 0 100%;}
    .docter-section-intro, .main-cart, .coupon-code-inner-box{flex-direction:column;}
     .docter-section-intro h3{font-size:18px; line-height:24px;}
    .doctor-last-review{position:static; margin:15px 0 0;}
    .main-cart-70-details-box figure{display:none;}
    .coupon-code-inner-box{ background:none; border-radius:none;}
     .coupon-code-inner-box input {margin:0 0 10px;}
    
    
}

@media screen and (max-width: 768px){
   .cart-icon {
    display: none;
} 
.navbar-nav a {
    margin: 0 0px;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
}
a.cart-icon.mobile-cart {
    display: block !important;
    margin-left: 44%;
}
a.cart-icon.mobile-cart {
    display: block !important;
    margin-left: 44%;
    position: relative;
}

}

@media screen and (max-width: 767px){
  .docter-section {
    padding: 15px;
    margin-bottom: 20px;
} 
.docter-section h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #2c3e50;
    border-bottom: 1px solid #cff1dd;
    padding-bottom: 10px;
}
.docter-section-intro span {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #216900;
    border-radius: 20px;
    border: 2px solid #216900;
    text-align: center;
    line-height: 80px;
    font-size: 48px;
    color: #fff;
    margin-right: 0px;
    flex: 0 0 80px;
}
.docter-section-intro div h3 {
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: 21px;
}
.docter-section-intro p {
    font-size: 14px;
    line-height: 20px;
}
.docter-section-intro div label {
    font-size: 14px;
    color: #fff;
    background: #216900;
    padding: 3px 15px;
    border-radius: 22px;
    font-weight: 500;
}
.docter-section-intro {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.docter-section-intro span
 {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #216900;
    border-radius: 20px;
    border: 2px solid #216900;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    color: #fff;
    margin-right: 0px;
    flex: 0 0 60px;
}
.docter-section-intro p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
}
.doctor-last-review {
        position: static;
        margin: 15px 0 0;
        text-align: center;
    }
    .docter-section {
    margin-bottom: 20px;
}
.faq_pro_area {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.coupon-code-inner-box {
    border-radius: 3px;
}
.main-checkout-form ul li {
    flex: 0 0 100% !important;

}
.shop-section {
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 5px;
}
.product-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.product-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 5px;
}
.main-checkout-page {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px #f1f1f1;
    background: #fff;
}
 .product-description .table thead {
        display: none;
    }

    .product-description .table, 
    .product-description .table tbody, 
    .product-description .table tr, 
    .product-description .table td {
        display: block;
        width: 100%;
    }

    .product-description .table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 8px;
        background: #fff;
    }

   .product-description .table td {
        text-align: left;
        padding-left: 50%;
        position: relative;
    }

    .product-description .table td::before {
        position: absolute;
        left: 10px;
        width: 45%;
        font-weight: 600;
        white-space: normal;
    }

    .product-description .table td:nth-of-type(1)::before { content: "Drug"; }
    .product-description .table td:nth-of-type(2)::before { content: "Onset of Action"; }
    .product-description .table td:nth-of-type(3)::before { content: "Duration"; }
    .product-description .table td:nth-of-type(4)::before { content: "Common Uses"; }
    .product-description .table td:nth-of-type(5)::before { content: "Notes"; }
    
    
.cart-icon {
    font-size: 22px;
    color: #333;
    text-decoration: none;
    position: absolute !important;
    top: 28px;
    right: 88px;
}
ul.navbar-nav.me-3 {
    position: relative !important;
}
.navbar-brand img {
    max-width: 100%;
    max-height: 50px;
}
}