:root {
    /* Neutre / fundaluri */
    --bg: #0E1117;
    --bg-2: #1C1C1C;
    --bg-dark: #2b2b2a;
    --text-light: #ffffff8c;
    --text-opaque: #6c757d;
    --text-active: #fff;
    --text-accent: #e8ab4e;
    --gradient-accent: linear-gradient(90deg, rgba(159, 123, 20, 1) 0%, rgba(180, 146, 58, 1) 33%, rgba(253, 202, 29, 1) 60%, rgba(187, 129, 34, 1) 100%);
    
    /* Common backgrounds */
    --bg-pattern: url(https://www.auto-dan.ro/wp-content/uploads/2025/08/background-negru-pattern-header.jpg);
    --bg-pattern-center: url(https://www.auto-dan.ro/wp-content/uploads/2025/08/background-negru-pattern.jpg);
    
    /* Common border colors */
    --border-muted: #575757;
    --border-light: #ccc;
}

body.dark-theme h2 {
    line-height: 1.2;
}
body.blog.dark-theme,
body.single.dark-theme,
body.dark-theme.page-template-page-listare-marca,
body.search.dark-theme,
body.archive.dark-theme {
    background: #0E1117;
}
.dark-theme .tt-listing-post .tt-post .tt-layout .tt-title {
    font-size: 24px;
}
.dark-theme .tt-searcher-aside input:focus {
    border-color: var(--text-accent);
}

/* Base dark theme body */
body.dark-theme,
.dark-theme a {
    color: var(--border-light);
}

/* Header layout adjustments */
.dark-theme .header-holder.test .container {
    max-width: 1200px;
}
.dark-theme .dark-mode-adjust {
    flex: 0 0 100%;
}
.dark-theme #tt-header.tt-header-01 .dark-mode-adjust .tt-box-info {
    width: 100%;
    justify-content: space-between;
}
.dark-theme #tt-header.tt-header-01 #tt-stuck.stuck .col-logo {
    display: flex;
    align-self: center;
}
.dark-theme .panel-menu,
.dark-theme .tt-post .tt-layout {
    background: var(--bg-dark);
}

/* Common background pattern styles */
.dark-theme .header-holder.test,
.dark-theme #tt-footer:not([class^="tt-footer"]) .tt-footer-layout,
.dark-theme #tt-stuck {
    background-color: var(--bg);
    background-image: var(--bg-pattern);
    background-repeat: no-repeat;
    background-position: center;
}

/* Menu padding adjustments */
.dark-theme #tt-header.tt-header-01 #tt-stuck.stuck #tt-desctop-menu nav>ul>li>a {
    padding: 10px 0;
}

/* Accent bottom borders */
.dark-theme .header-holder.test:after,
.dark-theme #tt-stuck:after {
    position: absolute;
    content: "";
    height: 5px;
    background: var(--gradient-accent);
    width: 100%;
    bottom: 0;
}

/* Header flex layout */
.container-flex-dark-theme .col-menu-sec.col-auto.col-logo-flex.col-menu-secondary,
.container-flex-dark-theme .col-menu.col-auto.ml-auto {
    padding: 0;
}

/* Header panel and menu backgrounds */
.dark-theme #tt-header.tt-header-01 .tt-panel-info,
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul ul {
    background-color: var(--bg-2);
}
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul ul {
    border-bottom-color: var(--text-accent);
}
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul ul:before {
    border-bottom-color: var(--bg-2);
}
.dark-theme .tt-filters-options {
    border-bottom: 1px solid var(--text-light);
}

/* Header spacing */
.dark-theme #tt-header.tt-header-01 .header-holder {
    padding-top: 10px;
    min-height: auto;
}

/* Menu arrows and indicators */
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul>li.is-subMenu>a:after,
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul>li.current-menu-ancestor>a::after {
    border: 5px solid transparent;
    border-top: 5px solid var(--text-accent) !important;
    position: relative;
    top: 3px;
}

