/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Requires PHP: 7.0
Version: 27.3.7

All css files are placed in /css/ folder
*/





/* 标签标题样式 */
.woocommerce-tabs ul.wc-tabs li {
    background: #f5f5f5;
    margin-right: 5px;
}

/* 标签内容区域样式 */
.woocommerce-Tabs-panel {
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

/* 计算器样式 */
.capacity-calculator input {
    padding: 8px;
    margin-right: 10px;
}
.capacity-calculator button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 15px;
}