.product-feature {
    margin: 20px 0;
}

.product-feature.small-picture .img {
    float: left;
    width: 15%;
    max-width: 150px;
    padding-top: 0;
}

.product-feature.box {
    border: 1px solid #cecece;
    padding: 20px;
    background: rgba(198, 197, 215, 0.21);
}

.product-feature.small-picture .description {
    float: left;
    width: 80%;
}

.product-feature.right .description {
    padding-right: 20px;
}

.product-feature .img {
    float: left;
    width: 25%;
    max-width: 240px;
    padding-top: 35px;
    padding-right: 20px;
}

.product-feature .img img {
    width: 100%;
    height: auto;
}

.product-feature .img.max150 img {
    max-height: 150px;
}

.product-feature .description {
    float: left;
    width: 65%;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    position: relative;
}


.product-labels .label {
    margin: 10px 0 30px;
}

.product-labels .label {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
}

.product-labels .description {
    text-align: center;
    font-size: 12px;
    width: 100px;
    margin: auto;
}

.product-labels .label .img {
    width: 100px;
    margin: 20px auto 10px;
    text-align: center;
}

.product-labels .label .cfc {
    width: 100px;
    margin: 30px auto 10px;
    text-align: center;
    font-size: 45px;
}

.product-labels .label .img img {
    width: 80%;
}