/* Accent colored elements */
.dark-theme #tt-header.tt-header-01 .tt-box-info li i,
.dark-theme .tt-defaul-color,
.dark-theme .mainSlider-layout a.extra-link,
.dark-theme .runAsSlider a.extra-link,
.dark-theme .mainSlider-layout a.extra-link:after,
.dark-theme .runAsSlider a.extra-link:after,
body.dark-theme a.mobile-phone,
.dark-theme .tt-search-filter .tt-icon-filter,
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-price .tt-price,
.dark-theme a.tel-number,
.dark-theme .tt-table-options td a,
.dark-theme .tt-aside-box ul li a:before,
.dark-theme .side-block ul li a:before,
.dark-theme .tt-block02-aside ul li a:before,
.dark-theme .product-categories li:before,
.dark-theme .tt-list01 li:before,
.dark-theme #tt-footer:not([class^="tt-footer"]) .tt-list-info li i[class^="icon-"],
.dark-theme #tt-footer:not([class^="tt-footer"]) .tt-box-info .tt-item i[class^="icon-"],
.dark-theme #tt-footer:not([class^="tt-footer"]) .tt-footer-copyright a,
.dark-theme .panel-menu #mm0.mmpanel a:not(.mm-close):hover:after,
.dark-theme .panel-menu .mm-prev-level:hover:before,
.dark-theme .tt-faq-layout .tt-faq .tt-title:before,
.dark-theme .tt-post .tt-layout .tt-meta .tt-icon,
.dark-theme .singlepost-wrapper .tt-meta .tt-icon,
.dark-theme .tt-post .tt-layout-bottom .tt-icon-link:before,
.dark-theme .tt-post .tt-layout-bottom .tt-icon-link:hover:before {
    color: var(--text-accent);
}
.dark-theme .tt-post .tt-layout-bottom .tt-icon-link,
.dark-theme .tt-post .tt-layout-bottom .tt-icon-link:hover {
    border-color: var(--text-accent);
}
.dark-theme .tt-table-options td a {
    text-transform: capitalize;
}

/* Light text elements */
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul>li a,
.dark-theme #tt-header.tt-header-01 .tt-menu-toggle,
.dark-theme .panel-menu #mm0.mmpanel a:not(.mm-close),
.dark-theme .panel-menu ul li a {
    color: var(--text-light);
}

/* Active/hover text states */
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul>li.current_page_item>a,
.dark-theme .current-menu-ancestor>a,
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul>li a:hover,
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul ul li.is-active>a,
.dark-theme #tt-header.tt-header-01 .tt-menu-toggle:hover,
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-title .tt-title a:hover,
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-title:hover .tt-title a,
.dark-theme .panel-menu #mm0.mmpanel a:not(.mm-close):hover,
.dark-theme .panel-menu ul li a:hover,
.dark-theme .panel-menu li.mm-close-parent .mm-close:hover:before {
    color: var(--text-active) !important;
}

/* Header menu layout */
.dark-theme #tt-header.tt-header-01 .header-holder .col-menu {
    margin-right: 0;
}
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul {
    width: 100%;
    justify-content: flex-end;
    gap: 20px;
}

/* Slider content styling */
.dark-theme .mainSlider .slide .slide-content .tp-caption-wrapper,
.dark-theme .runAsSlider .slide-content .tp-caption-wrapper {
    border-right-color: var(--text-accent);
}

