:root{
    --primary:#0b2c5f;
    --secondary:#1fa15a;
    --secondary-dark:#128148;
    --light:#f7faf9;
    --text:#17324d;
    --muted:#66798f;
    --border:#e6edf4;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    overflow-x:hidden;
}

body{
 font-family: "Figtree", sans-serif;
    color:var(--text);
    background:#fff;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
}

/* Banner img shown only on mobile via media query */
.hero-banner-img{
    display:none;
}

.topbar{
    background:linear-gradient(90deg,#082347,#0c3268);
    padding:9px 0;
    color:#fff;
    font-size:13px;
}

.topbar .info{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:500;
}

.navbar{
    padding:14px 0;
    border-bottom:1px solid #edf2f7;
    background:#fff;
    position:sticky;
    top:0;
    z-index:1050;
    box-shadow:0 2px 12px rgba(0,0,0,0.07);
}

.logo{
    font-size:26px;
    font-weight:800;
    line-height:1;
    color:var(--primary);
}
ul#menu-primary_menu li a {
    color: #000;
    margin: 0 15px;
}
.logo span{
    color:var(--secondary);
}

.logo small{
    display:block;
    margin-top:5px;
    font-size:12px;
    color:#6f8194;
    font-weight:500;
}

.nav-link{
    color:var(--text);
    font-weight:600;
    font-size:14px;
 
}

.nav-link:hover{
    color:var(--secondary);
}

.prescription-btn{
    background:var(--secondary);
    border:none;
    color:#fff;
    padding:10px 20px;
    border-radius:10px;
    font-weight:700;
    font-size:14px;
    transition:.3s;
}

.prescription-btn:hover{
    background:var(--secondary-dark);
}

.hero{
    background:linear-gradient(135deg,#f7fbfa,#ffffff);
    padding:70px 0 60px;
}

/* .hero-image{
background: url("/Asssest/Images/Banner_Img.jpeg");
height:300px;
} */
.hero{
    position: relative;
    background-image: url("https://www.diazepam10mg.uk/wp-content/uploads/2026/05/main_banner.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;

    z-index: 1;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ccc, #cccccc00);
    z-index: -1;
}

.hero .content{
    position: relative;
    z-index: 2;
}

.hero-tag{
    color:var(--secondary);
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:16px;
}

.hero h1{
    font-size:clamp(32px,4.5vw,52px);
    line-height:1.1;
    font-weight:800;
    margin-bottom:22px;
    color:var(--primary);
}

.hero h1 span{
    color:var(--secondary);
}

.hero p{
    font-size:16px;
    line-height:1.75;
    color:#000;
    max-width:560px;
    margin-bottom:32px;
}

.hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:32px;
}

.hero-feature{
    display:flex;
    gap:12px;
    align-items:flex-start;
}

.hero-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#fff;
    border:1px solid var(--border);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:var(--secondary);
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    flex-shrink:0;
}

.hero-feature h6{
    margin-bottom:3px;
    font-weight:700;
    font-size:14px;
}

.hero-feature p{
    margin:0;
    font-size:13px;
    line-height:1.5;
    color:#000;
}

.hero-btns{
    display:flex;
    gap:14px;
    margin-bottom:28px;
    flex-wrap:wrap;
}

.btn-main{
    background:var(--secondary);
    color:#fff;
    padding:13px 26px;
    border-radius:10px;
    font-weight:700;
    font-size:15px;
    transition:.3s;
}

.btn-main:hover{
    background:var(--secondary-dark);
    color:#fff;
}

.btn-outline-custom{
    border:2px solid var(--primary);
    color:var(--primary);
    padding:11px 22px;
    border-radius:10px;
    font-weight:700;
    font-size:15px;
    background:#fff;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.btn-outline-custom:hover{
    background:var(--primary);
    color:#fff;
}

.hero-rating{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    font-size:14px;
    color:#000;
    flex-wrap:wrap;
}

.hero-image{
    position:relative;
    padding-right:0;
}

.hero-image img{
    border-radius:20px;
    width:100%;
    object-fit:cover;
    display:block;
    max-height:480px;
}

.hero-card{
    position: absolute;
    right: 0;
    top: -226px;
    background: #fff;
    border-radius: 18px;
    padding: 24px 22px;
    width: 200px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);
}
.doctor-box img{
    width: 350px;
    height: 350px;
    object-fit: fill;
}
.hero-card h5{
    font-weight:800;
    margin-bottom:16px;
    color:var(--primary);
    font-size:15px;
}

.hero-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.hero-card ul li{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
    color:#4f6478;
    font-weight:500;
    font-size:13px;
    line-height:1.4;
}

.hero-card ul li i{
    color:var(--secondary);
    font-size:16px;
    flex-shrink:0;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:clamp(26px,3.5vw,40px);
    font-weight:800;
    margin-bottom:12px;
    color:var(--primary);
    display: inline-block;
    position:relative;

}
.section-title h2::after{
     content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 27%;
    height: 3px;
    background: var(--secondary);
    border-radius: 10px;
    left: 44%;
    transform: translateX(-50%);
  
}
.section-title p{
    font-size:16px;
    color:#697b90;
    max-width:560px;
    margin:0 auto;
        padding-top: 10px;
}

.product-section{
    padding:50px 0;
}

