table .products-big img {
    max-width: 190px !important;
}

.homepage-category-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    min-height: 200px;
    margin: 10px 5px 5px 5px;
}

.homepage-category-box > a {
    width: 100%;
    height: 200px;
}

.homepage-category-box > a > img {
    width: 100%;
    height: 100%;
}

.homepage-category-caption {
    background-color: #555;
    color: #fff;
    width: 100%;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
}

.homepage.owl-carousel > .owl-stage-outer {
    max-height: 650px;
}

.table-info, .table-info>td, .table-info>th {
    background-color: #ddd;
}

.product-table {
    border-bottom: 1px solid #ddd;
}