@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #1b1f28;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background: hsla(0, 0%, 53.3%, 0.4);
}

.font-weight-bold {
  font-weight: 600 !important;
}

.small,
small {
  font-size: 11px !important;
}

div,
a {
  outline: none !important;
}

.border-primary {
  border-color: #e23844 !important;
}

.coming-soon-img {
  max-width: 310px;
}

.w-300 {
  max-width: 180px;
}

.rounded {
  border-radius: 11px !important;
}

.form-control,
.btn,
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  font-size: 13px;
}

/* Bootstrap Custom */

.btn-outline-secondary {
  color: #5f5959;
  border-color: #eceff1;
}

.shadow-sm,
.shadow {
  box-shadow: 0px 0px 18px #efefef !important;
}

.h6,
h6 {
  font-size: 14px;
}

.border-bottom {
  border-bottom: 1px solid #edeff1 !important;
}

.border-top {
  border-top: 1px solid #edeff1 !important;
}

.border-right {
  border-right: 1px solid #edeff1 !important;
}

.border-left {
  border-left: 1px solid #edeff1 !important;
}

.border {
  border: 1px solid #edeff1 !important;
}

.form-control {
  border: 1px solid #edeff1;
}

.input-group-text {
  border: 1px solid #edeff1;
  background-color: #fbfdff;
}

.form-control-flag-osahan {
  border: 1px solid #f8f9fa;
  border-radius: 11px;
  height: 54px;
  font-size: 16px;
  padding: 8px 10px 8px 80px !important;
  outline: none !important;
}

.iti__selected-flag {
  padding: 0 16px 0 16px !important;
  background: #eaeaea;
  border-radius: 11px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #555 !important;
}

.iti__arrow--up {
  border-top: none !important;
  border-bottom: 5px solid #555;
}

.iti {
  width: 100%;
  display: grid !important;
}

.iti__flag {
  border-radius: 2px;
}

.iti__country-list {
  position: unset !important;
  border-radius: 11px;
  margin: 4px 0 !important;
  border: none;
}

/* Padding */

