/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 13 2025 | 08:43:04 */
.single_img .flex-viewport {
	border-radius: 5px !important;
}

.woocommerce div.product {
	padding: 15px !important;
}

/* attribútumok táblázat */
table.woocommerce-product-attributes {
	border-collapse: collapse !important;
}
table.woocommerce-product-attributes td,
table.woocommerce-product-attributes th {
	border: 1px solid #0000001a !important;
	padding: 8px !important;
	font-size: 16px !important;
}
table.woocommerce-product-attributes p {
	padding: 0 !important;
}

@media only screen and (max-width: 768px) {
    body.single-product .summary.entry-summary,
	body.single-product .woocommerce-tabs,
	body.single-product .related,
	body.single-product .upsells,
	.single_form {
        padding: 0 !important;
    }
}