body{
    background: #fff;
}

body .zplight-section-bg {
    color: #000000 !important;
}

.calculator-links a{
    color: #000 !important;
}

#scrollTopBtn {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 45px;
  height: 45px;
  background: #a6cc5d;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-icon svg {
    width: 17px;
    height: 17px;
    fill: #000000 !important;
}