/**
 * Theme Name: Kadence Dynamic Club
 * Template:   kadence
 * Author: Attila Gyurman <attila.gyurman@ilx.hu>
 */

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 0 0 !important;
}

h1.product_title {
	font-size: 38px;
	font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 0 2em !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 !important;
}

.woocommerce-Price-amount.amount {
	font-weight: 500 !important;
}

.dynamic-product-icons {
	display: flex;
	margin-top: 20px;
}

.dynamic-product-icons div {
	width: 96px;
	max-width: 20%;
	margin-right: 10px;
	transition: all .2s ease-in-out;
	filter: grayscale(100%);
}

.dynamic-product-icons div:hover {
	transform: scale(1.2);
	filter: grayscale(0%);
}

.woocommerce-product-gallery {
	margin-top: 5em !important;
}

.woocommerce table.shop_attributes {
	width: calc(100% - 60px) !important;
	margin: 30px !important;
}

.woocommerce table.shop_attributes th {
	width: 350px !important;
	max-width: 70% !important;
	text-align: right !important;
	padding-right: 24px !important;
}

.woocommerce div.product div.summary {
	padding: 20px !important;
}