.box-wrapper {
    box-shadow: 0px 0px 9px 0px #DCDCDC;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}

.line-input {
    padding: 15px !important;
    background-color: #f7f7f7;
    border-style: solid;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    width: 100%;
}

h4.default-title {
    margin: 0;
    color: #000;
    font-family: "A1 Serif v.6.1", Sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.radio-wrap {
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.radio-wrap label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "A1 Serif v.6.1", Sans-serif;
    font-size: 20px;
    width: 100%;
}

.var-title {
    padding-left: 5px;
    font-weight: 400;
}

.var-price {
    font-weight: 700;
}

.price-disclaimer {
    text-align: right;
    font-family: "A1 Sans v.6.1", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0 -30px;
}

.box-send {
    display: flex;
    flex-direction: row;
}

.second-send {
    display: none;
    width: 100%;
}

.submit,
.submit:focus {
    font-family: "A1 Serif v.6.1", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    background-color: #da291c;
    color: #FFF;
    border-radius: 0;
    border: 0;
    padding: 15px 30px;
    line-height: 18px;
}
.submit:hover {
    background-color: #f83a2c;
}
.submit.disabled {
    background-color: #bcbcbc;
    pointer-events: none;
}

input:focus {
    outline: 0 !important;
}

.errorMsg {
    font-family: "A1 Serif v.6.1", Sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: red;
    display: none;
}
p.errorMsg {
    position: relative;
    margin-bottom: 0;
    left: 0;
}
.errorMsg.success {
    color: green;
}

#resendSMS {
    color: #000;
}

@media only screen and (max-width: 600px) {
    .price-disclaimer {
        margin: 5px 0 0;
    }
    .box-wrapper {
        padding: 20px;
    }
    .box-send {
        flex-direction: column;
    }
    .radio-wrap label {
        font-size: 16px;
    }
}