html,body {
	height: 100%;
	font-family: 'Source Sans Pro', 'Tajawal', sans-serif;
}

.top-header {
    height: 50px;
    text-align: center;
    position: relative;
    color: black;
    padding-top: 15px;
    background: white;
    font-size: 18px;
}

.top-header .left {
	position: absolute;
	left: 15px;
	top: 15px;
}

.top-header .middle {
    width: calc(100% - 90px);
    overflow: hidden;
    display: inline-block;
    font-weight: bolder;
}

.top-header .right {
	position: absolute;
	right: 15px;
	top: 15px;

}

.top-header i {
    font-size: 24px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    z-index: 9;
}

.footer #qty {
    position: absolute;
    right: 0;
    background: #b6000f;
    height: 60px;
    top: 0;
    width: 60px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: center;
    padding-top: 18px;
}

.footer .checkout {

}

.footer .button {
    background: #e40215;
    color: white;
    padding: 18px;
    width: 100%;
    display: inline-block;
    border-radius: 25px;
    font-size: 17px;
    position: relative;
    border: 1px solid white;
    font-weight: bold;
    overflow: hidden;
}



#page-container {
    width: 100%;
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 120px;
}


.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #c0392b;
  border-color: #c0392b transparent #c0392b transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.loader {
	text-align: center;
    padding-top: 100px;
}

.page-body {

}

.cover {
    overflow: hidden;
    height: 140px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 15px;
    margin-top: 5px;
}

.cover-bg {
	background-size: cover!important;
    height: 150px;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.cover-logo {
    width: 100px;
    height: 100px;
    top: 22px;
    left: calc(50% - 50px);
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 6px 10px #000000a6;
    z-index: 2;
}

.cover-logo-shadow {
    width: 80px;
    height: 80px;
    top: 35px;
    left: calc(50% - 40px);
    position: absolute;
    border-radius: 50%;
    box-shadow:
	    0 0 60px 30px #fff,
	    0 0 100px 60px #ffeaa7,
	    0 0 140px 90px #fff;
	;
    z-index: 1;
    background: white;
}


.category {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    height: 110px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #78cde4;
    border: 1px solid #e40215;
    box-shadow: 0px 0px 5px #00000026;
}

.category img {
    width: 60px;
    margin-bottom: 10px;
    height: 60px;
}

.category h4 {
    margin: 0;
    font-size: 21px;
    white-space: nowrap;
    background: white;
    position: absolute;
    bottom: 11px;
    padding: 4px 10px;
    border-top-right-radius: 10px;
    left: 16px;
}

.item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 3px solid #78cde4;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: #ecf9ff8f;
}

.item img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}

.item h4 {
	margin: 0;
	margin-bottom: 5px;
	white-space: nowrap;
}

.item p {
	margin-bottom: 0;
	margin-bottom: 5px;
	white-space: nowrap;
	font-size: 12px;
}

.item .price {
    font-weight: bolder;
    color: red;
}

.item .more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #78cde4;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
}

.item .more i {
	margin-left: 5px;
}

.item-img {
    height: 220px;
    background-size: cover!important;
    background-position: center center!important;
}


.item-img-corners {
    height: 37px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -35px;
    background: white;
    box-shadow: 0px -7px 7px #00000021;
}

.item-description {
	margin-top: -20px;
}



.item-options {

}

.item-options span {
    width: 100px;
    display: inline-block;
    border: 1px solid #DDD;
    padding: 10px;
    text-align: center;
}

.item-options span i {
    display: block;
    font-size: 20px;
}

.item-options span text {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    margin-top: 5px;
}

.item-options span price {
    color: red;
}

.hide_price {
	opacity: 0.4;
	text-decoration: line-through;
}

.item-options .active {
    border: 1px solid #e40215;
    background: #e4021508;
}

.item-options .active i {
	font-weight: 700;
	color: #e40215;
}


.item-options .active i:before {
    content: "\f058";
}

.qty {

}

.qty span {
    height: 44px;
    display: inline-block;
    width: 44px;
    text-align: center;
    background: #ededed;
    font-size: 19px;
    padding-top: 9px;
}

.qty i {

}

.qty .plus {
    background: #b8e994;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.qty .minus {
    background: #fad390;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.qty #qty {
    margin-left: -3px;
    margin-right: -3px;
}


.footer-right {
    position: absolute;
    right: 0;
    width: 140px;
    background: #00000033;
    height: 61px;
    top: 0;
    text-align: center;
    padding-top: 18px;
}


#order-footer .button {
	background: #78cde4;
}






.table>thead>tr>th {
    background: black;
    color: white;
}


.swal2-container {
    zoom: 2;
}

.home-cat-title {
    margin: 10px 15px;
}

.lang-switch {
    border-bottom: 3px solid #eee;
    border-radius: 20px;
    padding-bottom: 10px;
}

.lang-switch span {
    display: inline-block;
    width: calc(50% - 5px);
    text-align: center;
}

.lang-switch img {
    height: 40px;
}

.lang-switch h4 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
}




.item img {
    border-radius: 8px;
}

.footer i {
    margin-right: 10px;
    margin-left: 0px;
    font-size: 20px;
}

.text-center {
    text-align: center!important;
}

.category-wrapper {
    width: 100%;
    float: right;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #ddd;
}

@media (min-width: 992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: right;
}
}


.out-of-stock-text {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    color: red;
    font-style: italic;
}

.out-of-stock {
    opacity: 0.5;
}

.order-preparing {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.order-preparing img {
    height: 90px;
}


.table-item {
    padding: 20px;
    border: 3px solid;
    width: calc(33.333% - 10px);
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    height: 100px;
    margin: 5px;
    float: right;
    overflow: hidden;
}

.btn-full {
    width: 100%;
}

.busy-table {
    border-color: red;
    background: #ff00001f;
}

.cash-cat {
    cursor: pointer;
}

.cash-cat span {
    border: 3px solid;
    width: 100%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}



#paid-amount, #change-amount {
    font-size: 20px;
    font-weight: bold;
}


.social-links a {
    margin: 0 8px;
}

.social-links {
    text-align: center;
    margin: 15px 0;
}

.social-links a img {
    width: 50px;
    height: 50px;
}


.service-item {
    display: inline-block;
    width: calc(15% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-align: center;
}

.service-item img {
    width: 70%;
}

.service-item h4 {
    white-space: nowrap;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 12px;
}

.social-links a p {
    font-size: 12px;
    color: black;
    text-decoration: none;
    margin-top: 10px;
}

.social-links a {
    margin: 0 8px;
    display: inline-block;
    width: calc(25% - 20px);
    padding: 0 5px;
}

.social-links a img {
    width: 80%;
    height: auto;
}

.category h4 {
    font-size: 17px;
}

.category {
    overflow: hidden;
}

.footer-right {
    width: auto;
    padding: 0 15px;
    padding-top: 18px;
}