/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2024 | 13:58:24 */
.woocommerce-checkout-review-order-table {
	display: flex !important;
    flex-direction: column !important;
}
.woocommerce-checkout-review-order-table tr {
	display: flex !important;
    justify-content: space-between !important;
}
.woocommerce-checkout-review-order-table tbody tr td:nth-of-type(2) {
	text-align: right !important;
	display: flex;
	align-items: center;
}
.woocommerce-shipping-totals {
	display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
	margin: 50px 0 !important;
}
.woocommerce table.shop_table tfoot .woocommerce-shipping-totals th {
	text-transform: uppercase !important;
    font-weight: bold !important;
}
.woocommerce-shipping-totals ul#shipping_method {
	display: flex !important;
    flex-wrap: wrap !important;
	gap: 10px !important;
}
.woocommerce-shipping-totals ul#shipping_method li {
	/* width: calc(50% - 5px) !important; */
	flex: 1 0 45% !important;
    display: flex !important;
}
.woocommerce-shipping-totals ul#shipping_method li input {
	visibility: hidden !important;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
}
.woocommerce-shipping-totals ul#shipping_method li label {
	padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
    text-align: center !important;
    flex-basis: 100% !important;
	cursor: pointer !important;
	border: 2px solid #d8d8d8 !important;
	border-radius: 5px !important;
}
.woocommerce-shipping-totals ul#shipping_method li label:hover {
	background-color: white !important;
}
.woocommerce-shipping-totals ul#shipping_method li:not(:last-child) label::after {
	content: '';
	width: 100px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.woocommerce-shipping-totals ul#shipping_method li input#shipping_method_0_flat_rate3 + label::after {
	background-image: url('https://www.lupannemetonline.com/wp-content/uploads/gls.svg');
}
.woocommerce-shipping-totals ul#shipping_method li input#shipping_method_0_flat_rate8 + label::after {
	background-image: url('https://www.lupannemetonline.com/wp-content/uploads/dpd.png');
}
.woocommerce-shipping-totals ul#shipping_method li input#shipping_method_0_flat_rate9 + label::after {
	background-image: url('https://www.lupannemetonline.com/wp-content/uploads/mpl.png');
}
.vp-woo-pont-shipping-method-icons {
	justify-content: center;
}
.woocommerce-shipping-totals ul#shipping_method li input:checked + label {
	background-color: white !important;
	border-color: #1a7880 !important;
}
.woocommerce ul#shipping_method .amount {
	margin: 5px 0 !important;
}
.woocommerce table.shop_table tfoot .order-total strong {
	display: block !important;
    text-align: right !important;
}