/*old - var(--primary)*/

:root {
  --primary: #cf102d; 
}

.container { 
padding-right: 0px;  
padding-left: 0px;  
}
.navbar {
  margin-bottom: 20px;
}
.text-primary{
  color:var(--primary) !important;
}
.text-black{
  color:#000 !important;
}
.primary-bg{
	background-color:var(--primary);

}		 
.padding-10{
	padding:10px;
}	 
.right{
	text-align:right !important;
}	
.center{
	text-align:center;
}	
button{
	cursor: pointer;
}
.btn-primary, .btn-primary:hover{
background-color:var(--primary);
border-color: var(--primary);
}
nav.navbar {
				padding:0px !important;
	margin-top:10px;
			}
			.navbar-nav {
    /*display:table;*/
    width:100%;
    margin: 0;
}
.navbar-nav > li {
    float:none;
    display:table-cell;
    text-align:center;
	width:18%;
}
			.active{
				    background-color: var(--primary);
			}
			.active a.nav-link{ 
    color: #fff !important;
			}
			a.nav-link{ 
    color: #fff !important;
				    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
			}
			.relative{
				position:relative;
			}
			.top-header,.top-header a,.top-header a:hover, footer, footer a, footer a:hover{
				font-size:12px;
				color:#fff;
			}
			footer{
				margin-top:50px;
			}
			h4{
				    background-color: #868e96;
    color: #fff;
    padding: 5px;
			}
			a{
				color:#2b5987;    
				text-decoration: underline;
			}
			.text-muted {
    color: #000!important;
}

.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
.gutters {
  margin-right:0px;
  margin-left:0px;
}
.hidden{
  display:none;
}

.sort-item-name{
  cursor:move;
}
.sortable-section{
  list-style-type:none;
}

.sortable-section{
  margin-left:-40px;
}
ul.individual-items{
  margin-left:-15px;
}
.order-total-large{
    min-height: 75px;
    line-height: 75px;
    font-size: 35px;
}

.bg-item-header {
  background-color: rgba(0,0,0,.05);
padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;

}
.menu-item-container {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: pointer;
    /* padding: 10px; */
    margin: 10px;
    min-height: 50px;
    border-radius: 10px;
    /* line-height: 50px; */
    text-align: center;
      display: flex;
    align-items: center;
}
.menu-item-container a{
    color: #333;
    text-decoration: none;
}

.page-event-stores a{
	color:var(--primary);
	text-decoration: none;
}

.page-event-stores .top-header a{
	color:#fff;
	text-decoration: none;
}
/*.page-- .navbar{
	display: block;
}*/

.checkout-icons{ 
	margin-top:-40px;
}
.checkout-icons i {
	font-size:26px;
	color:#14594f; 
}
.page-event-print_order .order-number{
margin-top: 1.5rem!important;
}
.page-event-print_order .checkout-icons{
display:none;
}