.product-list .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    padding: 1rem;
    background-clip: border-box;
    border: 0 solid rgba(17,17,17,.125);
}

.product-list .card-img {
    position: relative;
}

.product-list .text-muted {
    font-size: .875rem;
    color: #767676;
}

.product-list .font-weight-bold {
    font-weight: 500;
}

.product-list .card-footer {
    background: none;
    border:none;
    padding: 0;
}

.product-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 300px;
    margin:0;
    padding:0;
}

@media (min-width: 992px) {
    .product-list .card:hover  {
        -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.23);
        -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.23);
        box-shadow: 0 0 30px 0 rgba(0,0,0,0.23);
    }
}
.page-link {
  line-height: 1;
  color: #00334e; }
  .page-link:hover {
    color: #00334e;
    opacity: 0.75; }
  .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25); }
  .page-link:not([href]):not([tabindex]):hover, .page-link:not([href]):not([tabindex]):focus {
    color: #fff; }

.page-item.active .page-link {
  background-color: #00334e;
  border-color: #00334e; }

.page-item.active > .page-link {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
