/*
 *
 * Register form
 *
 */

span.required-hidden{
    display: none;
}

/*
 *
 * My-account > Inscrições > Ver inscrição.
 *
 */

.ssys-myaccount .ssys-event-details {
    margin-top: 50px;
}

.ssys-myaccount .ssys-event-details .ssys-details{
    float: left;
    width: 33%;
}
.ssys-myaccount .ssys-event-details .ssys-organizer{
    float: right;
    width: 60%;
    margin-left: 3%;
}


.ssys-myaccount .ssys-attendee-details{
    margin-top: 50px;
}



/* Estilos bilhete */
.ssys-myaccount.woocommerce table.my_account_orders {
    font-size: 14px;
    padding-top: 30px;
}

.ssys-myaccount.woocommerce table.my_account_orders thead {
    background-color: #df8843;
}

.ssys-myaccount .ssys-attendee-details h4 {
    font-size: 25px !important;
    color: #df8843;
    padding-bottom: 20px;
}

.ssys-myaccount.woocommerce table.shop_table td, .ssys-myaccount.woocommerce table.shop_table th {
    padding-bottom: 10px;
    padding-top: 10px;
}

.ssys-myaccount .ssys-attendee-details th:first-child {
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .ssys-myaccount.woocommerce article img {
        width: 450px;
    }
}

.ssys-myaccount .ssys-details h4 {
    font-size: 25px !important;
    color: #df8843;
    padding-bottom: 20px;
}

.ssys-myaccount .ssys-organizer h4 {
    font-size: 25px !important;
    color: #df8843;
    padding-bottom: 30px;
}

.ssys-myaccount .ssys-details td:first-child {
    font-weight: 700;
}

.ssys-myaccount .ssys-locale h4 {
    font-size: 25px !important;
    color: #df8843;
    padding-bottom: 20px;
}

.ssys-myaccount .ssys-order-status {
    margin-top: 40px;
}
.ssys-myaccount .ssys-order-status h4 {
    font-size: 25px !important;
    color: #df8843;
    padding-bottom: 10px;
}

.ssys-myaccount .ssys-status {
    margin-bottom: 20px !important;
}

.ssys-myaccount .ssys-status {
    font-weight: 700;
}

.ssys-myaccount .ssys-status span {
    font-weight: 300;
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 15px 25px !important;
}

@media only screen and (max-width: 1100px) {
    .ssys-myaccount .ssys-organizer {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .ssys-myaccount  .ssys-details {
        width: 100% !important;
    }

    .ssys-myaccount .ssys-details table {
        margin-bottom: 50px !important;
    }

    .ssys-myaccount .ssys-event-locale {
        margin-top: 40px !important;
    }
}


/*
 *
 * Carrinho
 *
 */


.woocommerce-cart table.cart .product-thumbnail {
    display: none !important;
}

/*
 *
 * Checkout
 *
 */

.woocommerce-customer-details .woocommerce-customer-details--nif {
    margin-bottom: 1em;
    /* margin-top: 1em; */
}

.woocommerce .woocommerce-customer-details {
    display: none;
}

.woocommerce ul.order_details li {
    margin-right: 1em !important;
    padding-right: 1em !important;
}

/* .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: unset !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
 .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    content: "" !important;
} */