

.switch-box{
  display:none;
  z-index: 9999;
  margin-right: 5px;
  align-items: center;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1.5px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  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: 5px;
}

.switch-box .slider.round::before {
  border-radius: 50%;
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
}

.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  background: white url("../images/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}



.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}

.theme-dark .header_bottom_main, .theme-dark .header-top {
  background: #1d1d1d;
}


.theme-dark .main-nav, .theme-dark #right-panel {
    background-color: #000000;
/*     border-top:1px solid white; */
}



.theme-dark .navbar-nav .nav-link{
  color: #ffffff !important;
}


.theme-dark .client-area
{
  background: #1d1d1d;
  color: #ffffff;
}
.theme-dark .logo-white
{
  background-color: white;
    border-radius: 5px;
    margin: 0px 5px;
}

.theme-dark h2
{
  color: white;
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
    color: white;
    margin-top: 0px;
/*     margin-bottom: 0px; */
    font-weight: 700;
}

.theme-dark footer {
    background-color: #25272b;
}

.theme-dark .item{
	-webkit-box-shadow: 0px 0px 25px 0px #dddddd70;
    box-shadow: 0px 0px 25px 0px #dddddd70;
}

.theme-dark .main-button a:hover {
    /* background-color: #7a6ad8; */
    background-color: #000;
    color: #fff;
    border:1px solid white;
}

.theme-dark .contact-us .contact-us-content {
    border-radius: 5px;
    padding: 30px;
    background-color: #1d1d1d;
    position: relative;
    z-index: 1;
    margin: 30px 0;
}


.theme-dark a{
  color: #ffffff;
}

.theme-dark p{
  color: #c7c7c7;
}

.theme-dark .custom-section-bg.custom-logo-section {
    background: #1d1d1d;
    padding: 20px 0;
    margin: 0;
}


.theme-dark .main-button a{
  color: #000;
}

.theme-dark .product_title a{
  color: #000000;
}

.theme-dark .product-card__content h6.title a {
    color: white;
}

.theme-dark .text-gray-500 , .theme-dark .text-gray-400 , .theme-dark .text-gray-600
{
  color: #dbdbdb !important;
}
.theme-dark .gallery_content_wrap h2, .theme-dark .product_ctg_content_wrap h2 {
  color: #000000;
}

.theme-dark .text-heading {
  color: #ffffff !important;
}

.theme-dark .policy .title-c {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 4px;
}

.theme-dark .breadcrumb {
    background-color: #000000;
}

.theme-dark .breadcrumb-item.active {
    color: #c5c5c5;
}

.theme-dark .custom-table .table td p, .theme-dark .simple-table .table td p {
    color: #ffffff;
}








