/*================================================
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;
  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;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  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 {
  transform: translateX(24px);
  background: url(../../assets/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 !important;
}
.theme-dark p a {
  color: #f1f1f1 !important;
}
.theme-dark p a:hover {
  color: #f53f85 !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: #f53f85 !important;
}
.theme-dark .bg-f5f5f5 {
  background-color: #292828;
}
.theme-dark .Wocom-Fav-btn:hover {
  background-color: #e8699a;
  color: #ffffff;
}
.theme-dark .Wocom-choice-btn {
  border: 1px solid #ffffff;
}
.theme-dark .Wocom-site-header {
  background-color: #333131;
}
.theme-dark .Wocom-nav-wrapper .navbar-brand .Wocom-light-logo {
  display: block;
}
.theme-dark .Wocom-nav-wrapper .navbar-brand .main-logo {
  display: none;
}
.theme-dark .Wocom-nav-wrapper.is-sticky {
  background-color: #000000;
}
.theme-dark .Wocom-nav {
  background-color: #000000;
  border-bottom: 2px solid #0e0e0e;
}
.theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .nav-link {
  color: #ffffff;
}
.theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .nav-link:hover, .theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .nav-link.active, .theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .nav-link:focus {
  color: #f53f85 !important;
}
.theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .dropdown-menu {
  background: #0e0e0e;
}
.theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .dropdown-menu .Wocom-extended-nav-submenu li a {
  color: #ffffff;
  border-bottom: 1px dashed #494848;
}
.theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu li a {
  color: #ffffff;
  border-bottom: 1px dashed #494848;
}
.theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu li a {
  color: #ffffff;
  border-bottom: 1px dashed #494848;
}
.theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu li a {
  color: #ffffff;
  border-bottom: 1px dashed #494848;
}
.theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu li a {
  color: #ffffff;
  border-bottom: 1px dashed #494848;
}
.theme-dark .Wocom-nav .navbar .Wocom-primary-nav .nav-item .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu .dropdown-menu .Wocom-extended-nav-submenu li a {
  color: #ffffff;
  border-bottom: 1px dashed #494848;
}
.theme-dark .Wocom-nav .navbar .Wocom-alternative-options .Wocom-choice-item .Wocom-search-action-box .Wocom-seek-btn {
  color: #ffffff;
}
.theme-dark .Wocom-nav .navbar .Wocom-alternative-options .Wocom-choice-item .Wocom-cart-action-btn a {
  color: #ffffff;
}
.theme-dark .Wocom-nav .navbar .Wocom-alternative-options .Wocom-choice-item .Wocom-hamburger-menu span {
  background: #ffffff;
}
.theme-dark .navbar-style-two .main-nav .navbar .Wocom-primary-nav .nav-item .nav-link {
  color: #ffffff;
}
.theme-dark .navbar-style-two .main-nav .navbar .Wocom-primary-nav .nav-item .nav-link:hover, .theme-dark .navbar-style-two .main-nav .navbar .Wocom-primary-nav .nav-item .nav-link.active, .theme-dark .navbar-style-two .main-nav .navbar .Wocom-primary-nav .nav-item .nav-link:focus {
  color: #f53f85 !important;
}
.theme-dark .Wocom-model-cart-shopping .Wocom-model-contenting .Wocom-modal-body {
  background-color: #0e0e0e;
}
.theme-dark .sidebarModal .Wocom-model-contenting .Wocom-modal-body {
  background-color: #0e0e0e;
}
.theme-dark .sidebarModal .close {
  color: #ffffff;
}
.theme-dark .Wocom-featured-Wocom-promo-banner-text .Wocom-small-title {
  color: #000000;
}
.theme-dark .Wocom-featured-Wocom-promo-banner-text h1 {
  color: #000000 !important;
}
.theme-dark .Wocom-featured-Wocom-promo-banner-text p {
  color: #000000 !important;
}
.theme-dark .Wocom-featured-Wocom-promo-banner-text .Wocom-choice-btn {
  color: #000000;
}
.theme-dark .Wocom-featured-Wocom-promo-banner-text .Wocom-choice-btn:hover {
  color: #ffffff;
}
.theme-dark .Wocom-featured-Wocom-promo-banner-text.text-white .Wocom-sub-nav-title {
  color: #000000;
}
.theme-dark .Wocom-featured-Wocom-promo-banner-text.text-white h1 {
  color: #000000;
}
.theme-dark .Wocom-featured-Wocom-promo-banner-text.text-white p {
  color: #000000;
}
.theme-dark .Wocom-lead-banner {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-lead-banner .Wocom-small-title {
  color: #ffffff;
}
.theme-dark .Wocom-lead-banner h1 {
  color: #ffffff !important;
}
.theme-dark .Wocom-lead-banner p {
  color: #ffffff !important;
}
.theme-dark .Wocom-lead-banner .Wocom-choice-btn {
  color: #ffffff;
  border-color: #ffffff;
}
.theme-dark .Wocom-lead-banner .Wocom-choice-btn:hover {
  color: #ffffff;
}
.theme-dark .Wocom-title-page-area {
  background-color: #262525;
}
.theme-dark .Wocom-top-offers-content::before {
  background: #0e0e0e;
}
.theme-dark .Wocom-products-single-offered .content {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-single-box-facility .icon {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-single-box-facility .icon:hover {
  background-color: #f53f85;
}
.theme-dark .Wocom-single-box-facility h3 {
  background-color: #000000;
}
.theme-dark .Wocom-woocommerce-widget-area .collections-list-widget .collections-list-row li a::before {
  border-color: #ffffff;
}
.theme-dark .Wocom-woocommerce-widget-area .color-list-widget .color-list-row li.active a {
  border-color: #ffffff;
}
.theme-dark .Wocom-woocommerce-widget-area .color-list-widget .color-list-row li.active a.color-black::before {
  background-color: #ffffff;
}
.theme-dark .Wocom-woocommerce-widget-area .Wocom-brand-widget-list .Wocom-brand-row-list li a::before {
  border: 1px solid #ffffff;
}
.theme-dark .Wocom-woocommerce-widget-area .Wocom-brand-widget-list .Wocom-brand-row-list li a:hover::before {
  border: 1px solid #f53f85;
}
.theme-dark .Wocom-woocommerce-widget-area .aside-trending-widget .Wocom-aside-trending-items .Wocom-catalog {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-woocommerce-widget-area .aside-trending-widget .Wocom-aside-trending-items .Wocom-action-link {
  color: #ffffff;
}
.theme-dark .Wocom-product-filtering-plant .Wocom-small-title {
  color: #ffffff;
}
.theme-dark .Wocom-product-filtering-plant .Wocom-product-sort-grid .nice-select .current {
  color: #ffffff;
}
.theme-dark .Wocom-product-filtering-plant .Wocom-product-sort-grid .nice-select .list {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-product-filtering-plant .Wocom-product-sort-grid .nice-select .list .option {
  color: #ffffff;
}
.theme-dark .Wocom-product-filtering-plant .Wocom-product-sort-grid .nice-select .list .option:hover, .theme-dark .Wocom-product-filtering-plant .Wocom-product-sort-grid .nice-select .list .option:focus {
  color: #f53f85;
}
.theme-dark .Wocom-pagination-area::before {
  background-color: #2e2d2d;
}
.theme-dark .Wocom-pagination-area .page-numbers {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .Wocom-pagination-area .page-numbers .prev, .theme-dark .Wocom-pagination-area .page-numbers .next {
  background: #000000;
  color: #ffffff;
}
.theme-dark .Wocom-pagination-area .page-numbers.current {
  color: #f53f85;
}
.theme-dark .Wocom-area-for-partners {
  background-color: #837f7f;
}
.theme-dark .Wocom-featured-catalog-box .content {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-featured-catalog-box .content:hover {
  background-color: #f53f85;
}
.theme-dark .Wocom-pro-brand {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-product-fare .Wocom-pro-duct {
  background-color: #000000;
}
.theme-dark .Wocom-product-fare .Wocom-facility-area {
  background-color: #000000;
}
.theme-dark .Wocom-product-fare .Wocom-pro-bannerd {
  background-color: #000000;
}
.theme-dark #Wocom-planted-filter-collection.products-row-view .Wocom-planted-col-item .Wocom-single-box {
  background-color: #0e0e0e;
}
.theme-dark #Wocom-planted-filter-collection.products-row-view .Wocom-planted-col-item .Wocom-goods-grid {
  background-color: #0e0e0e;
}
.theme-dark #Wocom-planted-filter-collection.products-row-view .Wocom-planted-col-item .Wocom-product-exclusive-slot {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-details-desc .Wocom-btn-wishlist-compare .Wocom-choice-btn {
  border-color: #ffffff;
}
.theme-dark .Wocom-details-desc .Wocom-products-to-carted .input-counter input {
  color: #ffffff;
  background-color: #0e0e0e;
}
.theme-dark .Wocom-details-desc .Wocom-products-color-switcher ul li a.color-black {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-details-desc .Wocom-product-accordion .accordion .Wocom-accordion-item {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .Wocom-details-desc .Wocom-product-accordion .accordion .Wocom-faq-accordion-content {
  background-color: #000000;
}
.theme-dark .Wocom-details-desc .Wocom-product-accordion .accordion .Wocom-faq-accordion-content ul li, .theme-dark .Wocom-details-desc .Wocom-product-accordion .accordion .Wocom-faq-accordion-content ol li {
  color: #ffffff;
}
.theme-dark .Wocom-details-desc .Wocom-product-accordion .accordion .Wocom-faq-accordion-content .table.table-striped tbody tr td {
  color: #ffffff;
}
.theme-dark .Wocom-details-desc .Wocom-product-accordion .accordion .Wocom-faq-accordion-content .table.table-striped tbody tr td:first-child {
  color: #ffffff;
}
.theme-dark .Wocom-details-desc .Wocom-product-accordion .accordion .Wocom-faq-accordion-content .Wocom-honest-review-form .review-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .Wocom-details-desc .Wocom-product-accordion .accordion .Wocom-faq-accordion-content .Wocom-honest-review-form .review-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-details-desc .Wocom-product-accordion .accordion .Wocom-faq-accordion-content .Wocom-honest-review-form .review-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-details-desc .Wocom-products-information li a {
  color: #ffffff;
}
.theme-dark .Wocom-details-desc .Wocom-products-information li a:hover {
  color: #f53f85;
}
.theme-dark .Wocom-details-desc .Wocom-products-information li span {
  color: #ffffff;
}
.theme-dark .Wocom-products-tabs .tabs li a {
  color: #ffffff;
}
.theme-dark .Wocom-products-tabs .Wocom-tabs-content .Wocom-tabs-items .Wocom-products-tabs-content ul li, .theme-dark .Wocom-products-tabs .Wocom-tabs-content .Wocom-tabs-items .Wocom-products-tabs-content ol li {
  color: #ffffff;
}
.theme-dark .Wocom-products-tabs .Wocom-tabs-content .Wocom-tabs-items .Wocom-products-tabs-content .table.table-striped tbody tr td {
  color: #ffffff;
}
.theme-dark .Wocom-products-tabs .Wocom-tabs-content .Wocom-tabs-items .Wocom-products-tabs-content .table.table-bordered tbody tr td {
  color: #ffffff;
}
.theme-dark .Wocom-products-tabs .Wocom-tabs-content .Wocom-tabs-items .Wocom-products-tabs-content .table.table-bordered tbody tr td:first-child {
  color: #ffffff;
}
.theme-dark .Wocom-products-tabs .Wocom-tabs-content .Wocom-tabs-items .Wocom-products-tabs-content .Wocom-honest-review-form .review-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .Wocom-products-tabs .Wocom-tabs-content .Wocom-tabs-items .Wocom-products-tabs-content .Wocom-honest-review-form .review-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-products-tabs .Wocom-tabs-content .Wocom-tabs-items .Wocom-products-tabs-content .Wocom-honest-review-form .review-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-product-compare-table table tr td {
  color: #ffffff;
}
.theme-dark .Wocom-product-compare-table table tr td:first-child {
  color: #ffffff;
}
.theme-dark .Wocom-sizing table-guide table tr td {
  color: #ffffff;
}
.theme-dark .Wocom-sizing table-guide table tr td:first-child {
  color: #ffffff;
}
.theme-dark .Wocom-table-cart table thead tr th {
  color: #ffffff;
  background-color: #000000;
}
.theme-dark .Wocom-table-cart table tbody tr td {
  background-color: #000000;
}
.theme-dark .Wocom-table-cart table tbody tr td .unit-amount {
  color: #ffffff;
}
.theme-dark .Wocom-table-cart table tbody tr td.product-subtotal .subtotal-amount {
  color: #ffffff;
}
.theme-dark .Wocom-table-cart table tbody tr td.product-quantity .input-counter input {
  color: #ffffff;
  background-color: #0e0e0e;
}
.theme-dark .Wocom-table-cart table tbody tr td.product-name ul li {
  color: #ffffff;
}
.theme-dark .Wocom-table-cart table tbody tr td.product-name ul li span {
  color: #ffffff;
}
.theme-dark .Wocom-total-cart-bill {
  background: #0e0e0e;
}
.theme-dark .Wocom-total-cart-bill ul li {
  color: #ffffff;
}
.theme-dark .Wocom-total-cart-bill ul li span {
  color: #ffffff;
}
.theme-dark .Wocom-details-billing .form-group .nice-select {
  color: #ffffff;
  background-color: #0e0e0e !important;
}
.theme-dark .Wocom-details-billing .form-group .nice-select .list {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-details-billing .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .Wocom-details-billing .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-details-billing .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-details-billing .form-check .form-check-label {
  color: #ffffff;
}
.theme-dark .Wocom-order-conformation-details .order-table table thead tr th {
  color: #ffffff;
  background-color: #000000;
}
.theme-dark .Wocom-order-conformation-details .order-table table tbody tr td {
  color: #ffffff;
  background-color: #000000;
}
.theme-dark .Wocom-order-conformation-details .order-table table tbody tr td.order-subtotal span, .theme-dark .Wocom-order-conformation-details .order-table table tbody tr td.order-shipping span, .theme-dark .Wocom-order-conformation-details .order-table table tbody tr td.total-Wocom-price span {
  color: #ffffff;
}
.theme-dark .Wocom-order-conformation-details .Wocom-payment-box {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-order-conformation-details .Wocom-payment-box .payment-method p label {
  color: #ffffff !important;
}
.theme-dark .Wocom-user-activity {
  background: #0e0e0e;
}
.theme-dark .Wocom-user-activity span a {
  color: #ffffff;
}
.theme-dark .Wocom-user-activity span a:hover {
  color: #f53f85;
}
.theme-dark .Wocom-introduction-texts .Wocom-introduction-key-features li {
  color: #ffffff;
}
.theme-dark .Wocom-customer-service-content ul li {
  color: #ffffff;
}
.theme-dark .Wocom-customer-service-content ul li a {
  color: #f53f85;
}
.theme-dark .Wocom-login-content .login-form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .Wocom-login-content .login-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-login-content .login-form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-signup-content .signup-form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .Wocom-signup-content .signup-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-signup-content .signup-form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-accordion-faq .accordion .Wocom-accordion-item {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .Wocom-accordion-faq .accordion .Wocom-faq-accordion-content {
  background-color: #242424;
  color: #ffffff;
}
.theme-dark .Wocom-accordion-faq .accordion .Wocom-faq-accordion-content ul li {
  color: #ffffff;
}
.theme-dark .Wocom-coming-soon-content {
  background: #0e0e0e;
}
.theme-dark .Wocom-coming-soon-content .logo .Wocom-light-logo {
  display: block;
}
.theme-dark .Wocom-coming-soon-content .logo .main-logo {
  display: none;
}
.theme-dark .Wocom-coming-soon-content form .form-group .input-newsletter {
  background-color: transparent;
  border-bottom: 2px solid #504f4f;
  color: #ffffff;
}
.theme-dark .Wocom-coming-soon-content form .form-group .input-newsletter::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-coming-soon-content form .form-group .label-title i {
  color: #ffffff;
}
.theme-dark .Wocom-track-order-content {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-track-order-content form .form-group label {
  color: #ffffff;
}
.theme-dark .Wocom-track-order-content form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .contact-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .contact-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .contact-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-single-gallery-item .Wocom-gallery-ingredient-content {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-single-gallery-item .Wocom-gallery-ingredient-content::before {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-single-booked-box .content {
  background-color: #0e0e0e;
}
.theme-dark .widget-area .widget_categories ul li a {
  color: #ffffff;
}
.theme-dark .widget-area .tagcloud a {
  color: #ffffff;
  background-color: #0e0e0e;
}
.theme-dark .widget-area .tagcloud a:hover {
  background-color: #f53f85;
  color: #ffffff;
}
.theme-dark .widget-area .widget_search form .search-field {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .widget-area .widget_search form .search-field::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-blog-detail-directory .Wocom-blog-articals-content .Wocom-introduction-key-features li {
  color: #ffffff;
}
.theme-dark .Wocom-blog-detail-directory .Wocom-footer-artical .Wocom-footer-artical-tags span {
  color: #ffffff;
}
.theme-dark .Wocom-blog-detail-directory .Wocom-artical-author {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-blog-detail-directory .Wocom-artical-author .Wocom-artical-author-real-profile .Wocom-artical-author-real-profile-title .Wocom-artical-author-real-profile-raque-profile a {
  color: #ffffff;
}
.theme-dark .Wocom-post-navigation {
  background-color: #0e0e0e;
}
.theme-dark .Wocom-preview-wrapper .prev-title {
  color: #ffffff;
}
.theme-dark .Wocom-next-link-wrapper .Wocom-wrap-next-title {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comments-area-author .fn {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comments-body .reply a {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-author input {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-author input::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-author input::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-email input {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-email input::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-email input::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-url input {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-url input::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-url input::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-comment textarea {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-comment textarea::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-comment textarea::placeholder {
  color: #ffffff;
}
.theme-dark .Wocom-comments-area .Wocom-comment-respond .Wocom-form-comments-cookies-consent label {
  color: #ffffff;
}
.theme-dark blockquote, .theme-dark .blockquote {
  background-color: #0e0e0e;
}
@media only screen and (max-width: 991px) {
  .theme-dark .mean-container .mean-bar {
    background-color: #000000;
    padding: 0;
  }
  .theme-dark .mean-container a.Wocom-hidden-menu-reveal span {
    background-color: #ffffff;
  }
  .theme-dark .mean-container .Wocom-nav-mean ul li {
    background: #000000;
  }
  .theme-dark .mean-container .Wocom-nav-mean ul li a {
    color: #ffffff;
  }
  .theme-dark .Wocom-responsive-nav .logo .main-logo {
    display: none;
  }
  .theme-dark .Wocom-responsive-nav .logo .Wocom-light-logo {
    display: block;
  }
}/*# sourceMappingURL=dark.css.map */