.card {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}

.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.card {
    font-size: .875rem;
}

.card-product {
    margin-top: 30px;
}

.card .card-header.card-header-image {
    position: relative;
    padding: 0;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
}

.card [data-header-animation=true] {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: .3s cubic-bezier(.34,1.61,.7,1);
}

.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}
.card .card-header {
    z-index: 3!important;
}

.card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i, .card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i {
    color: #fff;
}

.card .card-header {
    border-bottom: none;
    background: 0 0;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.card .card-header.card-header-image img {
    width: 100%;
    border-radius: 6px;
    pointer-events: none;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.card .card-body {
    padding: .9375rem 20px;
    position: relative;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card .card-actions {
    position: absolute;
    z-index: 1;
    top: -50px;
    width: calc(100% - 30px);
    left: 17px;
    right: 17px;
    text-align: center;
}

.text-center {
    text-align: center!important;
}

.card .card-title {
    margin-top: 0;
    margin-bottom: 3px;
}
.card-product .card-category, .card-product .card-description, .card-product .card-title {
    text-align: center;
}
.card-title, .card-title a, .footer-big h4, .footer-big h4 a, .footer-big h5, .footer-big h5 a, .footer-brand, .footer-brand a, .info-title, .info-title a, .media .media-heading, .media .media-heading a, .title, .title a {
    color: #3c4858;
    text-decoration: none;
}

.card-product .card-category, .card-product .card-description, .card-product .card-title {
    text-align: center;
}

.card-description, .description, .footer-big p {
    color: #999;
}

.card-product .price {
    color: inherit;
}

.card-product .price {
    font-size: 18px;
    color: #9a9a9a;
}

.card .card-body+.card-footer .stats .card-category, .card .card-footer .stats .card-category {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
}

.card .card-category:not([class*=text-]) {
    color: #999;
}
.card-product .card-category, .card-product .card-description, .card-product .card-title {
    text-align: center;
}
.card .card-category {
    margin-top: 10px;
}