
/* HOTEL NAME ON MOBILE */
span.hotel-name-mobile {
	margin-left: 10px;
	font-size: 20px;
}

.kt-header__topbar {
	height: 70px;
	width: 100%;
}

@media (max-width:1024px) {
	.kt-header-mobile--fixed .kt-header__topbar {
		top: 50px;
		width: 100%;
	    -webkit-box-shadow: 0 4px 30px -4px rgba(0, 51, 90, .1);
	    box-shadow: 0 4px 30px -4px rgba(0, 51, 90, .1);
	    background: #fff;
	}
}


.kt-header-mobile--fixed .kt-wrapper {
	padding-top: 60px;
}

.kt-header .logo-hotel {
	width:100%;
	padding:20px 0;
}

.kt-header .logo {
	height: 30px;
	width: auto;
}

.kt-header__bottom {
	background-position: center;
	background-size: cover;
	padding: 230px 20px 30px;
	text-align: center;
}

.kt-header__bottom h1 {
	color: #fff;
}

.kt-container.kt-grid__item.kt-grid__item--fluid {
	padding-top: 30px;
}

/* RESTAURANT IMAGE */
.kt-widget19 .kt-widget19__pic .kt-widget19__shadow {
	top: 50%;
}
.sto-banner {
    min-height: 300px;
    background-position: center;
}

@media (min-width:1025px) {
	.sto-banner {
	    min-height: 450px !important;
	}
}

.kt-body {
	background: none;
	box-shadow: none;
}

.logo-hotel .title-page {
	font-size:17px; 
	margin-left:10px; 
	color: #48465b;
	font-weight: bolder;
}



/* OUR MENUS */
.kt-portlet__body.our-menus .accordion.accordion-light .card .card-header {
	background-color: lightgray;
	margin: 5px 0;
	border-radius: 5px;
}
.kt-portlet__body.our-menus .accordion.accordion-svg-icon .card .card-header .card-title .kt-svg-icon {
	margin-right: 5px;
	margin-left: 10px;
}
.kt-portlet__body.our-menus .accordion.accordion-svg-icon .card .card-body {
	padding-left :0px;
}
.modal-sto.detil-menu .modal-body {
	text-align: center;
}
.modal-sto.detil-menu img{
	width: 100%;
	max-width: 500px;
	margin: auto;
	height: auto;
	margin-bottom: 10px;
	border-radius: 5px;
}


/* CTG MENU PAGE ==== GA DIPAKE!!!!!! */
.ctg-menu .img-menu {
	width: 100%;
	height: 100px;
	max-width: 200px;
	max-height: 100px;
	background-size: cover;
	border-radius: 7px;
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* DISPLAY MENU */
.kt-notification-v2 .kt-notification-v2__item {
	border-bottom: 1px solid #ebedf2;
	padding: 10px 0 !important;
}
.menu-sto .hrg-menu {
	font-weight: 500;
	font-size: 12px;
}
.menu-sto .btn-sto {
	width: 19px !important;
	height: 19px !important;
}
.menu-sto .req-sto {
	margin-top: 10px;
}
.menu-sto .req-sto .btn {
	width: 75px;
}
.menu-sto .kt-mycart__action {
	margin-top: 7px;
}
.menu-sto .col-4.text-right {
	display: grid;
}

/* MODAL SPECIAL REQUEST */
.modal-sto div.kt-subheader__desc {
    font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}
.form-sto .form-control {
	margin-bottom: 10px;
}
.modal-sto .modal-footer {
	justify-content: center;
}
.modal-sto textarea.form-control::placeholder {
	font-style: italic;
	color: #ccc;
}


/* ORDER SUMMARY PAGE */
.summary-sto .hrg-menu {
	display: block;
	margin-bottom: 7px;
	font-weight: 500;
	font-size: 12px;
}
.summary-sto .kt-widget4 .kt-widget4__item .kt-widget4__pic img {
	width: 3.5rem;
}
.summary-sto .btn-sto {
	width: 19px !important;
	height: 19px !important;
}
.summary-sto .kt-widget4__username {
	margin-bottom: 7px;
}
.summary-sto .btn.btn-sm.btn-label-warning.btn-pill.btn-bold {
	margin-right: 12px;
}
.summary-sto .kt-widget4 {
	padding-bottom: 20px;
	border-bottom: rgba(0, 51, 90, .1) 1px solid;
}
.summary-sto .kt-badge.kt-badge--unified-default {
	color: #777;
	border: 1px solid #ddd;
}
.summary-sto .kt-list-timeline {
	padding: 15px 0;
}
.summary-sto div.kt-subheader__desc {
    font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}
.summary-sto .kt-list-timeline .kt-list-timeline__items:before {
	background:none;
}
.summary-sto .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__time {
	width: 100px;
	font-size: 13px;
	font-weight: 400;
}
.summary-sto .kt-list-timeline__item .text-bold {
	font-size: 14px !important;
	font-weight: 700 !important;
}