/**
 * Menu déroulant zones de livraison — même style que les selects filtres boutique.
 */

.kw-shipping-select-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 8px;
	text-align: left;
}

.kw-shipping-select-label {
	display: block;
	font-family: 'Quicksand', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #030419;
	margin: 0 0 6px;
	padding: 0;
	line-height: 1.3;
}

select.shipping_method.kw-shipping-select,
.woocommerce-cart select.kw-shipping-select,
.woocommerce-checkout select.kw-shipping-select {
	width: 100%;
	max-width: 100%;
	display: block !important;
	box-sizing: border-box;
	padding: 8px 40px 8px 14px;
	min-height: 40px;
	font-family: 'Quicksand', Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #030419;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23030419' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 12px 8px;
	border: 1px solid #c9d1e0;
	border-radius: 6px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	outline: none;
	box-shadow: none;
}

select.shipping_method.kw-shipping-select:hover,
.woocommerce-cart select.kw-shipping-select:hover,
.woocommerce-checkout select.kw-shipping-select:hover {
	border-color: #a8b3c7;
}

select.shipping_method.kw-shipping-select:focus,
.woocommerce-cart select.kw-shipping-select:focus,
.woocommerce-checkout select.kw-shipping-select:focus {
	border-color: #8a97b0;
	box-shadow: none;
}

/* Masquer l’ancienne liste radio si un cache / plugin la réinjecte */
.woocommerce-shipping-methods:has(+ .kw-shipping-select-wrap),
.kw-shipping-select-wrap ~ .woocommerce-shipping-methods {
	display: none !important;
}

/* Panier / checkout : cellule expédition plus lisible */
.woocommerce-cart .cart_totals table tr.woocommerce-shipping-totals td,
.woocommerce-checkout .shop_table tr.woocommerce-shipping-totals td {
	text-align: left !important;
}

.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-checkout .woocommerce-shipping-destination {
	margin: 8px 0 0;
	font-family: 'Quicksand', Helvetica, Arial, Lucida, sans-serif;
	font-size: 13px;
	color: #555;
}

@media only screen and (max-width: 767px) {
	.kw-shipping-select-label {
		font-size: 15px;
	}

	select.shipping_method.kw-shipping-select,
	.woocommerce-cart select.kw-shipping-select,
	.woocommerce-checkout select.kw-shipping-select {
		font-size: 14px;
		min-height: 42px;
		padding: 10px 40px 10px 14px;
	}
}
