.store-product-list-thumbnail {
    position: relative;
}

.store-product-list-info {
    position: absolute; 
    left: 0px; 
    bottom: 0px;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 12px;
    background: rgba(49, 43, 36, .6);
}

.store-product-list-badge {
    position: absolute; 
    right: 15px; 
    top: 15px;
}

.store-product-list-info-text {
    padding: 10px 30px 7px 30px;
    color: #fff;
}

.store-product-list-info-text-item {
    float: left;
    margin-right: 20px;
    letter-spacing: 1px;
}

h3.store-product-list-name {
    text-transform: uppercase !important;
    font-size: 18px !important;
    letter-spacing: 3px !important;
}

.store-original-price {
    text-decoration: line-through;
}

.store-product-list-sort {
    margin-top: 15px;
}

.store-product-list-block hr.store-product-divider {
    margin-top: 10px;
    margin-bottom: 10px;
}


