/* badgers */
.badge.upperright{
    position: absolute;
    top:16px;
    right:16px;
}
.badge.upperleft{
    position: absolute;
    top:16px;
    left:16px;
}

.badge-primary{
    background: #004183;
    color:#fff;
    border-radius:12px 0 12px 0 !important;
    font-size: 16px;
    height:32px;
    line-height:23px;
    width:32px;
}

.badge-secondary{
    background: #fff;
    color:#000 !important;
    font-size: 16px;
    height:32px;
    border-radius:12px 0 12px 0 !important;
    line-height:24px;
    width:32px;
    border:1px solid #eee;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    background: #eee;
    color: #000;
    transition:0.3s ease all;
}

.badge-success{
    color:#fff !important;
    font-weight: normal;
}

.badge-primary.large{
    font-family: 'Sailec W05 Regular', Helvetica, sans-serif !important;
    font-size: 19px;
    height:42px;
    line-height:24px;
    width:42px;
    padding:9px !important;
}

.badge.small{
    font-size: 13px;
}

.badge {
    height:auto !important;
    width:auto !important;
    font-weight: normal;
    padding: 0.60em 1.4em !important;
}
.badge__priceOnRequest{
    background-color: #ffea00 !important;
    border: 1px solid #ffea00;
    color: #000!important;
}
.badge__limitedSale{
    background-color: #0070c0!important;
    border: 1px solid #0070c0;
}
.badge__inStock{
    background-color: #00b050 !important;
    border: 1px solid #00b050;
}
.badge__notForSale{
    background-color: #f5f5f5 !important;
    border: 1px solid #eee;
    color: #000!important;
}
.badge__lowStock{
    background-color: #ff7b00 !important;
    border: 1px solid #ff7b00;
}

@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {
    ul.nav-tabs{
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
    }
}
@media (max-width: 991.98px) {

}

@media (max-width: 1199.98px) {

}