.product-card{
    border:1px solid var(--border);
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.product-image{
    background:#f7fbff;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    min-height:260px;
}

.product-content{
    padding:32px 28px;
}

.product-content h3{
    font-size:clamp(22px,3vw,32px);
    font-weight:800;
    margin-bottom:14px;
}

.product-content p{
    color:#687c92;
    line-height:1.75;
    font-size:15px;
    margin-bottom:22px;
}

.product-benefits{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom:24px;
}

.benefit{
    background:#f8fbfd;
    border-radius:12px;
    padding:14px 10px;
    text-align:center;
}

.benefit i{
    color:var(--secondary);
    font-size:20px;
    margin-bottom:8px;
}

.benefit p{
    margin:0;
    font-size:12.5px;
    line-height:1.4;
    color:#4a5f72;
}

.price-box{
    text-align:right;
}

.price-box h4{
    font-size:clamp(36px,4vw,48px);
    color:var(--primary);
    font-weight:800;
    line-height:1.1;
    margin:4px 0;
}

.price-box span{
    color:#6c7d8e;
    font-weight:600;
    font-size:14px;
}

.product-btn{
    margin-top:18px;
    background:var(--secondary);
    color:#fff;
    border:none;
    padding:13px 28px;
    border-radius:10px;
    font-weight:700;
    font-size:15px;
    width:100%;
    transition:.3s;
    cursor:pointer;
}

.product-btn:hover{
    background:var(--secondary-dark);
}

.trust-strip{
    background:#f7fafc;
    padding:45px 0;
    border-top:1px solid #edf2f7;
    border-bottom:1px solid #edf2f7;
}

.trust-item{
    display:flex;
    align-items:center;
    gap:14px;
}

.trust-item i{
    font-size:32px;
    color:var(--secondary);
}

.trust-item h6{
    margin-bottom:3px;
    font-weight:700;
    font-size:14px;
}

.trust-item p{
    margin:0;
    font-size:13px;
    color:#697b90;
}

.how-it-works{
    padding:50px 0;
}

.step{
    text-align:center;
    position:relative;
}

.step-circle{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#f6fbf8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:var(--secondary);
    margin:auto;
    margin-bottom:30px;
    border:1px solid #e9f3ee;
}

.step h5{
    font-weight:700;
    margin-bottom:10px;
    font-size:16px;
}

.step p{
    color:#697b90;
    line-height:1.7;
    font-size:14px;
}

.arrow{
    position:absolute;
    top:30px;
    right:-18px;
    font-size:24px;
    color:var(--secondary);
}

.doctor-box{
    margin-top:50px;
    background:#f8fbfd;
    border:1px solid var(--border);
    border-radius:20px;
    padding:36px;
}

.doctor-box h3{
    font-size:clamp(22px,3vw,32px);
    font-weight:800;
    margin-bottom:16px;
}

.doctor-box p{
    color:#667b91;
    line-height:1.75;
    font-size:15px;
    max-width: 450px;
}

.doctor-list{
    list-style:none;
    padding:0;
    margin:0;
}

.doctor-list li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
    font-weight:500;
}

.doctor-list i{
    color:var(--secondary);
}

.bottom-features{
    background:#fff;
    padding:50px 0;
    border-top:1px solid #edf2f7;
}

.bottom-feature{
    display:flex;
    gap:14px;
    align-items:flex-start;
}

.bottom-feature i{
    color:var(--secondary);
    font-size:28px;
    margin-top:2px;
}

.bottom-feature h6{
    font-weight:700;
    margin-bottom:4px;
    font-size:14px;
}

.bottom-feature p{
    margin:0;
    font-size:13px;
    color:#697b90;
    line-height:1.5;
}

.footer{
    background:linear-gradient(90deg,#082347,#0d2f5d);
    color:#fff;
    padding:70px 0 36px;
}

.footer-logo{
    font-size:26px;
    font-weight:800;
}

.footer-logo span{
    color:var(--secondary);
}

.footer p{
    color:rgba(255,255,255,.75);
    line-height:1.75;
    font-size:14px;
}

.footer h5{
    margin-bottom:18px;
    font-weight:700;
    font-size:16px;
}

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

.footer ul li{
    margin-bottom:11px;
    font-size:14px;
}

.footer ul li a{
    color:rgba(255,255,255,.75);
    transition:color .2s;
}

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

.newsletter{
    display:flex;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
}

.newsletter input{
    border:none;
    width:100%;
       padding: 12px 16px;
    outline:none;
}

.newsletter button{
    border:none;
    background:var(--secondary);
    color:#fff;
       padding: 0 11px;
    font-weight:700;
}

.social-icons{
    display:flex;
    gap:14px;
    margin-top:25px;
}

.social-icons a{
    width:46px;
    height:46px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
}

.footer-bottom{
    margin-top:60px;
    padding-top:30px;
    border-top:1px solid rgba(255,255,255,.1);
    text-align:center;
    color:rgba(255,255,255,.65);
}

.payment-icons img{
    width:25px !important;
    height:25px !important;
}


/*------------------------------------------------------------*/

.custom-product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    transition: 0.3s;
}

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

.custom-product-card img {
    width: 100%;
    height: auto;
}

.custom-product-card h3 {
    font-size: 20px;
    margin-top: 15px;
    color: #222;
}

.product-price {
    font-size: 22px;
    font-weight: 700;
    color: #0d6efd;
}

.single-product-custom h1 {
    font-size: 42px;
    font-weight: 700;
}

.short-description {
    font-size: 16px;
    line-height: 1.8;
}

.woocommerce div.product form.cart .button,
.woocommerce a.button {
    background: #1fa15a !important;
    color: #fff;
    border-radius: 8px;
    padding: 12px 25px;
    border: 0;
}
  .woocommerce div.product form.cart .button,
.woocommerce a.button:hover{
background-color:#1fa15a !important;
color:#fff !important;
}


@media(max-width:1199px){
.hero-card{
    right:-10px;
    width:210px;
    padding:18px 16px;
}
}

@media(max-width:991px){

.topbar{
    display:none !important;
}

/* Hero banner: show image as full-width block above content */




/* Show banner image as a responsive img tag via the .hero-banner-img class */
.hero-banner-img{
    display:block !important;
    width:100%;
    max-height:340px;
    object-fit:cover;
    object-position:top center;
    border-radius:16px;
    margin-bottom:30px;
}

.hero-card{
    position:relative;
    width:100%;
    right:0;
    top:0;
    margin-top:20px;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.hero-image img{
    max-height:380px;
}

.product-benefits{
    grid-template-columns:repeat(2,1fr);
}

.arrow{
    display:none;
}

.hero-image{
    margin-top:40px;
}

.hero h1{
    font-size:36px;
}

.doctor-box img{
    width:100% !important;
    height:auto !important;
    max-width:300px;
}
	#menu-primary_menu ul li{
margin-bottom:5px;

}

.prescription {
   
    margin-left: 15px;
    margin-top: 15px;
}
}

@media(max-width:767px){

.hero h1{
    font-size:30px;
}

.section-title h2{
    font-size:26px;
}

.product-content h3{
    font-size:24px;
}

.product-content{
    padding:22px 18px;
}

.price-box{
    text-align:left;
}

.price-box h4{
    font-size:38px;
}

.doctor-box{
    padding:24px 20px;
}

.doctor-box h3{
    font-size:22px;
}

.doctor-box img{
    width:100% !important;
    height:auto !important;
    max-width:260px;
}

}

