/*!
 * replace bootstrap class
 */
.row {
  margin-right: 0px;
  margin-left: 0px;
} 
.bg-light {
  background-color: #4a4b4b !important;
}
.btn-circle.btn-sm { 
     width: 30px; 
     height: 30px; 
     padding: 6px 0px; 
     border-radius: 15px; 
     font-size: 8px; 
     text-align: center; 
 } 
 .btn-circle.btn-md { 
     width: 50px; 
     height: 50px; 
     padding: 7px 10px; 
     border-radius: 25px; 
     font-size: 10px; 
     text-align: center; 
 } 
 .btn-circle.btn-xl { 
     width: 70px; 
     height: 70px; 
     padding: 10px 16px; 
     border-radius: 35px; 
     font-size: 12px; 
     text-align: center; 
 } 
 .text-gold {
 	color: #B9770E;
 }
 .menu_category {
 	border:5px solid white;
 	border-radius: 20px;
 	background-color:#A7DADD
 }
 
 .nav_title {
 	color:white;
 	display: block;
 	white-space: nowrap;
 	min-width: 15em;
 	width: 90%;
 	overflow: hidden;
 	text-overflow: clip;
 }
 