.ys-plusminus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

.ys-quantity {
    width: 48%;
    display: inline-block;
    text-align: center;
}

.ys-plusminus {
    display: inline-block;
}

.ys-quantity .control-label {
    text-align: center;
    width: 100%;
    font-size: 0.7em;
    display: block
}

.ys-price-block {
    display: inline-block;
}

#product .form-group .ys-btn-primary,
.ys-btn-light {
    width: 100%;
    display: inline-block;
    margin-top: 0;
    box-sizing: border-box;
}

#ys-button-group {
    padding: 5px;
}

#product .form-group .ys-btn-light {
    float: right;
}

.ys-info-block {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 25px;
    height: max-content;
}

.ys-info-right {
    float: right;
    font-weight: 600;
}

.ys-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    width: 75%;
}

.ys-shipping-icon {
    font-size: 44px;
}

.ys-shipping-text {
    float: right;
    text-align: left;
}

.ys-shipping-item {
    width: 100%;
    display: block;
}