body.dark .cart-item-preview .cart-item-preview-title a {
    color: #000;
}

/*
    DarkMode CSS
*/

.dark #annoucement {
    background-color: #EAEAEA;
}

.dark-mode .checkbox {
    opacity: 0;
    position: absolute;
}

.dark .cp p:first-child {
    color: #000;
}

.dark-mode .label {
    background-color: #2F3144;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 18px;
    width: 40px;
    transform: scale(1.5);
    padding: 0 2px 1px 3px;
    margin-right: 10px;
}

.dark-mode .label .ball {
    background-color: #7750f8;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    height: 16px;
    width: 16px;
    transform: translateX(0px);
    transition: transform 0.2s linear;
}

.dark-mode .checkbox:checked+.label .ball {
    transform: translateX(24px);
}

.dark-mode i {
    font-size: 11px;
    z-index: 9;
}

.dark-mode .fa-moon {
    color: #ffffff;
}

.dark-mode .fa-sun {
    color: #ffffff;
    margin-right: 1px;
}

.dark .dark-mode .fa-sun {
    margin-right: 0 !important;
}


/* Dark CSS */

body.dark {
    background: #fff;
}

.dark .for-dropdown,
.dark .section-dropdown,
.dark .dark-mode label {
    background: #ededed !important;
    color: #000 !important;
}

.dark .section-dropdown:after {
    display: none;
}

.dark .section-dropdown a {
    color: #000 !important;
}

.dark .header {
    background: #eaeaea !important;
}

.dark .wb-nav {
    background: none !important;
}

body.dark .wb-nav .nav-link,
body.dark .hoverable a,
body.dark .action-list-item.unread .action-list-item-icon,

body.dark .dropdown-box p,
body.dark .dropdown-box span,
.dark .section-title,
.dark .post-preview p,
.dark .post-preview a,
.dark .streamer-box-title,
.dark .product-preview a,
.dark .product-preview p,
.dark .text-sticker .highlighted,
.dark .wb-features a,
.dark .wb-features p,
.dark .wb-features h4,
.dark .wb-features i,
.dark .wb-footer h3,
.dark .wb-footer li,
.dark .copyright span,
.dark .copyright a,
.dark .interactive-input.dark input,
.dark .dropdown-navigation .dropdown-navigation-link,
.dark .dropdown-navigation p,
.dark .user-status .user-status-title .bold {
    color: #000 !important;
}

body.dark .dropdown-box a.button {
    color: #ffffff !important;
}

body.dark p a {
    color: #000000;
    font-weight: 500;
}

body.dark .interactive-input.dark .interactive-input-icon-wrap .interactive-input-icon {
    fill: #000;
}

body.dark .interactive-input.dark input::placeholder {
    color: #000;
    opacity: .7;
}

body.dark .interactive-input .interactive-input-action .interactive-input-action-icon {
    fill: #000;
    opacity: .8;
    pointer-events: none;
    transition: fill .2s ease-in, opacity .2s ease-in;
}

body.dark .interactive-input.dark .interactive-input-action:hover .interactive-input-action-icon {
    fill: #ff3131;
}

body.dark .interactive-input.dark .interactive-input-action .interactive-input-action-icon {
    fill: #000;
}

body.dark .action-list.dark .action-list-item:hover .action-list-item-icon,
body.dark .action-list.dark .action-list-item.active .action-list-item-icon,
body.dark .action-list.dark .action-list-item.unread .action-list-item-icon {
    fill: #000;
}

body.dark .action-list-item.unread .action-list-item-icon,
body.dark .action-item-icon,
body.dark .slider-control .slider-control-icon {
    fill: #000 !important;
}

body.dark .cart-item-preview .cart-item-preview-action .icon-delete {
    opacity: 3.2;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out;
}

body.dark .cart-item-preview .cart-item-preview-action:hover .icon-delete {
    fill: #ff3131;
    opacity: 1;
}

body.dark .icon-notification,
.icon-join-group,
.icon-leave-group,
.icon-plus,
.icon-login {
    fill: #0a0a0a;
    width: 20px;
    height: 20px;
}


body.dark .hoverable a {
    border-color: #000;
}

body.dark .interactive-input.dark input,
.dark .wb-features,
.dark .dropdown-navigation {
    background: #f2f2f2;
}

body.dark .dropdown-box-list .dropdown-box-list-item:hover {
    background: #f2f2f2;
}

