
.pharma-catalog{
            --primary:#0ca6c9;
            --primary-dark:#0786a3;
            --dark:#222;
            --border:#e7e7e7;
            --light:#f7f8f9;
        }
.pharma-catalog{
            font-family:'Roboto',sans-serif;
            color:#333;
        }
.pharma-catalog a{
            text-decoration:none;
        }
.pharma-catalog img{
            max-width:100%;
        }
.pharma-catalog .topbar{
            background:#f5f5f5;
            border-bottom:1px solid #e8e8e8;
            font-size:13px;
            color:#666;
        }
.pharma-catalog .topbar .container{
            min-height:38px;
            display:flex;
            justify-content:space-between;
            align-items:center;
        }
.pharma-catalog .topbar i{
            color:var(--primary);
        }
.pharma-catalog .main-header{
            box-shadow:0 2px 10px rgba(0,0,0,.05);
            position:relative;
            z-index:999;
        }
.pharma-catalog .navbar{
            min-height:84px;
            padding:0;
        }
.pharma-catalog .navbar-brand img{
            width:340px;
            max-height:62px;
            object-fit:contain;
        }
.pharma-catalog .navbar-nav .nav-link{
            color:#333;
            font-weight:500;
            font-size:15px;
            padding:31px 14px!important;
        }
.pharma-catalog .navbar-nav .nav-link:hover,.pharma-catalog .navbar-nav .nav-link.active{
            color:var(--primary);
        }
.pharma-catalog .breadcrumb-area{
            background:#f5f6f7;
            padding:19px 0;
            border-bottom:1px solid #e9e9e9;
        }
.pharma-catalog .breadcrumb{
            margin:0;
            font-size:13px;
        }
.pharma-catalog .breadcrumb a{
            color:#777;
        }
.pharma-catalog .breadcrumb a:hover{
            color:var(--primary);
        }
.pharma-catalog .product-section{
            padding:70px 0 60px;
        }
.pharma-catalog .main-product-image{
            border:1px solid #e5e5e5;
            background:#fafafa;
            min-height:500px;
            display:flex;
            align-items:center;
            justify-content:center;
            padding:30px;
        }
.pharma-catalog .main-product-image img{
            max-height:440px;
            object-fit:contain;
        }
.pharma-catalog .thumb-row{
            display:flex;
            gap:10px;
            margin-top:14px;
        }
.pharma-catalog .thumb{
            width:82px;
            height:82px;
            border:1px solid #ddd;
            cursor:pointer;
            padding:5px;
            display:flex;
            align-items:center;
            justify-content:center;
        }
.pharma-catalog .thumb.active{
            border-color:var(--primary);
        }
.pharma-catalog .thumb img{
            max-height:100%;
        }
.pharma-catalog .product-info{
            padding-left:20px;
        }
.pharma-catalog .product-info h1{
            font-size:34px;
            font-weight:600;
            line-height:1.3;
            margin-bottom:20px;
        }
.pharma-catalog .title-line{
            width:55px;
            height:3px;
            background:var(--primary);
            margin-bottom:25px;
        }
.pharma-catalog .feature-list{
            list-style:none;
            padding:0;
            margin-bottom:27px;
        }
.pharma-catalog .feature-list li{
            margin-bottom:13px;
            padding-left:25px;
            position:relative;
            color:#555;
            line-height:1.6;
        }
.pharma-catalog .feature-list li:before{
            content:"\f00c";
            font-family:"Font Awesome 6 Free";
            font-weight:900;
            color:var(--primary);
            position:absolute;
            left:0;
        }
.pharma-catalog .quote-button{
            background:var(--primary);
            color:#fff;
            border:2px solid var(--primary);
            border-radius:0;
            padding:13px 29px;
            font-weight:500;
        }
.pharma-catalog .quote-button:hover{
            background:var(--primary-dark);
            border-color:var(--primary-dark);
            color:white;
        }
.pharma-catalog .product-meta{
            border-top:1px solid #eee;
            margin-top:30px;
            padding-top:20px;
            font-size:14px;
        }
.pharma-catalog .product-meta strong{
            color:#333;
        }
.pharma-catalog .product-meta a{
            color:var(--primary);
        }
.pharma-catalog .share{
            margin-top:15px;
        }
.pharma-catalog .share a{
            display:inline-flex;
            width:35px;
            height:35px;
            border:1px solid #ddd;
            align-items:center;
            justify-content:center;
            color:#555;
            margin-right:5px;
        }
.pharma-catalog .share a:hover{
            background:var(--primary);
            border-color:var(--primary);
            color:#fff;
        }
.pharma-catalog .product-details{
            padding:20px 0 80px;
        }
.pharma-catalog .details-tabs{
            border-bottom:2px solid #eee;
            margin-bottom:35px;
        }
.pharma-catalog .details-tabs .nav-link{
            color:#555;
            border:0;
            border-radius:0;
            padding:15px 25px;
            font-weight:600;
        }
.pharma-catalog .details-tabs .nav-link.active{
            color:var(--primary);
            border-bottom:3px solid var(--primary);
            background:none;
        }
.pharma-catalog .description h3{
            font-size:25px;
            margin-bottom:20px;
        }
.pharma-catalog .description h4{
            font-size:19px;
            margin-top:30px;
            margin-bottom:13px;
            color:#333;
        }
.pharma-catalog .description p{
            color:#666;
            line-height:1.85;
        }
.pharma-catalog .spec-table{
            margin-top:25px;
        }