@media(max-width:576px){

.hero h1{
    font-size:26px;
}

.section-title h2{
    font-size:22px;
}

.product-content h3{
    font-size:22px;
}

.product-benefits{
    grid-template-columns:repeat(2,1fr);
}

.hero-btns{
    flex-direction:column;
}

.hero-btns a{
    text-align:center;
    justify-content:center;
}

.hero-features{
    flex-direction:column;
}

.logo{
    font-size:20px;
}

.footer-logo{
    font-size:22px;
}

.trust-strip .col-lg-3{
    margin-bottom:4px;
}

.doctor-box img{
    width:100% !important;
    height:auto !important;
    max-width:220px;
}

}


/*---------------------------------------------------------*/

/* SHOP HERO */
.shop-hero {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    padding: 60px 0;
}

.shop-hero .woocommerce-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
color:#fff !important;
}

.shop-hero .woocommerce-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.shop-hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.shop-hero-content p {
    max-width: 700px;
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 1.8;
}

.trust-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}
.shop-hero 
.trust-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    font-weight: 500;
}

/* MAIN SHOP */
.shop-main {
    background: #f8f9fb;
}

/* SIDEBAR */
.shop-sidebar {
    position: sticky;
    top: 20px;
}

.shop-widget {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.shop-widget h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.product-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-category-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.product-category-list li:last-child {
    border-bottom: none;
}

.product-category-list li a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    transition: 0.3s;
}

.product-category-list li a:hover {
    color: #0d6efd;
}

/* TRUST WIDGET */
.trust-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trust-widget li {
    padding: 8px 0;
    font-weight: 500;
}

.trust-widget i {
    color: #198754;
    margin-right: 8px;
}

/* TOOLBAR */
.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    background: #fff;
    padding: 18px 22px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

/* PRODUCT CARD */
.premium-product-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.premium-product-card:hover {
    transform: translateY(-8px);
}

.sale-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #dc3545;
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 30px;
    z-index: 10;
}

.product-thumb {
    background: #fff;
    text-align: center;
    padding: 25px;
}

.product-thumb img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.product-info {
    padding: 22px;
}

.rating-wrap {
    margin-bottom: 12px;
}

.product-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}

.product-info h3 a {
    text-decoration: none;
    color: #222;
}

.short-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
    min-height: 75px;
}

.product-price {
    font-size: 24px;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 12px;
}

.stock-status {
    margin-bottom: 15px;
}

.in-stock {
    color: #198754;
    font-weight: 600;
}

.out-stock {
    color: #dc3545;
    font-weight: 600;
}

.add-cart-btn .button,
.add-cart-btn .add_to_cart_button {
    width: 100%;
    background: #0d6efd !important;
    color: #fff !important;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-weight: 600;
    text-align: center;
}

.add-cart-btn .button:hover {
    background: #0a58ca !important;
}

/* PAGINATION */
.shop-pagination {
    text-align: center;
}

.shop-pagination .page-numbers {
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    color: #222;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.shop-pagination .current {
    background: #0d6efd;
    color: #fff;
}

/* FAQ */
.faq-section {
    background: #fff;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
}

.accordion-item {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 15px;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.accordion-button {
    font-weight: 600;
    padding: 18px 20px;
}

/* DISCLAIMER */
.medical-disclaimer {
    background: #eef5ff;
    border-top: 1px solid #dbe7ff;
}

.medical-disclaimer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

/* WOOCOMMERCE WIDGET FIXES */
.woocommerce .widget_price_filter .price_slider_wrapper {
    margin-top: 15px;
}

.woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
}

.woocommerce .star-rating {
    color: #f4b400;
}

/* MOBILE */
@media (max-width: 991px) {
    .shop-sidebar {
        position: static;
        margin-bottom: 30px;
    }

    .shop-toolbar {
        flex-direction: column;
        gap: 15px;
    }

    .shop-hero-content h1 {
        font-size: 30px;
    }

    .trust-icons {
        gap: 15px;
        font-size: 14px;
    }
}

.shop-toolbar-lft p {
    margin: 0 !important;
    font-weight: 500;
}
.shop-toolbar-rht form {
    margin: 0 !important;
}

/*--------------------------------------------------------*/
/* =========================
   SINGLE PRODUCT HERO
========================= */
.single-product-hero {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    padding: 60px 0;
}

.single-product-hero .woocommerce-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
}

.single-product-hero .woocommerce-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.hero-top h1 {
    font-size: 42px;
    font-weight: 700;
    margin: 20px 0;
}

.medical-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    padding: 10px 18px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
}

.hero-rating {
    margin-bottom: 20px;
}

.trust-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    font-weight: 500;
}

.trust-row span {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* =========================
   PRODUCT MAIN SECTION
========================= */
.single-product-custom {
    background: #f8f9fb;
}

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

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

.stock-wrap {
    margin-bottom: 15px;
}

.in-stock {
    color: #198754;
    font-weight: 600;
    font-size: 15px;
}

.out-stock {
    color: #dc3545;
    font-weight: 600;
    font-size: 15px;
}

.premium-price {
    font-size: 36px;
    font-weight: 700;
    color: #0d6efd;
}

.premium-short-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* =========================
   TRUST BOX
========================= */
.trust-box {
    background: #f8fbff;
    border: 1px solid #dbe7ff;
    border-radius: 16px;
    padding: 20px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-weight: 500;
}

.trust-item i {
    color: #0d6efd;
    font-size: 20px;
}

/* =========================
   ADD TO CART
========================= */
.cart-box form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.cart-box .quantity input {
    width: 80px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

.cart-box button.single_add_to_cart_button {
    background: #0d6efd !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 28px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    transition: 0.3s;
}

.cart-box button.single_add_to_cart_button:hover {
    background: #0a58ca !important;
}

/* =========================
   PRODUCT META
========================= */
.product-meta-box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.product-meta-box .product_meta {
    font-size: 14px;
    line-height: 1.8;
}

/* =========================
   BENEFITS
========================= */
.product-benefits {
    background: #fff;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
}

.benefit-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-8px);
}

.benefit-card i {
    font-size: 38px;
    color: #0d6efd;
    margin-bottom: 15px;
}

