/**
* Theme Name: Puca Child for Nowdif
* Description: This is a child theme for Puca
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 2.4.7
* Template: puca
*/

.custom-button {
    color: #fff !important;
    background-color: var(--tb-theme-color) !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    overflow:hidden;
    width: 100%;
}

div.woocommerce nav.woocommerce-MyAccount-navigation + div.woocommerce-MyAccount-content {
  width: 80% !important;
}

.font-weight-boldish {
    font-weight: 600;
}

.mini_cart_content dl.variation, .woocommerce-cart-form dl.variation, .woocommerce-checkout dl.variation {
    width: 100%;
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity {
    border: 0;
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--faq a:before{
	content: "\e05d";
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--privacy_policy a:before{
	content: "\e08b";
}

.product-block.grid:hover .caption .meta {
    opacity: 1;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout #payment div.form-row.place-order #place_order {
    font-weight: 600;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 0;
}

.woocommerce-page .woocommerce-message .button {
    display:none;
}