.ocf-theme-light-block .ocf-search-btn-static, .ocf-theme-light-block .ocf-search-btn-popover, .ocf-theme-light-block .ocf-search-btn-static.ocf-disabled, .ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled, .ocf-noUi-connect:before, .ocf-noUi-handle {background-color:rgb(236, 102, 8) !important;}
:root {--ds-primary-color:rgb(236, 102, 8);}
:root {--ds-links-color:rgb(236, 102, 8);}
.ds-dropdown-links .blue-link, .ds-footer .blue-link {color:rgb(236, 102, 8);}
.blue-link:hover, .ds-footer-links li a:hover, ul.ds-footer-item li a:hover, .ds-footer-item li a:hover span, .ds-module-item:hover .ds-module-title:hover, .ds-last-news-item:hover .ds-last-news-item-title:hover, .ds-switcher button:hover {color:rgb(236, 102, 8);}
.ds-price-new.red-text {color:rgb(213, 56, 61);}
:root {--ds-interactive-color:rgb(82, 187, 56);}
:root {--ds-body-bg-light-color:rgb(248, 251, 253);}
:root {--ds-primary-dark-color-light:rgb(17, 17, 17);}
:root {--ds-secondary-dark-color-light:rgb(85, 85, 85);}
.light-theme .ds-header {background:rgb(255, 255, 255);}
:root {--ds-footer-bg-light-color:rgb(255, 255, 255);}
.light-theme .ds-footer-subscribe-text, .light-theme .ds-footer-item .secondary-text, .light-theme .ds-footer-socials .secondary-text {color:rgb(17, 17, 17);}
.light-theme .ds-footer-item-title {color:rgb(17, 17, 17);}
.light-theme .ds-footer-item-title svg path {fill:rgb(17, 17, 17);}
:root {--ds-body-bg-dark-color:rgb(27, 27, 27);}
:root {--ds-primary-dark-color-dark:rgb(248, 252, 255);}
:root {--ds-secondary-dark-color-dark:rgb(144, 144, 144);}
.dark-theme .ds-header {background:rgb(20, 20, 20);}
:root {--ds-footer-bg-dark-color:rgb(20, 20, 20);}
.dark-theme .ds-footer-subscribe-text, .dark-theme .ds-footer-item .secondary-text, .dark-theme .ds-footer-socials .secondary-text {color:rgb(144, 144, 144);}
.dark-theme .ds-footer-item-title {color:rgb(248, 252, 255);}
.dark-theme .ds-footer-item-title svg path {fill:rgb(248, 252, 255);}
#logo {
    width: 140px;
    max-width: 140px;
}
.ds-header-left {
    /*flex-direction: column;
    align-items: flex-start!important;*/
}
.ds-header-catalog-button.button.button-outline-primary {
    border-color: var(--ds-primary-color);
    color: #fff;
    background-color: var(--ds-primary-color);
    white-space: unset;
    padding: .5rem 0;
}
.ds-header-catalog-button.button.button-outline-primary:focus:not([disabled]), .ds-header-catalog-button.button.button-outline-primary:hover:not([disabled]) {
    background-color: rgba(236, 102, 8, 0.8);
}
.ds-header-catalog-button.button.button-outline-primary svg path {
    fill: #fff;
}
@media (max-width: 575px) {
    .ds-header-user-button span.dark-text {
        display: none;
    }
}
@media (min-width: 376px) {
    #logo {
        width: 160px;
        max-width: 160px;
    }
}

@media (min-width: 1200px) {

    /*#logo {
        width: 160px;
        max-width: 160px;
    }*/
}
@media (min-width: 1600px) {
    #logo {
        width: 180px;
        max-width: 180px;
    }
}
