.iti-flag.ar {
    height: 13px;
    background-position: -4339px 0;
}

a {
    color: #000c55 !important;
}

a:hover {
    text-decoration: none !important;
}

.master-breadcrumb {
    background-color: #0389fa;
}

.breadcrumb {
    background-color: #0389fa !important; 
}

.breadcrumb-item.active {
        color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
    padding: 0 6px !important;
}

.btn-success {
    color: #fff !important;
    background-color: #0389fa !important;
    border-color: #0389fa !important;
}

.btn-primary {
    background-color: #000c55 !important;
    border-color: #000c55 !important;
}

.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover {
    background-color: #0389fa !important;
    border-color: #0389fa !important;
    color: #000 !important;
}

footer.footer .nav-link {
    color: #fff !important;
}


footer.footer {
    background: #000c55 !important;
    
}

.product-desc p {
    max-height: 150px;
    overflow: scroll;
}