.thx-content {
    background: #fff;
}

.thx-box {
    text-align: center;
    padding: 40px 0;
}

.thx-box i {
    font-size: 35px;
    color: #ffc600;
    margin-bottom: 20px;
}

.thx-box h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 40px;
}

.thx-box p {
}

.thx-box-castro {
    background: url("/images/front/thp-bg.jpg") no-repeat center center;
    background-size: contain;
    margin-bottom: 30px;
    text-align: center;
}

.thx-box-castro span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 55px 0 25px;
}

.thx-box-castro img {
    display: block;
    margin: 0 auto;
}

.thx-box-castro a {
    display: inline-block;
    margin: 25px auto 55px;
}

.payment-container {
    display: none;
}

.payment-container label {
    margin-bottom: 20px;
}

.checkbox-row .rounded-checkbox {
    top: 0;
    vertical-align: middle;
}

.checkbox-row.sold .real-label {
    opacity: 0.6;
}


@media only screen and (max-width : 992px) {
    .thx-box-castro {
        background-size: cover;
    }
}