/*
-- Body
-- Fixed Bottom
-- Nav
-- Grid Card
-- Menu
-- Extra
-- Landing Page
-- List card
-- Login Page
-- Verification
-- Filter
-- Cart
-- Most Popular
-- Profile
-- Modal
-- Map Page
-- Restaurant
*/

/* Body */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;300;400;500;700;800;900&display=swap');

body {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 16px;
  color: #222;
}

.nav-content{
	font-family: 'Noto Sans Thai', sans-serif;
}

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

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

/*
.homepage-osahan-header, .osahan-inner-header {
    position:-webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 9;
}*/

div,

a {
  outline: none !important;
}

.border-primary {
  border-color: var(--theme-color-1) !important;
}

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

.shadow-sm {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!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;
}

/* Fixed Bottom */

.fixed-bottom {
  height: 58px;
  border-radius: 0px;
  box-shadow: 10px -1px 10px rgba(0, 0, 0, .075);
}

.fixed-bottom .btn {
  border-radius: 0px;
  border: none;
  height: 58px;
}

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

.h-auto {
  height: auto;
}

.modal-footer .btn {
  border-radius: 0px;
}

/* Nav */

.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: 38px;
  margin: auto;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

/* Grid Card */

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

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

/* Menu */

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

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

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

.osahan-menu-fotter .col a {
  padding: 12px;
  display: block;
}

.osahan-menu-fotter .col a p {
  font-size: 19px;
}

.osahan-menu-fotter .col.selected a {
  color: var(--theme-color-1);
  background: #f8f9fa;
}

.osahan-menu-fotter .col.selected p {
  color: var(--theme-color-1);
}

.osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  margin: -15px 0 0 0 !important;
}

.osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a {
  text-align: center;
  width: 68px;
  color: #fff !important;
  height: 68px;
  font-size: 27px !important;
  padding: 16px;
}

/* Extra */

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

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

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

.btn-outline-primary {
  color: var(--theme-color-1);
  border-color: var(--theme-color-1);
}

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

.text-primary {
  color: var(--theme-color-1) !important;
  text-decoration: none !important;
}

a {
  color: var(--theme-color-1);
  text-decoration: none !important;
}

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

.btn-link {
  font-weight: 400;
  color: var(--theme-color-1);
  text-decoration: none !important;
}

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

/* Landing Page */

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

.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: 16px;
  padding: 16px 16px;
  font-weight: 600;
}

/* List card */

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

.list-card a,

.list-card h6 {
  color: inherit;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  text-overflow: ellipsis;
}

.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 .125rem .25rem rgba(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 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

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

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

.list-card .favourite-heart i {
  background: #fff;
  width: 23px;
  height: 23px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  border-radius: 50px;
}

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

.list-card.d-flex .list-card-image .item-img {
  height: 140px;
  object-fit: cover;
}

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

.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 */

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

.login-page .form-control {
  background: no-repeat;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 32%);
  border-radius: 0px;
  padding: 0px;
  box-shadow: none !important;
}

.login-page .form-control:hover,

.login-page .form-control:focus {
  color: #fff;
  border-bottom: 1px solid #ffffff;
}

.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: 47px;
  border-bottom: 2px solid #ccc !important;
  border: none;
  border-radius: 0px;
  font-weight: 300;
  box-shadow: none;
}

/* Filter */

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

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

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: var(--theme-color-1);
  background-color: var(--theme-color-1);
}

/* Cart */

.gold-members h6,

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

.gold-members .badge,

.menu-list .badge {
  font-size: 10px;
  font-weight: 500;
  padding: 4px 6px 3px 6px;
}

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

.count-number .btn {
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 0px;
}

.count-number-input {
  width: 24px;
  text-align: center;
  margin: 0 -4px;
  background: #6c757d;
  border: none;
  color: #fff;
  height: 24px;
  border-radius: 0px;
  vertical-align: bottom;
}

.non_veg,

.veg {
  width: 20px;
  border: 1px solid;
  height: 20px;
  border-radius: 3px;
  font-size: 36px;
  text-align: center;
  line-height: 0px;
}

/* 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: 20px 0;
}

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

/* Modal */

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

.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 .toggle {
  z-index: 9;
  margin: 2px 0 0 4px;
}

.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;
}

.osahan-map .list-card.d-flex .list-card-image .item-img {
  width: 100px;
  height: 100px;
}

.osahan-map .list-card.d-flex .list-card-image {
  width: 100px;
  height: 100px;
  min-width: 100px;
  max-width: 100px;
}

.osahan-map .member-plan {
  text-align: center;
  background: rgb(255 255 255 / 18%);
  font-size: 12px;
  padding: 7px 5px;
  margin: 0 1px;
  border-radius: 43px;
}

.gold-members .mr-2 {
  border: 1px solid;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 3px;
  font-size: 42px;
  line-height: 13px;
}

.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 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {

  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {

  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    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: 360px;
}

/* Restaurant */

.restaurant-detailed-ratings-and-reviews hr {
  margin: 0 -16px;
}

.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;
}

.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;
}


/*****/

.sidenav.right .sidebar-header, .sidenav.bottom .sidebar-header {
    background: #f8f9fa;
    color: #1e1e1e;
}
.sidenav.right .sidebar-header, .sidenav.bottom .sidebar-header {
    padding: 0px 20px;
    height: 56px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color-1);
    position: fixed;
    width: 100%;
    z-index: 99;
}

