.footer-vat {
  display: none !important;
}
.sicon-arrow-right:before {
    color: #2c2c36;
}
.bg-green-500 {
    background-color: rgb(128 182 76);
}
.flex.flex-col h1,
.price {
  text-align: center;
}
.price-wrapper {
  justify-content: center !important;
}
.bottom-4 {
    bottom: 8rem;
}
.sicon-search.text-black {
  color: #2c2c36 !important;
}
.sicon-add.text-black {
  color: #2c2c36 !important;
}
.sicon-user.text-black {
  color: #2c2c36 !important;
}

.to-top a {
  color: #80b64c !important;
}

.store-footer h3 {
    color: #80b64c;
}
.dark .da-bgg {
    background-color: #7caf4b !important;
}
.dark .s-quantity-input-container {
    border-color: #2c2c36;
}
.dark .s-quantity-input-button {
    fill: #2c2c36;
}
.dark .form-input, .dark .s-comment-form-input, .dark .s-login-modal-input, .dark .s-product-availability-input, .dark .s-verify-input, .dark .tel-input, .dark input, .dark select, .dark textarea {
    color: #2c2c36;
}
.s-add-product-toast__progress {
    background: rgb(124 175 75);
    height: 5px;
}
.dark .s-add-product-toast__divider {
    background-color: #7caf4b;
}
.s-add-product-toast__actions {
    padding: 8px 8px 8px;
  background-color: #7eb34d;
}

.swal2-toast {
  display: none !important;
}