/*
 Theme Name:     Audi Quattrocup
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Audi Quattro Cup EventTheme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* TC Event Styling */
.tc_events-template-default .entry-title{
    line-height: 2.9rem;
}
.tc_events-template-default .entry-content > h2{
    line-height: 2.2rem;
    font-size: 1.6rem;
}
.tc_events-template-default .tickera{
    margin-top: 35px;
}
.tc_events-template-default .event_tickets.tickera .added_to_cart.wc-forward{
    color: black;
    padding-left: 0;
    margin-top: 10px;
    text-decoration: underline;
}

/* Custom Attendee form Styling  */
.tc-form-ticket-fields-wrap h2 {
    display: none;
}
.tc-form-ticket-fields-wrap{

}
.tc-form-ticket-fields-wrap .owner-info-wrap{
    background-color: #F2F2F2;
    margin-bottom: 35px;
    padding: 25px;
}
.tc-form-ticket-fields-wrap .owner-info-wrap h5{
    margin-bottom: 10px;
}
.owner-field-text.tickera-input-field.tc-owner-field{
    height: 50px;
    text-indent: 5px;
    min-width: 250px;
    border: none;
}
.tc_field_col_1, .tc_field_col_2, .tc_field_col_3{
    margin-bottom: 10px;
}
.tickera_owner_info.info_section p {
    margin-bottom: 35px;
}
.order-details.widefat.shadow-table td a{
    text-decoration: underline;
}
/* Woocommerce Mollie checkout payment styles */
#order_review_heading{
    padding-bottom: 20px;
}
#payment.woocommerce-checkout-payment{
    background-color: #F2F2F2;
    border-radius: 0;
}
#place_order.button{
    align-items: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-weight: 400;
    justify-content: center;
    overflow: hidden;
    padding: 15px 30px;
    position: relative;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
/* WooCommerce Card styles */
.woocommerce.add_to_cart_inline.tc-wb-add-to-cart > a{
    padding: 10px 30px;
    color: white;
}
.woocommerce-cart-form__contents .coupon > .button, .woocommerce-cart-form__contents .actions > .button{
    align-items: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-weight: 400;
    justify-content: center;
    overflow: hidden;
    padding: 15px 30px;
    position: relative;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.4rem;
    max-height: 50px;
}
.woocommerce-cart-form__contents .actions > .button{
    background-color: transparent;
    border: 1px solid black !important;
    color: black !important;
    border-radius: 0 !important;

}
.woocommerce-cart-form__contents .actions > .button:hover{
    background-color: black;
    border: none;
    color: white !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .return-to-shop > .button.wc-backward{
    align-items: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-weight: 400;
    justify-content: center;
    overflow: hidden;
    padding: 15px 30px;
    position: relative;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.4rem;
    max-height: 50px;
    height: 50px;
}
.woocommerce-cart-form__contents .coupon #coupon_code{
    max-height: 50px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 160px;
}
.tickera_additional_info .tickera_owner_info > p .check-terms-label > a {
    text-decoration: underline !important;
}