#menuCustomize {
    height: auto;
    max-height: 70vh;
}
#menuCustomize, #viewOrder, #call-waiter-box {
    position: fixed;
    height: 70vh;
    z-index: 1000;
    background-color: #ffffff;
    transition: all 0.3s;
    overflow: auto;
}
.sidenav.bottom.active {
    bottom: 0;
}
.sidenav.bottom {
    width: 100%;
    bottom: -100%;
    position: fixed;
    height: 100vh;
    z-index: 999;
    background-color: #F8F9FA;
    transition: all 0.3s;
    overflow: auto;
}

/*==================================================
 PRELOADER
==================================================*/
.preloading {
    width: 100%;
    text-align: center;
    height: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 999999;
    top: 0px;
    display: table;
    left: 0;
}

.preloading .wrap-preload {
    background-color: var(--theme-color-1);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.preloading .cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #ffffff;
}

.preloading .cssload-loader,
.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.preloading .cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-loader {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }
    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }
    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}



/*********************/

#dismiss {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 24px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top: 0px;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.dropdown-menu {
    font-size: 14px;
    min-width: 8rem;
    padding: .25rem 0;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
}

/*****************************************************************/

/********** 1.2 BUTTON**********/

.btn {
    color: #ffffff;
    font-size: 16px;
}

.btn:hover {
    color: #ffffff;
}

.btn-link {
    color: #929292;
}

.btn-link:hover {
    color: #1e1e1e;
    text-decoration: none;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.button {
    text-align: center;
}

.btn-sm {
    font-weight: 400;
    padding: 0px 10px;
}

.submit-btn {
    text-align: center;
}

.theme-button {
    background-color: #fff;
    padding: 3px 5px;
    color: #535353;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #fff;
    outline: none !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.theme-button.btn-outline {
    border: 2px solid #1e1e1e;
    background-color: transparent;
    text-align: center;
    color: #1e1e1e;
}

.theme-button.large {
    padding: 12px 35px;
    font-weight: 500;
    font-size: 16px;
}

.theme-button.btn-outline.large {
    padding: 12px 35px;
    font-weight: 500;
    font-size: 16px;
}

.theme-button.medium {
    padding: 8px 24px;
}

.theme-button:hover {
    background-color: #264f9e;
    color: #ffffff;
}

.theme-button.btn-outline:hover {
    background-color: #fff;
    color: #1e1e1e;
}

.btn-circle {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
}

.btn-primary {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
    color: #fff !important;
}

.btn-danger {
    background-color: #FC356B;
    border-color: #FC356B;
    color: #fff;
}

.btn-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
}

.btn-warning {
    background-color: #FF9800;
    border-color: #FF9800;
    color: #fff;
}

.btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #535353 !important;
}

.btn-dark {
    color: #fff !important;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
}

.btn-circle i,
.btn-circle img {
    font-size: 18px;
    position: relative;
}

.social-button .facebook{
    background-color: #3479E5;
}

.social-button .google{
    background-color: #DE4B4F;
}

/********** 1.3 FORM**********/

.form-control{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #535353;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: var(--theme-color-1);
    outline: 0;
    color: #929292;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
}

form .input-group > .custom-select:not(:last-child),
form .input-group > .form-control:not(:last-child) {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.form-layout {
    padding: 00px 0px;
}

form label {
    font-weight: 600;
}

.form-layout .form-group.col-md-12 .row {
    margin-bottom: 0px !important;
}

.form-layout textarea {
    min-height: 60px;
}

.form-layout .addon {
    position: absolute;
    padding: 7px 40px 7px 10px;
}

.form-layout .field-group {
    position: relative;
}

.form-layout .field-group .svg-inline--fa {
    top: 10px;
    left: 12px;
    position: absolute;
    z-index: 4;
    color: #b5b5b5;
}

.form-layout input[type="text"] {
    padding: 0px 10px 0px 10px;
}

.form-layout input.last-name[type="text"] {
    padding: 0px 10px 0px 10px;
}

.form-layout select.with-icon,
.form-layout input.with-icon {
    padding-left: 30px;
    position: relative;
}

.form-layout input.with-icon.datepicker,
.form-layout input.with-icon.timepicker {
    padding-left: 33px;
}

#content .form-layout .form-group .row,
#content .form-layout .form-group.col-md-12 {
    margin-bottom: 15px;
}

.form-check label {
    font-weight: normal;
}

.form-check {
    line-height: 1.8;
}

.form-group {
    position: relative;
}

.form-group .form-line {
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
}

.form-group .icon-label {
    font-size: 20px;
    color: #535353;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
}

.form-group .icon-label+.form-line .form-control{
    padding-left: 38px;
}

.form-group .icon-label-right {
    color: #535353;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
}

.form-group .icon-label-right.material-icons,
.form-group .icon-label-right.material-icons-outlined {
    font-size: 20px;
}

.form-group .form-line .form-control {
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}

.form-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: -1px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 2px solid var(--theme-color-1);
}

.form-group .form-line:focus-within::after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.form-group .form-line .form-control:focus + .form-label {
    top: -10px;
    left: 0;
    font-size: 12px;
}

.form-group .form-line .form-label {
    font-weight: normal;
    color: #aaa;
    position: absolute;
    top: 10px;
    left: 0;
    cursor: text;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form-group .form-line label {
    display: flex;
}

.form-group .form-line.error:after {
    border-bottom: 2px solid #FC356B;
}

.form-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50;
}

.form-group .form-line.warning:after {
    border-bottom: 2px solid #FF9800;
}

.form-group .form-line.error:focus .form-label {
    color: #FC356B;
}

.form-group .form-line.success:focus.form-label {
    color: #4CAF50;
}

.form-group .form-line.warning:focus .form-label {
    color: #FF9800;
}

.form-group .form-line .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #929292;
    opacity: 1; /* Firefox */
}

.form-group .form-line .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #929292;
}

.form-group .form-line .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #929292;
}

