#parquet .top-content h1 {
    text-align: center;
    font-weight: 500;
    margin: 10px 0;
    font-size: 24px;
}
#parquet.archive .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#parquet.archive .flex .item {
    flex-basis: 30%;
    margin-bottom: 20px;
    color: #000;
}
#parquet.archive .item img {
    display: inline;
    margin: 0 auto 20px;
}
#parquet.archive .item > span {
    display: block;
    text-align: center;
}
#parquet.single {
    padding: 20px;
}
#parquet .images {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#parquet .product-image {
    flex-basis: 75%;
    text-align: center;
}
#parquet .product-thumbs {
    flex-basis: 20%;
    text-align: center;
}
#parquet .product-thumbs .thumb {
    margin: 0 0 10px 0;
}
#parquet #mainimage {
    max-height: 100%;
}
#preview {
    position: absolute;
    width: 300px;
    top: 120px;
    right: 5px;
    height: 300px;
    display: none;
    z-index: 999;
}
#parquet .details {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1em;
    border-top: 1px solid #555;
    padding-top: 20px;
}
#parquet .details h1 {
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 30px;
}
#parquet .details h2 {
    text-decoration: underline;
    font-weight: 500;
    margin-bottom: 20px;
}
#parquet .details > div {
    margin-bottom: 40px;
}
#parquet .details > div:nth-child(3n) {
    flex-basis: 25%;
}
#parquet .details > div:nth-child(3n + 1)  {
    flex-basis: 40%;
    padding-right: 20px;
}
#parquet .details > div:nth-child(3n + 2)  {
    flex-basis: 35%;
    padding-right: 0;
}
#parquet .details > div:nth-child(5) {
    flex-basis: 60%;
}
#parquet .details a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
    font-size: 1.2em;
    margin-bottom: 20px;
}
#parquet .details a:hover {
    opacity: 0.9;
}
#parquet .hero {
    padding-bottom: 20px;
}
#parquet .item .img-wrapper {
    position: relative;
    padding-bottom: 100%;
}
.email-support {
    cursor: pointer;
    text-decoration: underline;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#email-support {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: left;
}
#email-support > div {
    display: block;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    width: 96%;
    max-width: 400px;
    margin: 0 auto;
    top: 100px;
    padding: 20px;
    left: 50%;
    margin-left: -200px;
    max-height: calc(100% - 150px);
    overflow: auto;
}
#email-support .success {
    display: none;
}
#email-support p {
    margin-bottom: 10px;
}
#email-support textarea {
    resize: none;
    width: 100%;
    height: 100px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px;
}
#email-support button {
    background: #555;
    color: #fff;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 18px;
    margin: 0 auto 10px;
    display: block;
}
#email-support button:hover {
    background: #888;
}
