/*================================================
Default CSS
=================================================*/
.switch-box {
  position: fixed;
  z-index: 1;
  left: 3%;
  bottom: 63px;
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4d4949;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  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: url(../../assets/img/night.png);
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box input:checked + .slider {
  background-color: #cbc1c1;
}

.switch-box input:focus + .slider {
  background-color: #4d4949;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background: url(../img/sunny.png);
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box .slider.round {
  border-radius: 50px;
}

.switch-box .slider.round:before {
  border-radius: 50%;
}

.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}

.theme-dark p {
  color: #f1f1f1;
}

.theme-dark p a {
  color: #f1f1f1 !important;
}

.theme-dark p a:hover {
  color: #ffb607 !important;
}

.theme-dark a {
  color: #ffffff;
}

.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}

.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: #ffffff !important;
}

.theme-dark .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: #ffb607 !important;
}

.theme-dark .preloader {
  background-color: #0e0e0e;
}

.theme-dark .header-area .top-header-area {
  background-color: #0e0e0e;
}

.theme-dark .header-area .top-header-area .header-logo .main-logo {
  display: none;
}

.theme-dark .header-area .top-header-area .header-logo .white-logo {
  display: block;
}

.theme-dark .header-area .top-header-area .header-content-right a {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.theme-dark .header-area .top-header-area .header-content-right a i {
  color: #ffffff;
}

.theme-dark .header-area .top-header-area .header-content-left a {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.theme-dark .header-area .top-header-area .header-content-left a i {
  color: #ffffff;
}

.theme-dark .nav-area .navbar-area .main-nav {
  background-color: #222222;
}

.theme-dark .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active, .theme-dark .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #ffb607;
}

.theme-dark .nav-area .others-option-two .option-item span {
  color: #ffffff;
}

.theme-dark .nav-area .others-option-two .option-item .search-btn {
  color: #ffffff;
}

.theme-dark .nav-area .others-option-two .cart a {
  color: #ffffff;
}

.theme-dark .nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo .white-logo {
  display: block;
}

.theme-dark .nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo .main-logo {
  display: none;
}

.theme-dark .banner-text {
  background-color: #0e0e0e;
}

.theme-dark .banner-area-two::before {
  background-color: #000000;
}

.theme-dark .banner-area-four .banner-bg-color {
  background-color: #0e0e0e;
}

.theme-dark .banner-area-four .admin-post-wrap {
  background-color: #0e0e0e;
}

.theme-dark .hello-text-wrap {
  background-color: #0e0e0e;
}

.theme-dark .hello-img.one {
  border-color: #383737;
}

.theme-dark .hello-img.two {
  border-color: #383737;
}

.theme-dark .hello-img.three {
  border-color: #383737;
}

.theme-dark .section-title h2 {
  background-color: #000000;
}

.theme-dark .cherry-wrap {
  background-color: #0e0e0e;
}

.theme-dark .intelligent-area {
  background-color: #252525;
}

.theme-dark .single-featured .featured-content {
  background-color: #0e0e0e;
}

.theme-dark .single-inspired .inspired-content {
  background-color: #0e0e0e;
}

.theme-dark .subscribe-area {
  background-color: #3a3939;
}

.theme-dark .subscribe-area.two .subscribe-area-wrap {
  background-color: rgba(10, 10, 10, 0.9);
}

.theme-dark .from-book-area .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .from-book-area .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .from-book-area .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .from-book-area .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .from-book-area .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .latest-articles-content {
  background-color: #0e0e0e;
}

.theme-dark .travel-about-page::before {
  background-color: #000000;
}

.theme-dark .instagram-area.four {
  background-color: #0e0e0e;
}

.theme-dark .instagram-area.four .section-title h2 {
  background-color: #0e0e0e;
}

.theme-dark .exploring-area .exploring-bg-wrap {
  background-color: #000000;
}

.theme-dark .blogger .blogger-content {
  background-color: #0e0e0e;
}

.theme-dark .blog-details-left-area .blockquote-2 {
  background-color: #0e0e0e;
}

.theme-dark .blog-details-left-area .blockquote-2 p {
  color: #ffffff;
}

.theme-dark .blog-details-left-area .blog-details-sheare .blog-sheare-tag ul li {
  background-color: #0e0e0e;
}

.theme-dark .blog-details-left-area .profile {
  background-color: #0e0e0e;
}

.theme-dark .blog-details-left-area .comments-wrap ul li {
  background-color: #0e0e0e;
}

.theme-dark .blog-details-left-area .blockquote-1 p {
  color: #ffffff;
}

.theme-dark .blog-details-right-area .blog-widget.archives-widget ul li a {
  color: #ffffff;
}

.theme-dark .blog-details-right-area .blog-widget.archives-widget ul li a span {
  color: #ffffff;
}

.theme-dark .blog-details-right-area .blog-widget.categories-widget ul li a {
  color: #ffffff;
}

.theme-dark .blog-details-right-area .blog-widget.categories-widget ul li a span {
  color: #ffffff;
}

.theme-dark .blog-details-right-area .blog-widget.tags-widget ul li a {
  color: #ffffff;
}

.theme-dark .cart-area .cart-wraps {
  background-color: #0e0e0e;
}

.theme-dark .cart-area .cart-table table thead tr th {
  color: #ffffff;
}

.theme-dark .cart-area .cart-table table tbody tr td {
  color: #ffffff;
}

.theme-dark .cart-area .cart-table table tbody tr td a {
  color: #ffffff;
}

.theme-dark .cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap {
  background-color: #0e0e0e;
}

.theme-dark .cart-area .coupon-wrap .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap .nice-select {
  background-color: #000000;
}

.theme-dark .cart-area .cart-totals {
  background: #0e0e0e;
}

.theme-dark .cart-area .cart-totals ul li {
  color: #ffffff;
}

.theme-dark .cart-area .cart-totals ul li span {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details {
  background-color: #0e0e0e;
}

.theme-dark .checkout-area .billing-details .form-group label {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .nice-select .list {
  background-color: #000000;
}

.theme-dark .checkout-area .billing-details .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table {
  background-color: #0e0e0e;
}

.theme-dark .checkout-area .order-details .order-table table thead tr th {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr td {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr td.product-name a {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr td.order-shipping span {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr td.total-price span {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .payment-box {
  background-color: #0e0e0e;
}

.theme-dark .checkout-area .order-details .payment-box .payment-method p label {
  color: #ffffff !important;
}

.theme-dark .product-details-area .product-details-desc .price span {
  color: #ffffff;
}

.theme-dark .product-details-area .product-details-desc .product-review .rating-count {
  color: #ffffff;
}

.theme-dark .product-details-area .product-details-desc .product-add-to-cart .input-counter input {
  color: #ffffff;
  background-color: #0e0e0e;
}

.theme-dark .product-details-area .product-details-desc .product-add-to-cart .input-counter span {
  color: #ffffff;
}

.theme-dark .product-details-area .product-details-desc .buy-checkbox-btn .cbx span {
  color: #ffffff;
}

.theme-dark .product-details-area .product-details-desc .custom-payment-options span {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tabs li a {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action {
  background-color: #0e0e0e;
}

.theme-dark .user-area-all-style .contact-form-action form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .single-client {
  background-color: #0e0e0e;
}

.theme-dark .single-client::before {
  border-top: 45px solid #0e0e0e;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
}

.theme-dark .coming-soon-area .coming-soon-content {
  background-color: #0e0e0e;
}

.theme-dark .coming-soon-area .coming-soon-content #timer div {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
}

.theme-dark .error-area {
  background-color: #0e0e0e;
}

.theme-dark .error-area .error-content-wrap p {
  color: #ffffff;
}

.theme-dark .sidebar-modal .sidebar-modal-inner {
  background-color: #313030;
}

.theme-dark .contact-area .contact-wrap {
  background-color: #000000;
}

.theme-dark .contact-area .contact-form {
  background-color: #0e0e0e;
}

.theme-dark .contact-area #contactForm .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .contact-area #contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-area #contactForm .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-area #contactForm .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-area #contactForm .form-group .form-control::placeholder {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .theme-dark .mean-container .mean-bar {
    background-color: #242424;
  }
  .theme-dark .mobile-nav .logo .white-logo {
    display: block;
  }
  .theme-dark .mobile-nav .logo .main-logo {
    display: none;
  }
}
/*# sourceMappingURL=dark.css.map */