.card{
    height: 230px;
    margin-left: 5px;
    margin-right: 5px;
}

.no-link-style {
    text-decoration: none;
    color: inherit;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.product-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 10px;
    border-radius: 25px;
}

.product-tile img {
    width: 100px;
    height: 100px;
}

.product-tile h3 {
    margin-top: 10px;
}

.product-tile input {
    margin-top: 10px;
}

a{
    color: #eea200;
}

a:focus, a:hover {
    color: #996900;
    text-decoration: none;
}

.btn.btn-primary {
    background: #eea200;
    border: 0;
    border-radius: 3px;
    color: #fff;
    opacity: .9;
}

.app-container.expanded .content-container .side-menu {
    width: 280px;
}

.app-container.expanded .content-container .navbar-top {
    padding-left: 280px;
}

.d-none {
    display: none;
}