.benefit-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.benefit-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* =========================
   PRODUCT TABS
========================= */
.product-tabs-section {
    background: #f8f9fb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin-bottom: 25px;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #fff;
    border: none;
    border-radius: 10px;
    margin-right: 10px;
    padding: 10px 18px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #0d6efd;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}

/* =========================
   FAQ
========================= */
.faq-section {
    background: #fff;
}

.accordion-item {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.accordion-button {
    padding: 18px 20px;
    font-weight: 600;
}

/* =========================
   RELATED PRODUCTS
========================= */
.related-products {
    background: #f8f9fb;
}

.related-products h2 {
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 35px;
}

/* =========================
   DISCLAIMER
========================= */
.medical-disclaimer {
    background: #eef5ff;
    border-top: 1px solid #dbe7ff;
}

.medical-disclaimer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

/* =========================
   PRODUCT IMAGE FIXES
========================= */
.woocommerce div.product div.images img {
    width: 100%;
    border-radius: 14px;
}

.flex-control-thumbs img {
    border-radius: 10px;
}

/* =========================
   STAR RATING
========================= */
.woocommerce .star-rating {
    color: #f4b400;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 991px) {
    .hero-top h1 {
        font-size: 30px;
    }

    .trust-row {
        gap: 12px;
        font-size: 14px;
    }

    .product-detail-card {
        padding: 25px;
    }

    .premium-price {
        font-size: 28px;
    }

    .cart-box form.cart {
        flex-direction: column;
        align-items: stretch;
    }

    .cart-box button.single_add_to_cart_button {
        width: 100%;
    }
}

.prod-page-bread {
    background: #0b2d5c;
    color: #fff;
    padding: 15px 0;
}
.prod-page-bread .woocommerce-breadcrumb {
    margin-bottom: 0;
    color: #fff;
}
.prod-page-bread .woocommerce-breadcrumb a {
    color: #fff;
}


section.product-tabs-section .tabs.wc-tabs {
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    list-style: none;
    gap: 10px;
}
section.product-tabs-section .tabs.wc-tabs li {
    background: #ccc;
    padding: 10px 20px;
    border-radius: 7px 7px 0 0;
}
section.product-tabs-section .tabs.wc-tabs li.active {
    background-color: #0b2d5c;
}
section.product-tabs-section .tabs.wc-tabs li.active a {
color: #fff;
}
section.product-tabs-section .tabs.wc-tabs li a{
    color: #000;
}


.page-breadcrumb {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    padding: 60px 0;
}

.page-breadcrumb .breadcrumb {
    justify-content: center;
}

.page-breadcrumb .breadcrumb-item,
.page-breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.7);
}

.page-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
}

.content__page h1 {
    font-size: 32px;
    font-weight: 700;
}
.content__page h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.content__page p {
    margin: 0 0 25px;
}



/* =========================
PREMIUM PURCHASE BOX
========================= */

.premium-purchase-box{
    background:#fff;
    margin-top:35px;
   
    position:relative;
    overflow:hidden;
}

/* Top Gradient Glow */
.premium-purchase-box:before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px; display:none;
    width:260px;
    height:260px;
    background:rgba(37,99,235,.06);
    border-radius:50%;
}

/* Benefits */

.purchase-benefits{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:28px;
}

.purchase-benefits span{
    background:#f3f7fd;
    color:#1e293b;
    padding:10px 16px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:8px;
}

.purchase-benefits i{
    color:#2563eb;
}

/* Price Area */

.premium-price-header{
    margin-bottom:30px;
}

.price-label{
    display:block;
    color:#64748b;
    font-size:14px;
    margin-bottom:8px;
}

.premium-main-price{
    font-size:42px;
    font-weight:800;
    line-height:1;
    color:#0f172a;
}

.premium-main-price del{
    font-size:22px;
    opacity:.5;
    margin-right:10px;
}

.premium-main-price ins{
    text-decoration:none;
}

/* Cart Form */

.premium-cart-form{
    margin-top:20px;
}

/* Woo Variations */

.variations{
    width:100%;
    margin-bottom:20px;
}

.variations td{
    padding-bottom:18px;
}

.variations label{
    font-size:15px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:8px;
}

.variations select{
    width:100%;
    height:54px;
    border-radius:16px;
    border:1px solid #d8e1ee;
    background:#f8fbff;
    padding:0 18px;
    font-size:15px;
    transition:.3s ease;
}

.variations select:focus{
    outline:none;
    border-color:#2563eb;
    background:#fff;
    box-shadow:0 0 0 4px rgba(37,99,235,.1);
}

/* Quantity + Cart */

.single_variation_wrap{
    margin-top:25px;
}

.woocommerce-variation-add-to-cart{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
}

/* Qty */

.quantity{
    margin:0 !important;
}

.quantity input{
    width:90px !important;
    height:56px;
    border-radius:16px;
    border:1px solid #dbe4f0;
    text-align:center;
    font-size:18px;
    font-weight:700;
    background:#f8fbff;
}

/* Button */

.single_add_to_cart_button{
    height:56px;
    border:none !important;
    border-radius:18px !important;
    padding:0 36px !important;
    font-size:16px !important;
    font-weight:700 !important;
    background:linear-gradient(135deg,#2563eb,#1d4ed8) !important;
    color:#fff !important;
    transition:.3s ease;
    box-shadow:0 10px 25px rgba(37,99,235,.25);
}

.single_add_to_cart_button:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 30px rgba(37,99,235,.35);
}

/* Secure Strip */

.premium-secure-strip{
    margin-top:28px;
    padding-top:24px;
    border-top:1px solid #e8edf5;
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}

.premium-secure-strip .secure-item{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:600;
    color:#334155;
    background:#f8fbff;
    padding:10px 16px;
    border-radius:50px;
}

.premium-secure-strip i{
    color:#2563eb;
}

/* Sticky Desktop */

@media(min-width:992px){

    .product-info-wrap{
        position:sticky;
        top:120px;
    }

}

/* Mobile */

@media(max-width:767px){

    .premium-purchase-box{
        padding:22px;
    }

    .premium-main-price{
        font-size:34px;
    }

    .woocommerce-variation-add-to-cart{
        flex-direction:column;
        align-items:stretch;
    }

    .single_add_to_cart_button{
        width:100%;
    }

    .quantity input{
        width:100% !important;
    }

}

