.fpc-card__add {
  background: #2196F3!important;  
}

.fpc-qty-row.is-active {
    border-color: #00BCD4!important; 
  background: #2196F3!important; 
}

.fpc-opt__card.is-active {
    border-color: var(--fpc-accent);
    background: var(--fpc-accent-soft);
    color: var(--fpc-accent-dark);
}

.fpc-opt__card.is-active {
    border-color: #2196f3!important; 
    background: rgb(213 242 255 / 51%)!important; 
    color: #2196f3!important; 
}

@media (max-width: 991px) {
    .fpc-card {
        background:#dfe3e8!important;
    }
}

.tf-title-description__desc h3 {
    font-size: 25px;
    font-weight: 500;
}