﻿body {
    color: #433627;
}

a {
    color: #433627;
}
a {
    color: #433627;
}

.navbar-custom {
    border: 1px solid #171F4F;
    background-color: #171F4F;
}
.navbar-custom a{
    color: #fff;
}
.dropdown-menu {
    background-color: #171F4F;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: lightgray;
    text-decoration: none;
    background-color: #171F4F;
}

.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255, 1);
}
    .navbar-custom .dropdown-item {
        color: #433627;
    }

.bg-full {
    background-color: #433627;
}

.favorites-dropdown {
    color: #fff;
}

.bg-full a {
    color: #fff;
}

.promotion {
    color: white;
    background: red;
    font-size: 13px;
    padding: 4px;
}

.card-product .img-wrap {
    margin-top: 0.5rem;
}

.card-product .info-wrap {
    height: 85px;
}

.btn-open-invoices {
    display:none;
}

.btn-order {
    background-color: green;
    color: white;
}

.btn-order:hover {
    background-color: lightgreen;
    color: lightgray;
}

.body-login {
    background-color: #051d3f;
}

.login-box-body {
    background-color: aliceblue;
}

