.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 #ffffff;
  -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.html");
  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 #ff5e02;
}

.switch-box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #ff5e02;
  box-shadow: 0 0 1px #ff5e02;
}

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

.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: #ff5e02 !important;
}

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

.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}

.theme-dark .default-btn:hover {
  color: #1d1d1d;
  background-color: #ffffff;
}

.theme-dark .content .read-btn:hover {
  color: #ffffff !important;
}

.theme-dark .section-bg {
  background-color: #252525 !important;
}

.theme-dark .top-header-bg {
  background-color: #1d1d1d;
}

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

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

.theme-dark .main-nav nav .navbar-nav .nav-item a:hover {
  color: #ff5e02;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a.active {
  color: #ff5e02;
}

.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: #ff5e02 !important;
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #ff5e02 !important;
}

.theme-dark .nav-bar-side .shoping-nav-btn {
  color: #ffffff;
}

.theme-dark .nav-bar-side .shoping-nav-btn:hover {
  color: #ff5e02;
}

.theme-dark .nav-bar-side .nav-btn {
  display: inline-block;
  margin-left: 20px;
}

.theme-dark .nav-bar-side .language-list .language-list-item {
  color: #ffffff;
}

.theme-dark .nav-bar-side .language-list .nice-select {
  background-color: #ff5e02;
  color: #ffffff;
}

.theme-dark .nav-bar-side .language-list .nice-select .list {
  background-color: #1d1d1d;
}

.theme-dark .nav-bar-side .language-list .nice-select .list .option {
  color: #ffffff;
}

.theme-dark .nav-bar-side .language-list .nice-select .list .option:hover {
  background-color: #ff5e02 !important;
  color: #ffffff;
}

.theme-dark .nav-bar-side .language-list .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.theme-dark .nav-bar-side .language-list .nice-select:after {
  border-bottom: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
}

.theme-dark .nav-bar-side .shoping-nav-btn2 {
  color: #ffffff;
}

.theme-dark .nav-bar-side .shoping-nav-btn2:hover {
  color: #ff5e02;
}

.theme-dark .sticky-nav .main-nav {
  background-color: #252525 !important;
}

.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 ul li a {
  color: #ffffff;
}

.theme-dark .mean-container .mean-nav ul li .dropdown-menu {
  background-color: #1d1d1d;
}

.theme-dark .nav-mobile-side .shoping-mobile-btn {
  color: #ffffff;
}

.theme-dark .nav-mobile-side .shoping-mobile-btn:hover {
  color: #ff5e02;
}

.theme-dark .nav-mobile-side .language-mobile-list .language-list-item {
  color: #ffffff;
}

.theme-dark .nav-mobile-side .language-mobile-list .nice-select {
  background-color: #ff5e02;
  color: #ffffff;
}

.theme-dark .nav-mobile-side .language-mobile-list .nice-select .list {
  background-color: #1d1d1d;
}

.theme-dark .nav-mobile-side .language-mobile-list .nice-select .list .option {
  color: #ffffff;
}

.theme-dark
  .nav-mobile-side
  .language-mobile-list
  .nice-select
  .list
  .option:hover {
  background-color: #ff5e02 !important;
  color: #ffffff;
}

.theme-dark
  .nav-mobile-side
  .language-mobile-list
  .nice-select
  .list
  .option
  .selected {
  background-color: transparent;
  font-weight: 600;
}

.theme-dark .nav-mobile-side .language-mobile-list .nice-select:after {
  border-bottom: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
}

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

.theme-dark .banner-area-two::before,
.theme-dark .hero-item::before {
  opacity: 0.9;
}

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

.theme-dark .inner-list {
  background-color: #252525;
}

.theme-dark .inner-list ul li::before {
  background-color: #ffffff;
}

.theme-dark .inner-list ul li a {
  color: #ffffff;
}

.theme-dark .inner-list ul li a:hover {
  color: #ff5e02;
}

.theme-dark .project-list2 .project-list-item2:hover {
  background-color: #ff5e02;
}

.theme-dark .project-categories {
  background-color: #252525;
}

.theme-dark .project-categories ul li a {
  color: #ffffff;
}

.theme-dark .project-categories ul li span {
  color: #ffffff;
}

.theme-dark .side-bar-from {
  background-color: #252525;
}

.theme-dark .side-bar-from .form-group .form-control {
  background-color: #252525;
  color: #ffffff;
}

.theme-dark .services-item,
.theme-dark .services-card {
  background-color: #0e0e0e;
}

.theme-dark .services-another-item .content {
  background-color: #2d2c2cdb;
}

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

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

.theme-dark .workable-card-tow {
  background-color: #0e0e0e;
}

.theme-dark .workable-card-tow .read-btn:hover {
  color: #ffffff;
}

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

.theme-dark .team-item span {
  color: #ffffff;
}

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