.f-13 {
  font-size: 13px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-20 {
  font-size: 20px;
}

.p-3 {
  padding: 0.7rem !important;
}

.pl-3,
.px-3 {
  padding-left: 15px !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pb-3,
.py-3 {
  padding-bottom: 0.7rem !important;
}

.pt-3,
.py-3 {
  padding-top: 15px !important;
}

.pr-3,
.px-3 {
  padding-right: 15px !important;
}

.m-3 {
  margin: 0.7rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.7rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.7rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.7rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.7rem !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.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,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

.row {
  margin-right: -0.7rem;
  margin-left: -0.7rem;
}

hr {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

p {
  margin-bottom: 0.7rem !important;
}

.modal-body,
.modal-header {
  padding: 0.7rem;
}

.modal-header .close {
  padding: 0.7rem 0.7rem;
  margin: -0.7rem -0.7rem -0.7rem auto;
}

/* Fixed Bottom */

.fixed-bottom-bar {
  padding-bottom: 70px;
}

.h-auto {
  height: auto;
}

.rounded-lg {
  border-radius: 11px !important;
}

/* Nav */

.fs-18 {
  font-size: 18px;
}

.border-dashed-bottom {
  border-bottom: 1px dashed #ccc;
}

.osahan-search .btn {
  font-size: 21px;
}

.osahan-search .form-control {
  font-size: 15px;
  height: 43px;
}

.osahan-search {
  border-color: #ebebeb !important;
}

.osahan-home-page {
  position: relative;
}

.homepage-osahan-header,
.osahan-inner-header {
  position: sticky;
  top: 0px;
  z-index: 9;
}

.toggle-2 {
  right: 17px;
  left: auto !important;
}

.hc-nav-trigger.toggle-2 span,
.hc-nav-trigger.toggle-2 span::before,
.hc-nav-trigger.toggle-2 span::after {
  background: #000;
}

.hc-nav-trigger.togglew span,
.hc-nav-trigger.togglew span::before,
.hc-nav-trigger.togglew span::after {
  background: #ffffff;
}

.cat-slider img {
  width: 90px;
  margin: auto;
  border-radius: 90px;
  border: 1px solid #b28e30;
  padding: 5px;
}

/* Grid Card */

.grid-card span.float-right.text-black-50 {
  display: none;
}

.grid-card .p-3 {
  padding: 10px !important;
}

/* Menu */

.top-nav-btn-cart span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f00062+0,f51042+100 */
  background: #f00062;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f00062 0%, #f51042 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f00062 0%, #f51042 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f00062 0%, #f51042 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f00062', endColorstr='#f51042', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-color: #f00062;
  color: #fff;
  font-size: 9px;
  min-width: 14px;
  height: 14px;
  position: absolute;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  top: -3px;
}

.osahan-menu-fotter {
  padding: 0px !important;
  border-top: 1px solid #dee2e6;
}

.osahan-menu-fotter .row {
  margin: 0px;
}

.osahan-menu-fotter .col {
  padding: 0px;
}

.osahan-menu-fotter .col a {
  padding: 11px 5px;
  display: block;
  font-size: 9px !important;
  text-transform: uppercase;
  border-radius: 11px;
}

.osahan-menu-fotter .col a p {
  font-size: 19px;
  margin: 0 0 3px 0 !important;
}

.osahan-menu-fotter .col.selected a {
  color: #dc3545;
  background: #f8f9fa;
}

.osahan-menu-fotter .col.selected p {
  color: #dc3545;
}

.osahan-menu-logo a {
  padding: 0px !important;
}

.osahan-menu-logo img {
  width: 60px;
  margin: -18px 0 0px 0;
  min-width: 60px;
  max-width: 60px;
}

/* Extra */

.btn-facebook {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f00062+0,f51042+100 */
  background: #2b4170;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#2b4170', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-color: #3b5998;
  color: #ffffff !important;
}

.bg-primary,
.badge-danger {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f00062+0,f51042+100 */
  background: #f00062;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f00062 0%, #f51042 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f00062 0%, #f51042 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f00062 0%, #f51042 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f00062', endColorstr='#f51042', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-color: #f00062 !important;
}

.btn-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f00062+0,f51042+100 */
  background: #f00062;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f00062 0%, #f51042 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f00062 0%, #f51042 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f00062 0%, #f51042 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f00062', endColorstr='#f51042', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-color: #f00062;
}

.btn-primary:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f00062+0,f51042+100 */
  background: #f00062;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f00062 0%, #f51042 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f00062 0%, #f51042 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f00062 0%, #f51042 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f00062', endColorstr='#f51042', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-color: #f51042;
}

.btn-outline-primary {
  color: #f51042;
  border-color: #f51042;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background: #f00062;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f00062 0%, #f51042 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f00062 0%, #f51042 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f00062 0%, #f51042 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f00062', endColorstr='#f51042', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-color: #f51042;
}

.text-primary {
  color: #f51042 !important;
  text-decoration: none !important;
}

a {
  color: #f51042;
  text-decoration: none !important;
}

p {
  color: #5f5959;
  letter-spacing: 0.2px;
}

.btn-link {
  font-weight: 400;
  color: #f51042;
  text-decoration: none !important;
}

.slick-dots {
  bottom: 20px !important;
}

/* Landing Page */

.landing-page-skip .img-fluid {
  max-height: 230px;
}

.landing-page-skip p {
  margin: 0px;
}

.landing-page-skip .zindex {
  right: 0;
  z-index: 9;
}

.landing-page-skip .slick-dotted.slick-slider {
  margin: 0px;
}

.landing-page-skip .osahan-slider-item {
  padding: 0px 20px;
}

.btn-lg {
  font-size: 13px;
  padding: 14px 15px;
  font-weight: 500;
  border-radius: 11px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

/* List card */

.list-card .count-number {
  margin: 4px 0 0 0;
  display: inline-block;
}

.list-card a,
.list-card h6 {
  color: inherit;
  font-size: 14px;
}

.list-card a:hover {
  color: #0091bc;
}

.list-card .star {
  right: 8px;
  bottom: 8px;
}

.list-card .star .badge {
  font-size: 11px;
  padding: 5px 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.list-card .member-plan {
  left: 8px;
  top: 8px;
}

.list-card .member-plan .badge {
  font-size: 11px;
  padding: 5px 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.list-card .list-card-image {
  position: relative;
}

.list-card .favourite-heart {
  right: 8px;
  top: 8px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.list-card .favourite-heart i {
  background: #fff;
  width: 23px;
  height: 23px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-osahan-list-items {
  padding: 6px;
}

.list-card.d-flex .list-card-image {
  width: 150px;
  height: 110px;
  min-width: 150px;
  max-width: 150px;
}

.list-card.d-flex .list-card-image .item-img {
  height: 110px;
  object-fit: cover;
  border-radius: 9px;
}

.list-card .list-card-body p.text-gray {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
}

.list-card .p-3 {
  overflow: hidden;
}

.list-card.d-flex .list-card-body span.float-right.text-black-50 {
  display: none;
}

.rating-stars .feather-star {
  font-size: 10px;
  background: #000000;
  color: #fff;
  padding: 2px;
  text-shadow: 0px 0px 1px #d2b128;
  border-radius: 5px;
}

.rating-stars .feather-star.star_active {
  background: #f5cd25;
}

/* Login Page */

.phone-z {
  z-index: 9;
}

.login-page-form {
  height: 100vh;
}

.or-osahan {
  border-color: rgb(204 204 204 / 32%) !important;
  position: relative;
}

.or-osahan span {
  width: 24px;
  height: 24px;
  background: #1c1b1d;
  display: flex;
  text-align: center;
  font-size: 10px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin: 0px auto -12px auto;
  color: #fff;
}

.login-page .btn img {
  height: 18px;
  position: absolute;
  left: 15px;
}

.login-page .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 14px;
  height: 54px;
}

.login-page video {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.login-page label {
  margin: 0px;
  opacity: 0.8;
}

.login-page .form-group {
  margin-bottom: 30px;
}

.login-page::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(255 255 255 / 65%) !important;
  opacity: 1;
  /* Firefox */
}

.login-page:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(255 255 255 / 65%) !important;
}

.login-page::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(255 255 255 / 65%) !important;
}

/* Verification */

.osahan-verification .form-control {
  text-align: center;
  font-size: 46px;
  border: 1px solid #ccc !important;
  font-weight: 500;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.osahan-verification input[type="number"] {
  -moz-appearance: textfield;
}

.osahan-verification input::-webkit-outer-spin-button,
.osahan-verification input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Filter */

.filters-search i {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 14px;
}

.filters-search .form-control {
  padding-left: 30px;
}

.filters-card-header .btn-link {
  width: 100%;
  display: inline-block;
  font-weight: 500;
}

.filter .custom-control-label::before {
  right: 0.7rem;
  left: auto;
  margin: auto;
  top: 0;
  bottom: 0;
}

.filter .custom-control-label::after {
  left: auto;
  right: 0.7rem;
  margin: auto;
  top: 0;
  bottom: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f51042;
  background-color: #f51042;
}

/* Cart */

.gold-members h6,
.menu-list h6 {
  font-size: 14px;
}

.gold-members .badge,
.menu-list .badge {
  font-size: 9px;
  font-weight: 500;
  padding: 4px 5px 4px 5px;
}

.badge-osahan {
  font-weight: 400;
  font-size: 11px !important;
  padding: 3px 6px;
  text-transform: uppercase;
}

.menu-list img {
  width: 41px;
  height: 41px;
  object-fit: cover;
}

.osahan-quantity {
  display: flex;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  height: 30px;
}

.add-sm-btn {
  height: 26px;
  font-size: 11px;
  background: transparent;
  border-color: #f51042;
  color: #f51042;
}

.add-sm-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #f51042;
}

.osahan-quantity .minus:hover,
.osahan-quantity .plus:hover {
  background: transparent;
  color: #fff;
}

.osahan-quantity input {
  border: none;
}

.osahan-quantity .qty {
  text-align: center;
  font-family: "Poppins";
  width: 40px;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.osahan-quantity .minus,
.osahan-quantity .plus {
  color: #f51042;
  background: transparent;
  font-size: 15px;
  outline: none;
  width: 30px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a6852f;
  border-color: #a6852f;
  border-radius: 5px;
}

.non_veg,
.veg {
  border: 1px solid;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.non_veg i {
  font-size: 14px !important;
}

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

.non_veg svg,
.veg svg {
  height: 5px;
}

/* Most Popular */

.most_popular .trending-slider img {
  border-radius: 10px;
  padding: 0px 4px;
  margin: 8px 0 0 0;
}

/* Profile */

.osahan-cart-item-profile .custom-control-label::before {
  right: 1rem;
  left: auto;
  margin: 16px 0;
}

.osahan-cart-item-profile .custom-control-label::after {
  left: auto;
  right: 1rem;
  margin: 16px 0;
}

/* Modal */

label.form-label {
  margin: 0 0 5px 0px !important;
  font-size: 12px;
  font-weight: 500;
}

.modal-content {
  border: 0;
  border-radius: 0px;
  height: 100vh;
}

h5.modal-title {
  font-size: 15px;
  font-weight: 700;
}

.modal-body {
  overflow: overlay;
}

.modal-dialog {
  margin: 0px;
  height: 100vh;
  max-width: 100%;
}

.modal .modal-dialog {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

/* Map Page */

.osahan-map iframe {
  width: 100% !important;
  height: 100vh;
}

.osahan-map .mapouter.position-absolute {
  width: 100%;
  height: 100vh;
}

.osahan-map .bg-primary.border-bottom {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.osahan-map .fixed-bottom {
  padding: 10px 0px;
}

.map-card {
  padding: 5px;
  border-radius: 6px;
}

.map-card .list-card-image img {
  height: 73px;
  border-radius: 6px;
}

.osahan-map .member-plan {
  text-align: center;
  background: rgb(146 146 146 / 18%);
  font-size: 10px;
  padding: 7px 5px;
  margin: 0 1px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.osahan-map .member-plan:hover {
  background: #f51042;
  color: #fff;
}

.map-card .text-warning i {
  background: #e0e0e0;
  border-radius: 5px;
  font-size: 9px;
  padding: 3px 3px;
  margin: 0 3px 0 0px;
  color: #848181;
}

.map-card .text-warning i.active {
  background: #ffc800;
  color: #000;
}

.gold-members .mr-2 {
  border: 1px solid;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gold-members .mr-2 svg {
  height: 5px;
}

.index-page img {
  height: 130px;
}

.spinner {
  width: 180px;
  height: 180px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* right bounce */

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}

@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

/* /right bounce */

.feather-arrow-right {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}

.location-page .img-fluid {
  max-width: 250px;
}

/* Restaurant */

.restaurant-detailed-ratings-and-reviews hr {
  margin: 0 -0.7rem;
}

.reviews-members-footer img {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 12px #ccc;
  margin: 0 -3px;
}

.total-like {
  font-size: 11px;
  padding: 2px 6px;
}

.reviews-members-body p {
  font-size: 12px;
}

.reviews-members-header h6 {
  font-size: 14px;
}

.graph-star-rating-body .progress {
  border-radius: 40px;
  height: 6px;
}

.rating-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0;
}

.rating-list-center {
  margin: auto;
  width: 70%;
}

.rating-list-left {
  width: 20%;
  font-size: 10px !important;
  font-weight: 400 !important;
}

.rating-list-right {
  width: 10%;
  text-align: right;
  font-size: 10px !important;
  font-weight: 400 !important;
}

.p-absolute {
  position: absolute;
}

.ml-20 {
  margin-left: 20px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.bg-header {
  background-color: rgb(27 31 40 / 90%) !important;
  padding: 20px !important;
  z-index: 999999;
}

.mt-large-banner {
  margin-top: -90px !important;
}

.shadow-sm,
.shadow-black {
  box-shadow: 0px 0px 18px #1a1d24 !important;
}

.bg-color-dark {
  background-color: #1b1f28 !important;
}
.color-dark {
  color: #1b1f28 !important;
}

.bg-color-gold {
  background-color: #b28e30 !important;
}
.color-gold {
  color: #b28e30 !important;
}

.bg-color-red {
  background-color: #c52d22 !important;
}
.color-red {
  color: #c52d22 !important;
}

.color-white {
  color: #ffffff;
}
.color-grey80 {
  color: #808080;
}
.color-grey-light {
  color: #c5c5c5;
}
.p0 {
  padding: 0 !important;
}

.banner-large-caption {
  position: absolute;
  top: 190px;
  left: 20px;
  width: 90%;
}
.banner-large-button {
  position: absolute;
  bottom: 135px;
  left: 20px;
  width: 90%;
}
.bg-transparent-banner {
  position: absolute;
  bottom: 0;
}

.mt-145 {
  margin-top: -145px;
}
.ml-15 {
  margin-left: -15px;
}
.ml-25 {
  margin-left: -25px;
}

.caption-large {
  font-size: 36px !important;
  text-overflow: ellipsis !important;
  font-family: "Cormorant Garamond" !important;
  color: #ffffff !important;
  white-space: inherit !important;
  line-height: 38px;
}
.caption-small {
  font-size: 14px !important;
  text-overflow: ellipsis !important;
  font-family: "Poppins" !important;
  color: #ffffff !important;
  white-space: inherit !important;
  font-weight: 200 !important;
}
.btn-banner {
  font-size: 14px !important;
  font-family: "Poppins" !important;
  color: #ffffff !important;
  border: 1px solid #c52d22;
  padding: 5px 10px;
  width: fit-content !important;
  border-radius: 3px;
}
.btn-banner-gold {
  font-size: 14px !important;
  font-family: "Poppins" !important;
  color: #ffffff !important;
  background-color: #b28e30;
  border: 1px solid #b28e30;
  padding: 5px 10px;
  width: fit-content !important;
  border-radius: 3px;
}

.btn-book {
  font-size: 14px !important;
  font-family: "Poppins" !important;
  color: #ffffff !important;
  background-color: #c52d22;
  border: 1px solid #c52d22;
  padding: 5px 20px;
  height: 45px;
  line-height: 32px;
  border-radius: 3px;
  text-align: center;
  margin-right: 7px;
  width: 50%;
}
.btn-scann {
  font-size: 14px !important;
  font-family: "Poppins" !important;
  background-color: transparent;
  border: 1px solid #b28e30;
  padding: 5px 20px;
  height: 45px;
  line-height: 32px;
  border-radius: 3px;
  text-align: center;
  margin-left: 7px;
  width: 50%;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.space-between {
  justify-content: space-between;
}
.space-center {
  justify-content: center;
}

.flex-button {
  padding: 5px;
  margin: 5px;
  text-align: center;
}

.h-400 {
  height: 400px !important;
}

.h-500 {
  height: 500px !important;
}

.slider-welcome {
  height: 400px;
}

.f-cormorant {
  font-family: "Cormorant" !important;
}

.osahan-main {
  background-color: #1b1f28;
  padding-bottom: 20px;
}

.m15 {
  margin: 15px;
}

.ml-min-16 {
  margin-left: -16px;
}
.ml-min-25 {
  margin-left: -25px;
}
.ml-min-40 {
  margin-left: -40px;
}

.ml-min-45 {
  margin-left: -45px;
}

.ml-min-60 {
  margin-left: -60px;
}

.title-large {
  color: #b28e30;
  font-family: "Cormorant Garamond";
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.mt-min-5 {
  margin-top: -5px;
}

.mt-min-15 {
  margin-top: -15px;
}

.mt-min-20 {
  margin-top: -20px;
}

.mt-min-25 {
  margin-top: -25px;
}

#menu-category {
}
#menu-category a {
  color: white;
  padding: inherit;
}

.sticky-category {
  position: fixed;
  top: 0;
  height: 205px;
  padding-top: 55px;
  z-index: 99999;
  background-color: rgb(27 31 40 / 95%) !important;
}
.fixed-top {
  top: -52px;
  transform: translateY(52px);
  padding-top: 70px;
  transition: transform 0.3s;
  z-index: 99999;
  background-color: rgb(27 31 40 / 95%) !important;
  border-bottom: 1px solid rgb(178 142 48 / 30%);
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-menu {
  background-color: transparent !important;
  border: 1px solid rgb(178 142 48 / 30%);
  padding: 5px;
}

.img-menu {
  height: 120px;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

.title-menu {
  font-size: 18px !important;
  font-family: "Cormorant Garamond" !important;
  color: #b28e30 !important;
}
.title-chinese {
  font-size: 14px !important;
  color: #695f5c !important;
}
.short-desc {
  font-size: 10px !important;
  font-weight: 300;
  font-family: "Poppins" !important;
  color: #a0a0a0 !important;
}
.title-price {
  font-size: 14px !important;
  color: #c52d22 !important;
  float: left;
}
.icon-star {
  color: #c52d22 !important;
  float: right;
  font-size: 14px;
}

.cart-item {
  border-radius: 50px !important;
  background-color: #b28e30 !important;
}
.cart-waiting {
  border-radius: 50px !important;
  background-color: #9c937c !important;
}

.cart-icon {
  font-size: 28px;
  line-height: 46px;
  font-weight: 500;
}
.cart-price {
  font-size: 18px;
  line-height: 46px;
  font-weight: 500;
  padding-right: 5px;
}
.cart-item {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500 !important;
}
.cart-deliver {
  font-size: 12px;
  font-weight: 300 !important;
}
.pt-8 {
  padding-top: 8px;
}

html {
  scroll-behavior: smooth;
}

#menu-soup {
}
#menu-meat {
}

.bg-checkout {
  position: fixed;
  width: 100% !important;
  object-fit: cover;
}
.bg-history {
  position: fixed;
  width: 100% !important;
  object-fit: cover;
}
.osahan-cart-item {
  z-index: 99999;
  position: relative;
  top: 200px;
  background-image: url(../img/bg-cream.png);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 75px !important;
  box-shadow: -1px -17px 28px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px -17px 28px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -17px 28px -6px rgba(0, 0, 0, 0.75);
}
.border-top-radius {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.title-checkout {
  font-family: "Cormorant Garamond";
  font-size: 20px;
  color: #b28e30;
  float: left;
  padding-left: 5px;
  text-align: left;
  font-weight: 600;
}
.title-more {
  float: right;
  color: #c52d22;
  font-family: "Poppins";
  padding-right: 10px;
  padding-top: 5px;
  font-size: 12px;
  text-align: right;
}
.separator {
  background-color: #b28e30;
  height: 1px;
  width: 100%;
}

.img-menu-cart {
  height: 80px !important;
  width: 80px !important;
  background-size: cover;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 10px 0 0;
}
.title-menu-cart {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px !important;
}
.title-price-cart {
  font-size: 16px !important;
  color: #c52d22 !important;
  float: left;
}
.title-qty {
  font-size: 14px !important;
  color: #615b5b !important;
  float: left;
  font-weight: 600;
}
.border-cart {
  border-bottom: 1px solid #ababab !important;
}

.w-25 {
  width: 25% !important;
}
.w-75 {
  width: 75% !important;
}

.input-group {
  height: 50px !important;
  border: 1px solid #b28e30;
  border-radius: 8px;
}
.input-scissors {
  background: transparent;
  border: none !important;
}
.input-promo {
  height: 50px !important;
  font-family: "Poppins";
  font-size: 16px !important;
  font-weight: 500;
  padding-left: 20px !important;
  background: transparent;
}
.form-control {
  border: none !important;
}
input:placeholder-shown {
  border: none !important;
  background: transparent !important;
}
input:focus {
  border: none !important;
  background: transparent !important;
}
.pl-15 {
  padding-left: 15px;
}

.title-total-left {
  color: #5f5959;
  font-size: 15px;
}
a:active {
  color: #ffffff !important;
}
.btn-history-order {
  border: 1px solid #b28e30;
  padding: 7px;
  border-radius: 50px;
}
hr {
  border-top: 1px solid rgb(178 142 48) !important;
}

.m-15 {
  margin: 15px;
}

/*QUESTIONER*/
.container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

ul li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #ada697;
}

ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

ul li label {
  display: block;
  color: #5f5959;
  position: relative;
  font-weight: 400;
  margin-left: 45px;
  margin-top: 10px;
  font-size: 14px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label {
  color: #ffffff;
}

ul li .check {
  display: block;
  position: absolute;
  border: 2px solid #5f5959;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 11px;
  left: 10px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

ul li:hover .check {
  border: 2px solid #ffffff;
}

ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked ~ .check {
  border: 2px solid #b28e30;
}

input[type="radio"]:checked ~ .check::before {
  background: #b28e30;
}

input[type="radio"]:checked ~ label {
  color: #b28e30;
  font-weight: 600;
}
.title-questioner {
  font-size: 15px;
}
.border-none {
  border: none;
}
.bg-transparent-video {
  position: fixed;
  top: 190px;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.input-email {
  height: 50px !important;
  font-family: "Poppins";
  font-size: 16px !important;
  font-weight: 500;
  padding-left: 0px !important;
  background: transparent;
}
.input-comment{
    border: 1px solid #b28e30 !important;
    border-radius: 8px;
    background: transparent !important;;
    width: 100% !important;
    margin-top: 15px;
    margin-bottom: 10px;
}
.input-text{
	font-size: 14px !important;
    font-weight: 400;
    color: #5f5959;
}
.mt-10{
	margin-top: 10px;
}
.btn-submit{
    font-size: 14px !important;
    font-family: "Poppins" !important;
    color: #ffffff !important;
    background-color: #9b7f33;
    border: 1px solid #9b7f33;
    padding: 5px 20px;
    height: 50px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    margin-right: 7px;
    width: 100%;
}
.p-subtitle{
	font-size: 13px;
    text-align: left;
    clear: both;
    padding-left: 5px;
}

.caption-large-review {
    font-size: 32px !important;
    text-overflow: ellipsis !important;
    font-family: "Cormorant Garamond" !important;
    color: #e1c172;
    white-space: inherit !important;
    line-height: 36px;
}
.bg-welcome {
    position: fixed;
    height: 100% !important;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-welcome{
    border-radius: 10px !important;
    background: transparent !important;
    box-shadow: none;
}
.bg-transparent-video-welcome {
    position: fixed;
    bottom: 0;
}
.color-dark {
  color: #1b1f28 !important;
}

.bg-color-gold {
  background-color: #b28e30 !important;
}
.color-gold {
  color: #b28e30 !important;
}

.bg-color-red {
  background-color: #c52d22 !important;
}
.color-red {
  color: #c52d22 !important;
}

.color-white {
  color: #ffffff;
}
.color-grey80 {
  color: #808080;
}
.color-grey-light {
  color: #c5c5c5;
}
.osahan-cart-btn {
    z-index: 99999;
    position: relative;
}
.content-welcome{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.welcome-large-caption {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
}
.icon-btn-welcome{
	height: 18px;
    width: auto;
    margin-bottom: 5px;
}
.icon-btn-download {
    height: 18px;
    width: auto;
}
.f-22 {
  font-size: 22px !important;
}
.logo-welcome{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
}
.pt-100{
	padding-top: 100px;
}

.top-100{
	top: 100px;
}
.mt-min-15{
	margin-top: -15px;
}