/*.form-group .form-line .form-control:active::placeholder { *//* Chrome, Firefox, Opera, Safari 10.1+ *//*
    color: var(--theme-color-1);
}

.form-group .form-line .form-control:-ms-input-placeholder { *//* Internet Explorer 10-11 *//*
    color: var(--theme-color-1);
}*/

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.field-row {
    margin-bottom: 15px !important;
}

.field-row label {
    font-weight: 600;
}

.field-row .field-group {
    position: relative;
}

.field-row .field-group .row {
    margin-bottom: 15px;
}

.field-row .field-group .svg-inline--fa,
.field-row .field-group .fab,
.field-row .field-group .fas,
.field-row .field-group .fa,
.field-row .field-group .far {
    top: 10px;
    left: 12px;
    position: absolute;
    z-index: 4;
    color: #b5b5b5;
}

.field-row .field-group input.with-icon,
.field-row .field-group select.with-icon {
    padding-left: 30px;
}

.field-row .field-group .form-check label.form-check-label a {
    text-decoration: underline;
    color: var(--theme-color-1);
}

.pagination {
    margin-top: 20px;
}

.pagination .page-link {
    color: var(--theme-color-1);
}

.pagination .page-item.active .page-link {
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}

.custom-control {
    position: relative;
    display: block;
    min-height: unset;
    padding-left: 1.5rem;
}

.custom-control-label::before {
    position: absolute;
    top: .15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 2px;
}

.custom-control-label::after {
    position: absolute;
    top: .15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.line-separate {
    border-top: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.line-separate {
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
    margin: 20px 0px 20px;
}

.section {
    background-color: #fff;
    padding: 10px 20px;
}

.section2 {
    background-color: #fff;
    padding: 20px 20px 10px;
}

.section3 {
    background-color: #f8f9fa;
    padding: 20px 20px;
border-top: 1px solid #ddd;border-bottom: 2px solid #ddd;}

/*==================================================
 PRELOADER
==================================================*/
.preloading {
    width: 100%;
    text-align: center;
    height: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 999999;
    top: 0px;
    display: table;
    left: 0;
}

.preloading .wrap-preload {
    background-color: var(--theme-color-1);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.preloading .cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #ffffff;
}

.preloading .cssload-loader,
.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.preloading .cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-loader {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }
    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }
    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

/* ---------------------------------------------------
 HEADER
----------------------------------------------------- */
.bg-header {
    z-index: 10;
    position: fixed !important;
    top: 0px;
    left: 0px;
    height: 56px;
    width: 100%;
    background: var(--theme-color-1);
    color: #fff;
    border-bottom: 0px solid #ddd;
    transition: background 1.5s;
}


.bg-header.active {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    color: #fff !important;
}

.bg-header.active .btn,
.bg-header.dark .btn,
.bg-header.active a i,
.bg-header.dark a i{
    color: #ffffff;
}
.navbar {
    position: relative;
    z-index: 99;
}

.navbar #sidebarleftbutton,
.sidebar-header #sidebarleftbutton {
    background-color: transparent;
    padding: 0;
    line-height: 0px;
}

.navbar .btn:focus ,
.sidenav .btn:focus {
    box-shadow: none;
}

.navbar #sidebarleft.btn {
    left: 1rem;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar-heading h4, .navbar-heading h5, .navbar-heading h6 {
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
}

/* ---------------------------------------------------
 SIDEBAR
----------------------------------------------------- */

/********** SIDEBAR LEFT**********/
.sidenav a,
.sidenav a:hover,
.sidenav a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.sidenav .collapsible-body {
    padding: 0 0 0 34px !important;
    background-color: rgba(206, 206, 206, 0.08);
}

#sidebarleft {
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    z-index: 1000;
    background-color: #ffffff;
    color: #fff;
    transition: all 0.3s;
    overflow: auto;
}

#sidebarleft .sidebar-header img {
    width: 100%;
    height: auto;
}

#sidebarleft .heading {
    padding: 0 20px;
    margin: 20px 0 0px;
}

#sidebarleft ul {
    padding: 10px 0px 20vh;
}

#sidebarleft ul li a {
    padding: 8px 20px;
    font-size: 1.1em;
    display: flex;
    line-height: 24px;
}

#sidebarleft ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebarleft a{
    color: #535353;
}

#sidebarleft a:hover, #sidebarleft a:active, #sidebarleft a:focus {
    color: var(--theme-color-1);
}

#sidebarleft ul i, #sidebarleft ul svg{
    color: var(--theme-color-0_25);
}

#sidebarleft ul li a.active {
    background-color: var(--theme-color-0_05);
    color: var(--theme-color-1);
}

#sidebarleft ul a:hover i, #sidebarleft ul a:active i, #sidebarleft ul a:focus i, #sidebarleft ul a:hover svg, #sidebarleft ul a:active svg, #sidebarleft ul a:focus svg, #sidebarleft ul li a.active i, #sidebarleft ul li a.active svg {
    color: var(--theme-color-1);
}

#sidebarleft .list-unstyled i {
    margin-right: 10px;
    font-size: 22px;
    transition: 0.3s;
}

#sidebarleft.active {
    left: 0;
}

#sidebarleft .list-unstyled li a[aria-expanded="false"]::after {
    content: "\f105";
    font-family: 'Font Awesome';
    margin-left: auto;
    align-self: center;
}

#sidebarleft .list-unstyled li a[aria-expanded="true"]::after {
    content: "\f107";
    font-family: 'Font Awesome';
    margin-left: auto;
    align-self: center;
}

#dismiss {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 24px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top: 0px;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
    overflow: hidden;
}

.dropdown-menu {
    font-size: 14px;
    min-width: 8rem;
    padding: .25rem 0;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
}

