.form-control {
    display: initial;
    line-height: 1;
    height: auto;
}

.form-control:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.form-group label {
    margin-bottom: 0;
}

.control-label.required:after {
    content: " *";
    color: red;
}

.control-label.x-required:after {
    content: "";
}

.input-group-addon {
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    background-color: #C9ACE8;
    height: 40px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.input-group-addon:first-child {
    border-right: 0;
}

.has-error .input-group-addon {
    color: red;
    background-color: #f2dede;
    border-color: red;
}

.help-block {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.btn-pay {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: calc(24px + 6 * ((100vw - 320px) / 1600));
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 20px;
}

#release_date {
    padding-left: 50px;
}

#high_resolution_image_stills {
    font-size: 14px;
}

#additional_comments,
#country_of_origin {
    background-color: #C9ACE8;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px 15px;
    width: 100%;
}

#additional_comments {
    height: 46px;
}

#additional_comments::placeholder {
    color: #fff;
}

.site-branding a:hover {
    text-decoration: none;
}

.section-about-text a {
    text-decoration: underline;
}