.wbg-item span.book-format,
.select-column.pull-right {
    display: none;
}

h3.wbg_abct_thankyou_msg {
    color: #CC0000;
    font-size: 18px;
    line-height: 33px;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.wbg-main-wrapper .wbg-item div.regular-price,
.wbg-details-summary .regular-price {
    display: none;
}


/* Apply Now Started */

.wbg-abct-field-row span.error-message {
    color: #f00;
    font-size: 14px;
    display: block;
}

.wbg-abct-apply-form {
    border: 0px solid #000;
    width: 100%;
}

.wbg-abct-field-row {
    border: 0px solid #000;
    width: 100%;
    padding: 10px;
}

.wbg-abct-field-row span {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 12px;
    color: #333;
}

.wbg-abct-field-row label {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.wbg-abct-field-row span.required {
    display: inline;
    color: #cc0000;
    padding-left: 5px;
}

.wbg-abct-field-row input[type="email"],
.wbg-abct-field-row input[type="text"],
.wbg-abct-field-row input[type="number"],
.wbg-abct-field-row textarea,
.wbg-abct-field-row select {
    color: #666;
    padding: .75em;
    height: auto;
    border: 1px solid #DDD;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    min-width: 95% !important;
    display: block;
    margin-top: 8px;
}

.wbg-abct-field-row input[type="text"]::placeholder,
.wbg-abct-field-row input[type="email"]::placeholder,
.wbg-abct-field-row input[type="number"]::placeholder,
.wbg-abct-field-row textarea::placeholder {
    color: #666;
}

.wbg-abct-field-row input[type="email"]:focus,
.wbg-abct-field-row input[type="text"]:focus,
.wbg-abct-field-row input[type="number"]:focus,
.wbg-abct-field-row textarea:focus {
    border-color: #666;
}

.wbg-abct-primary-button,
#wbg-abct-refresh-button {
    background: #008b8b;
    border: 1px solid #247c26;
    border-radius: 3px;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    line-height: 36px;
    height: 60px;
    text-decoration: none;
    cursor: pointer;
}

#wbg-abct-refresh-button {
    background: #6fa0df;
    width: 60px;
    text-align: center;
    border-color: #6fa0df;
    margin-left: 10px;
    line-height: 40px;
}

#wbg-abct-refresh-button:hover {
    background: #008b8b;
}

#wbg_abct_book_submit_btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* Apply Now Ended */