label.need-custom{
    border: none;
    background-color: transparent;
    color: #0096ff;
    font-size: 14px;
    text-align: left;
    padding: 0;
}

.custom-qty-wrap{
    display: none;
}

.custom-qty-wrap.active{
    display: block;
}

.custom-qty-wrap > label{
    margin-bottom: 10px;
}

.custom-qty-wrap > label.error{
    color: red;
}

.custom-qty-wrap input[type=radio]{
    position: absolute;
    left: 20px;
    top: 50%; margin-top: -6px;
}

.custom-qty-wrap input[type=tel]{
    width: 100%;
    position: relative;
    padding: 0 10px;
    height: 38px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    background-color: white;
}

.custom-qty-wrap input[type=tel].error{
    border-color: red;
}

.custom-qty-wrap input[type=tel].loading{
    background-image: url('/resources/images/loader-input.gif');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border: 1px solid #ccc;
    color: #ccc;
}

.custom-qty-wrap input[id*=actionCustom]{
    border: none; font-weight: bold; color: white; border-radius: 4px; background-color: #0096ff;
    text-align: center; padding: 8px 20px; cursor: pointer;
}

.custom-total{
    padding-left: 0;
    height: 38px;
}

.custom-total > span{
    font-size: 14px;
}

.custom-total .cost{
    color: #00a753;
    padding-left: 20px;
}

.custom-total .cost s{
    color: #4d4e56;
    font-size: 12px;
}

@media (max-width: 767px){
    .custom-qty-wrap [id*=actionCustom]{
        margin-top: 10px;
    }
}