/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 99;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  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("../../../../../i.ibb.co/7JfqXxB/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

input:checked + .slider {
  background-color: #000;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #000;
          box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("../../../../../i.ibb.co/FxzBYR9/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

/*---------------------------------
    Color CSS For Elements 
-----------------------------------*/
.theme-light .logo .logo-dark {
  display: none !important;
}

.theme-light .logo .logo-light {
  display: block !important;
}

.theme-dark .dpt-100 {
  padding-top: 100px;
}

.theme-dark body,
.theme-dark .td-black,
.theme-dark .bg-russian,
.theme-dark .bg-white,
.theme-dark .why-choose-wrap.style3 .brand-logo .brand-item,
.theme-dark .counter-card.style2 {
  background-color: #000 !important;
}

.theme-dark .process-card::before {
  background-color: rgba(0, 0, 0, 0.78);
}

.theme-dark .logo .logo-light {
  display: none !important;
}

.theme-dark .logo .logo-dark {
  display: block !important;
}

.theme-dark .td-aztech,
.theme-dark .bg-albastor,
.theme-dark .newsleter-wrap,
.theme-dark .btn.style2,
.theme-dark .btn.style5,
.theme-dark .service-card .service-info,
.theme-dark .get-in-touch-wrap.style1 .container::before,
.theme-dark .promo-video-wrap.style1::after,
.theme-dark .promo-video-wrap.style2::after,
.theme-dark .header-wrap .header-top,
.theme-dark .cart-table table thead tr th {
  background-color: #0E1C1F !important;
}

.theme-dark .btn.style2:hover,
.theme-dark .btn.style5:hover,
.theme-dark .testimonial-item.style2:hover,
.theme-dark .testimonial-item.style3:hover,
.theme-dark .pricing-box.featured,
.theme-dark .why-choose-wrap.style2 .wh-img-wrap .wh-img-4::after,
.theme-dark .team-card.style3 .social-profile.style2 li a:hover,
.theme-dark .product-card .product-info .product-info-right .add-to-cart {
  background-color: #D80758 !important;
}

.theme-dark .header-wrap,
.theme-dark .header-wrap.sticky,
.theme-dark .accordion-item .accordion-header .accordion-button {
  background-color: #10012A;
}

.theme-dark .blog-card .blog-info,
.theme-dark .testimonial-item.style1,
.theme-dark .testimonial-item.style2,
.theme-dark .testimonial-item.style3,
.theme-dark .category-card,
.theme-dark .pricing-box,
.theme-dark .team-card.style3 .member-info-wrap,
.theme-dark .wp-block-quote,
.theme-dark .blog-posts-wrap .blog-card.style3 .blog-info,
.theme-dark .contact-item-box,
.theme-dark .product-card .product-info {
  background-color: #10012A !important;
}

.theme-dark .footer-bg-1 {
  background-blend-mode: luminosity;
}

.theme-dark .why-choose-wrap.style3 .brand-logo .brand-item img {
  -webkit-filter: brightness(0) invert(0.9);
          filter: brightness(0) invert(0.9);
}

.theme-dark .about-wrap.style1,
.theme-dark .about-wrap.style2,
.theme-dark .about-wrap.style3,
.theme-dark .why-choose-wrap.style1,
.theme-dark .why-choose-wrap.style2 {
  background-blend-mode: difference;
}

.theme-dark .about-wrap.style3 .about-content .ceo-message .ceo-info img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6,
.theme-dark h3 a,
.theme-dark .section-title h2,
.theme-dark .content-title h2,
.theme-dark .blog-card .blog-info h3 a,
.theme-dark .blog-card .blog-info .blog-metainfo .blog-author-info .author-name h6 a,
.theme-dark .main-menu-wrap #menu ul li.has-children .sub-menu li a,
.theme-dark .feature-list li h5,
.theme-dark .feature-list li h5 a,
.theme-dark .service-card.style1 .service-info .btn.style2 i,
.theme-dark .pricing-box .pricing-box-features li,
.theme-dark .team-card.style3 .member-info-wrap h4,
.theme-dark .main-menu-wrap #menu > ul > li > a,
.theme-dark .category-box.style1 ul li a,
.theme-dark .post-meta-option .post-tag span,
.theme-dark .post-meta-option .post-share span,
.theme-dark .post-navigation .next-post,
.theme-dark .post-navigation .prev-post,
.theme-dark .product-more-option-item a,
.theme-dark .product-card .product-info .product-info-left h4 a,
.theme-dark .category-box.style1 ul li a i,
.theme-dark .new-product-item .new-product-info h6 a,
.theme-dark .cart-table table tbody tr td .cart-item a,
.theme-dark .cart-table table tbody tr td .cart-item span,
.theme-dark .cart-table table tbody tr td .cart-item-price,
.theme-dark .cart-total .cart-total-item p,
.theme-dark .cart-total .cart-total-item span,
.theme-dark .checkout-details .select-payment-method div label,
.theme-dark .accordion-item .accordion-header .accordion-button.collapsed,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .login-form .login-body .form-group label {
  color: #fff;
}

.theme-dark p, .theme-dark span,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group i,
.theme-dark .blog-card.style3 .blog-info .blog-metainfo li,
.theme-dark .blog-card.style3 .blog-info .blog-metainfo li a,
.theme-dark .team-card.style3 .member-info-wrap span,
.theme-dark .about-wrap.style3 .about-content .ceo-message .ceo-info h5 span,
.theme-dark .counter-card.style2 .counter-info p,
.theme-dark .category-box.style1 ul li a span,
.theme-dark .popular-post .popular-post-slider .blog-card.style3 .blog-info .blog-metainfo li a,
.theme-dark .author-info-wrap .author-info p,
.theme-dark .author-info-wrap .author-info p a,
.theme-dark .content-feature-list li,
.theme-dark .post-tag li a,
.theme-dark .product-tablist .nav-item .nav-link,
.theme-dark .contact-item-box a,
.theme-dark .checkbox label,
.theme-dark .checkout-details .select-payment-method div p {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark h3 a:hover,
.theme-dark .header-wrap .main-menu-wrap #menu ul li a.active,
.theme-dark .header-wrap .main-menu-wrap #menu ul li a:hover,
.theme-dark .main-menu-wrap #menu ul li.has-children .sub-menu li a.active,
.theme-dark .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover,
.theme-dark .blog-card .blog-info .blog-metainfo .blog-author-info .author-name h6 a:hover,
.theme-dark .feature-list li h5:hover a,
.theme-dark .service-card.style1 .service-info .btn.style2:hover i,
.theme-dark .service-card.style3:hover .service-info .btn.style1,
.theme-dark .service-card.style3:hover .service-info .btn.style1 span,
.theme-dark .header-wrap .header-bottom .header-bottom-right .searchbox button i,
.theme-dark .category-box.style1 ul li a:hover,
.theme-dark .post-tag li a:hover,
.theme-dark .product-more-option-item a:hover,
.theme-dark .product-tablist .nav-item .nav-link.active,
.theme-dark .product-card .product-info .product-info-left h4:hover a,
.theme-dark .category-box.style1 ul li a:hover i,
.theme-dark .new-product-item .new-product-info h6:hover a,
.theme-dark .cart-table table tbody tr td .cart-item a:hover {
  color: #D80758;
}

.theme-dark .header-wrap .header-bottom .header-bottom-right .searchbox input,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group input,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group textarea,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group select,
.theme-dark .coupon-code input,
.theme-dark .search-box .form-group input,
.theme-dark .comment-form .form-group input,
.theme-dark #contactForm .form-group input,
.theme-dark #contactForm .form-group textarea,
.theme-dark #contactForm .form-group select,
.theme-dark .comment-form .form-group textarea,
.theme-dark .checkout-form .form-group input,
.theme-dark .checkout-form .form-group textarea,
.theme-dark .login-form .login-body .form-group input,
.theme-dark .login-form .login-body .form-group textarea,
.theme-dark .checkout-details .coupon-item .form-group input,
.theme-dark .newsleter-wrap.style1 .newsletter-form input,
.theme-dark .newsleter-wrap.style2 .newsletter-form input,
.theme-dark #contactForm {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.theme-dark .header-wrap .header-bottom .header-bottom-right .searchbox input::-webkit-input-placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group input::-webkit-input-placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group textarea::-webkit-input-placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group select::-webkit-input-placeholder,
.theme-dark .coupon-code input::-webkit-input-placeholder,
.theme-dark .search-box .form-group input::-webkit-input-placeholder,
.theme-dark .comment-form .form-group input::-webkit-input-placeholder,
.theme-dark #contactForm .form-group input::-webkit-input-placeholder,
.theme-dark #contactForm .form-group textarea::-webkit-input-placeholder,
.theme-dark #contactForm .form-group select::-webkit-input-placeholder,
.theme-dark .comment-form .form-group textarea::-webkit-input-placeholder,
.theme-dark .checkout-form .form-group input::-webkit-input-placeholder,
.theme-dark .checkout-form .form-group textarea::-webkit-input-placeholder,
.theme-dark .login-form .login-body .form-group input::-webkit-input-placeholder,
.theme-dark .login-form .login-body .form-group textarea::-webkit-input-placeholder,
.theme-dark .checkout-details .coupon-item .form-group input::-webkit-input-placeholder,
.theme-dark .newsleter-wrap.style1 .newsletter-form input::-webkit-input-placeholder,
.theme-dark .newsleter-wrap.style2 .newsletter-form input::-webkit-input-placeholder,
.theme-dark #contactForm::-webkit-input-placeholder {
  color: #fff;
}

.theme-dark .header-wrap .header-bottom .header-bottom-right .searchbox input:-ms-input-placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group input:-ms-input-placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group textarea:-ms-input-placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group select:-ms-input-placeholder,
.theme-dark .coupon-code input:-ms-input-placeholder,
.theme-dark .search-box .form-group input:-ms-input-placeholder,
.theme-dark .comment-form .form-group input:-ms-input-placeholder,
.theme-dark #contactForm .form-group input:-ms-input-placeholder,
.theme-dark #contactForm .form-group textarea:-ms-input-placeholder,
.theme-dark #contactForm .form-group select:-ms-input-placeholder,
.theme-dark .comment-form .form-group textarea:-ms-input-placeholder,
.theme-dark .checkout-form .form-group input:-ms-input-placeholder,
.theme-dark .checkout-form .form-group textarea:-ms-input-placeholder,
.theme-dark .login-form .login-body .form-group input:-ms-input-placeholder,
.theme-dark .login-form .login-body .form-group textarea:-ms-input-placeholder,
.theme-dark .checkout-details .coupon-item .form-group input:-ms-input-placeholder,
.theme-dark .newsleter-wrap.style1 .newsletter-form input:-ms-input-placeholder,
.theme-dark .newsleter-wrap.style2 .newsletter-form input:-ms-input-placeholder,
.theme-dark #contactForm:-ms-input-placeholder {
  color: #fff;
}

.theme-dark .header-wrap .header-bottom .header-bottom-right .searchbox input::-ms-input-placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group input::-ms-input-placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group textarea::-ms-input-placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group select::-ms-input-placeholder,
.theme-dark .coupon-code input::-ms-input-placeholder,
.theme-dark .search-box .form-group input::-ms-input-placeholder,
.theme-dark .comment-form .form-group input::-ms-input-placeholder,
.theme-dark #contactForm .form-group input::-ms-input-placeholder,
.theme-dark #contactForm .form-group textarea::-ms-input-placeholder,
.theme-dark #contactForm .form-group select::-ms-input-placeholder,
.theme-dark .comment-form .form-group textarea::-ms-input-placeholder,
.theme-dark .checkout-form .form-group input::-ms-input-placeholder,
.theme-dark .checkout-form .form-group textarea::-ms-input-placeholder,
.theme-dark .login-form .login-body .form-group input::-ms-input-placeholder,
.theme-dark .login-form .login-body .form-group textarea::-ms-input-placeholder,
.theme-dark .checkout-details .coupon-item .form-group input::-ms-input-placeholder,
.theme-dark .newsleter-wrap.style1 .newsletter-form input::-ms-input-placeholder,
.theme-dark .newsleter-wrap.style2 .newsletter-form input::-ms-input-placeholder,
.theme-dark #contactForm::-ms-input-placeholder {
  color: #fff;
}

.theme-dark .header-wrap .header-bottom .header-bottom-right .searchbox input::placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group input::placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group textarea::placeholder,
.theme-dark .get-in-touch-wrap .get-in-touch-form .form-group select::placeholder,
.theme-dark .coupon-code input::placeholder,
.theme-dark .search-box .form-group input::placeholder,
.theme-dark .comment-form .form-group input::placeholder,
.theme-dark #contactForm .form-group input::placeholder,
.theme-dark #contactForm .form-group textarea::placeholder,
.theme-dark #contactForm .form-group select::placeholder,
.theme-dark .comment-form .form-group textarea::placeholder,
.theme-dark .checkout-form .form-group input::placeholder,
.theme-dark .checkout-form .form-group textarea::placeholder,
.theme-dark .login-form .login-body .form-group input::placeholder,
.theme-dark .login-form .login-body .form-group textarea::placeholder,
.theme-dark .checkout-details .coupon-item .form-group input::placeholder,
.theme-dark .newsleter-wrap.style1 .newsletter-form input::placeholder,
.theme-dark .newsleter-wrap.style2 .newsletter-form input::placeholder,
.theme-dark #contactForm::placeholder {
  color: #fff;
}

