@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@100..900&display=swap');

:root{
    --menu-bg-col: #05274D;
    --menu-f-col: #9ddf22;
    --news-bg-col: #006400;
    --news-f-col: #FFFFFF;
    --tblhr-bg-col: #01af6a;
    --tblhr-f-col: #FFFFFF;
    --tblbr-bg-col: #aee2ce;
    --tblbr-f-col: #000000;
    --tblgrp-bg-col: #922B21; 
    --tblgrp-f-col: #ffffff;
    --tot-bg-col:#9ddf22;
    --tot-f-col: #000000;
}

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.heading6{font-size: 1rem;}
a{text-decoration: none;}
.news{width: 160px;}
.breaking-news{background-color: var(--news-bg-col)}
.news-scroll a{text-decoration: none; color: var(--news-f-col)}
.dot{height: 6px;width: 6px;margin-left: 3px;margin-right: 3px;margin-top: 2px !important;background-color: rgb(207,23,23);border-radius: 50%;display: inline-block}

.top-menu{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;    
}

.nav-container {
    background-color: var(--menu-bg-col);    
}
.nav-container h1{
    color: var(--menu-f-col);
}
.navbar-toggler, .navbar-toggler-icon{
    color: wheat;
}
.nav-item a{
    color: #e0fa9a;
    transition: transform 0.3s ease-in-out;     
}
.nav-item a:hover{
    color: yellow;
    transform: translateY(-50%) scale(1.2); /* Zoom effect on hover */    
}

.bree{font-family: 'Bree Serif', serif;}
.jost{font-family: 'Jost', sans-serif;}
/* .icon {margin-right: 1em;} */
.icnwdth { height: 36px; width: 36px; }
.smallfnt{font-size: 15px;}
.topbg{background: #fd5f00;}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.search-table{
    margin: 5px; 
    padding: 5px;
}
.search-table input[type=text]{
    border: 5px solid darkgreen;
    border-radius: 10px;
    font-weight: 600;
    /* background-image: url('/img/search-icon.png');     */
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    /* padding: 12px 20px 12px 40px;  */
}
#tblproduct tr{
    border: solid 1px black;
}

#tblproduct thead tr th{
    background-color: var(--tblhr-bg-col);
    color: var(--tblhr-f-col) !important;
    text-transform: uppercase;    
    text-align: center;
}
#tblproduct tbody .grpheadname{
    background-color: var(--tblgrp-bg-col);
    color: var(--tblgrp-f-col);
}

#tblproduct tbody td:not(.grpheadname){
    background-color: var(--tblbr-bg-col) !important;    
}

#tblproduct tbody tr td:nth-child(3):hover{
    cursor: pointer;
}

#tblproduct tbody tr td:nth-child(1),#tblproduct tbody tr td:nth-child(3),#tblproduct tbody tr td:nth-child(6){
    text-align: center;
}

#tblproduct tbody tr td:nth-child(5),#tblproduct tbody tr td:nth-child(7){
    text-align: right;
}

#tblproduct tbody tr td:nth-child(4){
    text-align: center;
}

#tblproduct tbody tr input{
    height: 25px;
    background-color: var(--tblbr-bg-col) !important;  
    text-align: right;
    border: 0;    
}

#tblproduct tbody tr .rowqty{
    background-color: white !important;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    border-radius:5px;
}

#tblproduct tbody tr img{
    width: 50px;
    height: 50px;
}


.discprice{
    display: block;
    color: red;
}

#tblproduct tbody tr h3{
    font-size: 18px;
    font-weight: bold;
}

#itemCount {
  position: absolute;
  display: none;
  top: 0px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  color: white;
  text-align: center;
}

#showdis:not(#itemCount){ 
    width: 100%; 
    margin: 10px auto; 
    display: block; 
    padding: 20px; 
    text-align: center; 
    position: -webkit-sticky; 
    position: sticky; 
    bottom: 0; 
    font-size: 18px; 
    border-radius: 15px; 
    background-color: var(--tot-bg-col);
    color: var(--tot-f-col);
    font-weight: bold;
}

#showdis a{
    color: red;    
    font-size: 24px;
    line-height: 50%;     
    position: relative;
}

