.box-product-set {
    text-align: left;
}
.box-product-set > div {
    display: inline-block;
    text-align: center;
    vertical-align: top;
	margin-bottom: 10px;
    width: 120px;    
}
.box-product-set .name {
    margin-bottom: 5px;
}
.box-product-set .description {
    text-align: left;
}
.box-product-set .price-old {
    color: #ff0000;
    text-decoration: line-through;
}

.box-product-set .plus {
    margin: 25px 0px 0px 0px;
    font-size: 25px;
    border: none;
    width: 10px;
}
.set .cart {
    text-align: right;
}
.set .cart > div {
    margin-bottom: 10px;
}