/*
Theme Name:  Salient
Version:     17.4.1
Description: An Ultra Responsive Multi-Purpose Theme.
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author:      ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
License:     Custom license
License URI: https://themeforest.net/licenses/terms/regular
Text Domain: salient
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder.
/*-------------------------------------------------------------------------*/



.add-breakfast-to-cart-button{
	background-color: #fff;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	padding:20px 40px;
}


.breakfast-prices > .col{
	text-align:center !important;
	justify-content:center;
	gap:20px;
}

.breakfast-price{
	padding:40px;
	border-radius:20px;
	border: 2px solid #fff;
	text-align:center;
	max-width:450px;
	margin:0 20px;
}

.breakfast-price h2{
	font-weight:800;
	font-size:1.5em;
	
}