.c-item {
	height: 480px;
}
.productlogo {
	max-width: 75px;
	max-height: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

.productimage {
	max-width: 150px;
	max-height: 175px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}


.lipt {
	font-size: small;
		
}
.flarge   {
	font-size: large;
	margin:auto;
}

.cdescription   {
	margin:auto;
}

.card-title {
	text-align: center;
  }
  
  .card-price {
	text-align: right;
	margin-top: 10px; /* Add some space above the price */
  }
  
  .card-title a, .card-body a {
	color: inherit; /* Remove blue color */
	text-decoration: none; /* Remove underline */
  }
  
  .card-title a:hover, .card-body a:hover {
	color: inherit; /* Optional: Change color on hover */
	text-decoration: underline; /* Optional: Add underline on hover */
  }
  
.color {
	background-color: rgb(240, 240, 240)
}

.erounded {
	border: black;
	border-width: 1px;
}

/* To change background color of Navbar */
.nbc {
	background-color: #00549a;
}
.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
	display: flex;
	/* Add the following lines */
	flex-direction: column;
	justify-content: space-between;
}

.custom-footer-styles {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.navtexttitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: small;
	}

.ft1 {
	font-size: small;
	color: white;
	}

.ftindex {
	font-size: small;
	color: black;
	}

.nvtext {
	color: black;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
}

.ft2 {
	font-size: small;
	color: black;	


}	
.stext {
	text-align:left;
	

}

.bctext  {
	text-decoration; none;
}

.titlecenter   {
	margin-left:auto;
	margin-right:auto;
}

.item {
    position:relative;
    padding-top:20px;
    display:inline-block;
}
.notify-badge {
    position: absolute;
    right:-20px;
    top:10px;
    background:red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:20px;
}

.productpage {
	background-color:#00549a;
}

.cardbg  {
	background-color: 00549a;
}
.pricetext   {
	font-weight:bold;
	font-size: small;
}

a:link   {
	text-decoration: none;
}

a:visted   {
	text-decoration: none;
}
a:hover  {
	text-decoration: none;
	}
a:active  {
	text-decoration: none;
}