/********** SIDENAV **********/
.sidebar-wrapper {
    width: 100%;
    transition: all 0.3s;
    padding: 56px 0
}
.sidenav.right  {
    width: 100%;
    right: -100%;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999;
    background-color: #F8F9FA;
    color: #fff;
    transition: all 0.3s;
    overflow: auto;
}

.sidenav.right .sidebar-header,
.sidenav.bottom .sidebar-header {
    padding: 0px 20px;
    height: 56px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color-1);
    position: fixed;
    width: 100%;
    z-index: 99;
}
.sidenav.bottom {
    width: 100%;
    bottom: -100%;
    position: fixed;
    height: 100vh;
    z-index: 999;
    background-color: #F8F9FA;
    transition: all 0.3s;
    overflow: auto;
}
.sidenav.right .sidebar-header,
.sidenav.bottom .sidebar-header {
    background: #f8f9fa;
    color: #1e1e1e;
}

.sidenav.right .sidebar-header .btn,
.sidenav.bottom .sidebar-header .btn{
    color: #1e1e1e;
}

.sidenav.right.active {
    right: 0;
}

.sidenav.bottom.active {
    bottom: 0;
}

/* ---------------------------------------------------
MODAL
----------------------------------------------------- */
.modal-content {
    border: 1px solid transparent;
    border-radius: 10px;
}

.modal-header {
    padding: 20px 20px 10px;
    border-bottom: 1px solid transparent;
}

.modal-title {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
}

.modal-body{
    padding: 10px 20px 20px;
}

.modal-footer {
    padding: 0px 20px 20px;
    border-top: 1px solid transparent;
}

/* ---------------------------------------------------
SCROLL BAR
----------------------------------------------------- */

::-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,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
    box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}
::-webkit-scrollbar {
    width:4px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);}


/* ---------------------------------------------------
SEARCH
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: calc(100vh - 56px);
    transition: all 0.3s;
    padding: 56px 0px 70px;
    right: 0;
}

#content.noFooter {
    padding: 56px 0px 0px;
}

#content {
    margin: 0 auto;
}

#content .form-group .row {
    margin-bottom: 0px;
}

.searchbox {
    position: relative;
    min-width: 36px;
    width: 0%;
    height: 36px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    display: none;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0;
    border-radius: 4px;
    background: #ffffff;
}

.searchbox-icon, .searchbox-submit {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: var(--theme-color-1);
}

.searchbox-open{
    width:100%;
}

.searchbox-open .searchbox-icon, .searchbox-submit{
    color: #1e1e1e;
    background: #fff;
    border-radius: 4px;
}

.searchbox-icon .icon-feather-search{
    font-size: 20px;
    line-height: 36px;
}

/* ---------------------------------------------------
MAIN PAGE
----------------------------------------------------- */

.single-page-header {
    margin-bottom: 5px;
    padding: 30px 0;
    position: relative;
}

.single-page-header:after, .single-page-header:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 15;
    background: linear-gradient(to right, rgba(247, 247, 247, 0.75) 34%, rgba(247, 247, 247, 0.55) 70%, rgba(247, 247, 247, 0.14) 90%);
}

.single-page-header .container {
    z-index: 59;
    position: relative;
}

.single-page-header .single-page-header-inner {
    display: flex;
}

.single-page-header .left-side {
    padding-right: 30px;
}
.single-page-header .left-side, .single-page-header .right-side {
    flex: 1;
    display: flex;
    align-items: center;
}

.single-page-header .header-image {
    height: 120px;
    flex: 0 0 120px;
    margin-right: 35px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    display: flex;
    padding: 12px;
}

.single-page-header .background-image-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.single-page-header .header-image img {
    align-self: center;
    transform: translate3d(0, 0, 0);
}

.single-page-header .header-details {
    flex: 1;
}

.single-page-header .header-details h3 {
    color: #333;
    font-size: 26px;
    padding: 0;
    margin: 3px 0 20px;
    line-height: 36px;
    position: relative;
    display: inline-block;
}

.single-page-header .header-details h3 span {
    color: gray;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.single-page-header .header-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 24px;
    margin-bottom: -7px;
}

.single-page-header .header-details li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 12px;
    font-size: 16px;
}

.single-page-header .header-details li i,
.single-page-header .header-details li .feather{
    font-size: 20px;
    position: relative;
    margin-right: 2px;
}

@media (max-width: 1240px) {

    .single-page-header .header-image {
        height: 120px;
        flex: 0 0 120px;
    }

    .single-page-header .header-details h3 {
        font-size: 26px;
    }
}

@media (max-width: 992px) {

    .single-page-header {
        padding: 20px 0;
    }

    .single-page-header .header-image {
        padding: 5px 5px;
        margin: 10px 0;
        height: 70px;
        flex: 0 0 70px;
        width: 70px;
        margin-bottom: -70px;
    }

    .single-page-header .single-page-header-inner {
        display: flex;
        flex-direction: column;
    }

    .single-page-header .left-side, .single-page-header .right-side, .single-page-header-inner {
        display: block;
        max-width: 100%;
    }

    .single-page-header .left-side {
        padding-right: 0;
    }

    .single-page-header .header-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single-page-header .header-details h3 {
        font-size: 24px;
    }

    .single-page-header .header-details h3 {
        margin-left: 90px;
        display: block;
    }

}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transform: rotate(180deg);
    transition: transform 0.3s linear;
}
.accordion .card-header.collapsed:after {
    content: "\f078";
    transform: rotate(0deg);
    transition: transform 0.3s linear;
}

.accordion>.card .card-header {
    margin-bottom: 5px;
}

.accordion>.card .card-body {
    padding: 10px 20px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fa;
    border-bottom: 0;
}

