.bg-primary-dark-op, .btn-hero-primary, .bg-header-dark, .bg-primary, .bg-primary-dark{
    background-color: #a4215a !important;
}

.text-primary, a, .text-dual{
    color: #a4215a !important;
}

.btn-primary {
    background-color: #a4215a !important;
    border-color: #a4215a !important;
    color: #fff !important;
}

.nav-main-link .nav-main-link-name {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #a4215a !important;
}

.select2-container{
    width: 100% !important;
}

.productos-nuevo-pedido tr.seleccionado{
    background-color: #d8e8c3;
}

.productos-nuevo-pedido tr:nth-of-type(2n+1).seleccionado{
    background-color: #e8f2db;
}