#email-container,
#order-container,
#upsell1-offer,
#upsell2-intro,
#upsell2-main,
#number,
.vsl-content-holder {
    position: absolute;
    left: -99999px;
}

.audio-loader, .audio-error {
    display: none;
}

.audio-error a {
    color: #FFFF01;
    border: 1px solid #FFFF01;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
}

.audio-error a:hover {
    cursor: pointer;
    color: #FFFF01;
}

.main-order-form-holder input,
.main-order-form-holder select {
    max-width: 300px !important;
}

.audio-loader .load-percentage {
    display: block;
    text-align:center;
}

.special-offer-holder {
    border: 3px dashed #FF0000;
    padding: 10px;
    margin-top: 26px;
    font-size: 14px;
}

.special-offer-checkbox-holder {
    background-color: #FFCE00;
}

.special-offer-checkbox-holder:hover {
    cursor: pointer;
}

.special-offer-title {
    color: #FF0000;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 8px;
}

.special-offer-holder table td {
    padding: 10px 0px 10px 12px;
    vertical-align: top;
}




/* ORDER FORM version B */
.order-form {
    background-color: #F7F8F9;
    padding: 1px 6px;
    color: #373F47;
    padding-bottom: 10px;
}

.order-form-section-holder {
    background-color: #fff;
    padding: 6px 12px 16px 12px;
    margin: 18px 5px;
    border: 1px solid #EAE6E6;
}

.order-form #book-summary,
.order-form #user-info {
    display: none;
}

.order-form-section-holder .order-form-header {
    font-size: 18px;
    padding: 12px 0px;
}

@media only screen and (max-width: 600px) {
    .order-form-section-holder .order-form-header .order-form-header-title {
        font-size: 16px !important;
    }

    .shipping-info-box .shipping-info-text {
        font-size: 16px !important;
    }
}

.order-form-section-holder .order-form-header .order-form-header-title {
    float: left;
    margin-top: 2px;
}

.order-form-section-holder .order-form-header .number {
    border-radius: 50%;
    border: 1px solid #373F47;
    margin-right: 12px;
    float: left;
    width: 26px;
    height: 26px;
    text-align: center;
}

.order-form-section-holder .order-form-input-area {
    border: 1px solid #CAD2DA;
}

.order-form-section-holder .field-section.grey .field-title{
    margin-top: 0px;
}

.order-form-section-holder .field-section.grey {
    background-color: #CAD2DA;
    text-align: center;
    margin: 0px;
    padding: 10px;
}

.order-form-section-holder .field-section.grey #birthday-preview{
    font-size: 18px;
    font-weight: bold;
}

.order-form-section-holder .field-section {
    margin: 0px 10px;
    clear:both;
}

.order-form-section-holder .field-title {
    font-size: 14px;
    margin-top: 13px;
}

.order-form-section-holder .field-value {
    font-size: 14px;
    margin-top: 4px;
    font-weight: bold;
}

.order-form-section-holder select {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;       /* remove default arrow */
    background-color: #FBFDFE;
    border: 1px solid #979797;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 14px;
    margin-top: 6px;
}

.order-form-section-holder select:focus {
    background-color: #CAD2DA;
}

.order-form-section-holder .input-toggle-button {
    padding: 8px 32px 6px 32px;
    background-color: #FBFDFE;
    border: 1px solid #979797;
    border-radius: 4px;
    color: #373F47;
    font-size: 16px;
    margin-right: 4px;
    margin-top: 4px;
    display: inline-block;
}

.order-form-section-holder .input-toggle-button.selected {
    background-color: #CAD2DA;
}

.order-form-section-holder .input-with-icon-holder {
    position: relative;
    margin-top: 12px;
}

.order-form-section-holder .input-with-icon-holder .icon {
    background-color: #CAD2DA;
    float: left;
    padding: 8px 12px;
    height: 38px;
    width: 48px;
    text-align: center;
}

.order-form-section-holder .input-with-icon-holder .icon-holder {
    margin: auto;
    position: absolute;
    top: 0px;
}

.order-form-section-holder .input-with-icon-holder .arrow-right {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #CAD2DA;
    float: left;
    margin-top: 9px;
    background-color: #fff;
}

.order-form-section-holder .input-with-icon-holder input:active,
.order-form-section-holder .input-with-icon-holder input:focus {
    border: 1px solid #AAB2B9 !important;
}

.order-form-section-holder .input-with-icon-holder input {
    height: 38px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #CAD2DA;
    width: 100%;
    -webkit-appearance: none;
    padding-left: 64px;
    line-height: 38px;
}

.order-form-section-holder .input-with-icon-holder input::-webkit-input-placeholder {
    color: #979797;
    font-style: normal;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

.order-form-section-holder .input-with-icon-holder input::-moz-placeholder {
    color: #979797;
    font-style: normal;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

.order-form-section-holder .input-with-icon-holder input::-ms-placeholder {
    color: #979797;
    font-style: normal;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

.order-form-section-holder .input-with-icon-holder input::placeholder {
    color: #979797;
    font-style: normal;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

.order-form-section-holder .form-notification {
    color: #373F47;
    margin-top: 8px;
}

.order-form-section-holder .form-notification span {
    color: #FF0000;
    font-weight: bold;
}

.order-form-section-holder .continue-button {
    display: block;
    background-color: #FFCE00;
    text-align: center;
    border: 1px solid #979797;
    border-radius: 4px;
    color: #373F47;
    margin-top: 14px;
    padding: 10px;
    width: 100%;
}

.order-form-section-holder .continue-button:hover,
.order-form-section-holder .continue-button:active {
    background-color: #ffda3c;
}

.order-form-section-holder#book-summary .field-section {
    margin-left: 42px;
}

.order-form-section-holder .check-icon,
.order-form-section-holder .edit-icon {
    float: right;
    margin-left: 10px;
    margin-bottom: 6px;
}

.shipping-info-box {
    border: 2px solid #979797;
    border-radius: 8px;
    margin-bottom: 18px;
}

.shipping-info-box img {
    float: left;
    margin: 10px;
}

.shipping-info-box .shipping-info-title {
    font-size: 24px;
    color: #373F47;
    font-weight: bold;
    margin-top: 20px;
}

.shipping-info-box .shipping-info-text {
    font-size: 18px;
    color: #373F47;
}