/* 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 quantity input on product page */
body.single-product .quantity {
    display: none;
}

/* Domain input - styled like .ux-swatch--label */
#domain {
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #d5d5d5;
    font-size: 14px;
    height: 30px;
    padding: 0 8px;
    outline: none;
}

#domain:focus {
    box-shadow: 0 0 0 2px #000;
}

/* Hide grecapcha badge */
.grecaptcha-badge {
	opacity: 0 !important;
}

/* Hide category */
.product-info .woocommerce-breadcrumb {
	display: none;
}