.theme-dark .team-card .content span {
  color: #ffffff;
}

.theme-dark .team-card .content .mail-btn {
  color: #ffffff;
}

.theme-dark .free-quote-content .free-quote-list li i {
  color: #1d1d1d;
}

.theme-dark .free-quote-form {
  background-color: #1d1d1d;
}

.theme-dark .free-quote-form .form-group .form-control {
  background-color: #252525;
  color: #ffffff;
}

.theme-dark
  .free-quote-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .free-quote-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .free-quote-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .free-quote-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-item {
  background-color: #0e0e0e;
}

.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .featured-content .featured-list ul li {
  color: #ffffff;
}

.theme-dark .brand-item .brand-logo2 {
  display: inline-block !important;
}

.theme-dark .brand-item .brand-logo1 {
  display: none !important;
}

.theme-dark .testimonial-item .content span,
.theme-dark .testimonial-slider-content .content span {
  color: #ffffff;
}

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

.theme-dark .testimonial-item-two {
  background-color: #0e0e0e;
}

.theme-dark .testimonial-item-two .content span {
  color: #ffffff;
}

.theme-dark .product-card .content span {
  color: #ffffff;
}

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

.theme-dark .product-desc .price .old-price {
  color: #d8d3d3;
}

.theme-dark .product-desc .product-review .rating-count {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.theme-dark .product-desc .product-review .rating-count:hover {
  color: #ff5e02;
  border-color: #ff5e02;
}

.theme-dark .product-desc .product-desc-content-list li {
  color: #ffffff;
}

.theme-dark .product-desc .input-count-area .input-counter span {
  color: #ffffff;
}

.theme-dark .product-desc .input-count-area .input-counter span:hover {
  color: #ff5e02;
}

.theme-dark .product-desc .input-count-area .input-counter input {
  color: #ffffff;
  background-color: #252525;
}

.theme-dark .product-desc .product-share ul li span {
  color: #ffffff;
}

.theme-dark .products-details-tab .tabs {
  border-bottom: 1px solid #ffffff;
}

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

.theme-dark .products-details-tab .tabs li a:focus {
  color: #ff5e02;
}

.theme-dark .products-details-tab .tabs li.active a {
  color: #ff5e02;
}

.theme-dark .products-details-tab .tabs li.current a {
  color: #ff5e02;
}

.theme-dark .products-tabs-reviews ul li {
  background-color: #0e0e0e;
}

.theme-dark .products-tabs-reviews ul li span {
  color: #ffffff;
}

.theme-dark .products-tabs-reviews ul li .content h4 a {
  color: #ffffff;
}

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

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

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

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

.theme-dark
  .cart-wraps-area
  .cart-wraps
  .cart-table
  table
  tbody
  tr
  td.product-thumbnail
  a
  img {
  background-color: #0e0e0e;
}

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

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

.theme-dark .cart-wraps-area .cart-calc {
  background-color: #252525;
}

.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form h3 {
  color: #ffffff;
}

.theme-dark
  .cart-wraps-area
  .cart-calc
  .cart-wraps-form
  .form-group
  .form-control {
  background-color: #1d1d1d;
  color: #ffffff;
}

.theme-dark
  .cart-wraps-area
  .cart-calc
  .cart-wraps-form
  .form-group
  .nice-select {
  background-color: #1d1d1d;
}

.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .list {
  background-color: #252525;
}

.theme-dark
  .cart-wraps-area
  .cart-calc
  .cart-wraps-form
  .form-group
  .list
  .option {
  color: #ffffff !important;
}

.theme-dark
  .cart-wraps-area
  .cart-calc
  .cart-wraps-form
  .form-group
  .option:hover {
  color: #ffffff;
  background-color: #ffffff;
}

.theme-dark
  .cart-wraps-area
  .cart-calc
  .cart-wraps-form
  .form-group
  .option.focus {
  color: #ffffff;
  background-color: #ffffff;
}

.theme-dark
  .cart-wraps-area
  .cart-calc
  .cart-wraps-form
  .form-group
  .option.selected.focus {
  color: #ffffff;
  background-color: #ffffff;
}

.theme-dark .cart-wraps-area .cart-totals {
  background-color: #252525;
}

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

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

.theme-dark .checkout-area .checkout-user {
  background-color: #252525;
  color: #ffffff;
}

.theme-dark .checkout-area .checkout-user span {
  color: #ffffff;
}

.theme-dark .billing-details {
  background-color: #252525;
}

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

.theme-dark .billing-details .form-group .form-control {
  background-color: #1d1d1d;
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-message {
  background-color: #1d1d1d;
  color: #ffffff;
}

.theme-dark .billing-details .form-group .nice-select {
  background-color: #1d1d1d;
  color: #ffffff;
}

.theme-dark .billing-details .form-group .list {
  background-color: #252525;
  color: #ffffff;
}

.theme-dark .billing-details .form-group .list .option {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .option:hover {
  color: #ffffff;
  background-color: #ff5e02;
}

.theme-dark .billing-details .form-group .option.focus {
  color: #ffffff;
  background-color: #ff5e02;
}

.theme-dark .billing-details .form-group .option.selected.focus {
  color: #ffffff;
  background-color: #ff5e02;
}

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

.theme-dark .order-details .order-table {
  background-color: #252525;
}

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

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

.theme-dark .order-details .order-table table tbody tr td.product-name a:hover {
  color: #ff5e02;
}

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

.theme-dark .order-details .payment-box {
  background-color: #252525;
}

.theme-dark
  .order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:checked
  + label {
  color: #ff5e02;
}

.theme-dark
  .order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked) {
  display: none;
}

.theme-dark
  .order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label {
  color: #ffffff;
}

.theme-dark
  .order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label::after {
  color: #ffffff;
}

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

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

.theme-dark .blog-card img {
  background-color: #0e0e0e;
}

.theme-dark .blog-card .content ul li a {
  color: #ffffff;
}

.theme-dark .blog-article-area .article-content-area .blockquote {
  background-color: #252525;
}

.theme-dark .blog-article-area .comments-wrap .comment-title {
  background-color: #252525;
}

.theme-dark .blog-article-area .comments-wrap .comment-form li {
  background-color: #252525;
}

.theme-dark .blog-article-area .comments-wrap .comment-form li span {
  color: #ffffff;
}

.theme-dark .blog-article-area .comments-wrap .comment-form li .content h4 {
  color: #ffffff;
}

.theme-dark .blog-article-area .comments-form .contact-form {
  background-color: #252525;
}

.theme-dark .search-widget {
  background-color: #252525;
}

.theme-dark .search-widget .search-form .form-control {
  background-color: #1d1d1d;
}

.theme-dark .side-bar-widget .side-bar-categories {
  background-color: #252525;
}

.theme-dark .side-bar-widget .side-bar-categories ul li a {
  background-color: #1d1d1d;
  color: #ffffff;
}

.theme-dark .side-bar-widget .side-bar-categories ul li a:hover {
  background-color: #ff5e02;
}

.theme-dark .side-bar-widget .widget-popular-post {
  background-color: #252525;
}

.theme-dark .side-bar-widget .widget-popular-post .item .info .title-text a {
  color: #ffffff;
}

.theme-dark
  .side-bar-widget
  .widget-popular-post
  .item
  .info
  .title-text
  a:hover {
  color: #ff5e02;
}

.theme-dark .side-bar-widget .widget-popular-post .item .info ul li a {
  color: #ffffff;
}

.theme-dark .side-bar-widget .side-bar-widget-tag {
  background-color: #252525;
}

.theme-dark .side-bar-widget .side-bar-widget-tag li {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #ffffff;
  background-color: #0e0e0e;
}

.theme-dark .side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #ff5e02;
}

.theme-dark .side-bar-widget .side-bar-widget-tag li a {
  color: #ffffff;
}

.theme-dark .side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}

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

