/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Shipping Breakdown Tweaks */

ul.woocommerce-shipping-methods li label { margin-top:-30px; }

/* Ensure breakdown prices are not bold */
.bwp-ship-breakdown,
.bwp-ship-breakdown * {
  font-weight: 400 !important;
  line-height:1.15;    /* reduce spacing between lines */
  margin-top:2px;      /* optional: tighten the gap above */
}

/* In case theme styles .amount specifically */
.bwp-ship-breakdown .woocommerce-Price-amount.amount,
.bwp-ship-breakdown bdi,
.bwp-ship-breakdown strong {
  font-weight: 400 !important;
}

/* 2026 tweaks */
ul.wideli li { margin: 0 0 12px 0!important;}
.woocommerce-tabs .wc-tabs {
       display:none!important;
}

.bwp-blackcol .bwp-body ol, .bwp-blackcol .wpb_text_column ol {
    padding: 0;
}

.bwp-body ol > li::marker { font-weight: bold; }

.bdimJo { display:none!important;}
.LayoutDefault__Top-sc-1ydej6v-3 { display:none!important;}
.bWjvzU:not(:first-child) {
    margin-top: -10px!important;
}


#timelinepage .vc_row.vc_column-gap-15>.vc_column_container {
    padding: 0px;
}
#specialcase .vc_column-inner {padding-right:0!important;}