/* Accent background elements */
.dark-theme .mainSlider .slide .slide-content .tp-caption-wrapper:before,
.dark-theme .runAsSlider .slide-content .tp-caption-wrapper:before,
.dark-theme .mainSlider .slide .slide-content .tp-caption-wrapper:after,
.dark-theme .runAsSlider .slide-content .tp-caption-wrapper:after,
.dark-theme .btn,
.dark-theme .rwmb-form-submit button,
.dark-theme .tt-skinSelect-01 .SumoSelect .optWrapper>.options li.opt:hover,
.dark-theme .tt-product-02 .tt-wrapper-description .tt-btn .tt-btn-moreinfo,
.dark-theme .slick-slider .slick-dots li.slick-active,
.dark-theme .slick-slider .slick-dots li:hover,
.dark-theme .tt-product-02 .tt-image-box .tt-icon li a:hover,
.dark-theme .tt-list-icon .tt-item-icon,
.dark-theme .tt-filters-options .tt-btn-toggle a,
.dark-theme .tt-product-02 .tt-wrapper-description .tt-icon li a:hover,
.dark-theme .tt-label-aside .tt-icon,
.dark-theme .tt-back-to-top,
.dark-theme #tt-footer:not([class^="tt-footer-indent"]) .tt-social-icon li a,
.dark-theme .tt-block-title.tt-block-title-border:after {
    background-color: var(--text-accent);
}
.dark-theme a#ttBackToTop {
    color: #fff;
}
.dark-theme .tt-post .tt-layout p,
.dark-theme .tt-block02-aside .tt-block02-title,
.dark-theme .tt-aside-box ul li a,
.dark-theme .side-block ul li a,
.dark-theme .tt-block02-aside ul li a,
.dark-theme .tt-list-box li a,
.dark-theme .tags-links a,
.dark-theme .tagcloud a,
.dark-theme .singlepost-wrapper .tt-title {
    color: #ccc;
}
.dark-theme .tt-list-box li a:hover,
.dark-theme .tags-links a:hover,
.dark-theme .tagcloud a:hover {
    color: var(--text-accent);
    border-color: var(--text-accent);
}
.blog nav.navigation.pagination {
    margin-top: 0;
    margin-bottom: 30px;
}
.dark-theme #ez-toc-container {
    background: #ccc;
    border: 1px solid #ccc;
}

.dark-theme div#ez-toc-container .ez-toc-title,
.dark-theme #ez-toc-container a:visited,
.dark-theme #ez-toc-container a {
    color: #000;
}

/* Arrow navigation styles */
.dark-theme .tt-arrow-center .slick-prev,
.dark-theme .tt-arrow-center .slick-next {
    border: 1px solid var(--border-light);
    color: var(--border-light);
}
.dark-theme .tt-arrow-center .slick-prev:hover,
.dark-theme .tt-arrow-center .slick-next:hover {
    border-color: var(--text-accent);
    color: var(--text-accent);
}

/* Button styling */
.dark-theme .tt-product-02 .tt-wrapper-description .tt-btn .tt-btn-moreinfo {
    color: var(--text-active) !important;
    border-color: var(--text-accent);
}

/* Secondary menu */
.dark-theme ul#menu-meniu-secundar {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.dark-theme ul#menu-meniu-secundar li a {
    color: #c9c9c9;
    font-weight: 600;
    transition: 0.3s ease;
}
.dark-theme ul#menu-meniu-secundar li a:hover,
.dark-theme ul#menu-meniu-secundar li.current-menu-item a {
    color: var(--text-active);
    text-decoration: underline;
}

/* Header layout adjustments */
.dark-theme .header-holder.test .row.align-items-center.no-gutters {
    flex-wrap: nowrap;
}
.dark-theme .container-flex-dark-theme {
    width: 100%;
}

/* Menu padding */
.dark-theme #tt-header.tt-header-01 #tt-desctop-menu nav>ul>li>a {
    padding: 17px 0 14px;
}
.dark-theme #tt-header.tt-header-01 #tt-stuck .col-menu {
    justify-content: flex-end;
}
.dark-theme #tt-header.tt-header-01 #tt-stuck #tt-desctop-menu nav>ul>li>a {
    padding: 20px 0;
}

/* Product listings */
.dark-theme .tt-product-02 {
    background-color: var(--bg-dark);
    border-radius: 10px;
    overflow: hidden;
}

