.switch-box {
  position: fixed;
  bottom: 15px;
  right: 120px;
  z-index: 9999;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1.5px solid #E7272D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("../images/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box .slider.round {
  border-radius: 34px;
}

.switch-box .slider.round::before {
  border-radius: 50%;
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-box input:checked + .slider {
  background-color: transparent;
  border: 1.5px solid #FFCC00;
}

.switch-box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #FFCC00;
          box-shadow: 0 0 1px #FFCC00;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background: white url("../images/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}

.theme-dark h3 {
  color: #ffffff !important;
}

.theme-dark h3 a {
  color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark h3 a:hover {
  color: #E7272D !important;
}

.theme-dark span {
  color: #ffffff !important;
}

.theme-dark p {
  color: #ffffff !important;
}

.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}

.theme-dark .form-group label {
  color: #ffffff;
}

.theme-dark .form-control {
  background-color: #0e0e0e !important;
  color: #ffffff !important;
}

.theme-dark .input-group .form-control {
  background-color: transparent !important;
}

.theme-dark .nice-select {
  background-color: #0e0e0e;
}

.theme-dark .list {
  background-color: #0e0e0e;
}

.theme-dark .list .option {
  color: #ffffff !important;
}

.theme-dark .option.selected {
  color: #ffffff;
  background-color: #E7272D;
}

.theme-dark .option:hover {
  color: #ffffff;
  background-color: #E7272D;
}

.theme-dark .option.focus {
  color: #ffffff;
  background-color: #E7272D;
}

.theme-dark .option.selected.focus {
  color: #ffffff;
  background-color: #E7272D;
}

.theme-dark ul li {
  color: #ffffff !important;
}

.theme-dark .navbar-light .logo1 {
  display: none;
}

.theme-dark .navbar-light .logo2 {
  display: inline-block;
}

.theme-dark .main-nav {
  background-color: #252525;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a.active {
  color: #E7272D !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a:hover {
  color: #E7272D !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #252525 !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #E7272D !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #E7272D !important;
}

.theme-dark .navbar-option-item > button i {
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark .navbar-option-item > button i:hover {
  color: #E7272D;
}

.theme-dark .navbar-option-item a i {
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark .navbar-option-item a i:hover {
  color: #E7272D;
}

.theme-dark .navbar-area.is-sticky {
  background-color: #252525;
}

.theme-dark .navbar-area.is-sticky .main-nav {
  background-color: #252525;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
  color: #E7272D;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #E7272D;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a {
  color: #E7272D;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a.active {
  color: #E7272D;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #E7272D;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #E7272D;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #E7272D;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #E7272D;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #E7272D;
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #E7272D;
}

.theme-dark .mean-container a.meanmenu-reveal {
  color: #ffffff !important;
}

.theme-dark .mean-container a.meanmenu-reveal span {
  background-color: #ffffff !important;
}

.theme-dark .mean-container .mean-bar {
  background-color: #252525;
}

.theme-dark .mean-container .navbar-nav {
  background-color: #1d1d1d;
}

.theme-dark .mean-container .mean-nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: #E7272D !important;
}

.theme-dark .mean-container .mean-nav .navbar-nav .nav-item a:hover {
  color: #E7272D !important;
}

.theme-dark .mean-container .mean-nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #1d1d1d;
}

.theme-dark .mobile-nav .mobile-brand .logo1 {
  display: none;
}

.theme-dark .mobile-nav .mobile-brand .logo2 {
  display: inline-block;
}

.theme-dark .header-bg-two {
  position: relative;
  z-index: 1;
}

.theme-dark .header-bg-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0e0e;
  opacity: 0.8;
}

.theme-dark .bg-white {
  background-color: #252525 !important;
}

.theme-dark .bg-off-white {
  background-color: #000000;
}

.theme-dark .color-white {
  color: #ffffff !important;
}

.theme-dark .header-3-caption-shape .header-content-subtitle {
  border-color: #413f3f;
}

.theme-dark .header-custom-nav-item {
  color: #ffffff;
}

.theme-dark .header-custom-nav-item i {
  color: #ffffff;
}

.theme-dark .header-control-item button {
  color: #ffffff;
}

.theme-dark .header-carousel-text-three .header-content-subtitle {
  border-color: #413f3f;
}

.theme-dark .combo-box-two::before {
  background-color: #0e0e0e;
}

.theme-dark .combo-two-pos-title {
  color: #1a1a1a;
}

.theme-dark .menu-section-light {
  z-index: 1;
}

.theme-dark .menu-section-light::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #252525;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.theme-dark .receipe-item-inner::before {
  background-color: #0e0e0e;
}

.theme-dark .reservation-section::before, .theme-dark .bg-wood-shape::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-dark .reservation-form .form-group .form-control {
  background-color: transparent !important;
}

.theme-dark .bg-main {
  background-color: #0e0e0e;
}

.theme-dark .blog-card-two {
  background-color: #0e0e0e;
}

.theme-dark .blog-card-slide .blog-card-content {
  background-color: #0e0e0e;
}

.theme-dark .service-content {
  background-color: #0e0e0e;
}

.theme-dark .steps-box {
  background-color: #252525;
}

.theme-dark .steps-item {
  background-color: #0e0e0e;
}

.theme-dark .subscribe-form .form-group {
  background-color: #252525;
}

.theme-dark .subscribe-form .form-group .form-control {
  background-color: #252525 !important;
}

.theme-dark .faq-accordion-header {
  background-color: #0e0e0e;
}

.theme-dark .faq-accordion-header::before {
  color: #ffffff;
}

.theme-dark .faq-personalized-item {
  background-color: #0e0e0e;
}

.theme-dark .sidebar-search .form-group .form-control {
  background-color: transparent !important;
}
/*# sourceMappingURL=theme-dark.css.map */