/*
Theme Name: Bigwave Media
Theme URI: https://bigwavemedia.co.uk
Description: 
Author: Bigwave Media
Author URI: https://bigwavemedia.co.uk
Template: Total
Version: 1.0
*/

/*
 * Contact Form 7 message styling
 */
.wpcf7 form.sent .wpcf7-response-output
{
    background-color: #46b450;
    color: white;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output
{
    background-color: #dc3232;
    color: white;
}

.wpcf7 form.spam .wpcf7-response-output
{
    background-color: #f56e28;
    color: white;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output
{
    background-color: #ffb900;
    color: #222;
}

.product .summary .product_title {
    text-align: center;
    font-size: 36px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #333 !important;
    display: inline-block !important;
    padding: 5px 15px !important;
}
 .woocommerce div.product div.summary
 {
     float: none;
     width: 100%;
 }

.woo-event-info
{
    margin-bottom: 30px;
    width: 100%;
}
.woocommerce.single-product div.product p.price, .woocommerce.single-product div.product span.price
{
    font-size: 24px;
    color: #282828;
}


.woocommerce div.product form.cart div.quantity.buttons_added [type="button"]
{
    border: 0;
    font-weight: bold;
    color: white;
    padding: .5em 1em;
    background: #77117d !important;
}

.product_meta a,
.product_meta a:hover,
.product_meta a:active
{
    color: #77117d;
}

.woo-event-schedu,
.we-icl-import
{
    display: none;
}
.product .summary
{
    text-align: center;
    margin-bottom: 1em !important;
    background-color: #f5f5f5 !important;
    padding: 30px !important;
}

button.single_add_to_cart_button,
a.wc-forward,
.woocommerce button
{
  color: white !important;
    border-radius: 3px;
}

table.shop_table
{
 
}
table.shop_table th
{
 color: white;
 border: none;
}
table.shop_table td
{
 border-left: none;
 border-right: none;
}

table.shop_table td.product-thumbnail
{
 display: none;
}

table.shop_table td.product-name h4
{
 margin: 0;
 font-size: 14px;
    line-height: 20px;
    font-weight: 400;
 color: #77117d;
}

.qlm-course-wrapper
{
 margin: 1.5em 0;
}

.no-course-message
{
 color: #77117d;
 font-weight: bold;
 text-align: center;
 font-size: 1.25em
}
h3#order_review_heading
{
    clear: both;
}