.product-card {
    width: 320px;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 0 auto;
    background: #fafafa;
}

.product-card-list {
    width: 100%;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 0 auto;
    background: #fafafa;
    border: 1px solid #eee;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #f5aa22;
    ;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding: 25px;
    background: #f0f0f0;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 15px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 15px;
}

.product-details h4 a {
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #999;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #f5aa22;
    ;
}

.product-details p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 14px;
    color: #f5aa22;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 12px;
}

.product-links a:hover {
    color: #f5aa22;
    ;
}

.product-features p {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    color: #7c7c7c;
}