/*************** MENU ITEM ******************/
.section-menu {
    margin-bottom: 10px;
    padding-bottom: 5px;
    /* border-bottom: 1px dashed #ccc; */
    }

.menu-item.list {
    margin: 0;
    display: flex;
    position: relative;
}

.menu-item.list .menu-image {
    margin-right: 10px;
    flex: 0 0 70px;
    height: 70px;
    position: relative;
}

.menu-item .menu-image {
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    text-align: center;
    background-color: #f8f9fa;
}

.menu-item .menu-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px;
}

.menu-item.list .menu-content {
    width: 100%;
    min-width: 1%;
}

.menu-content .menu-detail{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.menu-content .menu-detail .add-menu {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.add-btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding: 0 10px;
    height: 2rem;
    border: 1px solid rgb(181, 181, 181);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    background: rgb(255, 255, 255);
}

.add-menu .customize {
    line-height: 1.2rem;
    display: inherit;
    font-size: 10px;
    color: rgb(244, 162, 102);
}

.add-menu .price {
    line-height: 1.2rem;
    display: inherit;
    font-size: 16px;
    margin-left: auto;
    font-weight: 600;
    padding-top: 2px;
}

.add-btn.add-item-btn {
    border: 1px solid #535353;
    cursor: initial;
    width: 4.7em;
    padding: 0;
}

#add-order-button{
	font-size: 20px;
}

.add-item-btn .wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
    padding: 0 10px;
}

.add-item-btn .wrapper .addition {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 31.6667%;
    padding: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.add-item-btn .wrapper .addition i.material-icons {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: inherit;
    font-size: 12px;
}

.add-item-btn .wrapper .count {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 36.6667%;
    padding: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: #e5e7f7;
    cursor: initial;
}

.add-item-btn .wrapper .count .num{
    color: #535353;
    font-size: 12px;
    margin: 3px;
    font-weight: 500;
}

.menu-content .menu-title{
    display: flex;
    flex-direction: column;
    max-width: 75%;
}

.menu-content .menu-title h4{
    font-size: 18px;
    font-weight: 500;
    color: #535353;
    line-height: 150%;
    margin: 0px;
}

.menu-content .menu-price {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.menu-content .menu-recipe {
    font-size: 14px;
    color: #999;
    overflow-wrap: break-word;
}

.menu-item.list .badge.abs {
    position: absolute;
    top: 4px;
    right: 4px;
}

.menu-item.list .badge {
    font-size: 2px;
    font-weight: normal;
}

.menu-item.list .badge.only {
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-right: 10px;
    padding: 1px;
}

.menu-item.list .badge.nonveg {
    color: #fff;
    background-color: #fff;
    border: 2px solid #FC356B;
    border-radius: 2px;
}

.badge.nonveg i.fa-circle {
    color: #FC356B;
    font-size: 6px;
}

.menu-item.list .badge.veg {
    color: #fff;
    background-color: #fff;
    border: 2px solid #50b547;
    border-radius: 2px;
}

.badge.veg i.fa-circle {
    color: #50b547;
    font-size: 6px;
}

/**************** FOOTER *******************/
.footer {
    width: 100%;
    height: auto;
    position: fixed;
    padding: env(safe-area-inset-bottom);
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.sidenav.bottom .footer{
    bottom: -100px;
}

.sidenav.bottom.active .footer{
    bottom: 0;
}

.footer-extras .add-btn {
    width: 100%;
    height: 2.8rem;
}

.order-footer {
    padding: 10px;
}

.view-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background: var(--theme-color-1);
    padding: 6px 20px;
    font-size: 18px;color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.08);
}

.view-order .item{
    font-size: 12px;
    text-transform: uppercase;
}

.view-order i.icon-material-outline-keyboard-arrow-right{
    font-size: 18px;
    margin-right: -5px;
}

.order-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
font-size: 20px;}

#menuCustomize, #viewOrder, #call-waiter-box {
    position: fixed;
    height: 70vh;
    z-index: 1000;
    background-color: #ffffff;
    transition: all 0.3s;
    overflow: auto;
}

#call-waiter-box {
    height: auto;
}

#menuCustomize {
    height: auto;
    max-height: 70vh;
}

#menuCustomize #dismiss i.material-icons,
#viewOrder #dismiss i.material-icons {
    font-size: 20px;
    color: #999;
}

#menuCustomize #dismiss i.material-icons:hover,
#viewOrder #dismiss i.material-icons:hover {
    color: #535353;
}

.extras-heading {
    line-height: 1.2;
    margin-bottom: 10px;
}

.extras-heading .title {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
}

.extras {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    border-top: 1px dashed #ccc;
    padding-top: 7px;
}

.menu-variant-option{
    /* margin-bottom: 15px; */
}

.extra.active {
    color: var(--theme-color-1);
}

.grand-total {
    font-size: 20px;
    font-weight: 500;
}