#cart-table {
    /* width: 50%; */
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0;
    background-color: #f7f7f5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

#cart-table h3{
  font-size: 40px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #b393d3;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #957dad,
               1px 2px 0px #957dad,
               1px 3px 0px #957dad,
               1px 4px 0px #957dad,
               1px 5px 0px #957dad,
               1px 6px 0px #957dad,
               1px 10px 5px rgba(16, 16, 16, 0.3),
               1px 15px 10px rgba(16, 16, 16, 0.2),
               1px 20px 30px rgba(16, 16, 16, 0.1),
               1px 25px 50px rgba(16, 16, 16, 0.1);
               
}

#cart-table .cart-disp{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#cart-table thead tr th{
    background-color: #e00e66 !important;
    color: white;
}
#cart-table tbody tr td{
    background-color: #e9e9e9 !important;
}
#cart-table tr{
    border: solid 1px black;
}

.dispCount{
    color: white;
    /* background-color: red; */
    height: 10px;
    border-radius: 50%;
}
.dispCount{
    background-color: red;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 5px;
    left: 25px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 25px;
    font-size: 0.8rem;
}
.cart-div{
    position: relative;    
}

.closebtn{
    color: rgb(0, 0, 0);
    font-size: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

#cart-amount-info{
    background-color: rgb(99, 88, 88);
    border: 1px solid black;    
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#cart-amount-info span{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: right;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 15px;
    color: white;    
} 

#cart-amount-info .cart-net-amt{
    font-size: 20px;
    color: yellow;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

#customer-info{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 10px;
}

#customer-info button{
    margin-top: 10px;
}

#foot-sec {
    background-image: url('../img/foot-bg.webp');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;    
}
.foot-container{
    background-color: rgba(5, 39, 77, 0.9) !important;
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: scroll; 
}
.foot-msg{
    position: absolute;
    /* width: 100%;
    height: 100%;    */
}


.foot-container a{
    text-decoration: none;
    color: white;
}

/* .footer{
    background-image: url("/img/foot-bg-1.webp");
    z-index: 1;
    width: 100%;
    opacity: 0.5;
    position: absolute;
}
.footmsg {
    background-color: rgb(8, 47, 121) !important;
    z-index: 2;
    position: relative;

} */

#order-limit{
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgb(42, 68, 3);
    border-radius: 5px;
    width: 90%;    
}
.tnminamt, .osminamt{
    color: red;
    font-size: 18px;
}

.pg1{font-size:16px; line-height:28px;}
.clr2{color:rgb(4, 248, 57);}
.foottop{color:#ffee00 !important;}
.pf1{font-size:14px;}
/* .footer{background-image: url("/img/foot-bg.webp"); background-position: center; background-repeat: no-repeat; background-size: cover;} */
.footer a:hover{color:white!important;} 
.footer a{color:#FFFDD1;}

.aboutus-img{
    /* box-shadow: 10px 10px grey; */
    filter: drop-shadow(5px 5px 5px rgb(136, 136, 133)); 
}
.aboutus-img img{
    border-radius: 5%;
    height: 350px;
}

.about-head, .contact-head{
    font-family: "Acme",sans-serif; font-size: 1.8rem; color: darkgreen;
    border-bottom: 2px solid red;
    width: fit-content;
    padding-top: 20px;
}
#aboutcontent{
    font-size: 1rem;
    text-align: justify;
    line-height: 35px;
}

  /* -----contact page Start---------- */

.topic{
    color: #e00e66;
    border-bottom: 2px solid darkgreen;
    width: 20%;    
}
.adddetails, .phonedetails, .emaildetails{
    padding-bottom: 20px;
}

.text-one{
    padding-top: 10px;
}

#gmapframe{
    border: 5px solid darkgreen;
    border-radius: 10px;
    padding-bottom: 20px;
}

  /* ----contact page end ----------- */

    /* safety tips page */