.theme-dark .checkout-form .form-group select {
  background-color: #0E1C1F;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background-image: url(../img/down-arrow-2.png);
}

.theme-dark .category-box.style2 ul li a {
  background-color: #10012A;
  color: #fff;
}

.theme-dark .category-box.style2 ul li a:hover {
  background-color: #D80758;
}

.theme-dark .cart-table table tbody tr td {
  background-color: #10012A;
}

.theme-dark .cart-table table tbody tr td p {
  color: #fff;
}

.theme-dark .checkout-promobox,
.theme-dark .login-form {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-dark .product-quantity .qtySelector input {
  background-color: transparent !important;
  color: #fff;
}

.theme-dark article,
.theme-dark .main-menu-wrap #menu ul li.has-children .sub-menu li a,
.theme-dark .sidebar .sidebar-widget h4,
.theme-dark .post-author,
.theme-dark .post-meta-option,
.theme-dark .single-product-gallery .gallery-top,
.theme-dark .single-product-gallery .gallery-thumbs .product-thumb,
.theme-dark .product-tablist,
.theme-dark .nav-tabs .nav-link,
.theme-dark .product-card .product-img,
.theme-dark .cart-table table tbody tr,
.theme-dark .project-details-wrap .post-navigation {
  border-color: rgba(255, 255, 255, 0.2);
}

.theme-dark .sidebar .sidebar-widget,
.theme-dark .new-product-item .new-product-img,
.theme-dark .cart-total .cart-total-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-dark .checkout-details .bill-item .bill-item-name,
.theme-dark .checkout-details .bill-item .bill-item-price,
.theme-dark .checkout-details .select-payment-method div {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.theme-dark .tag-list ul li a {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .tag-list ul li a:hover {
  background-color: #D80758;
  color: #fff;
  border-color: transparent;
}

.theme-dark .accordion-body {
  background-color: #10012A;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-dark .accordion-body p {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .service-card.style1 .service-info .btn.style2:hover,
.theme-dark .service-card.style1 .service-info .btn.style2:hover span {
  background-color: transparent !important;
  color: #D80758;
}

@media only screen and (max-width: 1199px) {
  .theme-dark .mobile-top-bar span {
    background-color: #fff;
  }
  .theme-dark .main-menu-wrap {
    background-color: #0E1C1F;
  }
  .theme-dark .searchbtn i,
  .theme-dark .close-header-top button i,
  .theme-dark .menu-close i,
  .theme-dark .main-menu li > span.menu-expand i,
  .theme-dark .main-menu li > a,
  .theme-dark .header-wrap .header-top .header-top-left .contact-item,
  .theme-dark .header-wrap .header-top .header-top-left .contact-item a,
  .theme-dark .header-wrap .header-top .header-top-left .contact-item p,
  .theme-dark .header-wrap.style1 .header-top .header-top-right .user-login a,
  .theme-dark .header-wrap.style1 .header-top .header-top-right .select-lang span,
  .theme-dark .header-wrap.style1 .header-top .header-top-right .select-lang .dropdown-toggle::before {
    color: #fff;
  }
  .theme-dark .main-menu li a {
    border-color: rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (min-width: 1200px) {
  .theme-dark .main-menu-wrap #menu ul li.has-children .sub-menu {
    background-color: #10012A;
  }
}
/*# sourceMappingURL=dark-theme.css.map */