.pharma-catalog .spec-table th{
            background:#f5f5f5;
            width:32%;
            font-weight:500;
        }
.pharma-catalog .spec-table th,.pharma-catalog .spec-table td{
            padding:14px 18px;
            vertical-align:middle;
            border-color:#ddd;
            font-size:14px;
        }
.pharma-catalog .download-box{
            border:1px solid #ddd;
            display:flex;
            align-items:center;
            justify-content:space-between;
            padding:20px;
            margin-top:20px;
        }
.pharma-catalog .download-icon{
            font-size:32px;
            color:#db4437;
            margin-right:15px;
        }
.pharma-catalog .download-info{
            display:flex;
            align-items:center;
        }
.pharma-catalog .download-info h5{
            font-size:16px;
            margin-bottom:3px;
        }
.pharma-catalog .download-info small{
            color:#999;
        }
.pharma-catalog .download-btn{
            background:var(--primary);
            color:#fff;
            padding:10px 20px;
        }
.pharma-catalog .download-btn:hover{
            background:var(--primary-dark);
            color:#fff;
        }
.pharma-catalog .related{
            background:#f7f8f9;
            padding:70px 0;
        }
.pharma-catalog .section-heading{
            text-align:center;
            margin-bottom:40px;
        }
.pharma-catalog .section-heading h2{
            font-size:30px;
            font-weight:600;
        }
.pharma-catalog .section-heading span{
            width:45px;
            height:3px;
            background:var(--primary);
            display:block;
            margin:13px auto;
        }
.pharma-catalog .related-card{
            background:#fff;
            border:1px solid #e5e5e5;
            height:100%;
            transition:.3s;
        }
.pharma-catalog .related-card:hover{
            box-shadow:0 12px 25px rgba(0,0,0,.08);
        }
.pharma-catalog .related-image{
            height:220px;
            background:#fafafa;
            display:flex;
            justify-content:center;
            align-items:center;
            padding:20px;
        }
.pharma-catalog .related-image img{
            max-height:100%;
        }
.pharma-catalog .related-body{
            padding:20px;
        }
.pharma-catalog .related-body h4{
            font-size:17px;
        }
.pharma-catalog .related-body h4 a{
            color:#333;
        }
.pharma-catalog .related-body h4 a:hover{
            color:var(--primary);
        }
.pharma-catalog .modal-content{
            border-radius:0;
        }
.pharma-catalog .modal-header{
            background:var(--primary);
            color:white;
            border-radius:0;
        }
.pharma-catalog .modal-header .btn-close{
            filter:brightness(0) invert(1);
        }
.pharma-catalog .form-control{
            border-radius:0;
            min-height:48px;
        }
.pharma-catalog footer{
            background:#202020;
            color:#aaa;
        }
.pharma-catalog .footer-main{
            padding:65px 0 35px;
        }
.pharma-catalog .footer-title{
            color:#fff;
            font-size:17px;
            margin-bottom:20px;
        }
.pharma-catalog .footer-links{
            list-style:none;
            padding:0;
        }
.pharma-catalog .footer-links li{
            margin-bottom:9px;
        }
.pharma-catalog .footer-links a{
            color:#aaa;
            font-size:14px;
        }
.pharma-catalog .footer-links a:hover{
            color:var(--primary);
        }
.pharma-catalog .footer-contact{
            line-height:1.8;
            font-size:14px;
        }
.pharma-catalog .footer-contact i{
            color:var(--primary);
            width:20px;
        }
.pharma-catalog .copyright{
            border-top:1px solid #333;
            padding:18px 0;
            text-align:center;
            font-size:13px;
        }

        @media(max-width:991px){
.pharma-catalog .navbar{
                padding:12px 0;
            }
.pharma-catalog .navbar-brand img{
                width:270px;
            }
.pharma-catalog .navbar-nav .nav-link{
                padding:10px 0!important;
            }
.pharma-catalog .product-info{
                padding-left:0;
                margin-top:35px;
            }

        }

        @media(max-width:576px){
.pharma-catalog .navbar-brand img{
                width:220px;
            }
.pharma-catalog .product-info h1{
                font-size:28px;
            }
.pharma-catalog .main-product-image{
                min-height:350px;
            }

        }

    
.pharma-catalog .product-card{text-align:left;border-radius:0}.pharma-catalog .thumb-row{flex-wrap:wrap}.pharma-catalog .product-info{padding-top:0;padding-bottom:0}.pharma-catalog .product-details img{max-width:100%;height:auto}.pharma-catalog .category-list .current{color:var(--primary);font-weight:600}.pharma-catalog .category-toggle{background:none;border:0;padding:8px}.pharma-catalog .category-group{display:flex;align-items:center;justify-content:space-between;padding:10px 18px}.pharma-catalog .category-group a{color:#444}.pharma-catalog .share{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.pharma-catalog .spec-table{overflow-wrap:anywhere}.pharma-catalog .download-box{gap:15px;flex-wrap:wrap}.pharma-catalog .quote-button,.pharma-catalog .quote-btn{background:#0ca6c9;color:white;border-radius:0}.pharma-catalog .no-image{color:#777;padding:30px;text-align:center}.pharma-catalog .main-product-image img{width:100%}.pharma-catalog .product-info h1{overflow-wrap:anywhere}

.pharma-catalog .product-info{text-align:left;border-top:0;padding-right:0} @media(max-width:991px){.pharma-catalog .product-info{padding-left:0}}
