/* Add your custom styles for the product variation cards here */
.product-variation-card, .product-simple-card {
    width:100%;
	border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.variation-title, .product-title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.sku {
    font-size: 14px;
    color: #333;
}

.stock {
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.stock.in-stock {
    color: #38C152;
}

.stock.out-of-stock {
    color: red;
}

.add-to-cart-form {
    margin-top: 1em;
}

/* You can add more styles as needed */
.product-variation-card, .product-simple-card {
    background: white;
    padding: 15px;
    margin-bottom: 20px;
}
.product-variation-card  li, .product-simple-card {
    list-style-type: none;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}
p.sku {
    margin-bottom: 0px;
}
.stock.instock {
    color: green !important;
    font-weight: 800;
}
.stock.outofstock {
    color: blue !important;
    font-weight: 600;
}
.add-to-cart-form button {
    vertical-align: middle;
    float: left;
    color: white;
    font-weight: bold;
    background: #0058A4 !important;
}
.add-to-cart-form .qty {
    width: 5.631em !important;
    text-align: left;

	}
	
	.kapu_variation_datas, .kapu_product_datas{
		width:40%;
		float:left;
		margin-right:20px;
		
	}
	
	.add-to-cart-form{
		float:right;
		width: calc(59% - 20px);
	}
	.product-variation-card, .product-simple-card {
    display: inline-block;
}
.variation-title, .product-title {
    font-size: 14px;
    font-weight: bold;
}
button.single_add_to_cart_button.button.alt {
    background: white !important;
    color: black !important;
    font-weight: normal;
    border: 1px solid black;
    border-radius: 50px;
	float:right !important;
	margin-top:2em;
}
span.woocommerce-Price-amount.amount {
	color:black;
    white-space: nowrap;
	font-size:16px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    font-size: 14px;
}

button.single_add_to_cart_button.button.alt:hover {
    background: #0058A4 !important;
    color: white !important;
    font-weight: normal;
    border: 2px solid white;
}
.kapu-variation-price, .kapu_product_price{
	text-align:center;
	color:black !important;
}

.add-to-cart-form .number-input .quantity{
	margin-top:0px;
}
.number-input {
    display: inline-flex;
    align-items: center;
}

.number-input button {
    background-color: #0073e6;
    border: 1px solid #0073e6;
    color: white;
    cursor: pointer;
    font-size: 18px;
    padding: 0 10px;
    height: 30Px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.number-input button:hover {
    background-color: #005bb5;
}

.number-input input[type="number"] {
    border: 1px solid #ccc;
    padding: 5px;
    width: 60px;
    text-align: center;
    height: 30px;
    font-size: 18px;
    margin: 0 5px !important;
    border-radius: 5px;
}

/* Eltávolítjuk a beépített nyilakat */
.number-input input[type="number"]::-webkit-outer-spin-button,
.number-input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-input input[type="number"] {
    -moz-appearance: textfield;
}
.kapu-variation-nett-price span.woocommerce-Price-amount.amount,
.kapu-variation-nett-price span, 
.kapu-variation-nett-price,
.kapu_product_nett_price span.woocommerce-Price-amount.amount,
.kapu_product_nett_price span, 
.kapu_product_nett_price
{
    color: black !important;
	font-weight:400;
	font-size:13px;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px; /* térköz a kártyák között */
}

.product-card {
    display: flex;
    flex-direction: column;
    width: calc(25% - 20px) !important; /* 4 kártya egymás mellett, térközzel számolva */
	margin-right:0 !important;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.product-card .product-name {
    flex-grow: 0;
}

.product-card .product-short-description {
    flex-grow: 1;
}

.product-card .cart {
    margin-top: auto; /* kosár gomb mindig alulra kerül */
}
.bontott_tovabb{
	background:#38A4FF;
	width:100%;
	text-align:center;
	font-weight:bold;
	padding:10px 20px;
	margin-top:10px;
	border-radius:5px;
}
a.bontott_tovabb{
	color:white !important;
}
.kapu-variation-nett-price, .kapu-variation-nett-price span {
    font-weight: 600 !important;
}