.theme-dark .footer-widget .newsletter-form .form-control {
  color: #ffffff;
}

.theme-dark .footer-widget .footer-list li a {
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark .footer-widget .footer-list li a:hover {
  color: #ff5e02;
}

.theme-dark .copy-right-area .copy-right-text p {
  color: #ffffff;
}

.theme-dark .copy-right-area .copy-right-text p a {
  color: #ff5e02;
}

.theme-dark .copy-right-area .copy-right-text p a:hover {
  color: #ffffff;
}

.theme-dark .copy-right-area .copy-right-list ul li::before {
  background-color: #ffffff;
}

.theme-dark .copy-right-area .copy-right-list ul li a {
  color: #ffffff;
}

.theme-dark .copy-right-area .copy-right-list ul li a:hover {
  color: #ff5e02;
}

.theme-dark .contact-form .agree-label label {
  color: #ffffff;
}

.theme-dark .contact-form .form-group label {
  color: #ffffff;
}

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

.theme-dark .contact-style-content .contact-style-list span {
  color: #ffffff;
}

.theme-dark .contact-style-content .contact-style-list span a {
  color: #ffffff;
}

.theme-dark .user-all-form .contact-form {
  background-color: #252525;
}

.theme-dark .user-all-form .contact-form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .user-all-form .contact-form .agree-label label a.forget:hover {
  color: #ffffff;
}

.theme-dark .user-all-form .contact-form .account-desc a:hover {
  color: #ffffff;
}

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

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

.theme-dark .coming-soon-area .coming-soon-content {
  background-color: #1d1d1d;
}

.theme-dark .coming-soon-area .coming-soon-content h1 {
  color: #ffffff;
}
/*# sourceMappingURL=theme-dark.css.map */
