.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
    transition: all 1s;
}

.nav-link {
    font-weight: bold;
    color: #191919!important;
}

.nav-link:hover {
    color: #1BBCAA!important;
}

.dropdown-item {
    font-weight: bold!important;
    color: #191919!important;
}

.icon-color {
    color: #4d4d4d!important;
}

.site-color {
    color: #191919!important;
}

.btn-custom {
    background-color: #1BBCAA!important;
}

.card-product:hover .site-color {
    color: #1BBCAA!important;
}

.card-product:hover {
    border-bottom: 3px solid #191919!important;
    cursor: pointer;
}

.border-text {
    border-top: 3px solid #1BBCAA;
    width: 60px;
}

p {
    font-family: 'Raleway', sans-serif!important;
    font-weight: 400;
}

.text-font {
    font-family: 'Raleway', sans-serif!important;
}

.text-color {
    color: #5c6265!important;
}