#homeAgeCouponModal .logo {    
    margin: 0 auto 20px;
}

#homeAgeCouponModal .text {
    margin-bottom: 18px;
    line-height: normal;
}

#homeAgeCouponModal .text .head {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 700;
}

#homeAgeCouponModal .text .desc {
    color: #444;
    line-height: 22px;
}

#homeAgeCouponModal .age-form {
    margin-bottom: 25px;
}

#homeAgeCouponModal .age-form .st-form {
    min-width: 130px;
}

#homeAgeCouponModal .age-form .st-form .form-control {
    padding: 7px 15px 5px;
    font-size: 17px;
}


.cart-content .stock-message{
    display: none;
}

.cart-content .outofstock{
    background: #fff3f3;
}

.cart-content .outofstock .stock-message{
    display:block;
    text-transform: uppercase;
    color: #e65353;
    font-weight: bold;
}