.store-product-block {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.store-product-details {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: rgba(3, 18, 26, 0.15) 0px 2px 5px;
    overflow: hidden;
}

.store-product-details p {
    margin: 10px  auto !important;
}

.store-product-price {
    display: block;
    margin: 25px 0px;
    line-height: 170%;
    font-size: 18px;
}

.store-product-button {
    display: block;
    margin: 25px auto;
    text-align: center;
}
.store-product-button .store-btn-add-to-cart {
    background-color: rgba(210,57,0,1);
    border-color: rgba(210,57,0,1);
    color: #ffffff;
}

.store-product-button .store-btn-add-to-cart:hover, .store-product-button .store-btn-add-to-cart:focus {
    background-color: rgba(210,57,0,0.8);
    border-color: rgba(210,57,0,0.8);
}

.store-product-image {
    vertical-align: top;
}

.store-product-image .store-product-primary-image {
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}

.store-product-detailed-description {
    display: block;
    margin: 25px auto;
    text-align: justify;
}

.mfp-title {
    text-align: center;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .store-product-details {
        display: block;
        margin: auto 20px;
        text-align: center;
    }
}
