/* High resolution Screen mixin */
/* ######################################### # Application wide variables ######################################### */
 .red {
	 color: #d82c2c;
}
/* ######################################### # Global Mixins ######################################### */
 .box-card {
	 -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);
	 -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);
	 box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);
	 background-color: #fff;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	 border-radius: 2px;
	 overflow: hidden;
}
 #noticed {
	 text-align: center;
	 color: #b16e00;
	 border: #b16e00 1px solid;
	 border-radius: 2px;
	 background-color: #f8c269;
	 margin: 10px 0;
	 padding: 10px;
	 font-weight: 600;
}
 #noticed span {
	 display: block;
}
 #noticed a {
	 display: inline-block;
	 font-weight: 700;
	 letter-spacing: 1px;
	 font-size: 12px;
	 color: rgba(0, 0, 0, .3);
	 border-top: 1px solid rgba(0, 0, 0, .3);
	 padding: 0 10px;
	 margin: 10px 0 0;
}
 #noticed.disapear {
	 display: none;
}
 #alert {
	 text-align: center;
	 background-color: #000;
	 padding: 20px 0;
	 border-bottom: 5px #000 solid;
}
 #alert ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
 #alert ul li {
	 border-bottom: 1px solid #b90017;
	 margin-bottom: 30px;
	 padding-bottom: 30px;
}
 #alert ul li:last-child {
	 border-bottom: none;
	 margin-bottom: 0px;
	 padding-bottom: 0px;
}
 #alert p, #alert span, #alert h5 {
	 color: #fff;
	 margin: 0;
}
 #alert p {
	 font-size: 15px;
}
 #alert span {
	 font-size: 90%;
	 color: #999;
}
 #alert h5 {
	 color: #d0021b;
}
 #alert a {
	 display: inline-block;
	 font-weight: 700;
	 letter-spacing: 1px;
	 font-size: 12px;
	 color: rgba(255, 255, 255, .3);
	 border-top: 1px solid rgba(0, 0, 0, .3);
	 padding: 0 10px;
	 margin: 10px 0 0;
}
 .admin-alert {
	 background-color: #d82c2c;
	 padding: 20px;
	 text-align: center;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 margin: 20px 0;
}
 .admin-alert p {
	 margin: 0;
	 padding: 0;
	 color: #fff;
}
 .admin-alert p a {
	 color: #fff;
}
 .admin-alert p a:hover {
	 color: #2d2d2d;
	 text-decoration: none;
}
 #delivery_site_verified {
	 border-color: #d82c2c !important;
	 background-color: #d82c2c !important;
	 color: #fff !important;
}
 
