/**
* Theme Name: Xinterio Child
* Description: This is a child theme of xinterio 
* Author: themestek
* Template: xinterio
* Version: 1.0
*/


.gerflor-spec-table {
    display: flex;
    flex-direction: column;
}

.spec-section {
    width: 100%;
    overflow-x: auto;
}

.spec-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
}

.spec-table th {
    padding: 10px;
    background: #bb9a65;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.spec-table td {
    padding: 5px 10px!important;
    border-bottom: 1px solid #ddd;
}

.spec-table tbody tr:last-child td {
    border-bottom: none;
}

.gerflor-spec-table table tr:nth-child(even) {
    background: #f4f3f3;
}

/* .woocommerce div.product form.cart .variations label {
    margin-bottom: 15px!important;
    padding: 5px 0 0 5px;
}

.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
    line-height: 1!important;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: flex-start!important;
} */

.vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    display: block!important;
}

.woocommerce div.product form.cart .variations label {
    padding: 0!important;
}
.woocommerce-variation-description {
    display: none;
}
.woocommerce-Tabs-panel h2 {
    display: none;
}
/* .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    position: sticky!important;
    top: 100px;
    bottom: 10vh;
    height: 100%;
}

body.wp-singular.product-template-default.single.single-product div#page {
    overflow: initial!important;
} */

#cenik h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

#cenik table tr:first-child {
    background: #bb9a65!important;
}

#cenik table tr:nth-child(odd) {
    background: #f6f6f6;
}
#cenik table tr td:last-child {
    white-space: nowrap;
}



p.price,
.woocommerce-variation.single_variation,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
span.price,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: none!important;
}