/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.0.0
*/

/* Fixes YITH Badge Bugs */

.yith-wcbm-product-has-badges .product-label {
    z-index: 0;
}

/* Redundant "Brands" @ Brand Tab */

#tab-pwb_tab > h2 {
	display: none;
}

/* New Product Meta Style */

div.product .product_meta {
    background: transparent;
    border: 0;
}

div.product .product_meta .sku_wrapper {
	display: block;
}

/* Express Buttons */

afterpay-placement, square-placement {
    clear: both;
}

#payment .place-order .button, body .woocommerce a.checkout-button.button.alt {
    margin-bottom: 1em;
}

/* Sale countdown */

.countdown-timer {
    text-align: center;
    margin: 1em 0;
    padding-top: 1em;
    clear: both;
}

.countdown-timer-middle, .countdown-timer-bottom {
    display: flex;
}

.countdown-timer-middle > div, .countdown-timer-bottom > div {
    flex: 1;
}

/* You saved */

.cart_totals .shop_table .you-saved th, .cart_totals .shop_table .you-saved td, .woocommerce-checkout-review-order-table tfoot .you-saved th, .woocommerce-checkout-review-order-table tfoot .you-saved td {
    font-weight: 600;
    color: green;
}

.widget_shopping_cart p.yousaved {
    font-size: 15px;
    color: green;
}

/* Shop */

ul.products li.product .price {
    font-size: 16px;
}

/* Add to cart button */

.cart .single_add_to_cart_button {
    width: 100%;
    margin-left: 0;
}