
.iconCheck {
    background-color: #9ACC3A;
    color: #fff;
    float: left;
    border-radius: 100%;
    padding-top: 6px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 11px;
}

.boxPrice,
.boxBuy  {
    background-color: #EE4459459;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

.boxPrice {
    border-bottom: 1px solid #fff;
}

.options {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.price {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    float: left;
    width: 100%;
}

.installment {
    font-size: 14px;
    float: left;
    width: 100%;
}

.buy {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.boxPrice {
    font-size: 14px;
}

.share {
    height: 60px;
    background: #f3f3f3;
    color: #666;
    font-size: 15px;
    font-weight: 100;
    position: relative;
    padding-top: 10px;
    text-align: center;
}

.share .socialitem {
    font-size: 35px;
    margin: 5px;
    position: relative;
    top: -2px;
}
.share .text {
    position: relative;
    top: -11px;
    margin-right: 5px;
}