/**
 * bigbusiness 模板自定义样式
 * 该文件由模板框架自动加载（见 vertex/css_and_js.php），加载顺序在所有模板 CSS 之后。
 */

/* HikaShop 购物车/结账页：商品数量后的删除图标与数量框保持同一行、垂直居中，并放大手机触控区域 */
.hikashop_cart_product_quantity_value {
	white-space: nowrap;
}
.hikashop_cart_product_quantity_value .hikashop_product_quantity_field,
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh,
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle;
}
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete {
	margin-left: 8px !important;
}
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	line-height: 1;
	font-size: 22px;
	color: #999;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete a:hover,
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete a:focus {
	color: #e74c3c;
	text-decoration: none;
}
