.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(112, 182, 53) !important;}
:root {--ds-primary-color:rgb(112, 182, 53);}
:root {--ds-body-bg-light-color:rgb(248, 251, 253);}
:root {--ds-links-color:rgb(112, 182, 53);}
.light-theme .ds-header {background:rgb(255, 255, 255);}
.ds-dropdown-links .blue-link, .ds-switcher button {color:rgb(0, 168, 232);}
.ds-dropdown-links .blue-link:hover {color:rgb(0, 168, 232);}
:root {--ds-footer-bg-light-color:rgb(47, 47, 47);}
.light-theme .ds-footer-subscribe-text, .light-theme .ds-footer-item .secondary-text, .light-theme .ds-footer-socials .secondary-text {color:rgb(112, 182, 53);}
.ds-footer .blue-link {color:rgb(112, 182, 53);}
.ds-footer .blue-link:hover {color:rgb(60, 121, 9);}
.light-theme .ds-footer-links li a, .light-theme ul.ds-footer-item li a {color:rgb(112, 182, 53);}
.ds-footer-links li a:hover, ul.ds-footer-item li a:hover {color:rgb(60, 121, 9);}
.light-theme .ds-footer-item-title {color:rgb(60, 121, 9);}
.light-theme .ds-footer-item-title svg path {fill:rgb(60, 121, 9);}
:root {--ds-interactive-color:rgb(112, 182, 53);}
.ds-price-new.red-text {color:rgb(213, 56, 61);}
.oct_dynamic_stylesheet_begin{display: none;}
@media screen and (min-width: 992px) {
  .ds-category-wall-item:hover img {
    transform: rotate3d(0, 0, 1, 30deg) scale(1.45);
  }
}

.ds-category-wall-item .content-block {
	overflow: hidden;
}

.ds-category-wall-item img {
	overflow: hidden;
    width: 500px;
    height: auto;
    display: block;
    transition-timing-function: ease-in;
    transition: all .4s;
}

@media (min-width: 768px) {
  .ds-category-wall-item .content-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.wall-category_name {
	position: absolute;
	top: 18px;
	left: 0;
	background: #000;
	color: white;
	padding: 6px 15px 6px 6px;
	font-weight: 300 !important;
    text-decoration:none;
    font-size:clamp(16px, 2vw, 18px) !important;
}

.wall_category_link {
	padding: 8px 20px;
	font-size: clamp(16px, 2vw, 18px) !important;
	cursor: pointer;
	position: absolute;
	right: 15px;
	bottom: 0;
  	font-weight: 300 !important;
	background: #000;
	color: white;
	transition: .3s;
}

.ds-menu-catalog-item-img {
	width: 32px;
  	height: 32px;
}
@media (max-width: 767px) {
.ds-advantages-item {
	width: 75%;
}
}

.ds-category-wall-item {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
    .ds-category-wall-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .ds-category-wall-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.ds-menu-maincategories > li:last-child {
    margin-left: auto;
}

.ds-menu-maincategories-desktop-box .ds-menu-maincategories::after {
  background:none;
}

@media (min-width: 1200px) {
  .container-xl {
      max-width: 1195px;
    }
  }

.ds-dropdown-links .blue-link, .ds-switcher button {
	color: var(--ds-links-color) !important;
}.oct_dynamic_stylesheet_end{display: none;}