/* Hide single variation rows */

.variations tr{
    display:flex;
    flex-direction:column;
    margin-bottom:18px;
}

.variations select{
}

.reset_variations{
    display:none !important;
}

/* Hide rows having only one option */

.single-option-hidden{
    display:none !important;
}

/* =========================================
PREMIUM VARIATION BUTTONS
========================================= */

.premium-variation-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:10px;
}

/* Tablet Buttons */

.variation-btn{
    min-width:120px;
    height:58px;
    border-radius:18px;
    border:1px solid #dbe4f0;
    background:#fff;
    font-size:18px;
    font-weight:700;
    color:#0f172a;
    transition:.3s ease;
    position:relative;
    padding:0 20px;
}

/* Hover */

.variation-btn:hover{
    transform:translateY(-2px);
    border-color:#2563eb;
    box-shadow:0 10px 25px rgba(37,99,235,.12);
}

/* Active */

.variation-btn.active{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:#fff;
    border-color:#2563eb;
    box-shadow:0 14px 28px rgba(37,99,235,.25);
}

/* Optional Savings Badge */

.variation-btn.active:after{
    content:"Selected";
    position:absolute;
    top:-10px;
    right:-8px;
    background:#16a34a;
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:4px 8px;
    border-radius:30px;
}

/* Labels */

.variations label{
    font-size:18px;
    font-weight:800;
    margin-bottom:16px;
    display:block;
    color:#0f172a;
}

/* Better spacing */

.variations td{
    padding-bottom:28px;
}

/* Mobile */

@media(max-width:767px){

    .variation-btn{
        width:100%;
        min-width:unset;
        font-size:16px;
        height:54px;
    }

}

/* Dynamic Price Animation */

.dynamic-product-price{
    transition:.3s ease;
    display:inline-block;
}

/* Animation Effect */

.dynamic-product-price.price-updated{
    transform:scale(1.05);
    color:#2563eb;
}

/* Woo Price */

.dynamic-product-price .woocommerce-Price-amount{
    font-size:inherit;
    font-weight:inherit;
}

/* Sale Price */

.dynamic-product-price del{
    opacity:.45;
    margin-right:12px;
    font-size:.6em;
}

.dynamic-product-price ins{
    text-decoration:none;
}

/* =====================================================
PREMIUM CART PAGE
===================================================== */

.premium-cart-page{
    background:#f8fbff;
}

/* Layout */

.woocommerce-cart .woocommerce{
    display:flex;
    gap:40px;
    align-items:flex-start;
    flex-wrap:wrap;
}

/* Left Area */

.woocommerce-cart-form{
    flex:1;
    background:#fff;
    border-radius:28px;
    padding:35px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
}

/* Right Area */

.cart-collaterals{
    width:420px;
}

.cart_totals{
    width:100% !important;
    background:#fff;
    border-radius:28px;
    padding:35px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
    position:sticky;
    top:120px;
}

/* Hide Table Borders */

.shop_table{
    border:none !important;
}

.shop_table th,
.shop_table td{
    border:none !important;
    background:none !important;
}

/* Product Row */

.shop_table tbody tr{
    border-bottom:1px solid #eef2f7;
}

/* Product Image */

.product-thumbnail img{
    width:90px !important;
    border-radius:18px; height:auto;
    background:#f8fbff;
    padding:10px;
}

/* Product Name */

.product-name a{
    font-size:22px;
    font-weight:700;
    color:#0f172a;
    text-decoration:none;
}

/* Variation */

.variation{
    margin-top:0px;
}

.variation dt,
.variation dd{
    font-size:14px;
    color:#64748b; margin:0;
}
.variation dd p{ margin:0}

/* Price */

.product-price,
.product-subtotal{
    font-size:22px;
    font-weight:800;
    color:#0f172a;
}

/* Quantity */

.quantity{
    display:flex;
    align-items:center;
    width:140px;
    height:54px;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #dbe4f0;
    background:#f8fbff;
}

.quantity button{
    width:40px;
    height:54px;
    border:none;
    background:none;
    font-size:22px;
    font-weight:700;
    color:#0f172a;
}

.quantity input{
    border:none !important;
    background:none !important;
    text-align:center;
    font-size:18px;
    font-weight:700;
}

/* Remove */

.product-remove a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff1f2;
    display:flex !important;
    align-items:center;
    justify-content:center;
    color:#ef4444 !important;
    transition:.3s;
}

.product-remove a:hover{
    background:#ef4444;
    color:#fff !important;
}

/* Totals */

.cart_totals h2{
    font-size:28px;
    font-weight:800;
    margin-bottom:25px;
}

/* Total Amount */

.order-total td{
    font-size:34px;
    font-weight:800;
    color:#0f172a;
}

/* Checkout Button */

.checkout-button{
    width:100%;
    height:60px;
    border-radius:18px !important;
    background:linear-gradient(135deg,#2563eb,#1d4ed8) !important;
    color:#fff !important;
    font-size:18px !important;
    font-weight:700 !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    transition:.3s;
    box-shadow:0 12px 30px rgba(37,99,235,.25);
}

.checkout-button:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 35px rgba(37,99,235,.35);
}

/* Coupon */

.coupon{
    margin-top:20px;
}

.coupon input{
    height:52px;
    border-radius:14px;
    border:1px solid #dbe4f0;
    padding:0 18px;
}

/* Secure Badge */

.cart-secure-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 18px;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-weight:700;
    margin-bottom:20px;
}

.cart-banner-text{
    color:#dbeafe;
    margin-top:15px;
    font-size:17px;
}

/* Trust Box */

.cart-trust-box{
    margin-top:30px;
    padding-top:25px;
    border-top:1px solid #eef2f7;
}

.cart-trust-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
    color:#334155;
}