/* --------------------------- */
.head{
    font-family: "Acme",sans-serif;
    color: red;
}
.assistant{font-family: 'Roboto', sans-serif; line-height: 28px;}
.block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #cac9c9;
    font-weight: normal;
    color: #333e48;
  }
  .block-head::before {
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
    background-color: #ec2424;
  }
  .block-head::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
    background-color: #ec2424;
  }
  .icnclr1 {color: #559926; font-size: 30px;}
  .text4 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}
  .heading3{font-size: 1.75rem;}
  .sticky-top1{position:sticky; top:80px;}
  .sticky-top1 img{ filter: drop-shadow(5px 5px 5px rgb(221, 221, 7)); }
  li{list-style-type: none!important;}

  .blink img{
    -webkit-animation: blink 1s;animation: blink 1s;
    -webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}

.merienda{font-family: helvetica, sans-serif; color: #e00e66;}
.pad{padding:90px 0;}
.clr1{color:saddlebrown;}
.ptserif{font-family: 'Helvetica', sans-serif; font-size:16px; line-height:30px; }
.parallax {
    background-image: url("../img/whybg.jpg");
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.text2{ position: relative; padding: 0 0 0 130px; margin-top: -100px; margin-bottom: 40px;}
.icon {width: 80px; height: 80px; display: table; text-align: center; border-radius: 50%; cursor:pointer; border:2px solid #559926;}
.icon i {font-size: 48px; height: 110px; width: 110px; display: block; margin: 3px; border-radius: 100%; line-height: 110px; background: #ffffff; color: rgb(243, 9, 9);}
.icon i:hover{
    color: red;
}
h4.merienda{ font-family: "Acme",sans-serif; color: red;}

/*------- gallery --------*/

.card-img-tiles>.inner {
    display: table;
    width: 100%;
}
.card-img-tiles .main-img, .card-img-tiles .thumblist {
    display: table-cell;
    width: 65%;
    padding: 15px;
    vertical-align: middle;
}
.card-img-tiles .main-img>img:last-child, .card-img-tiles .thumblist>img:last-child {
    margin-bottom: 0px;
}

/* .card-img-tiles .main-img>img, .card-img-tiles .thumblist>img {
    display: block;
    width: 100%;
    margin-bottom: 6px;
} */

.main-title{
    font-family: "Acme",sans-serif;
    color: rgb(5, 83, 18);
    font-size: 1.8rem;
    border: 2px solid rgb(5, 83, 18);
    border-radius: 5px;    
    padding: 5px;
    text-align: center;   
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;   
}
.main-title:hover{
    background-color: green;
    color: white;
    cursor: pointer;
}

.main-img img{
    width: 100%;
    height: 250px;       
}
 .product-tab .producttitle{
    font-family: "Acme",sans-serif;
    color: rgb(100, 4, 138);
    font-size: 14px;
}

.productlist a, .videolist a{
    text-decoration: none;
}
.videolist p{
    font-family: "Acme",sans-serif;
    color: rgb(100, 4, 138);
    font-size: 1.3rem;
}
iframe{
    width: 100%;
    height: 250px;
    padding-bottom: 10px ;
}
.biolife-title-box{
    border: 2 px solid black;
}
.product-tab h3{
    font-family: "Acme",sans-serif;
    color: red;
    padding-bottom: 10px; 
}

/*  image modal open */

.thumbnail {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

#additionalImages {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#additionalImages img {
    width: 100px;
    height: 100px;
    margin: 5px;
    cursor: pointer;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* payment info start */

.payment-info{
    background-color: #333e48;
    margin: auto;
    width: 100%;    
    /* height: 350px; */
}
.bank-info{
    margin:auto; 
    background-color: #333e48;
    /* border: 2px solid rgb(253, 253, 253);
    border-radius: 5px;     */
    padding: 10px 0 10px 0;
}
.acbank{
    padding-top: 10px;
    padding-bottom: 10px;      
    margin: auto;
}
.bank-info p, .upi-info p{    
    color: white;
}
.qrimg{
    /* margin: auto; */
    height: 250px;
    width: 50%;    
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
}
.upi-info{
    display: flex; /* Use flexbox for horizontal alignment */
    align-items: center; /* Center items vertically */
    padding: 5px;
}
.gpay, .phonepe{
    /* height: 32px; */
    width: 32px;
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px; /* Optional: Space between image and text */    
}

.upi-info p{
    margin: 0;    
}



/*  image modal close */
@media screen and (max-width: 320px) 
{
    #tblproduct {
        table-layout: fixed;
        width: 100%;
    }
    #tblproduct thead {
        display: none;
    }
    #tblproduct tbody tr td:nth-child(4)
    {
        display: none;
    }    
    
    /* #tblproduct thead tr th{
        font-family: 'Roboto', sans-serif;        
        font-size: 9px;
        font-weight: 500;
        padding: 0;
        
    } */
    /* #tblproduct tbody tr td{
        font-family: 'Roboto', sans-serif;        
        font-size: 9px;
        font-weight: 500;        
        
    }        */
    /* #tblproduct tbody tr td:nth-child(1){
        width: 20px !important;        
    }
   
    
    #tblproduct tbody tr img{
        width: 25px;
        height: 25px;

    }  */      

    #tblproduct tbody tr td:nth-child(2){
        width: 80px !important;        
    }
    #tblproduct tbody tr td:nth-child(3){
        width: 20px !important;        
    }

    #tblproduct tbody tr td input:nth-child(1){
        width: 40px;
    }
    #tblproduct tbody tr td input:nth-child(2){
        width: 60px;
    }      
        
     #tblproduct tbody tr input.rowqty{
        width: fit-content;
        border: 1px solid black;
        border-radius: 2px;        
     }
     #tblproduct tbody tr td .rowqty{        
        font-family: "Roboto",sans-serif;
        font-size: 9px;
        font-weight: 500;
        color: rgb(114, 6, 28);
     } 
     
    
     /* cart showing */
    #cart-table {
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        width: 0;
        background-color: #e0fa9a;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 10px;
    }
    
    #cart-table .cart-disp{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    
    #cart-table thead tr th{
        background-color: #e00e66 !important;
        color: white;
    }
    #cart-table tbody tr td{
        background-color: #e9e9e9 !important;
    }
    #cart-table tr{
        border: solid 1px black;
    }
    #cart-table thead tr th:nth-child(6), #cart-table thead tr th:nth-child(7), #cart-table tbody tr td:nth-child(6), #cart-table tbody tr td:nth-child(7){
        display: none;
    }


    #gmapframe{
        border: 5px solid darkgreen;
        border-radius: 10px;
        padding-bottom: 20px;
        width: 300px;
        height: 200px;
    }

    
}


