/*
Theme Name:     Kadence Child
Theme URI:      n/a
Template:       kadence
Author:         MB 35 sprendimai
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.header-kontaktai {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.kreipkites-tekstas {
    font-size: 13px;
    color: #666666;
    margin-bottom: 2px;
}

.klauskite_link {
    text-decoration: none;
    font-size: 16px;
}


.lygus-tekstas {
    text-align: justify !important;
}

/* Modernus WooCommerce požymių lentelės (Attributes) stilius */
.woocommerce table.shop_attributes {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Švelnus šešėlis aplink lentelę */
    margin-bottom: 20px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border: none !important;
    padding: 16px 24px !important;
    border-bottom: 1px solid #f1f5f9 !important; /* Švelni atskyrimo linija */
}

/* Paskutinės eilutės linijos pašalinimas */
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce table.shop_attributes tr:last-child td {
    border-bottom: none !important;
}

/* Požymio pavadinimo (kairė pusė) stilius */
.woocommerce table.shop_attributes th {
    background-color: #f8fafc; /* Labai švelniai pilkas fonas */
    color: #475569;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 35%; /* Kiek vietos užima pavadinimas */
    text-align: left;
}

/* Požymio reikšmės (dešinė pusė) stilius */
.woocommerce table.shop_attributes td {
    background-color: #ffffff; /* Baltas fonas */
    color: #334155;
    font-size: 15px;
}

/* Kad tekstas atrodytų tvarkingiau, jei yra daugiau pastraipų */
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 0;
}

/* Požymių teksto kursyvo (pasvirusio šrifto) pašalinimas */
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes td p {
    font-style: normal !important;
}

/* Tolygus Zebra stilius visai eilutei (tiek pavadinimui, tiek reikšmei) */

/* Nelyginės eilutės (1, 3, 5...) - Baltos */
.woocommerce table.shop_attributes tr:nth-child(odd) th,
.woocommerce table.shop_attributes tr:nth-child(odd) td {
    background-color: #ffffff !important;
}

/* Lyginės eilutės (2, 4, 6...) - Šviesiai pilkos */
.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(even) td {
    background-color: #f8fafc !important; 
}



/* Omniva pašto kodo laukelio aukščio pataisymas */
.woocommerce input.tmjs-search-input {
    height: auto !important;
    min-height: 40px !important;
    padding: 0 15px !important;
}








/* =========================================
   1. VIRUTINIO PRISTATYMO BLOKO STILIUS (Suderintas su skiepiais)
   ========================================= */
#custom_shipping_top ul#shipping_method {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#custom_shipping_top ul#shipping_method li {
    margin-bottom: 15px; /* Paalintas display:flex, kad laukeliai natraliai krist emyn */
}

/* Sulygiuojame radio mygtuk su tekstu */
#custom_shipping_top ul#shipping_method input[type="radio"] {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

#custom_shipping_top ul#shipping_method label {
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

/* Atitraukiame Omniva patomat isiskleidiant sra, kad lygiuotsi su tekstu, o ne burbuliuku */
#custom_shipping_top ul#shipping_method li > div,
#custom_shipping_top ul#shipping_method li > select {
    width: 100%;
    margin-top: 10px;
    padding-left: 28px; 
    box-sizing: border-box;
}

/* =========================================
   2. APMOKJIMO BLOKO APAIOJE STILIUS 
   ========================================= */
.woocommerce-checkout #payment {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 20px !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 15px;
}

.woocommerce-checkout #payment ul.payment_methods input[type="radio"] {
    margin-right: 15px;
}

/* Informacinis laukelis, kuris ioka pasirinkus mokjimo bd */
.woocommerce-checkout #payment div.payment_box {
    background-color: #f8fafc;
    padding: 20px;
    border-radius: 6px;
    margin-top: 15px;
    font-size: 0.95em;
    border: 1px solid #e2e8f0;
    color: #475569;
}

/* Sutvarkome apmokjimo mygtuko zon */
.woocommerce-checkout #payment .place-order {
    padding-top: 20px;
    margin: 0;
}

/* Padarome apmokjimo mygtuk plat ir iraiking (neprivaloma, bet rekomenduojama) */
.woocommerce-checkout #payment button#place_order {
    width: 100%;
    font-size: 18px;
    padding: 18px;
}