/* Text colors - muted */
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-title .tt-title a,
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-info .item i,
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-info .item .tt-text,
.dark-theme .tt-title-single .tt-title,
.dark-theme .youtube-prezentare-title,
.dark-theme .tt-title-subpages,
.dark-theme .tt-list-icon .tt-item-description .tt-title,
.dark-theme .elementor-element.cta-logic .tt-list-icon .tt-item .tt-item-description a,
.dark-theme footer .side-block ul li,
.dark-theme footer .side-block ul li a,
.dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6,
.dark-theme .tt-filters-options .tt-sort .tt-sort-total,
.dark-theme .tt-subpages-wrapper .tt-title,
.dark-theme li.parent-page a,
.dark-theme .tt-label-aside .tt-title,
.dark-theme .tt-aside02 .tt-aside-box .tt-aside-title,
.dark-theme .tt-title.h2,
.dark-theme .tt-block-title .tt-title,
.dark-theme ul#menu-marci-frati-l1 li a {
    color: var(--border-light);
}

/* Text colors - hover states */
.dark-theme .tt-aside-box ul li a:hover,
.dark-theme .side-block ul li a:hover,
.dark-theme .tt-block02-aside ul li:hover,
.dark-theme .tt-block02-aside ul li:hover a,
.dark-theme #tt-footer:not([class^="tt-footer"]) .tt-list-info li a:not([class]):hover {
    color: var(--text-active);
}

/* Border styling for product boxes */
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-info .item:not(:last-child) {
    border-right-color: var(--border-muted);
}
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-info {
    border-top-color: var(--border-muted);
}

/* Product box styling */
.dark-theme .tt-box-info ul li {
    font-size: 14px;
}
.dark-theme .tt-product-02 .tt-image-box .tt-icon li a {
    border-color: var(--text-accent);
}
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-title {
    padding: 16px 7px 0 16px;
}
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-price {
    padding: 3px 15px 9px;
}
.dark-theme .tt-product-02 .tt-wrapper-description .tt-box-info .item .tt-text {
    font-size: 14px;
}

/* Product icons */
.dark-theme .tt-product-02 .tt-wrapper-description .tt-icon li a {
    border: 2px solid var(--text-accent);
    color: var(--text-active);
}

/* Category page background */
.section-wrapper-03 {
    position: relative;
}
.dark-theme .section-wrapper-03:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--bg-pattern-center);
    background-color: var(--bg-2);
    z-index: -1;
    background-position: center;
}

/* Read more gradient */
.dark-theme .lsi-description.read-more:after {
    background: rgb(34 34 39);
    background: linear-gradient(0deg, rgb(34 34 39) 17%, rgba(255, 255, 255, 0) 100%);
}

/* Button and pagination states */
.dark-theme .btn-primary:not(:disabled):not(.disabled):active,
.dark-theme .btn-primary:not(:disabled):not(.disabled).active,
.dark-theme .show>.btn-primary.dropdown-toggle,
.dark-theme .tt-pagination ul li span.current,
.dark-theme .tt-pagination ul li.active a,
.dark-theme .tt-pagination ul li a:hover {
    background-color: var(--text-accent);
    border-color: var(--text-accent);
}

.dark-theme .lsi-description.read-more a:not(.btn) {
    font-weight: bold;
    color: var(--text-accent);
}

.dark-theme .btn-primary:not(:disabled):not(.disabled):active:focus,
.dark-theme .btn-primary:not(:disabled):not(.disabled).active:focus,
.dark-theme .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

/* Subpages wrapper */
.dark-theme .tt-subpages-wrapper {
    background-image: var(--bg-pattern-center);
    background-position: center;
}

/* Breadcrumb styling */
.dark-theme nav.rank-math-breadcrumb p {
    padding: 0;
}
.dark-theme .breadcrumb {
    padding: 5px;
    background: var(--bg-dark);
}
.breadcrumb a, .breadcrumb span {
    color: var(--border-light);
    font-size: 15px;
}

