/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2025 | 15:20:55 */
#page {
	background-color: #f9f0ea;
    background-image: url("https://tunnerkerteszet.hu/wp-content/uploads/viragok-hatter.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

h1.gb-headline {
	color: #222 !important;
}

.car_block {
	display: none !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td strong span {
	color: darkgreen !important;
    border-bottom-color: darkgreen !important;
}
#payment .payment_methods li.wc_payment_method>input[type="radio"]:first-child:checked+label::before {
	color: darkgreen !important;
}
.payment_method_simplepay-gateway img {
	width: 100px !important;
}

@media only screen and (min-width: 768px) {
	.woocommerce-checkout #customer_details {
		width: 48% !important;
		float: left !important;
	}
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		width: 48% !important;
		float: right !important;
	}
	.woocommerce-checkout #order_review_heading {
		margin-top: 15px !important;
	}
	
}

.woocommerce table.shop_table tfoot .woocommerce-shipping-totals th {
	font-weight: bold !important;
}
.woocommerce-shipping-totals ul#shipping_method {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px !important;
}
.woocommerce-shipping-totals ul#shipping_method li {
	/* width: calc(50% - 5px) !important; */
	flex: 1 0 45% !important;
	display: flex !important;
	margin: 0;
    border-bottom: unset !important;
    padding: 0;
}
.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 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_vp_pont8 + label::after {
	display: none !important;
}

/*
.woocommerce-shipping-totals ul#shipping_method li input#shipping_method_0_flat_rate50 + label::after {
	background-image: url('https://st.lukaslea.hu/wp-content/uploads/2025/02/mpl.png');
}
*/
.woocommerce-shipping-totals ul#shipping_method li input + label::after {
	background-image: url('https://tunnerkerteszet.hu/wp-content/uploads/gls.svg');
}
.woocommerce-shipping-totals ul#shipping_method li input:checked + label {
	background-color: white !important;
	border-color: #D46F57 !important;
}
.woocommerce ul#shipping_method .amount {
	margin: 5px 0 !important;
	position: unset;
}
.vp-woo-pont-shipping-method-icons {
	justify-content: center !important;
}
@media only screen and (max-width: 768px) {
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: block !important;
		width: fit-content !important;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none !important;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: unset !important;
	}
	.payment_method_simplepay-gateway img {
		width: 80px !important;
	}
}

.cart_totals h2 {
	font-size: 25px !important;
}
.woocommerce table.shop_table,
.woocommerce-cart table.cart .product-name a,
#coupon_code,
.woocommerce form .form-row label,
.woocommerce form .form-row input,
.woocommerce-checkout #payment ul.payment_methods,
#ship-to-different-address {
	font-size: 16px !important;
}
.woocommerce ul#shipping_method .amount {
	font-size: 15px !important;
}
.woocommerce table.shop_table td.product-quantity {
	padding: 12px 20px !important;
}

.do-quantity-buttons div.quantity {
	justify-content: center !important;
}

@media only screen and (max-width: 768px) {
	.woocommerce .cart-collaterals table.shop_table th {
		background-color: unset !important;
	}
}