.cart-trust-item i{
    width:42px;
    height:42px;
    border-radius:14px;
    background:#eff6ff;
    color:#2563eb;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Hide Coupon Toggle */

.woocommerce-form-coupon-toggle{
    display:none;
}

/* Mobile */

@media(max-width:991px){

    .woocommerce-cart .woocommerce{
        flex-direction:column;
    }

    .cart-collaterals{
        width:100%;
    }

    .cart_totals{
        position:relative;
        top:0;
    }

}

@media(max-width:767px){

    .woocommerce-cart-form,
    .cart_totals{
        padding:22px;
        border-radius:22px;
    }

    .product-name a{
        font-size:18px;
    }

    .order-total td{
        font-size:28px;
    }

}

/* =========================================
CART PAGE FINAL ORGANIZATION
========================================= */

/* Better overall spacing */

.shop_table.cart{
    margin:0;
}

/* Header alignment */

.shop_table thead th{
    font-size:16px;
    font-weight:700;
    color:#0f172a;
    padding-bottom:0px !important;
}

/* Product row spacing */

.shop_table.cart tbody tr.cart_item td{
    vertical-align:middle;
    padding-top:30px !important;
    padding-bottom:30px !important;
}

/* Remove icon spacing */

.product-remove{
    width:70px;
    text-align:center;
}

/* Product image area */

.product-thumbnail{
    width:130px;
}

/* Product details */

.product-name{
    width:40%;
}

/* Product title */

.product-name a{
    display:block;
    margin-bottom:14px;
    line-height:1.3;
}



/* Better price alignment */

.product-price,
.product-subtotal{
    text-align:center;
    min-width:140px;
}

/* Quantity alignment */

.product-quantity{
    min-width:150px;
    text-align:center;
}

/* Quantity box center */

.quantity{
    margin:auto;
}

/* Coupon + update area */

.actions{
    padding-top:0px !important;
}

/* Better coupon layout */

.coupon{
    display:flex;
    gap:16px;
    align-items:center;
    flex-wrap:wrap; width:auto; float:left; margin:10px 0;
}

/* Coupon field */

.coupon input{
    width:260px !important;
    background:#f8fbff;
}

/* Coupon button */

.coupon button{
    height:52px;
    padding:0 24px !important;
    border-radius:14px !important;
    border:none !important;
    background:#0f172a !important;
    color:#fff !important;
    font-weight:700 !important;
}

/* Update button */

button[name="update_cart"]{
    height:52px;
    padding:0 24px !important;
    border-radius:14px !important;
    border:none !important;
    background:#2563eb !important;
    color:#fff !important;
    font-weight:700 !important; width:auto; float:right; margin:10px 0;
}

/* Summary rows */

.cart_totals table tr{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
    padding:18px 0;
    border-bottom:1px solid #eef2f7;
}

/* Shipping text */

.shipping td{
    text-align:right;
    max-width:220px;
    font-size:14px;
    color:#475569;
}

/* Total section */

.order-total th{
    font-size:22px;
    font-weight:800;
}

.order-total td{
    font-size:42px;
    line-height:1;
}

/* Checkout spacing */

.wc-proceed-to-checkout{
    padding-top:25px !important;
    padding-bottom:10px !important;
}

/* Trust section spacing */

.cart-trust-box{
    margin-top:20px;
}

/* Better trust icons */

.cart-trust-item{
    padding:10px 0;
}

/* Hover effect */

.cart-trust-item i{
    transition:.3s ease;
}

.cart-trust-item:hover i{
    transform:translateY(-2px);
    background:#2563eb;
    color:#fff;
}

/* Better mobile structure */

@media(max-width:991px){

    .shop_table.cart tbody tr.cart_item{
        display:flex;
        flex-wrap:wrap;
    }

    .product-name{
        width:auto;
    }

}

/* Mobile cleanup */

@media(max-width:767px){

    .shop_table thead{
        display:none;
    }

    .shop_table.cart tbody tr.cart_item{
        display:block;
        position:relative;
    }

    .product-remove{
        position:absolute;
        top:15px;
        right:0;
    }

    .product-thumbnail{
        width:100%;
        margin-bottom:20px;
    }

    .product-price,
    .product-quantity,
    .product-subtotal{
        text-align:left;
        margin-top:20px;
    }

    .coupon{
        flex-direction:column;
        align-items:stretch;
    }

    .coupon input,
    .coupon button,
    button[name="update_cart"]{
        width:100% !important;
    }

}

/* =========================================
PREMIUM CHECKOUT PAGE
========================================= */

.premium-checkout-page{
    background:#f8fbff;
}

/* Layout */

.woocommerce-checkout .woocommerce{
    display:grid;
    gap:40px;
    align-items:start;
}

/* Left Checkout Form */

.woocommerce-checkout form.checkout{
}

/* Right Summary */

#order_review{
    background:#fff;
    border-radius:30px;
    padding:35px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
    position:sticky;
    top:120px;
}

/* Headings */

.woocommerce-checkout h3{
    font-size:28px;
    font-weight:800;
    margin-bottom:25px;
    color:#0f172a;
}

/* Labels */

.woocommerce-checkout label{
    font-size:15px;
    font-weight:700;
    color:#334155;
    margin-bottom:10px;
}

/* Inputs */

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea{
    height:auto;
    border-radius:16px !important;
    border:1px solid #dbe4f0 !important;
    background:#f8fbff !important;
    padding:0 18px !important;
    font-size:15px;
    transition:.3s ease;
}

/* Textarea */

.woocommerce-checkout textarea{
    height:140px !important;
    padding-top:18px !important;
}

/* Focus */

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus{
    border-color:#2563eb !important;
    background:#fff !important;
    box-shadow:0 0 0 4px rgba(37,99,235,.08);
}
.wc_payment_methods{ padding:0; list-style:none;}
.wc_payment_method label{ margin:0 !important}

/* Order Summary Table */

.shop_table{
    border:none !important;
}

.shop_table th,
.shop_table td{
    border:none !important;
    background:none !important;
    padding:16px 0 !important;
}

/* Product Rows */

.cart_item{
    border-bottom:1px solid #eef2f7;
}

/* Total */

.order-total td{
    font-size:36px;
    font-weight:800;
    color:#0f172a;
}

/* Payment Box */

.wc_payment_methods{
    margin-top:25px !important;
}

.wc_payment_method{
    background:#f8fbff;
    border-radius:18px;
    padding:18px;
    margin-bottom:15px;
    border:1px solid #e7edf5;
}

/* Place Order Button */

#place_order{
    width:100%;
    height:62px;
    border:none !important;
    border-radius:18px !important;
    background:linear-gradient(135deg,#2563eb,#1d4ed8) !important;
    color:#fff !important;
    font-size:18px !important;
    font-weight:700 !important;
    box-shadow:0 14px 30px rgba(37,99,235,.25);
    transition:.3s ease;
}

