.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;
}

.store-product-list-item {
    /*margin-bottom: 50px;*/
    margin: 0 20px 50px 20px;
    border: 1px solid lightgray;
    padding: 20px;
}

.store-product-list-name {
    margin-bottom: 10px;
}

.store-product-list-name {
    font-size: 20px;
    color: #f26532;
    text-align: center;
}

.store-product-list-price {
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
}  
  
.btn.btn-default {
    font-weight: bold;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: auto;
}    

.store-btn-more-details-container a {
    width: 100% !important;
    text-align: center !important;
    color: white !important;
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 29.333333% !important;
    }
}

@media (max-width: 992px) {
    .store-product-list-item {
        margin: 0 0 50px 0;
        border: none;
        padding: none;
    }
}
