/*
Theme Name: nauja-airway
Theme URI: https://airway.lt/
Author: Ravi Saini
Author URI: https://example.com
Description: Fully empty WordPress theme like default themes
Version: 1.0
License: GPL v2 or later
Text Domain: nauja-airway
*/
.cms ol, .cms ul:not(#shipping_method_) {
    all: revert;
}
.cms * {
    max-width: 100%;
}

#shipping_method_ li{
	list-style:none;
}
#shipping_method_ {
	margin:0!important;
    padding: 0!important;
}

.product-specification .table--attribute {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.product-specification .table--attribute th,
.product-specification .table--attribute td {
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: middle;
}

.product-specification .table--attribute th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.product-specification .table--attribute tr:nth-child(even) td {
    background-color: #fafafa;
}

.product-specification .table--attribute td.first {
    font-weight: 500;
    color: #555;
    background-color: #f9f9f9;
}

/* Pirma lentelė (su klase) */
.product-specification .table--attribute {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.product-specification .table--attribute th,
.product-specification .table--attribute td {
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: middle;
}

.variation-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.variation-btn {
    padding: 6px 14px;
    border: 1.5px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.variation-btn:hover {
    border-color: #cf2e2e;
}

.variation-btn--active {
    border-color: #000;
    font-weight: 600;
}

.variation-btn--disabled {
    opacity: 0.4;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* Slepiame label "Diametras" iš lentelės ir rodome atskirai */
.variations th.label {
    padding-bottom: 6px;
    font-weight: 600;
}

.product-specification .table--attribute th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.product-specification .table--attribute tr:nth-child(even) td {
    background-color: #fafafa;
}

.product-specification .table--attribute td.first {
    font-weight: 500;
    color: #555;
    background-color: #f9f9f9;
}

/* Antra lentelė (be klasės) */
.product-specification table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.product-specification table th,
.product-specification table td {
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: middle;
}

.product-specification table thead td {
    background-color: #f5f5f5;
    font-weight: 600;
}

.product-specification table tbody tr:nth-child(even) td {
    background-color: #fafafa;
}

.woocommerce-product-details__short-description ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
}

.woocommerce-product-details__short-description ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
    line-height: 1.5;
}

.woocommerce-product-details__short-description ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #cf2e2e; /* žalia spalva */
    font-weight: bold;
}

/* Slepiame select iš karto, mygtukai parodys vėliau */
form.variations_form select {
    display: none !important;
}

