.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(209, 122, 72) !important;}
:root {--ds-primary-color:rgb(209, 122, 72);}
:root {--ds-links-color:rgb(209, 122, 72);}
.ds-dropdown-links .blue-link, .ds-footer .blue-link {color:rgb(209, 122, 72);}
.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(195, 71, 0);}
.ds-price-new.red-text {color:rgb(213, 56, 61);}
:root {--ds-interactive-color:rgb(6, 116, 10);}
:root {--ds-body-bg-light-color:rgb(255, 255, 255);}
:root {--ds-primary-dark-color-light:rgb(55, 55, 55);}
:root {--ds-secondary-dark-color-light:rgb(72, 48, 34);}
.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(55, 55, 55);}
.light-theme .ds-footer-item-title {color:rgb(209, 122, 72);}
.light-theme .ds-footer-item-title svg path {fill:rgb(209, 122, 72);}
: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);}
.oct_dynamic_stylesheet_begin{display: none;}
/* меняю размеры шрифтов */
.fsz-10{font-size:.75rem!important;} /* сортировка и много где */
.fsz-12{font-size:.85rem!important;}
.fsz-14{font-size:1rem!important;} /* много где */

.ds-column-categories-item {font-size: 1rem !important;} /* меню в группе */
.button.button-small {font-size: .8rem  !important;} /* кнопка перезвон мал */
.ds-module-attributes {font-size: .75rem  !important;} /*всплыв опис в груп тов.*/
/* меняю размеры шрифтов в форме заказ плюс уменьшаю подписи галочек*/
.form-check{font-size:1rem!important;} /* много где */
#no_call-block .form-check-label,
#telegram_viber_contact-block .form-check-label,
#agree-block .form-check-label {
    font-size: .85rem !important;
}
/* меняю размеры шрифтов в форме связи контакты уменьшаю подписи галочек*/
label.form-check-label[for="agreeCheaperCheck"] {
    font-size: .85rem !important;
}
/* уменьшил шрифт подписи галки форма подписки новины*/
label.form-check-label[for="oct-scales-static"] {
    font-size: .8rem !important;
}
/* уменьшил шрифт подписи галки купить в клик*/
label.form-check-label[for="agreePurchaseCheck"] {
    font-size: .8rem !important;
}
/* уменьшил шрифт подписи всплы форма перезвоните*/
label.form-check-label[for="agreeCallbackCheck"] {
    font-size: .85rem !important;
}

/* для поля сортировки*/
.ds-category-sort .form-select {font-size:.875rem !important; color: #6c757d !important;}

/* меняем меню на главной 
.ds-menu-catalog-items {min-height: 587px !important;}*/

/* Для Картинок подкатегорий */
/* Родительский контейнер */
.ds-subcategories {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 4 колонки для >= 1200px */
@media (min-width: 1200px) {
  .ds-subcategories-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* 4 колонки для 976px – 1199px */
@media (min-width: 976px) and (max-width: 1199px) {
  .ds-subcategories-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* 2 колонки для 768px – 975px */
@media (min-width: 768px) and (max-width: 975px) {
  .ds-subcategories-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* 1 колонка для < 768px */
@media (max-width: 767px) {
  .ds-subcategories-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* для картинок преимущества главная */
.ds-advantages-item img {
    width: 100px !important;
    height: auto !important;
    max-height: 100px !important;
}




/* убрать наложение модуля вы смотрели */
.ds-module-img {z-index: 1;}



/* Для Премущества на главной в 4 колонки а не 6
@media (min-width: 1200px) {
  .ds-advantages-item {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .ds-advantages-item {
    width: 50%;
  }
}
*/

/* Для категориии блоки на главной в 4 колонки а не в 3*/
/* Экраны больше 1200px — 4 колонки */
@media (min-width: 1200px) {
  .ds-category-wall-item {
    width: 25%;
  }
}

/* Экраны от 760px до 1199px — 2 колонки */
@media (max-width: 1199px) and (min-width: 760px) {
  .ds-category-wall-item {
    width: 50%;
  }
}

/* Экраны меньше 760px — 1 колонка */
@media (max-width: 759px) {
  .ds-category-wall-item {
    width: 100%;
  }
}
.oct_dynamic_stylesheet_end{display: none;}
