.product-details-color {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 5px;
}

.product-details-img {
    width: 100px;
    height: auto;
    text-align: center;
}

.product-details-giftwrap {
    width: 50px;
    height: 50px;
}

.product-details-color {
    background: white;
}

.product-details div:not(:first-child):before {
    content: "";
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.product-details p {
    margin: 0;
    padding: 0;
}

.product-details-quantity {
    background: red;
    color: white;
}

.product-details-quantity.product-details-quantity-ok {
    background: green;
}
