/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

.single-product .text-block-section .uwa_bids_history_data table th:last-child{ display:none 
}

div#uwa-card-number, div#uwa-card-expiry, div#uwa-card-cvc {
    background-color: #fff;
    color: #626262;
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,.02);
    color: #141414;
    background-color: rgba(244,244,244,1);
    border-color: #f4f4f4;
    width: 100%;
    border-radius: 18px;
    height: 40px;
    margin-bottom: 0;
}

.woocommerce-account table.tbl_bidauc_list .button {
	display: none;
}

.single.single-product .woocommerce-error {
    background-color: red;
    color: #fff;
}
section.prod-detail-sec .custom.woocommerce-notices-wrapper .woocommerce-message {
    background-color: #fcb900;
    padding: 1em
em
 2em 1em 3.5em;
    position: relative;
    color: #000;
}
.custom.woocommerce-notices-wrapper {
    margin-top: 20px;
}

.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--uwa-auctions a:before {
    content: " ";
  /*
    background-image: url(https://www.chicaneauctions.com.au/wp-content/uploads/2023/11/auction-wheel.svg);
  */
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-left: 2px;
}