body.dark .dropdown-box,
body.dark .dropdown-box-actions,
body.dark .dropdown-box-list .dropdown-box-list-item.unread,
body.dark .streamer-box,
body.dark .product-preview,
body.dark .product-preview-meta,
body.dark .text-sticker,
body.dark .wb-footer,
body.dark .copyright {
    background: #fff !important;
}

/* .dark .wb-footer a:hover {
    color: #4ff461 !important;
} */

.body.dark .cart-item-preview .cart-item-preview-price .highlighted {
    color: #000 !important;
    font-weight: bold;
}

.dark .section-header {
    border: 1px solid;
    border-radius: 6px;
    border-color: #ccc;
    border-style: dashed;

    background-color: #ededed;
    padding-bottom: 1.4rem !important;
    border-radius: 5px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-left: 6px solid #40D04F;
}

/* body.dark .slider-control .slider-control-icon {
    fill: #fff !important;
} */

.dark .cookie-box {
    background-color: #f5f6f9;
}

.dark .cookie-box>p:nth-child(2) {
    color: #000;
}

.dark .cookie-box>p:nth-child(3) {
    color: #000;
}

.dark .ft-box {
    background-color: #eff0f5;
}

.dark .ft-box .ft-row:first-child p:last-child {
    color: #000;
}

.dark .footer-bottom p {
    color: #000;
}

.dark .ft-col:nth-child(1) p {
    color: #00000090;
}

.dark .ft-header {
    color: #000;
}

.dark .ft-link {
    color: #000000b6 !important;
}

.dark .ft-box .ft-row {
    border-bottom: 1px solid #d4d7df;
}

.dark .ft-box>p {
    color: #000;
}

.dark .ft-box>a:last-child {
    color: #000 !important;
    opacity: .6;
}

.dark .ft-box>a:last-child:hover {
    color: #000 !important;
}

.dark .ft-box .ft-row:nth-child(2) a {
    color: #000 !important;
}

.dark .ft-box>a:last-child a:hover {
    color: #000 !important;
}

.dark .ft-box .ft-row:nth-child(2) a p {
    color: #000;
}

.dark .ft-box .ft-row:nth-child(2) a:hover p {
    color: #40D04F;
}

.dark .section-header h2 {
    margin: 0px;
}

.dark .post-preview,
.dark .post-preview .post-preview-info {
    background: initial !important;
}

.dark .product-preview-meta .button,
.dark .button.gmsmall,
body.dark .dropdown-box a.button,
.dark .dropdown-navigation-button {
    color: #fff !important;
}

body.dark a:hover {
    color: #4ff461;
    text-decoration: none;
}

.dark .top-bar .dropdown .btn {
    border-radius: 24px;
    background: #ccc;
    border-color: #ccc;
    color: #000;
}

.dark .dark-mode .label .ball {
    background: #ff9604;
}


.dark #wbNavbar ul li a:hover {
    color: orange !important;
}

body.dark .wb-footer .list li a {
    font-weight: 500;
    font-size: 15px;
}

body.dark .wb-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

body.dark .product-preview .product-hover a {
    color: #fff !important;
}

.dark .profile-header {
    background-color: #fff;
}

.dark .profile-header .user-stats .user-stat-title,
.dark .profile-header a {
    color: #000;
}

.dark .sidebar-menu-header {
    background-color: #fff;
}

.dark .sidebar-menu-header p {
    color: #000;
}

.dark .sidebar-menu-body {
    background-color: #EDEDED;
    border-color: #EDEDED;
}

.dark .sidebar-menu-item {
    border-color: #EDEDED;
}

.dark .sidebar-box .sidebar-menu+.sidebar-box-footer {
    border-color: #EDEDED;
}

.dark .quote-box {
    background-color: #fff;
}

.dark .quote-box-text {
    color: #888;
}

.dark .nav-nakit {
    background-color: #EDEDED;
}

.nav-nakit li a {
    width: 100% !important;
}

.dark .nav-nakit li a {
    width: 100% !important;
    color: #000;
}

.dark .sidebar-menu-body a {
    color: #888;
}

.dark .sidebar-box {
    background-color: #fff;
}

.dark .widget-box {
    background-color: #fff;
}

.dark .switch-option-title {
    color: #000;
}

.dark .table-header-title {
    color: #000;
}

.dark .table .table-row {
    background-color: #fff;
}

body.dark input[type="text"],
.dark input[type="password"],
.dark textarea,
.dark select {
    background-color: #fff !important;
    border-color: #ededed !important;
    color: #000 !important;
}

