.float {
    background-color: #9c0e7b !important;
}


a:hover {
    color: #9c0e7b !important;
}

.btn-primary{
    background-color: #9c0e7b;
    border-color: #9c0e7b;
}
.btn-primary:hover {
    color: #9c0e7b;
    background-color: #ffffff;
    border-color: #9c0e7b;
}
.btn-outline-primary {
    color: #9c0e7b;
    border-color: #9c0e7b;
}

.btn-outline-primary:hover {
    background-color: #9c0e7b;
    border-color: #9c0e7b;
}

.search-header {
    border: 2px solid #9c0e7b;
    border-radius: 0.55rem;
}

.navbar-main .nav-link:hover {
    color: #9c0e7b;
}

.section-footer ul a:hover {
    color: #9c0e7b;
}

[class*='card-product'] a.title:hover {
    color: #9c0e7b;
}

.text-primary {
    color: #9c0e7b !important;
}


.bg-primary {
    background-color: #9c0e7b !important;
}

.bg-light{
    background-color: #ffc7f2 !important;
}

.bg-light-orange {
    background-color: #9c0e7b !important;
}

.brand-wrap .logo, .navbar-brand .logo {
    margin-right: 7px;
    max-height: 76px;
    display: inline-block;
}
.btn-outline-secondary {
    color: #ffc7f2 !important;
    border-color: #ffc7f2 !important;
}
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #ffc7f2 !important;
    border-color: #ffc7f2 !important;
}
.pulse-button {
  box-shadow: 0 0 0 0 #9c0e7b !important;
 
}
.btn-outline-dark-ligth {
  color: #00000080;
  border-color: #00000080;
}
