[data-theme="dark"] {
  background-color: #505050 !important;
  color: #262626;
}
[data-theme="dark"] main{
  filter : brightness(.8) contrast(1.2) grayscale(40%) saturate(80%);
}
[data-theme="dark"] .footer:before{
  filter : grayscale(100%);
}
[data-theme="dark"] img{
  /*filter: drop-shadow(0 0 0.98rem #234887);*/
  filter: sepia(70%);
}
[data-theme="dark"] .blob, [data-theme="dark"] .checkbox:checked + .label, [data-theme="dark"] .govlinks, [data-theme="dark"] .dropdown-box.account
, [data-theme="dark"] .sticky-icon-links{
  filter: sepia(70%);
}
[data-theme="dark"] .border-linear{
  filter: sepia(100%);
}
[data-theme="dark"] .category{
  filter: sepia(100%);
}
[data-theme="dark"] #language_list.dropdown-box, [data-theme="dark"] #language_list.dropdown-box a{
  color: #272727;
  background-image: linear-gradient(to bottom, #423e35 0%, #705732 70%);
  background-blend-mode: overlay;
}

[data-theme="dark"] .toolbox-wrap .widget-title, .widget-collapsible .widget-title{
  color: #fff !important;
  background-blend-mode: overlay;
}

[data-theme="dark"] .sidebar-content .widget-body ,[data-theme="dark"]  .filter-items a,[data-theme="dark"]  a,[data-theme="dark"]  .post-list-sm .post-meta a {
  color: #fff !important;
}

[data-theme="dark"] .bg-black {
  background-color: #fff !important;
}

[data-theme="dark"] .bg-dark {
  background-color: #eee !important;
}
[data-theme="dark"] .dp-module-title-text,[data-theme="dark"] .ParsysmWeather .ow-today h2 {
  color: #eee !important;
}

[data-theme="dark"] .header-top {
  background-color: #505050 !important;
    background: linear-gradient(to bottom, #705732 10%, #423e35 71%) !important;
}

[data-theme="dark"] .scroll-top {
  background-color: #505050 !important;
  color: #a3a0a0 !important;
}
[data-theme="dark"] .scroll-top:hover {
  background-color: #a3a0a0 !important;
  color: #505050 !important;
}
[data-theme="dark"] .footer {
  background-color: #505050 !important;
}
[data-theme="dark"] .tabs-style-iconbox nav ul li.tab-current a{
  background-color: #000 !important;
}
[data-theme="dark"] .tabs-style-iconbox nav ul li.tab-current a:after{
  border-top-color : #000 !important;
}
[data-theme="dark"] #price .tab-list .title-tab a.active {
  background: #505050;
  border: 1px solid #000;
  box-shadow: 0 20px 32px rgba(29, 46, 54, 0.5);
}
[data-theme="dark"] #price .tab-list .title-tab a {
  border-radius: 3px;
  margin-top: 5px;
  background: #929292 !important;
  color: #fbfbfb !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  width: 120px;
  height: 120px;
  padding: 15px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
[data-theme="dark"] #price .tab-list .title-tab a:hover{
  background: #657171 !important;
  color:#fbfbfb !important;
}

[data-theme="dark"] #price .tab-list .title-tab .box-svg span:before {
  color: #fbfbfb !important;
}
[data-theme="dark"] #price .tab-list .title-tab h2 {
  color: #fbfbfb !important;
}
[data-theme="dark"] .intro-section, [data-theme="dark"] .main-nav{
  filter:grayscale(100%) !important;
}
[data-theme="dark"] .banner-background.parallax{
  filter: contrast(1.5);
}



[data-theme="dark"] .badge-offer {
  filter: grayscale(100%) !important;
}
[data-theme="dark"] .footer-logo img {
  filter: grayscale(100%) !important;
}

[data-theme="dark"] .parsysm-content .simplebar-scrollbar:before {
  background: #989ca0 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #000 !important;
}