.text-content {
    background-color: #F1F1f5;
    text-align: justify;
    padding: 1% 5%;
    font-size: 18px;
    font-weight: normal;
}

@media (max-height: 920px) {
    .text-content {
        padding: 3% 23%;
    }
}

.text-content p {
    color: #7F7F7F;
    font-family: Calibri, serif;
}

.text-content a {
    color: #7F7F7F;
    text-decoration: underline;
}

.text-content h3 {
    font-family: "Bodoni MT Condensed", serif;
    color: #8A8AAC;
    font-size: 32px;
}

.img-shop-legend, .img-shop-price {
    text-align: left;
}

.img-shop-price {
    color: #7f7f7f;
    font-weight: normal;
}

.img-shop img {
    box-shadow: 5px 5px 5px #a1a1a1;
}

.modal-title {
    font-weight: bold;
}

.modal-content {
    border-radius: 0 !important;
}

#price {
    color: #7f7f7f
}

#dimension, #price {
    font-weight: normal !important;
}

.close {
    font-size: 19px;
    font-weight: bold;
    color: rgb(116, 116, 156);
    border: none;
    background: none !important;
}