.dark .form-input.active label {
    background-color: #fff;
}

.dark .table .table-column .table-title {
    color: #888;
}

.dark .dropdown-banka .btn {
    border-color: #ededed;
}

.dark .payments-sidebar .title,
.dark .payments-sidebar .text {
    color: #000;
}

.dark .payments-sidebar .nav-link {
    color: #000;
}

.dark .payments-sidebar .nav-link:hover {
    color: #fff;
}

.dark .payments-accordion .card {
    background-color: #ededed;
}

.dark .payments-accordion .card-header button {
    color: #888;
}

.dark .payments-accordion .card .accordion-icon {
    color: #888 !important;
}

.dark .payments-accordion .card-body {
    background-color: #ededed;
}

.dark .prices a {
    color: #888;
}

.dark .input-flex {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #888 !important;
}

.dark .buton {
    color: #fff !important;
    opacity: .9;
}

.dark .notification-box {
    background-color: #fff;
}

.dark .user-status .user-status-title {
    color: #000;
}

.dark .section-pager-bar {
    background-color: #fff;
}

.dark .section-pager-bar .section-pager-controls .slider-control {
    background-color: #ededed;
}

body.dark body.dark .slider-control .slider-control-icon {
    fill: #888 !important;
}

.dark .section-pager .section-pager-item .section-pager-item-text {
    background-color: #ededed;
    color: #888;
}

.dark .section-pager .section-pager-item::before {
    background-color: #ededed;
}

.dark .user-preview,
.dark .upload-box {
    background-color: #ededed;
}

.dark .upload-box .upload-box-title {
    color: #000;
}

.dark .support-card .box {
    background-color: #fff;
}

.dark .support-card .box .flex-between {
    background-color: #ededed;
}

.dark .support-card .content p {
    color: #000;
}

.dark .support-card .content .date {
    color: #888;
}

.dark #modalDestek .modal-content {
    background-color: #fff !important;
}

.dark #modalDestek .modal-content .modal-title {
    color: #888 !important;
}

.dark #modalDestek .modal-content .modal-header {
    border-bottom: 1px solid #ededed;
}

.dark #modalDestek .modal-content select,
.dark #modalDestek .modal-content input,
.dark #modalDestek .modal-content textarea {
    background-color: #fff !important;
    border: 1px solid #ededed !important;
    color: #888 !important;
}

.dark #modalDestek .close {
    color: #888 !important;
}

.dark .widget-box .widget-box-title {
    color: #000;
}

.dark .post-peek .post-peek-title a {
    color: #000;
}

.dark .post-peek:hover {
    background-color: #00000020;
}

.dark .post-open .post-open-body {
    background-color: #ededed;
}

.dark .post-open .post-open-body .post-open-heading .post-open-timestamp .highlighted {
    color: #000;
}

.dark .post-open .post-open-body .post-open-heading h2.post-open-title {
    color: #000 !important;
}

.dark .post-open .post-open-body .post-open-content .post-open-content-body .post-open-paragraph {
    color: #000;
}

.dark .post-open .post-open-body .post-open-content .post-open-content-sidebar .post-open-sidebar-title {
    color: #888;
}

.dark .post-options {
    background-color: #fff;
    border-top: 1px solid #ededed;
}

.dark .post-option.active,
.dark .post-option:hover {
    background-color: #ededed;
}

.dark .post-option.active .post-option-text,
.dark .post-option:hover .post-option-text {
    color: #888 !important;
}

.dark .reaction-options {
    background-color: #ededed;
}

.dark .sectionhb-filters-bar {
    background-color: #fff;
}

.dark .news-a {
    color: #888;
}

.dark .checkbox-line:hover {
    background-color: #00000010;
}

.dark .section-header-actions .section-header-subsection {
    color: #888;
}

.dark .section-pager .section-pager-item:last-child::after {
    display: none;
}

.dark .profil-ayar-list .profil-ayar {
    background-color: #ededed;
}

.dark .profil-ayar p {
    color: #000;
}

.dark .profil-ayar .action {
    color: #000;
}

.dark .profil-ayar .action.green {
    color: rgb(50, 209, 87);
}

.dark .profil-ayar .action.red {
    color: #fd434f;
}

.dark .product-preview .popup-manage-item-trigger:hover {
    color: #fff !important;
}

.dark .create-entity-box {
    background-color: #ededed;
}

.dark .create-entity-box.v2 .create-entity-box-title {
    color: #000;
}