/* Child levels menu */
.dark-theme ul.child-levels {
    background: var(--bg-dark);
}
.dark-theme ul.child-levels li:not(.parent-page) a {
    color: var(--text-opaque);
    transition: 0.3s ease;
}
.dark-theme ul.child-levels li:not(.parent-page) a:hover,
.dark-theme .tt-post .tt-layout .tt-title a,
.dark-theme .tt-post .tt-layout .tt-title a:hover {
    color: var(--text-accent);
}
.dark-theme ul.child-levels li.parent-page {
    border-right: 0 none;
}
.dark-theme ul.child-levels li:not(.parent-page):before,
.dark-theme .tt-searcher-aside .tt-btn {
    background-color: var(--text-accent);
}
.dark-theme .tt-post .tt-layout .tt-meta,
.dark-theme .tt-post .tt-layout-bottom .tt-time,
.dark-theme .singlepost-wrapper .tt-meta {
    color: var(--text-opaque);
}

/* Filter options */
.dark-theme .tt-filters-options .tt-quantity a {
    width: 40px;
    height: 38px;
    color: var(--border-light);
    border: 1px solid var(--border-light);
    background-color: transparent;
    border-radius: 7px;
    font-size: 16px;
}
.dark-theme .tt-filters-options .tt-quantity a.active,
.dark-theme .tt-filters-options .tt-quantity a:hover {
    color: var(--text-accent);
    border-color: var(--text-accent);
    box-shadow: none;
}

/* Aside styling */
.dark-theme .tt-aside02 .tt-wrapper-aside {
    background-color: var(--bg-dark);
}
.dark-theme .tt-col-price .slider-value-row {
    margin: 0 !important;
    display: flex;
    gap: 7px;
}
.dark-theme .tt-slider-price .slider-value-row input[type="text"] {
    margin: 0;
}

/* Select styling */
.dark-theme .tt-skinSelect-01 .SumoSelect:hover>.CaptionCont,
.dark-theme .tt-skinSelect-01 .SumoSelect.open>.CaptionCont {
    border-color: var(--text-accent);
}

/* Additional spacing */
.dark-theme .tt-aside03-layout.after-masina {
    padding-top: 40px;
}
.dark-theme .tt-slider-product.slick-slider .slick-dots {
    margin-top: 18px;
    margin-bottom: 40px;
}

/* Promo aside */
.dark-theme.single-carleader-listing .tt-aside-promo .tt-wrapper,
.dark-theme .tt-post .tt-layout-bottom:after {
    background-color: var(--text-accent);
}
.dark-theme .tt-aside-promo .tt-wrapper {
    color: #000;
}
.dark-theme .tt-aside-promo .tt-wrapper p {
    font-size: 15px;
    color: #000 !important;
}
.dark-theme .tt-aside-promo.test {
    margin-top: 0 !important;
}

/* Slick dots */
body.dark-theme .slick-slider .slick-dots li {
    padding: 0;
    margin: 0 6px;
}

/* Product images carousel */
.dark-theme .product-images-carousel:before {
    display: none;
}
.dark-theme .product-images-carousel .slick-slider .slick-slide a:before {
    display: none;
}

/* Small arrow styling */
.dark-theme .tt-arrow-center-small .slick-prev,
.dark-theme .tt-arrow-center-small .slick-next,
.dark-theme .tt-arrow-center-small .slick-prev:hover,
.dark-theme .tt-arrow-center-small .slick-next:hover {
    border: 1px solid var(--text-accent);
    background: var(--text-accent);
    color: var(--text-active);
}

/* Arrow positioning */
.dark-theme .tt-arrow-center .slick-next {
    right: -65px;
}
.dark-theme .tt-arrow-center .slick-prev {
    left: -65px;
}

/* Single page styling */
.dark-theme.single-carleader-listing .tt-boxindent-listing p {
    padding: 0 0 10px 0;
}
.dark-theme.single-carleader-listing .tt-boxindent-listing p.rwmb-error {
    padding: 0;
}
.dark-theme.single-carleader-listing .rwmb-field .rwmb-input input {
    margin-bottom: 0;
}
.dark-theme.single-carleader-listing .tt-aside03-layout>*:not(:first-child) {
    margin-top: 50px;
}
.dark-theme .box-container-single {
    background: var(--bg-dark);
    padding: 15px;
}
.dark-theme .box-container-single h3.sub-heading {
    margin-top: 0;
}

