*:not(.fa):not(span):not(i){
    font-family: 'Montserrat', sans-serif !important;
}
.main{
	margin-top: 1em !important;
}
a{
	color: #a30000;
    text-decoration: none;
}
section.categories a{
	text-align:center;
}
section.categories a img{
	width:100%;
}
.FieldInfo {
    border: 1px solid #B0C6F0;
    /*box-shadow: inset 0px 1px 7px rgb(160, 201, 247);*/
    border-radius: 5px !important;
    padding: 5px !important;
    margin-bottom: 2px !important;
}
.navbar li a.nav-link,a.navbar-brand,a.active:not(.nav-tabs a) {
    color:white !important;
}
.badge{
    color:#198754;
}
.quicksales .productblock .addPr, .quicksales .productblock .minusPr {
    padding: inherit;
    border-radius: 15px;
}
.quicksales .productblock {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 5px;
    text-align: center;
    position: relative;
}
.quicksales .productblock span.rate {
    position: absolute;
    bottom: 0;
    /*background-color: #0078b1;*/
    color: #0d6efd;
    left: 0px;
    width: 100%;
}
.productblock img{
    border-radius:8px !important;
}
.navbar-toggler{
    background-color:unset !important;
    border:1px solid white !important;
}
#myInput:focus {
    border-color: #f44584;
    box-shadow: 0 0 0 0.1rem rgb(244 69 132 / 27%);
}
.table{
    width: 99% !important;
    overflow: hidden;
}
.SubCategory_data .row{
    margin-right:0;
    margin-left:0;
}
@media only screen and (max-width: 725px) {
    td{
	    font-size: 12px;
    }
    .SubCategory_data *{
        font-size: 12px !important;
    }.SubCategory_data h4{
        font-size: 14px !important;
    }
    .nav-tabs{
        color:black !important;
    }
}