
body{

/*    font-family: 'Montserrat', sans-serif !important;*/
}


.table td, .table th {

        padding: 4px; /* Adjust padding as needed */
        font-size: 13px;

}

.gray-table{

    background-color: #f2f2f2;    
    height: 193px;
}

 .no-border-table,
.no-border-table thead th,
.no-border-table tbody td,
.no-border-table tbody tr {
  background-color: transparent !important;
}

.no-border-table,
.no-border-table thead th,
.no-border-table tbody td,
.no-border-table tbody tr,
.no-border-table tfoot td,
.no-border-table tfoot th {
  border: none !important;
}

.mobile-container {
            max-width: 400px;
            margin: 0 auto;
            background: #ffffff;
            min-height: 100vh;
            position: relative;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            overflow-x: hidden; 
            padding-bottom: 150px;
}

.bottom-navigation {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    background: #000550;
    border-radius: 6px 6px 0px 0px;
    padding: 1px 1px;
    z-index: 1000;
    box-shadow: 0 10px 40px rgba(41, 56, 255, 0.3);
}

.mb-menu-list{
   
       display: flex;
justify-content: space-around;
list-style: none;
text-align: center;
margin-left: -38px;
margin-top: 6px;

}

 .mb-menu-list > li > a{

    color:white;
 }

 .header{

        width: 100%;
padding: 10px 6px 10px 15px;
background-color: #000750;
color: white;
 }

 .login-form{

    padding: 10px;
    margin-top: 35%;
 }

 .prod-name{

    font-size: 18px;
 }


/* frontend */

.product-holder{

        width: 48%;
    margin: 2px;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgb(216 216 216 / 37%);
}

.product-holder2 {
    width: 50%;
    /* margin: 2px; */
    background-color: #ffffff;
    padding: 4px;
    /* border-radius: 4px; */
    box-shadow: 0 10px 40px rgb(216 216 216 / 37%);
    /* border: 1px solid #0000008f; */
}

.products-section{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
.add-cart-btn{

    width: 100%;
}












