

.dashboard .menu {
	list-style: none;
}

.dashboard .menu li {
	float: left;
	padding-right: 40px;
	font-size: 24px;
}

.dashboard .menu li:last-child:after {
	clear: both;
}

.frame-content iframe {
	width: 100%;
	height: 700px;
}


.add-to-cart-blocked {
	width: 100%!important;
}

#checkout-frame .site-header {
	display: none!important;
}


.common-popup {
	display: block !important;
	width: 100%;
    height: fit-content;
    height: -moz-fit-content;
	max-width: 450px;
	position: fixed;
    top: 80px;
    left: calc(50% - 225px);
    z-index: 999;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 1.0);
    transform: translateY(110vh);
    transition: all 600ms cubic-bezier(0.670, 0.005, 0.330, 0.995);
    transition-timing-function: cubic-bezier(0.670, 0.005, 0.330, 0.995);
}

.popup-content h1, .popup-content h2, .popup-content h3 {
    color: #23282d;
    margin: 10px 0px 20px;
}

body.home .site-popup-logo {
    margin: 20px 0px;
}

.popup-content a.close {
    top: -3px;
    position: relative;
    display: block;
    width: 100%;
    background: #391eb4;
    color: #fff;
    border-radius: 50px;
    padding: 20px 25px;
    line-height: 100%;
    text-align: center !important;
    margin: 40px 0px 10px;
}

i.material-icons.common-popup-icon {
    color: #23282d;
    text-align: center;
    margin: 20px auto;
    display: block;
    font-size: 100px;
}

.common-popup.show {
	transform: translateY(0%);
}

.common-popup .popup-content {
	width: 75%;
    margin: 0px auto;
    position: relative;
    height: fit-content;
    display: block;
    padding: 20px 0px;
    color: #23282d;
}	

.common-popup .popup-content p {
    color: #23282d;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}

.common-popup .popup-content a {
	color:#fff;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

.common-popup ul li a i {
    color: #fff;
    top: 2px;
    margin-right: 7px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.common-popup ul li a {
    top: -3px;
	position: relative;
	display: block;
    width: 100%;
    background: #391eb4;
    border-radius: 50px;
    padding: 20px 25px;
    line-height: 100%;
}



ul.request-bill-choose, ul.choose-waiter {
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
	padding: 20px 0;
	list-style: none;
}

ul.request-bill-choose li, ul.choose-waiter li {
    display: block;
    width: 100%;
    margin: 15px 0px;
}

/*
#loader {
	z-index: 1000;
}
*/