/* Table styling */
.dark-theme .tt-table-options tr td:first-child,
.dark-theme .tt-table-options tr td:last-child {
    background-color: #3b3b3b;
    color: var(--border-light);
}
.dark-theme ul.tt-icon {
    padding: 0;
    margin: 0;
}
.dark-theme .tt-product-02 .tt-image-box .tt-icon li {
    list-style: none !important;
}
.dark-theme #compareSlide {
    background-color: var(--bg-dark);
}
.dark-theme .layout-slide .slide-content .col-value ul li,
.dark-theme .layout-slide .slide-content .col-item ul li {
    background-color: #40403f;
    color: var(--text-active);
}

/* Video presentation */
.dark-theme div#prezentare-video {
    margin-top: 0;
}
.dark-theme .youtube-prezentare-title {
    border-bottom: 0 none;
    border-top: 1px solid var(--text-accent);
    padding-top: 15px;
}

/* Single page adjustments */
.dark-theme.single nav.rank-math-breadcrumb {
    margin-bottom: 25px;
}
.dark-theme .tt-mobile-product-layout {
    margin-top: 0;
}
.dark-theme .tt-title-single {
    padding-bottom: 15px;
}
.dark-theme.single .tt-subpages-wrapper {
    display: none;
}

/* Footer styling */
.dark-theme #tt-footer:not([class^="tt-footer-indent"]) {
    margin-top: 0;
}
.dark-theme #tt-footer:not([class^="tt-footer"]) .tt-footer-copyright {
    background-color: var(--bg);
}

/* Filter adjustments */
.dark-theme #tt-filters-aside .tt-col-select.visible-desctope.tt-skinSelect-01 {
    flex: auto;
}
.dark-theme .tt-search-filter>div.tt-col-select .SumoSelect {
    flex: 1;
}

/* Brand menu styling */
.dark-theme ul#menu-marci-frati-l1 {
    padding: 20px 0 20px;
}
.dark-theme ul#menu-marci-frati-l1 li a {
    font-weight: 500;
}
.dark-theme ul#menu-marci-frati-l1 li.current-menu-item a {
    background: var(--text-accent);
    color: var(--text-active);
    font-weight: 600;
}
.dark-theme ul#menu-marci-frati-l1 li.current-menu-item {
    border: 1px solid var(--text-accent);
}
.dark-theme ul#menu-marci-frati-l1 li:hover {
    border-color: var(--text-accent);
}

/* Search filter wrapper */
.dark-theme .tt-search-filter-wrapper {
    background: var(--bg-dark);
}
.dark-theme #aside-js .tt-label-aside:after {
    display: none;
}
.dark-theme a#buton-caleader {
    background: #e8ab4e;
    border: 2px solid #e8ab4e;
}
.dark-theme div#aside-js {
    margin-bottom: 30px;
}
.dark-theme .nav-links>.page-numbers {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 15px;
    background: transparent;
    color: #ccc;
}
.dark-theme span.page-numbers.current {
    background: var(--text-accent);
    border-color: var(--text-accent);
    color: #fff;
}

.mm-open a.whp-cta,
.mm-open a.dg2-phone-button-float {
    left: auto !important;
    right: 15px;
}

/* Media queries */
@media (max-width: 767px) {
    .dark-theme #tt-pageContent .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dark-theme div#tt-product-listing {
        padding-left: 10px;
        padding-right: 10px;
    }
    .dark-theme div#tt-product-listing .tt-col-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .dark-theme .tt-aside-promo .tt-wrapper {
        padding: 10px 5px 11px;
    }
    .dark-theme .tt-aside03-layout.after-masina {
        margin-top: 0;
        padding-top: 0 !important;
    }
    .dark-theme .after-masina .tt-block-title .tt-title {
        font-size: 25px;
    }
    .dark-theme .after-masina .tt-block-title:not(.tt-block-title-border) {
        padding-bottom: 15px;
    }
    .dark-theme #tt-stuck.stuck .tt-stuck-row .tt-menu-toggle {
        left: 0;
    }
    .dark-theme .tt-search-filter>div.tt-col-title {
        background: var(--text-accent) !important;
    }
}

