/* Tablazat -------------------------------------*/

.fs-table-container {
	overflow-x: auto;
}

.fs-table-container table tr:nth-child(even) {
	background: #f5f5f5;
}

.fs-table-container table th{
	background: #dddddd;
}

.fs-table-container table th:first-child,
.fs-table-container table td:first-child {
	padding-left: 0.5em;
}

.fs-table-container table th:last-child,
.fs-table-container table td:last-child {
	padding-right: 0.5em;
}

.fs-table-container table tr:hover {
	background-color: #dddddd;
}

.fs-table-container .ar {
	text-align: right;
}

/* product page thumbnail max-height ------------*/
body.single-product .product-gallery .col a {
	text-align: center;
}

body.single-product .product-gallery .col a img {
	max-height: 150px;
	width: auto;
}

.woocommerce div.product div.images img {
	background-color: #fff;
	min-height: 600px;
	max-height: 600px;
	min-width: 100%;
	max-width: 100%;
	object-fit: contain;
}

/* Absolute footer ------------------------------*/

.fs-logo img{
	height: 1.5em;
	padding-right: 0.4em;
}

.absolute-footer {
	padding: 15px 0 15px !important;
}

.footer-secondary {
	padding: 0 !important;
}

/* Hide grecapcha badge */
.grecaptcha-badge {
	opacity: 0 !important;
}
