/**
 * Single store css
 */

.store-single {
    padding: 60px 15px;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
}

.store-single h1 {
    margin-bottom: 30px;
}

.store-single__details {
    margin-bottom: 30px;
}
.store-single__details h2 {
    display: inline;
    font-size: inherit;
}
.store-single__details p {
    margin: 0;
    margin-bottom: 8px;
}

.store-single__thumbnail {
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: 33.33%;
}

.store-single__link,
.store-single__link:hover {
    text-decoration: none;
    color: inherit;
}