.dark .create-entity-box .create-entity-box-cover {
    background-color: #fff;
    border-bottom: 1px dashed #888;
}

.dark .progress-arc-info p {
    color: #000;
}

.dark .user-stat-title {
    color: #000;
}

.dark .table .table-body.same-color-rows .table-row:nth-child(2n+2) {
    background-color: #ededed;
}

.dark .form-select label[for=profile-city] {
    background-color: #fff;
}

.dark .chat-widget-conversation {
    background-color: #fff;
}

.dark .chat-widget-header {
    background-color: #ededed;
    border-color: #ededed;
}

.dark .usermsg-status .usermsg-status-title .bold {
    color: #000;
}

.dark .simplebar-content {
    background-color: #fff;
}

.chat-widget-wrap .chat-widget:first-child {
    border-color: #ededed;
}

.dark .chat-widget-messages .chat-widget-message.active,
.dark .chat-widget-messages .chat-widget-message:hover {
    background-color: #ededed;
}

.dark .chat-widget-form {
    background-color: #ededed;
}

.dark .table.table-downloads .price-title {
    color: #000;
}

.dark .pc-urun .flex-between {
    background-color: #fff;
    color: #000;
}

.dark #collapse3 .pc-urun {
    background-color: #fff;
}

.dark #collapse3 .pc-urun .btn {
    border-color: #888;
    color: #888 !important;
}

.dark #collapse3 .box ,
.dark #collapse1 .box,
.dark #collapse2 .box, .dark .collapse .box{
    background-color: #fff;
}

.dark #collapse3 .box .product-code .code ,
.dark #collapse1 .box .product-code .code ,
.dark .collapse .box .product-code .code {
    background-color: #ededed;
    color: #000;
}

.dark .product-card .comment textarea {
    background-color: #ededed !important;
    border-color: #ededed !important;
    color: #000 !important;
}

.dark .form-select label {
    background-color: #fff;
}

.dark .sidebar-box .sidebar-box-title {
    color: #888;
}

.dark .totals-line .totals-line-title .bold {
    color: #000;
}

.dark .totals-line .totals-line-text {
    color: #88888890;
}

.dark .sidebar-box .sidebar-box-items .price-title {
    color: #000;
}

.dark .totals-line .totals-line-title {
    color: #888;
}

.sidebar-box-items label {
    padding-left: 30px;
}

.dark .sidebar-box-items label {
    color: #000;
}

.dark .checkbox-wrap .checkbox-info .checkbox-info-text {
    color: #888;
}

.dark .tab-box {
    background-color: transparent;
}

.dark .tab-box .tab-box-option {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background-color: #fff;
}

.dark .tab-box .tab-box-option.active .tab-box-option-title {
    color: #000;
}

.dark .tab-box .tab-box-item .tab-box-item-content .tab-box-item-title {
    color: #000;
}

.dark .tab-box .tab-box-item .tab-box-item-content .tab-box-item-paragraph {
    color: #000;
}

.dark .bullet-item .bullet-item-text {
    color: #000;
}

.dark .post-comment {
    background-color: #fff !important;
}

.dark .post-comment .post-comment-text .bold {
    color: #000;
}

.dark .post-comment .post-comment-text {
    color: #000;
}

.dark .post-comment-list>.post-comment,
.dark .post-comment-list>.post-comment-heading,
.dark .post-comment-list>.post-comment-form {
    border-color: #88888850;
}

.dark .post-comment-list>.post-comment,
.dark .post-comment-list>.post-comment-heading,
.dark .post-comment-list>.post-comment-form {
    background-color: #fff;
}

.dark .post-comment-form .post-comment-form-title {
    color: #888;
}

.dark .wb-product-inline {
    background-color: #ededed;
}

.dark .wb-product-inline span {
    color: #000;
}

.dark .post-comment-form {
    background-color: #fff;
}

.dark .simple-dropdown {
    background-color: #ededed;
}

.dark .simple-dropdown p {
    color: #000;
}

.dark .post-settings.active .post-settings-icon,
.dark .post-settings:hover .post-settings-icon{
    fill:#888;
}

.dark .pdll-top{
    background-color:#ededed;
}

.dark .pdll-top h3{
    color:#000;
}

.dark .pdll-bottom{
    background-color:#ededed;
}

.dark .pdll-col{
    background-color:#dad8d8;
}

.dark .pdll-col span{
    color:#000;
}

.dark .pdll-col p{
    color:#000;
}

.dark .stock-yes{
    color: #08d31f !important;
}