@media (max-width: 1024px) {
    .dark-theme #tt-header.tt-header-01 .header-holder {
        display: flex;
        align-items: center;
    }
    .dark-theme #tt-header.tt-header-01 .header-holder .col-logo {
        margin-top: 0;
        -webkit-flex: 2 1 100%;
        -ms-flex: 2 1 100%;
        flex: 2 1 100%;
    }
    .dark-theme #tt-header.tt-header-01 .header-holder .col-menu-toggle {
        padding-top: 0;
    }
    .dark-theme #tt-header.tt-header-01 .tt-mobile-quickLinks {
        display: none;
    }
    .dark-theme .col-menu-secondary {
        display: none;
    }
    .dark-theme .container-indent:not(.no-margin) {
        margin-top: 15px;
    }
    .dark-theme .tt-label-aside,
    .dark-theme .leftColumn {
        background-color: var(--bg-dark);
    }
    .dark-theme .tt-title.h2 {
        line-height: 1.2;
    }
}

@media (min-width: 1025px) {
    .dark-theme #tt-stuck .tt-stuck-row {
        padding-top: 10px;
    }
    .dark-theme #tt-header.tt-header-01 .header-holder .col-logo img {
        width: 100%;
        margin-left: 0;
    }
    .dark-theme .tt-aside02 .tt-aside-box .tt-aside-title {
        padding: 0 27px 5px 29px;
    }
    .dark-theme .container-inner {
        padding: 25px 0;
    }
    #tt-header.tt-header-01 #tt-desctop-menu nav>ul>li.hide-desktop {
        display: none;
    }
}

@media (min-width: 1230px) {
    .dark-theme div#tt-stuck > .container {
        max-width: 1200px;
    }
    .dark-theme.home .tt-product-02 {
        min-height: 463px;
    }
    .dark-theme .tt-product-02 .tt-wrapper-description .tt-box-title .tt-title {
        min-height: 50px;
    }
}

@media (max-width: 1229px) {
    .dark-theme .tt-product-02:not(.tt-view) .tt-wrapper-description .tt-icon {
        padding-bottom: 15px;
        padding-left: 0;
    }
    .dark-theme .tt-product-02 .tt-wrapper-description .tt-icon li a {
        width: 40px;
        height: 40px;
        display: flex;
        font-size: 16px;
        align-items: center;
        justify-content: center;
    }
    .dark-theme .tt-product-02:not(.tt-view) .tt-wrapper-description .tt-box-info {
        border-bottom: 1px solid var(--border-muted);
    }
}

@media (min-width: 767px) {
    .dark-theme.single-carleader-listing .tt-aside03-layout .tt-aside-btn {
        padding-bottom: 0;
    }
    .dark-theme .singlepost-wrapper {
        background-color: var(--bg-dark);
    }
}

@media (min-width: 576px) {
    .dark-theme .tt-product-02.tt-view .tt-wrapper-description .tt-add-info li .col-title,
    .dark-theme .tt-product-02 .tt-wrapper-description .tt-box-price .tt-text {
        color: var(--border-light);
        font-weight: 500;
        line-height: inherit;
    }
    .dark-theme .tt-product-02.tt-view .tt-wrapper-description .tt-add-info li .col-designation {
        color: var(--text-light);
    }
    .dark-theme .tt-product-02.tt-view .tt-wrapper-description .tt-add-info li {
        font-size: 14px;
        margin-bottom: 7px;
    }
}

@media (max-width: 575px) {
    .dark-theme .container-indent:not(.no-margin) {
        margin-top: 10px;
    }
    .dark-theme ul.child-levels li:not(.parent-page) {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    body.dark-theme .stuck a.mobile-phone {
        margin-right: 0;
    }
}