/* CSS Document */
#restaurant .bottom-part div {
    display: inline-block;
    padding-right: 20px;
}
.text-white{
	color: #fff !important;
}

.menu-composition {
    cursor: pointer;
}

.menu-composition h5 {
    font-size: 16px;
    line-height: ;
    color: #000000;
    font-weight: 100;
    margin-bottom: 5px;
}

.list-heading{
	background-color: #ea240a;
}

.category-title {
    color: #fff;
    text-transform: uppercase;
}
.menu-price {
    font-size: 14px;
    font-weight: 700;
    font-weight: bold;
    color: #000;
}
.flat-menu{
	margin-bottom: 20px;
}
.select_qty {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    width: 48px;
    font-size: 9px;
    font-weight: bold;
    height: 30px;
    margin-bottom: 0px;
}
.item-name {
    font-weight: bold;
    font-size: 11px;
}
.list-extra-item{
	font-size: 11px;
	margin-left: 52px;
}
.list-extra-item-check{
	font-size: 11px;
}

.menu-price-cart {
    font-size: 11px;
    font-weight: 700;
    font-weight: bold;
    color: #000;
}

.item-cart-remove {
    color: #ea240a !important;
    cursor: pointer;
}
.card{
	margin-top: 10px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}


.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #5bb85b !important;
    color: #fff;
    font-size: 1.0625em;
}

.error{
	color: #e9280b;
}

/* ==============
 * ======Login====
 * ================
 */
.icon-count-top span{
	 display: inline-block;
}

.login-container div{

	margin: auto;
}
.copy_right_login {
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-size: 10px;
}

.login-content {

	 width: 30%; 
	 margin-bottom: 100px;
	 padding-top: 40px;
}
.form-check {
	/*padding: 15px 0 15px 0 !important;*/
	padding-bottom: 15px;
	font-size: 12px;
}

.social-login {
	text-align: center;
	padding-top: 15px;
}

.reset-pass a{
	color: #000;
}

.login-logo{
	text-align: center;	
}
.do-it-login-check{

}

.search-form span input::placeholder {
    color: #000;
    font-weight: 700;
}