p {
    margin: 5px 0px;
}

.info-line {
    display: table;
    width: 100%;
}

.full-width {
    width: 100%;
}

.break-line {
    color: black;
}

.section {
    padding: 0 10%;
}

.small-p {
    font-size: small;
    margin: 0;
}

.price-p {
    margin: 2px 0px;
}

.price-info {
    display: block;
    text-align: right;
}

.discounted-price {
    color: red;
    margin: 2px 0px;
}

.price {
    text-decoration: line-through;
}

/* HEADER */

#logo {
    max-width: 40%;
    margin: 0 auto;
    display: block;
}

#header {
    padding-top: 5%;
    padding-bottom: 5%;
}

/* CONTENT */

#content {
    background-color: #DCDCDC;
}

/* Header */

#content-address {
    text-align: center;
}

/* Body */

.products {
    margin: 20px 0px;
}

.product-info {
    display: block;
    margin: 10px 0px;
}

.product-img {
    max-width: 10%;
    display: block;
    margin: 0 auto;
}

.product-name {
    margin-left: 10px;
    display: block;
    text-align: center;
}

.shipping-price, .product-discounted-price {
    font-size: 14px;
}

/* Footer */

.content-footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* FOOTER */

#footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-text {
    text-align: center;
}
