.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(89, 147, 229) !important;}
:root {--ds-primary-color:rgb(89, 147, 229);}
:root {--ds-body-bg-light-color:rgb(248, 251, 253);}
:root {--ds-links-color:rgb(89, 147, 229);}
.light-theme .ds-header {background:rgb(255, 255, 255);}
.ds-dropdown-links .blue-link, .ds-switcher button {color:rgb(89, 147, 229);}
.ds-dropdown-links .blue-link:hover {color:rgb(89, 147, 229);}
: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(0, 52, 89);}
.ds-footer .blue-link {color:rgb(0, 168, 232);}
.ds-footer .blue-link:hover {color:rgb(0, 168, 232);}
.light-theme .ds-footer-links li a, .light-theme ul.ds-footer-item li a {color:rgb(0, 52, 89);}
.ds-footer-links li a:hover, ul.ds-footer-item li a:hover {color:rgb(0, 168, 232);}
.light-theme .ds-footer-item-title {color:rgb(0, 23, 31);}
.light-theme .ds-footer-item-title svg path {fill:rgb(0, 23, 31);}
:root {--ds-interactive-color:rgb(82, 187, 56);}
.ds-price-new.red-text {color:rgb(213, 56, 61);}
.ds-category-wall-item {
    width: 50%!important;
}


@media (min-width: 992px) {
  .ds-category-wall-item {
    width: 12.5%;
  }
}
.ds-category-wall-item .content-block {
  position: relative;
  min-height: 100%;
  display: block !important;
  text-align: center;
  background: #fff;
}



.ds-category-wall-title {
  color:#000;
}
    
}
 .form-group {
  margin-bottom: 15px;
}
  

   .required {
color: var(--ds-light-text-color);
  font-weight: bold;
}