.details-block {
    margin: 40px 0;
}

.details-img {
    text-align: center;
}

.details-img img {
    width: 80%;
}

.details-price {
    background: #f1f1f1;
    padding: 10px;
    color: #999;
    margin-bottom: 22px;
}

.details-details {
    margin-bottom: 40px;
}

.details-nav {
    background: #f1f1f1;
    padding: 10px 20px;
    margin-bottom: 40px;
}