.menu-extra-wrapper .menu-title h4 {font-size: 16px; display: inline-block;}
.menu-extra-wrapper .menu-price, .menu-extra-wrapper .menu-title {display: inline-block;}
.menu-extra-wrapper .menu_price {font-size: 12px; font-weight: 600}
a.item-extra-delete {color:var(--theme-color-1)}
.form-error{color: #ea5252;display: none}
.order-success-message {text-align: center;width: 100%;position: absolute;top: 50%;transform: translateY(-50%);}
.order-success-message i{height: 90px;width: 90px;border-radius: 50%;color: #fff;text-align: center;background: #1cc731;font-size: 52px;line-height: 90px;display: block;margin: 0 auto;}
.order-success-message h4 {margin-top: 20px;font-size: 22px;color: #111;}

/* ---------------------------------------------------
 HELPER CLASSES
----------------------------------------------------- */
.thumb-20 {
    width: 20px;
    height: 20px;
}

.thumb-30 {
    width: 30px;
    height: 30px;
}

.thumb-32 {
    width: 32px;
    height: 32px;
}

.thumb-40 {
    width: 40px;
    height: 40px;
}

.thumb-50 {
    width: 50px;
    height: 50px;
}

.thumb-60 {
    width: 60px;
    height: 60px;
}

.line-h0 {
    line-height: 0;
}

.line-h1 {
    line-height: 1;
}

.line-h2 {
    line-height: 2;
}

.no-margin-top {
    margin-top: 0px;
}

.font-normal{
    font-weight: 400;
}

.font-medium{
    font-weight: 500;
}

.font-bold{
    font-weight: 700;
}

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

.font-16{
    font-size: 16px !important;
}

.font-18{
    font-size: 18px !important;
}

.font-20{
    font-size: 20px !important;
}

.font-24{
    font-size: 24px !important;
}

.font-26{
    font-size: 26px !important;
}

.m-l--125 {
    margin-left: -125px;
}

.m-t--125 {
    margin-top: -125px;
}

.m-r--125 {
    margin-right: -125px;
}

.m-b--125 {
    margin-bottom: -125px;
}

.m-l--120 {
    margin-left: -120px;
}

.m-t--120 {
    margin-top: -120px;
}

.m-r--120 {
    margin-right: -120px;
}

.m-b--120 {
    margin-bottom: -120px;
}

.m-l--115 {
    margin-left: -115px;
}

.m-t--115 {
    margin-top: -115px;
}

.m-r--115 {
    margin-right: -115px;
}

.m-b--115 {
    margin-bottom: -115px;
}

.m-l--110 {
    margin-left: -110px;
}

.m-t--110 {
    margin-top: -110px;
}

.m-r--110 {
    margin-right: -110px;
}

.m-b--110 {
    margin-bottom: -110px;
}

.m-l--105 {
    margin-left: -105px;
}

.m-t--105 {
    margin-top: -105px;
}

.m-r--105 {
    margin-right: -105px;
}

.m-b--105 {
    margin-bottom: -105px;
}

.m-l--100 {
    margin-left: -100px;
}

.m-t--100 {
    margin-top: -100px;
}

.m-r--100 {
    margin-right: -100px;
}

.m-b--100 {
    margin-bottom: -100px;
}

.m-l--95 {
    margin-left: -95px;
}

.m-t--95 {
    margin-top: -95px;
}

.m-r--95 {
    margin-right: -95px;
}

.m-b--95 {
    margin-bottom: -95px;
}

.m-l--90 {
    margin-left: -90px;
}

.m-t--90 {
    margin-top: -90px;
}

.m-r--90 {
    margin-right: -90px;
}

.m-b--90 {
    margin-bottom: -90px;
}

.m-l--85 {
    margin-left: -85px;
}

.m-t--85 {
    margin-top: -85px;
}

.m-r--85 {
    margin-right: -85px;
}

.m-b--85 {
    margin-bottom: -85px;
}

.m-l--80 {
    margin-left: -80px;
}

.m-t--80 {
    margin-top: -80px;
}

.m-r--80 {
    margin-right: -80px;
}

.m-b--80 {
    margin-bottom: -80px;
}

.m-l--75 {
    margin-left: -75px;
}

.m-t--75 {
    margin-top: -75px;
}

.m-r--75 {
    margin-right: -75px;
}

.m-b--75 {
    margin-bottom: -75px;
}

.m-l--70 {
    margin-left: -70px;
}

.m-t--70 {
    margin-top: -70px;
}

.m-r--70 {
    margin-right: -70px;
}

.m-b--70 {
    margin-bottom: -70px;
}

.m-l--65 {
    margin-left: -65px;
}

.m-t--65 {
    margin-top: -65px;
}

.m-r--65 {
    margin-right: -65px;
}

.m-b--65 {
    margin-bottom: -65px;
}

.m-l--60 {
    margin-left: -60px;
}

.m-t--60 {
    margin-top: -60px;
}

.m-r--60 {
    margin-right: -60px;
}

.m-b--60 {
    margin-bottom: -60px;
}

.m-l--55 {
    margin-left: -55px;
}

.m-t--55 {
    margin-top: -55px;
}

.m-r--55 {
    margin-right: -55px;
}

.m-b--55 {
    margin-bottom: -55px;
}

.m-l--50 {
    margin-left: -50px;
}

.m-t--50 {
    margin-top: -50px;
}

.m-r--50 {
    margin-right: -50px;
}

.m-b--50 {
    margin-bottom: -50px;
}

.m-l--45 {
    margin-left: -45px;
}

.m-t--45 {
    margin-top: -45px;
}

.m-r--45 {
    margin-right: -45px;
}

.m-b--45 {
    margin-bottom: -45px;
}

.m-l--40 {
    margin-left: -40px;
}

.m-t--40 {
    margin-top: -40px;
}

.m-r--40 {
    margin-right: -40px;
}

.m-b--40 {
    margin-bottom: -40px;
}

.m-l--35 {
    margin-left: -35px;
}

.m-t--35 {
    margin-top: -35px;
}

.m-r--35 {
    margin-right: -35px;
}

.m-b--35 {
    margin-bottom: -35px;
}

.m-l--30 {
    margin-left: -30px;
}

.m-t--30 {
    margin-top: -30px;
}

.m-r--30 {
    margin-right: -30px;
}

.m-b--30 {
    margin-bottom: -30px;
}

.m-l--25 {
    margin-left: -25px;
}

.m-t--25 {
    margin-top: -25px;
}

.m-r--25 {
    margin-right: -25px;
}

.m-b--25 {
    margin-bottom: -25px;
}

.m-l--20 {
    margin-left: -20px;
}

.m-t--20 {
    margin-top: -20px;
}

.m-r--20 {
    margin-right: -20px;
}

.m-b--20 {
    margin-bottom: -20px;
}

.m-l--15 {
    margin-left: -15px;
}

.m-t--15 {
    margin-top: -15px;
}

.m-r--15 {
    margin-right: -15px;
}

.m-b--15 {
    margin-bottom: -15px;
}

.m-l--10 {
    margin-left: -10px;
}

.m-t--10 {
    margin-top: -10px;
}

.m-r--10 {
    margin-right: -10px;
}

.m-b--10 {
    margin-bottom: -10px;
}

.m-l--5 {
    margin-left: -5px;
}

.m-t--5 {
    margin-top: -5px;
}

.m-r--5 {
    margin-right: -5px;
}

.m-b--5 {
    margin-bottom: -5px;
}

.m-l--1 {
    margin-left: -1px !important;
}

.m-t--1 {
    margin-top: -1px !important;
}

.m-r--1 {
    margin-right: -1px !important;
}

.m-b--1 {
    margin-bottom: -1px !important;
}

.m-l-0 {
    margin-left: 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-l-2 {
    margin-left: 2px !important;
}

.m-t-2 {
    margin-top: 2px !important;
}

.m-r-2 {
    margin-right: 2px !important;
}

.m-b-2 {
    margin-bottom: 2px !important;
}

.m-l-5 {
    margin-left: 2px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

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

.m-l-10 {
    margin-left: 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-l-15 {
    margin-left: 15px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

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

.m-t-20 {
    margin-top: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-l-30 {
    margin-left: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-l-55 {
    margin-left: 55px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-r-55 {
    margin-right: 55px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-l-60 {
    margin-left: 60px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-r-60 {
    margin-right: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-l-65 {
    margin-left: 65px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-r-65 {
    margin-right: 65px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-l-70 {
    margin-left: 70px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-r-70 {
    margin-right: 70px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-l-75 {
    margin-left: 75px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-r-75 {
    margin-right: 75px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-l-80 {
    margin-left: 80px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-r-80 {
    margin-right: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-l-85 {
    margin-left: 85px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-r-85 {
    margin-right: 85px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-l-90 {
    margin-left: 90px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-r-90 {
    margin-right: 90px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-l-95 {
    margin-left: 95px;
}

.m-t-95 {
    margin-top: 95px;
}

.m-r-95 {
    margin-right: 95px;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-l-100 {
    margin-left: 100px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-r-100 {
    margin-right: 100px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-l-105 {
    margin-left: 105px;
}

.m-t-105 {
    margin-top: 105px;
}

.m-r-105 {
    margin-right: 105px;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-l-110 {
    margin-left: 110px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-r-110 {
    margin-right: 110px;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-l-115 {
    margin-left: 115px;
}

.m-t-115 {
    margin-top: 115px;
}

.m-r-115 {
    margin-right: 115px;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-l-120 {
    margin-left: 120px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-r-120 {
    margin-right: 120px;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-l-125 {
    margin-left: 125px;
}

.m-t-125 {
    margin-top: 125px;
}

.m-r-125 {
    margin-right: 125px;
}

.m-b-125 {
    margin-bottom: 125px;
}

.margin-0 {
    margin: 0;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-l-55 {
    padding-left: 55px !important;
}

.p-t-55 {
    padding-top: 55px !important;
}

.p-r-55 {
    padding-right: 55px !important;
}

.p-b-55 {
    padding-bottom: 55px !important;
}

.p-l-60 {
    padding-left: 60px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-r-60 {
    padding-right: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-l-65 {
    padding-left: 65px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-r-65 {
    padding-right: 65px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-l-70 {
    padding-left: 70px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-r-70 {
    padding-right: 70px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-l-75 {
    padding-left: 75px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-r-75 {
    padding-right: 75px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-l-80 {
    padding-left: 80px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-r-80 {
    padding-right: 80px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-l-85 {
    padding-left: 85px;
}

.p-t-85 {
    padding-top: 85px;
}

.p-r-85 {
    padding-right: 85px;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-l-90 {
    padding-left: 90px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-r-90 {
    padding-right: 90px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-l-95 {
    padding-left: 95px;
}

.p-t-95 {
    padding-top: 95px;
}

.p-r-95 {
    padding-right: 95px;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-l-100 {
    padding-left: 100px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-r-100 {
    padding-right: 100px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-l-105 {
    padding-left: 105px;
}

.p-t-105 {
    padding-top: 105px;
}

.p-r-105 {
    padding-right: 105px;
}

.p-b-105 {
    padding-bottom: 105px;
}

.p-l-110 {
    padding-left: 110px;
}

.p-t-110 {
    padding-top: 110px;
}

.p-r-110 {
    padding-right: 110px;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-l-115 {
    padding-left: 115px;
}

.p-t-115 {
    padding-top: 115px;
}

.p-r-115 {
    padding-right: 115px;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-l-120 {
    padding-left: 120px;
}

.p-t-120 {
    padding-top: 120px;
}

.p-r-120 {
    padding-right: 120px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-l-125 {
    padding-left: 125px;
}

.p-t-125 {
    padding-top: 125px;
}

.p-r-125 {
    padding-right: 125px;
}

.p-b-125 {
    padding-bottom: 125px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-6 {
    padding: 6px !important;
}

.padding-7 {
    padding: 7px !important;
}

.padding-8 {
    padding: 8px !important;
}

.padding-9 {
    padding: 9px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-30 {
    padding: 30px !important;
}

@keyframes ld {0% {transform: rotate(0) }
    50% {transform: rotate(180deg) }
    100% {transform: rotate(360deg) }
}
.button-progress {position: relative;opacity: .8;color: transparent !important;text-shadow: none !important }
.button-progress:before {content: '';display: inline-block;position: absolute;background: 0 0;box-sizing: border-box;-webkit-background-clip: padding-box;border-radius: 50%;border: .15em solid #fff;border-left-color: transparent;top: 50%;left: 50%;margin-top: -10px;margin-left: -10px;width: 20px;height: 20px;-webkit-animation: ld 1s linear infinite;-moz-animation: ld 1s linear infinite;-o-animation: ld 1s linear infinite;animation: ld 1s linear infinite }

/* rtl */
body.rtl .menu-item.list .menu-image {
    margin-right: 0;
    margin-left: 10px;
}

body.rtl .menu-recipe {
    text-align: right;
}

.user-lang-switcher .dropdown-toggle {
    line-height: 1.5;
    background: #fff;
    padding: .375rem .75rem;
}

.user-lang-switcher .dropdown-menu {
    right: 0;
    left: auto;
}


body.rtl .user-lang-switcher .dropdown-menu {
    right: auto;
    left: 0;
}

#submit-order-button {
    font-size: 22px;
    height: 50px;
}

/* Lightbox */
.menu-lightbox-image { cursor: pointer; }
.lg-backdrop {
    background: rgba(30,34,40,.8);
}

.lg-toolbar {
    background-color: transparent;
}

.lg-outer .lg-item {
    background: 0 0;
}

.lg-toolbar .lg-icon.lg-close, .lg-actions .lg-next, .lg-actions .lg-prev {
    border: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 100%;
    padding: 0;
    box-shadow: none;
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lg-toolbar .lg-icon.lg-close:hover, .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    background: rgba(0,0,0,.5);
}

.lg-toolbar .lg-icon.lg-close {
    margin-right: 18px;
    margin-top: 18px;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    transform: translateY(-50%);
}

.lg-actions .lg-next {
    right: 18px;
}

.lg-actions .lg-prev {
    left: 18px;
}

.lg-outer .lg-img-wrap {
    padding: 10px;
}

.lg-sub-html {
    padding: .5rem .5rem 1rem;
    background: linear-gradient(
            180deg,rgba(0,0,0,0),rgba(30,34,40,.4) 100%);
}

@-webkit-keyframes loader-scale {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        opacity: 0.5
    }
    50% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);
        opacity: 1
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        opacity: 0.5
    }
}

@keyframes loader-scale {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        opacity: 0.5
    }
    50% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);
        opacity: 1
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        opacity: 0.5
    }
}

.lg-outer .lg-item:not(.lg-complete):after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: loader-scale 1.5s ease-out infinite;
    animation: loader-scale 1.5s ease-out infinite;
}

button, input, optgroup, select, textarea{
	font-family: 'Noto Sans Thai', sans-serif;
}



/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
 .success-checkmark {
	width: 80px;
	height: 95px;
	margin: 0 auto;
  }
  .success-checkmark .check-icon {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	box-sizing: content-box;
	border: 4px solid #4CAF50;
  }
  .success-checkmark .check-icon::before {
	top: 3px;
	left: -2px;
	width: 30px;
	transform-origin: 100% 50%;
	border-radius: 100px 0 0 100px;
  }
  .success-checkmark .check-icon::after {
	top: 0;
	left: 30px;
	width: 60px;
	transform-origin: 0 50%;
	border-radius: 0 100px 100px 0;
	animation: rotate-circle 4.25s ease-in;
  }
  .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
	content: "";
	height: 100px;
	position: absolute;
	background: #FFFFFF;
	transform: rotate(-45deg);
  }
  .success-checkmark .check-icon .icon-line {
	height: 5px;
	background-color: #4CAF50;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 10;
  }
  .success-checkmark .check-icon .icon-line.line-tip {
	top: 46px;
	left: 14px;
	width: 25px;
	transform: rotate(45deg);
	animation: icon-line-tip 0.75s;
  }
  .success-checkmark .check-icon .icon-line.line-long {
	top: 38px;
	right: 8px;
	width: 47px;
	transform: rotate(-45deg);
	animation: icon-line-long 0.75s;
  }
  .success-checkmark .check-icon .icon-circle {
	top: -4px;
	left: -4px;
	z-index: 10;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	box-sizing: content-box;
	border: 4px solid rgba(76, 175, 80, 0.5);
  }
  .success-checkmark .check-icon .icon-fix {
	top: 8px;
	width: 5px;
	left: 26px;
	z-index: 1;
	height: 85px;
	position: absolute;
	transform: rotate(-45deg);
	background-color: #FFFFFF;
  }
  
  @keyframes rotate-circle {
	0% {
	  transform: rotate(-45deg);
	}
	5% {
	  transform: rotate(-45deg);
	}
	12% {
	  transform: rotate(-405deg);
	}
	100% {
	  transform: rotate(-405deg);
	}
  }
  @keyframes icon-line-tip {
	0% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	54% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	70% {
	  width: 50px;
	  left: -8px;
	  top: 37px;
	}
	84% {
	  width: 17px;
	  left: 21px;
	  top: 48px;
	}
	100% {
	  width: 25px;
	  left: 14px;
	  top: 45px;
	}
  }
  @keyframes icon-line-long {
	0% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	65% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	84% {
	  width: 55px;
	  right: 0px;
	  top: 35px;
	}
	100% {
	  width: 47px;
	  right: 8px;
	  top: 38px;
	}
  }


  .none {
    display: none;
}