.dark .stock-no{
    color: #fd004c !important;
}

.dark .pdl-right{
    background-color:#ededed;
}

.dark .pdlr-right a:first-child{
    color:#000;
}

.dark .islem-adet{
    background-color:#fff;
}

.dark .pdb-right{
    background-color:#ededed;
}

.dark .pdb-right .roww:first-child p{
    color:#000;
}

.dark .pdb-right .roww:last-child input{
    background-color:#fff;
    color:#000;
}

.dark .modal-content{
    background-color:#fff !important;
}

.dark .modal-header{
    border-color:#ededed;
}

.dark .modal-title{
    color:#000;
}

.dark .modal .close{
    color:#888 !important; 
}

.dark .section-filters-bar{
    background-color:#fff;
}

.dark .checkbox-wrap .checkbox-box{
    background-color:#ededed;
}


#oyuncu-pazari .product-preview-meta .flex-between{
    width: 100%;
    background-color:transparent;
}

#oyuncu-pazari.dark .product-preview-meta{
    border-color:#ededed;
}

.dark .letters-list a,
.dark .letters-list span{
    color:#000;
}

.dark .form-counter-wrap label,
.dark .promo-line{
    background-color:#fff;
}

.dark .exp-line .exp-line-text{
    color:#000;
}

.dark .exp-line-list .flex-between,
.dark .wb-product-detay,
.dark .wb-product-benzer{
    background-color:#ededed;
}

body.dark .text-sticker,
.dark .form-counter .form-counter-value,
.dark .table.table-cart .price-title,
.dark .cntletters-list a{
    color:#000;
}

.dark .form-counter .form-counter-control .form-counter-icon{
    fill:#000;
}

.dark .wb-product-benzer .title{
    color:#000;
}

.dark .wb-product-detay .table-area,
.dark .wb-product-detay .table td,
.dark .wb-product-benzer .item,
.dark .wb-product-detay .buttons .form-control,
.dark .wb-product-detay .price{
    background-color:#fff !important;
    border-color:#ededed !important;
    color:#000 !important;
}

.dark .wb-product-detay .price i{
    color:#fff !important;
}

.dark .wb-product-detay .buttons .form-control{
    background-color:#fff;
}

.dark .wb-product-detay .details{
    background-color:#fff;
}

.dark .wb-product-detay .detail i,
.dark .wb-product-detay .detail span{
    color:#000;
}

.dark .section-navigation,
.dark .badge-item-preview{
    background-color:#fff;
}

.dark .section-menu .section-menu-item .section-menu-item-text{
    color:#000;
}

.dark .section-menu .section-menu-item::after,
.dark .section-menu .section-menu-item:first-child::before{
    background-color:#ededed;
}

.dark .badge-item-preview .badge-item-preview-info .badge-item-preview-title{
    color:#000;
}

.dark .badge-item-preview .badge-item-preview-info .badge-item-preview-text{
    color:#888;
}

.dark .user-short-description .user-short-description-title a,
.dark .userpp-stat.big .userpp-stat-title{
    color:#000;
}

#user-store.dark .flex-between{
    background-color:transparent !important;
}

#user-store.dark .product-preview-meta{
    border-color:#ededed !important;
}

.dark .yayinci-basvur{
    background-color:#fff;
}

.yayinci-basvur form label{
    padding-left: 10px;
}

.dark .yayinci-basvur form label{
    color:#000;
}

.dark .flex-between,
.dark .logolar p{
    background-color:transparent;
    color:#000;
}

.dark .logolar .btn{
    border-color:#888;
    color:#888;
}

.dark .yayinci-form label{
    color:#000;
}

.dark .stream-box{
    background-color:#ededed;
}

.dark .stream-box .stream-box-info .stream-box-title a{
    color:#000;
}

.dark label.accordion-trigger-linked{
    padding-left: 30px;
    color:#000;
}

.dark .menu .menu-item .menu-item-link,
.dark .gmsection-title{
    color:#000;
}

.dark .mb-header,
.dark .mb-footer{
    background-color:#ededed;
}

.dark .mb-header .dropdown-box-header-title,
.dark .mb-content .cart-item-preview-price,
.dark .mb-footer .cart-preview-total-title{
    color:#000 !important;
}

.dark .mb-footer .cart-preview-total{
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.dark .tab-item-inner+span{
    color:#888;
}

.dark .menu .menu-item.active .menu-item-link{
    color:#fff;
}

.dark .menu .menu-item .menu-item-link:hover{
    color:#fff;
}