b, strong {
    font-weight: 500;
}
.uppercase{
    text-transform: uppercase;
}
input[name="count"] {
    border: #cfd4dc 1px solid;
    border-radius: 5px;
    color: #6b7b8d;
    outline: none;
    width: 40px;
    text-align: center;
    height: 30px;
    padding: 0;
    margin: 0;
}
.tm-group .breadcrumb {
    padding:0;
    margin:0;
}
.tm-group.footer{
    font-weight:bold;
    font-size:20px;
}
.float-right{
    float:right
}
#msMiniCart{
    border: 1px solid #25818c;
    padding: 10px;
}
.in-cart{
    color:red;
}
}