tp-section-title-b {
    color: #f6f6f6 !important;
    font-family: var(--primary-font);
    font-size: 36px;
    position: relative;
    z-index: 1;
  }

h3.tp-feature-title {
  color: #ffffff !important;
}

.tp-feature-content p {
  color: #a7a7a7 !important;
}

.tp-section-title { 
  color: #e7eaec !important;
  }

.btn.btn-primary {
    color: #f5f5f5;
    background: linear-gradient(88deg, #1C6946 0.29%, #329C6C 51.58%, #1D8254 100%);
    border: 1px solid transparent; /* прозрачный бордер */
    transition: background 0.2s ease-in-out, transform 0.1s ease, box-shadow 0.1s ease;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15); /* тень для объёма */
  border-radius: 8px !important;
}

.btn.btn-primary:hover {
    background: linear-gradient(88deg, #00ba78, #00ba78);
}

.btn.btn-primary:active {
    transform: translateY(2px); /* эффект вдавливания */
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); /* уменьшение тени */
    border-color: transparent; /* на всякий случай фикс */
}

.tx-b { color:#d6d6d6 !important;}
.tx-n {color:#191620 !important;}
.tx-gr{color:#16bb77 !important;}
.product-review-summary-value span {color:#d6d6d6 !important;}
.fs-20{font-size:20px; color:#15bb77;}
.table thead tr{color:#fff !important;}
.no-wrap {
  white-space: nowrap;
}
input.form-control,select.form-control{
  background: #172629; color:#d6d6d6 !important;}

.form-control:focus{color:#191620 !important;}
.bg-dark2{background-color: #181e25 !important;}
.bg-green{background-color: #15b977 !important;}
.border-gr{border: 1px solid #15ba77;}
.border-but{border-bottom: 1px solid #e0e2e3;}
.form-control:not(:placeholder-shown):valid+label{border-radius:8px;}
.address-item {background:#241f2f;border: 1px dashed #17b977 !important;}

input#address-name.form-control,
input#state.form-control,
input#city.form-control,
input#address.form-control
input#name.form-control{
    background: #fff !important;
    color: inherit !important;
}
input[name="name"],
input[name="password"],
input[name="old_password"],
input[name="password_confirmation"],
input[name="password_confirmation"]{
    background: #fff !important;
    color: inherit !important;
}