#place_order:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 35px rgba(37,99,235,.35);
}

/* Privacy */

.woocommerce-privacy-policy-text{
    margin-top:20px;
    font-size:14px;
    color:#64748b;
}

/* Mobile */

@media(max-width:991px){

    .woocommerce-checkout .woocommerce{
        grid-template-columns:1fr;
    }

    #order_review{
        position:relative;
        top:0;
    }

}

@media(max-width:767px){

    .woocommerce-checkout form.checkout,
    #order_review{
        padding:22px;
        border-radius:22px;
    }

}

/* =========================================
FINAL CHECKOUT LAYOUT FIX
========================================= */

/* Main Checkout Form Layout */

form.checkout.woocommerce-checkout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 420px;
    gap:40px;
    align-items:start;
}

/* Left Column */

.col2-set{
    width:100%;
    background:#fff;
    border-radius:30px;
    padding:40px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
}

/* Right Column */

#order_review_heading{
    display:none;
}

#order_review{
    width:100%;
    background:#fff;
    border-radius:30px;
    padding:35px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
    position:sticky;
    top:120px;
}

/* Billing Heading */

.woocommerce-billing-fields h3{
    font-size:38px;
    font-weight:800;
    margin-bottom:35px;
    color:#0f172a;
}

/* Inputs */

.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea{
    width:100%;
    height:50px;
    border-radius:16px !important;
    border:1px solid #dbe4f0 !important;
    background:#f8fbff !important;
    padding:0 18px !important;
    font-size:15px;
    transition:.3s ease;
}
.select2-container--default .select2-selection--single{ height:50px; padding:12px 0 0 10px; font-size:15px;     border-radius:16px !important;
    border:1px solid #dbe4f0 !important; background:#f8fbff !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow{ top:12px; right:10px;}
/* Textarea */
.ship-to-different-address label input{ height:auto;}
.woocommerce-checkout textarea{
    height:140px !important;
    padding-top:18px !important;
}

/* Focus */

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus{
    border-color:#2563eb !important;
    background:#fff !important;
    box-shadow:0 0 0 4px rgba(37,99,235,.08);
}

/* Labels */

.woocommerce-checkout label{
    font-size:15px;
    font-weight:700;
    color:#334155;
    margin-bottom:10px;
}

/* Field Spacing */

.woocommerce-checkout .form-row{
    margin-bottom:15px !important; flex:0 0 48%;
}

/* Order Summary Title */

#order_review:before{
    content:"Order Summary";
    display:block;
    font-size:34px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:25px;
}

/* Order Table */

.woocommerce-checkout-review-order-table{
    border:none !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
    border:none !important;
    background:none !important;
    padding:6px 0 !important;
}
ul.woocommerce-shipping-methods{ margin:0; padding:0; list-style:none; text-align:left}

/* Product Row */

.cart_item{
    border-bottom:1px solid #eef2f7;
}

/* Total */

.order-total td{
    font-size:40px;
    font-weight:800;
    color:#0f172a;
}

/* Payment Methods */

.wc_payment_methods{
    margin-top:30px !important;
}

.wc_payment_method{
    background:#f8fbff;
    border:1px solid #e7edf5;
    border-radius:18px;
    padding:18px;
    margin-bottom:16px;
}

/* Payment Text */

.payment_box{
    background:#fff !important;
    border-radius:14px;
    margin-top:14px !important;
}

/* Place Order Button */

#place_order{
    width:100%;
    height:62px;
    border:none !important;
    border-radius:18px !important;
    background:linear-gradient(135deg,#2563eb,#1d4ed8) !important;
    color:#fff !important;
    font-size:18px !important;
    font-weight:700 !important;
    box-shadow:0 14px 30px rgba(37,99,235,.25);
    transition:.3s ease;
}

#place_order:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 35px rgba(37,99,235,.35);
}

/* Privacy Text */

.woocommerce-privacy-policy-text{
    font-size:14px;
    color:#64748b;
    margin-top:18px;
}

/* Coupon */

.woocommerce-form-coupon-toggle{
    margin-bottom:30px;
}

.checkout_coupon{
    background:#fff;
    border-radius:24px;
    padding:25px;
    margin-bottom:30px !important;
    border:1px solid #e7edf5;
}

/* Mobile */

@media(max-width:991px){

    form.checkout.woocommerce-checkout{
        grid-template-columns:1fr;
    }

    #order_review{
        position:relative;
        top:0;
    }
ul#menu-primary_menu li {
    margin-bottom: 5px;
}
	.nav-item a.nav-link {
margin:0 !important;
padding:0 !important;
}
.prescription{

margin: 15px 0px 0px 15px  !important;
}


}

@media(max-width:767px){
	.woocommerce-checkout .form-row{ flex:0 0 100%}
    .col2-set,
    #order_review{
        padding:22px;
        border-radius:22px;
    }

    .woocommerce-billing-fields h3{
        font-size:30px;
    }
	.doctor-box h3{

padding-top:15px !important;
}

}

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2{ width:100%;}
.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper{ display:flex; flex-flow:row wrap; justify-content:space-between; width:100%;}

/* =========================================
PREMIUM THANK YOU PAGE
========================================= */

.woocommerce-order{
    max-width:1100px;
    margin:auto;
}

/* Main Success Box */

.woocommerce-order{
    background:#fff;
    border-radius:32px;
    padding:50px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
    position:relative;
    overflow:hidden;
}

/* Glow Effect */

.woocommerce-order:before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:260px;
    height:260px;
    background:rgba(37,99,235,.05);
    border-radius:50%;
}

/* Thank You Title */

.woocommerce-order h2:first-child,
.woocommerce-order h1{
    font-size:52px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:18px;
    line-height:1.1;
}

/* Order Number */

.woocommerce-order p{
    font-size:17px;
    color:#475569;
    line-height:1.8;
}

/* Success Notice */

.woocommerce-thankyou-order-received{
    background:#eff6ff;
    border:1px solid #bfdbfe;
    padding:18px 24px;
    border-radius:18px;
    color:#1d4ed8;
    font-weight:700;
    margin-bottom:35px;
}

/* Section Titles */

