/*
Theme Name: Vertu
Theme URI: vertu.com
Template: astra
Author: Child Theme Configurator
Version: 1.0.0.1719551947
Updated: 2024-06-28 06:19:06

*/
@media (min-width:600px) {

	
/*footer a */
.footer-menu a, .b-l-btn a{
	position:relative;
	margin-left:24px;
	margin-right:24px;
	padding-left:0 !important;
	padding-right:0 !important;
}
.footer-menu a{
	margin-left:0 !important;
}
/*header a:before, footer a:before, */
.footer-menu a:before, .b-l-btn a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*header a:hover:before, footer a:hover:before, */
.footer-menu a:hover:before, .b-l-btn a:hover:before{
	width: 100%;
	right: 0;
}
			
}
.product-category-but{
background-color: #000000;
fill: #000000;
color: #ffffff;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #000000;
border-radius: 5px 5px 5px 5px;
padding: 10px 30px 10px 30px;
}
.product-category-but:hover{
    background-color: #F0F5FA00;
    color: #000000;
    border-color: #000000b0;
}



/* 确保 "Total" 标签本身是左对齐的 (如果主题默认不是这样) */
.woocommerce-checkout-review-order-table tfoot tr.order-total > th {
    text-align: left !important; /* 使 "Total" 标签左对齐 */
    vertical-align: top; /* 确保 "Total" 和其价格在视觉上顶部对齐 */
}

/* 确保 "Total" 价格是右对齐的 (通常主题会处理，但以防万一) */
.woocommerce-checkout-review-order-table tfoot tr.order-total > td {
    text-align: right !important;
}

/* 新添加的“Customs/Tariff Excluded”行的样式 */
.woocommerce-checkout-review-order-table tfoot tr.customs-tariff-excluded-notice-row td.value-column {
    /* text-align: right; 已通过内联样式设置，这里可以省略或覆盖 */
    padding-top: 5px; /* 可选：在总计行和这条新信息之间增加一点垂直间距 */
    /* 如果需要，可以调整其他 padding */
}

.woocommerce-checkout-review-order-table tfoot tr.customs-tariff-excluded-notice-row small.customs-tariff-text {
    display: inline-block; /* 允许它表现得像块级元素，可以设置一些属性，但仍在文本流中 */
    font-size: 0.9em;     /* 示例：让字体稍小一点 */
    color: #555;          /* 示例：设置一个稍暗的颜色 */
    /* white-space: nowrap; */ /* 如果文本很短且绝对不希望它换行，可以取消注释此行。但如果文本长，会导致溢出。*/
                               /* 通常情况下，让它自然换行更好，它会在单元格宽度内显示完全。*/
}

/* 如果第一列的空单元格影响布局，可以尝试： */
/*
.woocommerce-checkout-review-order-table tfoot tr.customs-tariff-excluded-notice-row td.label-column {
    padding: 0;
    border: none; // 如果有不需要的边框
}
*/