@media screen and (max-width : 576px)
 {
    
    #tblproduct thead tr th:nth-child(4), #tblproduct tbody tr td:nth-child(4)
    {
        display: none;
    }    
    #tblproduct tbody tr .prorow{
        margin-bottom: 5px;
    }    
    #tblproduct thead tr th{
        font-family: 'Roboto', sans-serif;        
        font-size: 13px;
        padding: 0;       
    }
    #tblproduct tbody tr td{
        /* padding: 0px 2px; */
        font-family: 'Roboto', sans-serif;        
        font-size: 13px;
        font-weight: 500;        
    }       
    #tblproduct tbody tr td:nth-child(1){
        width: 25px;            
    }
    #tblproduct thead tr th:nth-child(2){
        width: 30%;
    }
    #tblproduct tbody tr td:nth-child(2){
        width: 30%;            
    }
    #tblproduct thead tr th:nth-child(3){
        width: 25px;
    }
    #tblproduct thead tr th:nth-child(3){
        width: 25px;
    }
    #tblproduct tbody tr td:nth-child(5){
        width: 15px;        
    }
    #tblproduct tbody tr td:nth-child(6){
        width: 15%;        
    }
    #tblproduct tbody tr td:nth-child(7){
        width: 20%;        
    }
    #tblproduct table tbody tr img{
        width: 20px;
        height: 20px;
    }        
        
     #tblproduct tbody tr input.rowqty{
        width: 65%;
        border: 1px solid black;
        border-radius: 5px;        
     }
     #tblproduct tbody tr td .rowqty{
        font-family: "Roboto",sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: rgb(114, 6, 28);
     }
     #tblproduct tbody tr input.rowsum{
        width: 100%;        
     }
         
     /* cart showing */
    #cart-table {
        width: 80%; 
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        width: 0;
        background-color: #e0fa9a;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 10px;  
    }
    
     #cart-table .cart-disp{
        margin-left: auto;
        margin-right: auto;
        /* left: 10px;
        right: 10px;         */
        width: 90%;
    } 
    
    #cart-table thead tr th{
        background-color: #e00e66 !important;
        color: white;
    }
    #cart-table tbody tr td{
        background-color: #e9e9e9 !important;
    }
    #cart-table tr{
        border: solid 1px black;
    }

    #gmapframe{
        border: 5px solid darkgreen;
        border-radius: 10px;
        padding-bottom: 20px;
        width: 450px;
        height: 300px;        
    }
    
    #condetails, #condetails .contact-head, #condetails .topic{
        text-align: center;
    }

    #cart-table thead tr th:nth-child(6), #cart-table thead tr th:nth-child(7), #cart-table tbody tr td:nth-child(6), #cart-table tbody tr td:nth-child(7) 
     {
         display: none;
     }       
   
 }

 @media screen and (max-width : 768px) 
 {
     #tblproduct{
         table-layout: auto;
     }
     #tblproduct thead tr th:nth-child(4), #tblproduct tbody tr td:nth-child(4)
     {
         display: none;
     } 
     #tblproduct .category h3 {
         font-size: 13px;
     }
         
     /* .grpheadname{
         column-span: 6;
     } */
     #tblproduct thead tr th{
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;              
     }
     
     #tblproduct tbody tr td{
         padding: 0px 2px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;        
     }
 
     #tblproduct tbody tr .rowqty{
         width: 80px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;  
      }
      
      #tblproduct tbody tr .rowsum{
         width: 80px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;       
      }
     #tblproduct tbody tr td .proname{
         width: 120px;
     }
         
     #tblproduct thead th:nth-child(2){
         content: "Item Name";
     }
     #tblproduct thead th:nth-child(3){
         content: "Img";
     }
     
     #tblproduct tbody tr img{
         width: 20px;
         height: 20px;
     }  

     /* discount bottom */
     
     #showdis { 
        width: 100%; 
        margin: 5px auto; 
        display: inline-block; 
        padding: 20px; 
        text-align: center; 
        position: -webkit-sticky; 
        position: sticky; 
        bottom: 0; 
        font-size: 16px; 
        border-radius: 15px; 
        background-color: #9ddf22;
        color: #000;
        font-weight: bold;
    }
     
      /* cart showing */

    #cart-table {
        /* width: 50%; */
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        width: 0;
        background-color: #e0fa9a;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 10px;
        table-layout: auto;        
    }
    
    #cart-table .cart-disp{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    #cart-table thead tr th:nth-child(6), #cart-table thead tr th:nth-child(7), #cart-table tbody tr td:nth-child(6), #cart-table tbody tr td:nth-child(7) 
    {
        display: none;
    }    

    
    #cart-table thead tr th{
        background-color: #e00e66 !important;
        color: white;
        font-size: small;
        
    }
    #cart-table tbody tr td{
        background-color: #e9e9e9 !important;
        font-size: small;        
    }
    #cart-table tr{
        border: solid 1px black;
        position: relative;
    }

    .foot-container{
        height: 1150px;
    }
    
    /* #foot-sec {
        background-image: url('../img/foot-bg.webp');
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        height: 1450px !important; 
        overflow: hidden; 
    }  */
   
    
 }  

 @media screen and (max-width : 992px) 
 {
     #tblproduct{
         table-layout: auto;
     }
     
     #tblproduct .category h3 {
         font-size: 13px;
     }
         
     /* .grpheadname{
         column-span: 6;
     } */
     #tblproduct thead tr th{
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;              
     }
     
     #tblproduct tbody tr td{
         padding: 0px 2px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;        
     }
 
     #tblproduct tbody tr .rowqty{
         width: 80px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;  
      }
      
      #tblproduct tbody tr .rowsum{
         width: 80px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;       
      }
     #tblproduct tbody tr td .proname{
         width: 120px;
     }
         
     #tblproduct thead th:nth-child(2){
         content: "Item Name";
     }
     #tblproduct thead th:nth-child(3){
         content: "Img";
     }
     
     #tblproduct tbody tr img{
         width: 20px;
         height: 20px;
     }  
     
      /* cart showing */

    #cart-table {
        /* width: 50%; */
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        width: 0;
        background-color: #e0fa9a;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 10px;
        table-layout: auto;        
    }
    
    #cart-table .cart-disp{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    
    #cart-table thead tr th{
        background-color: #e00e66 !important;
        color: white;
        font-size: small;
        
    }
    #cart-table tbody tr td{
        background-color: #e9e9e9 !important;
        font-size: small;        
    }
    #cart-table tr{
        border: solid 1px black;
        position: relative;
    }

    #foot-sec {
        background-image: url('../img/foot-bg.webp');
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        height: 1150px !important; 
        overflow: hidden; 
    } 
 
    
 }

 @media screen and (max-width : 1200px) 
 {
     #tblproduct{
         table-layout: auto;
     }
     
     #tblproduct .category h3 {
         font-size: 13px;
     }
         
     /* .grpheadname{
         column-span: 6;
     } */
     #tblproduct thead tr th{
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;              
     }
     
     #tblproduct tbody tr td{
         padding: 0px 2px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;        
     }
 
     #tblproduct tbody tr .rowqty{
         width: 80px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;  
      }
      
      #tblproduct tbody tr .rowsum{
         width: 80px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;       
      }
     #tblproduct tbody tr td .proname{
         width: 120px;
     }
         
     #tblproduct thead th:nth-child(2){
         content: "Item Name";
     }
     #tblproduct thead th:nth-child(3){
         content: "Img";
     }
     
     #tblproduct tbody tr img{
         width: 20px;
         height: 20px;
     }  
     
      /* cart showing */

    #cart-table {
        /* width: 50%; */
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        width: 0;
        background-color: #e0fa9a;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 10px;
        table-layout: auto;        
    }
    
    #cart-table .cart-disp{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    
    #cart-table thead tr th{
        background-color: #e00e66 !important;
        color: white;
        font-size: small;
        
    }
    #cart-table tbody tr td{
        background-color: #e9e9e9 !important;
        font-size: small;        
    }
    #cart-table tr{
        border: solid 1px black;
        position: relative;
    }
    
    #foot-sec {
        background-image: url('../img/foot-bg.webp');
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        height: 650px; 
         overflow: hidden; 
    }
    
 }

 @media screen and (max-width : 1400px) 
 {
     #tblproduct{
         table-layout: auto;
     }
     
     #tblproduct .category h3 {
         font-size: 13px;
     }
         
     /* .grpheadname{
         column-span: 6;
     } */
     #tblproduct thead tr th{
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;              
     }
     
     #tblproduct tbody tr td{
         padding: 0px 2px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;        
     }
 
     #tblproduct tbody tr .rowqty{
         width: 80px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;  
      }
      
      #tblproduct tbody tr .rowsum{
         width: 80px;
         font-family: 'Roboto', sans-serif;        
         font-size: 13px;       
      }
     #tblproduct tbody tr td .proname{
         width: 120px;
     }
         
     #tblproduct thead th:nth-child(2){
         content: "Item Name";
     }
     #tblproduct thead th:nth-child(3){
         content: "Img";
     }
     
     #tblproduct tbody tr img{
         width: 20px;
         height: 20px;
     }  
     
      /* cart showing */

    #cart-table {
        /* width: 50%; */
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        width: 0;
        background-color: #e0fa9a;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 10px;
        table-layout: auto;        
    }
    
    #cart-table .cart-disp{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    
    #cart-table thead tr th{
        background-color: #e00e66 !important;
        color: white;
        font-size: small;
        
    }
    #cart-table tbody tr td{
        background-color: #e9e9e9 !important;
        font-size: small;        
    }
    #cart-table tr{
        border: solid 1px black;
        position: relative;
    }
    
    #foot-sec {
        background-image: url('../img/foot-bg.webp');
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        height: 650px; 
         overflow: hidden; 
    }
    
 }