.woocommerce-order h2{
    font-size:34px;
    font-weight:800;
    color:#0f172a;
    margin-top:45px;
    margin-bottom:25px;
}

/* Tables */

.woocommerce-order table{
    border:none !important;
    margin-top:20px;
}

.woocommerce-order table th,
.woocommerce-order table td{
    border:none !important;
    padding:18px 20px !important;
    background:none !important;
}

/* Table Rows */

.woocommerce-order table tbody tr{
    border-bottom:1px solid #eef2f7;
}

/* Product Name */

.product-name{
    font-weight:700;
    color:#0f172a;
}

/* Total */

.order-total td,
.order-total th{
    font-size:24px;
    font-weight:800;
    color:#0f172a;
}

/* Bank Transfer Box */

.wc-bacs-bank-details{
    background:#f8fbff;
    border-radius:24px;
    padding:30px;
    margin-top:30px;
    border:1px solid #dbeafe;
}

/* Bank Details Title */

.wc-bacs-bank-details-heading{
    font-size:28px;
    font-weight:800;
    margin-bottom:20px;
    color:#0f172a;
}

/* Important Text */

.woocommerce-order strong{
    color:#0f172a;
}

/* Red Alert Text */

.woocommerce-order p strong{
    color:#dc2626;
}

/* Support Box */

.customer-support-box{
    margin-top:40px;
    background:#f8fbff;
    border-radius:24px;
    padding:28px;
    border:1px solid #e7edf5;
}

/* Support Heading */

.customer-support-box h3{
    font-size:26px;
    font-weight:800;
    margin-bottom:14px;
    color:#0f172a;
}

/* Trust Badges */

.order-trust-strip{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:40px;
}

.order-trust-item{
    background:#f8fbff;
    border:1px solid #e7edf5;
    border-radius:50px;
    padding:12px 18px;
    font-size:14px;
    font-weight:700;
    color:#334155;
    display:flex;
    align-items:center;
    gap:10px;
}

.order-trust-item i{
    color:#2563eb;
}

/* Mobile */

@media(max-width:767px){

    .woocommerce-order{
        padding:28px;
        border-radius:24px;
    }

    .woocommerce-order h1,
    .woocommerce-order h2:first-child{
        font-size:38px;
    }

    .woocommerce-order h2{
        font-size:28px;
    }

}


/* =========================================
SHOP SEO SECTION
========================================= */

.shop-seo-section{
    padding-top:80px;
}

.shop-seo-wrapper{
    background:#fff;
    border-radius:32px;
    padding:60px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
}

/* Top */

.seo-mini-title{
    display:inline-flex;
    align-items:center;
    padding:10px 18px;
    border-radius:50px;
    background:#eff6ff;
    color:#2563eb;
    font-size:14px;
    font-weight:700;
    margin-bottom:24px;
}

.shop-seo-top h2{
    font-size:32px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:25px;
}

.shop-seo-top p{
    font-size:16px;
    line-height:1.5;
    color:#475569;
}

/* Grid */

.seo-content-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-top:50px;
}

.seo-content-box{
    background:#f8fbff;
    border-radius:24px;
    padding:35px;
    border:1px solid #e7edf5;
}

.seo-content-box h2{
    font-size:28px;
    font-weight:800;
    margin-bottom:20px;
    color:#0f172a;
}

.seo-content-box p{
    color:#475569;
    line-height:1.5;
}

.seo-content-box ul, shop-seo-top ul{
    margin-top:20px;
    padding-left:20px;
}

.seo-content-box li{
    margin-bottom:12px;
    color:#475569;
}

/* FAQ */

.shop-faq-wrap{
    margin-top:70px;
}

.shop-faq-wrap h2{
    font-size:38px;
    font-weight:800;
    margin-bottom:35px;
    color:#0f172a;
}

.faq-item{
    border:1px solid #e7edf5;
    border-radius:20px;
    margin-bottom:18px;
    overflow:hidden;
}

.faq-question{
    width:100%;
    border:none;
    background:#fff;
    padding:24px;
    text-align:left;
    font-size:18px;
    font-weight:700;
    color:#0f172a;
}

.faq-answer{
    display:none;
    padding:0 24px 24px;
}

.faq-answer p{
    color:#475569;
    line-height:1.8;
}

/* Disclaimer */

.medical-disclaimer-box{
    margin-top:60px;
    background:#fff7ed;
    border:1px solid #fed7aa;
    border-radius:24px;
    padding:30px;
    display:flex;
    gap:20px;
}

.disclaimer-icon{
    font-size:28px;
    color:#ea580c;
}

.disclaimer-content h4{
    font-size:24px;
    font-weight:800;
    margin-bottom:12px;
    color:#9a3412;
}

.disclaimer-content p{
    color:#7c2d12;
    line-height:1.8;
}

/* Mobile */

@media(max-width:991px){

    .seo-content-grid{
        grid-template-columns:1fr;
    }
	.shop-hero .woocommerce-breadcrumb{
    text-align: center !important;
}
}

@media(max-width:767px){

    .shop-seo-wrapper{
        padding:30px;
        border-radius:24px;
    }

    .shop-seo-top h2,
    .shop-faq-wrap h2{
        font-size:30px;
    }

    .medical-disclaimer-box{
        flex-direction:column;
    }

}
.trust-section {
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  padding: 55px 20px;
  border-top: 1px solid #e6eef7;
  border-bottom: 1px solid #e6eef7;
}

.trust-container {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.trust-card {
  background: #ffffff;
  border: 1px solid #e5edf5;
  border-radius: 18px;
  padding: 24px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 10px 30px rgba(12, 52, 94, 0.06);
  transition: all 0.3s ease;
flex-direction: column;
    justify-content: center;
    align-items: center;
}

.trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(12, 52, 94, 0.12);
  border-color: #18a85f;
}

.trust-icon {
  min-width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eaf8f1;
  color: #18a85f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.trust-card h4 {
  margin: 0 0 7px;
  color: #082f63;
  font-size: 16px;
  font-weight: 800;
}

.trust-card p {
  margin: 0;
  color: #60758f;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .trust-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .trust-section {
    padding: 35px 16px;
  }

  .trust-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .trust-card {
    padding: 20px;
  }
}

ul.navbar-nav.ms-3 {
    display: none;
}

@media(max-width:768px){
	.hero {

    padding: 25px 0 20px;
}
	
}
