/*
Theme Name: ICERNS 2025 Child
Theme URI: https://www.icerns.com/
Template: icerns_2025
Author: ICERNS
Author URI: https://www.icerns.com/
Tags: ICERNS
Version: 2.0.1763718590
Updated: 2025-11-21 10:49:50

*/

      .kw-checkout { margin-top: 8px; }
      .kw-checkout .summary-card,
      .kw-checkout .kw-box,
      .kw-checkout .kw-recap { background:#fff; border:1px solid #e9e9ef; border-radius:12px; }
      .kw-block-title { color:#142064; font-weight:800; font-size:20px; margin:22px 0 12px; }
      .kw-recap { padding:16px; }
      .kw-recap-title { text-align:center; font-weight:800; color:#142064; margin-bottom:14px; font-size:20px; }
      .kw-recap-grid { display:grid; grid-template-columns: 1.2fr .8fr; gap:16px; }
      .kw-recap-left, .kw-recap-right { background:#f7f8fc; border:1px solid #e9e9ef; border-radius:10px; padding:14px; }
      .kw-row { display:flex; gap:12px; padding:8px 0; border-bottom:1px solid #eceef5; }
      .kw-row:last-child { border-bottom:0; }
      .kw-lab { min-width:110px; color:#6c7090; font-weight:700; }
      .kw-val { font-weight:700; color:#142064; }
      .kw-val .sub { display:block; color:#6c7090; font-weight:500; font-size:12px; margin-top:4px; }
      .kw-row.total .kw-lab, .kw-row.total .kw-val { font-size:18px; font-weight:900; }
      .kw-recap-actions { display:flex; gap:12px; margin-top:14px; }
      .kw-btn { background:#eef1f7; color:#15246a; border:0; padding:10px 14px; border-radius:8px; text-decoration:none; display:inline-flex; align-items:center; }
      .kw-btn.primary { background:#1f3aa3; color:#fff; }
      .kw-grid { display:grid; grid-template-columns: 1fr; gap:18px; }
      .kw-box { padding:16px; }
      .kw-form-2col { display:grid; grid-template-columns: 1fr 1fr; gap:14px; }
      .kw-form-2col .full { grid-column: 1 / -1; }
      .kw-field label { display:block; font-weight:700; color:#142064; margin:0 0 6px; }
      .kw-field .input, .woocommerce-billing-fields .input-text, .woocommerce-billing-fields select { width:100%; border:1px solid #dfe3f0; border-radius:8px; padding:10px 12px; background:#fff; }
      .kw-pay { background:#f6f7fb; border:1px solid #e9e9ef; border-radius:12px; padding:16px; }
      .kw-pay-head { display:flex; align-items:center; gap:14px; margin-bottom:12px; }
      .kw-pay-badge { width:46px; height:46px; border-radius:10px; background:#253b94; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; }
      .kw-pay-title { color:#142064; font-weight:800; }
      .woocommerce form .form-row { margin:0 0 12px; }
      .woocommerce-checkout #payment ul.payment_methods { padding:0; }
      .woocommerce-checkout #payment { background:transparent; border:0; }
      .woocommerce-checkout #payment div.form-row { padding:0; }

      section.grid-container.header.in-view {
        background: transparent;
        color: #000;
      }

      .kw-checkout {
        text-align: left;
        margin-bottom: 9%;
      }

      .kw-recap {
        background: rgba(242, 243, 246, 1) !important;
      }

      .kw-recap-left, .kw-recap-right {
        background: transparent;
        border: none;
        width: 50%;
      }

      .kw-recap-left .kw-row, .kw-recap-right .kw-row {
        background: #fff;
        padding: 10px 30px;
        border: none;
        justify-content: space-between;
      }

      .kw-recap-grid {
        display: flex;
        max-width: 80%;
        margin: 0 auto;
      }

      .kw-lab {
        color: #000;
        font-weight: 300;
      }

      .kw-recap-left {}

      .kw-recap-left .kw-row {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 5px;
      }

      .kw-val {
        font-size: 17px;
        font-weight: bold;
        color: #000;
      }

      .kw-recap-actions a {
        font-size: 16px;
        font-weight: 400;
        max-width: 320px;
        background: rgba(28, 104, 176, 1);
        color: #fff;
        font-family: 'Canaro';
        letter-spacing: 0px;
        padding: 8px 18px;
      }

      .kw-recap-right .kw-recap-actions {
        justify-content: end;
      }

      a.kw-btn.primary {
        font-size: 16px;
        font-weight: 400;
        max-width: 320px;
        background: rgba(28, 104, 176, 1);
        color: #fff;
        font-family: 'Canaro';
        letter-spacing: 0px;
        padding: 8px 18px;
      }

      h3.kw-block-title {
        text-align: left !important;
        text-transform: inherit;
        letter-spacing: 0;
        max-width: 70%;
        margin: 0 auto;
        margin-top: 65px;
      }

      .kw-checkout .summary-card, .kw-checkout .kw-box, .kw-checkout .kw-recap {
        border: none;
        padding: 0;
      }

      .kw-checkout .summary-card p, .kw-checkout .kw-box p, .kw-checkout .kw-recap p {
        margin-left: 0;
      }

      .kw-checkout .kw-recap {
        padding-top: 35px;
        padding-bottom: 35px;
        margin-bottom: 3%;
        max-width: 70%;
        margin: 35px auto;
      }

      .woocommerce-billing-fields {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
      }

      .kw-field {
        width: 50%;
      }

      .kw-field p {
        max-width: 96%;
      }

      .woocommerce-privacy-policy-text p {
        margin-left: 0 !important;
        margin-top: 25px;
      }

      .kw-field label {
        color: #000;
        font-size: 15px;
        font-weight: 400;
      }

      .kw-field input {
        border: 1px solid rgba(207, 207, 214, 1);
      }

      .kw-field .input, .woocommerce-billing-fields .input-text, .woocommerce-billing-fields select {
        background: rgba(242, 243, 246, 1);
        height: 49px;
      }

      span.select2.select2-container.select2-container--default {
      }

      .select2-container .select2-selection--single .select2-selection__rendered {
        height: 49px;
        border: 1px solid rgba(207, 207, 214, 1) !important;
        background: rgba(242, 243, 246, 1);
      }

      .select2-container .select2-dropdown, .select2-container .select2-selection {
        border: none;
      }

      span.selection {
        border-radius: 15px;
      }

      button#place_order {
        background: rgba(28, 104, 176, 1);
        border-radius: 15px;
        padding: 14px 22px;
        margin-bottom: 0;
        position: relative;
        top: 30px;
      }

      .woocommerce-billing-fields {
        max-width: 70%;
        margin: 0 auto;
      }

      .kw-pay {
        max-width: 70%;
        margin: 0 auto;
      }
.kw-field {
    position: relative;
}

span.select2.select2-container.select2-container--default {
    margin-top: 8px;
    background: #f2f3f6 !important;
    border-radius: 10px !important;
    padding-bottom: 4px;
    border: 1px solid #ccc;
    width: 100% !important;
    position: relative !important;
}

span.selection {
    border: none !important;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
    border: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    border: none !important;
    height: 45px !important;
}

.kw-checkout .summary-card p, .kw-checkout .kw-box p, .kw-checkout .kw-recap p {
    width: 100%;
    position: relative;
}


span.woocommerce-input-wrapper {
    position: relative;
}

span.select2.select2-container.select2-container--default.select2-container--open {
    position: relative !important;
}

p#billing_country_field label {
    margin-left: 18px;
}

p#billing_city_field {
    margin-left: 18px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
}

.woocommerce {
    max-width: 1280px;
    margin: 0 auto;
}

.woocommerce-billing-fields__field-wrapper {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce form .form-row {
    width: 48%;
    margin-right: 2%;
}

.woocommerce-billing-fields {
    max-width: 100%;
}

p#billing_country_field label {
    margin-left: 0;
}

span.select2.select2-container.select2-container--default {
    margin-left: 0 !important;
    left: 0 !important;
}

p#billing_city_field {
    margin-left: 0;
}

.col-2 {
    width: 100% !important;
    text-align: left;
}

p#order_comments_field {
    width: 100%;
}

.woocommerce h3 {
    text-align: left !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    background: #f2f3f6 !important;
    padding: 14px 10px;
    border-radius: 10px;
    border-color: #ccc;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

p#billing_address_2_field {
    width: 100%;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
}

.form-row.place-order {
    width: 100% !important;
}

div#order_review {
    margin-bottom: 125px;
}
ul.wc-item-meta {
    display: none;
}

h2.woocommerce-order-details__title {
    text-align: left !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    text-align: left;
}

div#kwotb-auth {
    border: none;
    max-width: 500px;
    margin: 0 auto;
}

.auth-title {
    font-size: 22px;
    padding-left: 50px;
    background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_80_1485)"><path d="M26.6668 16.6667C26.6668 20.35 23.6835 23.3333 20.0002 23.3333C16.3168 23.3333 13.3335 20.35 13.3335 16.6667C13.3335 12.9833 16.3168 10 20.0002 10C23.6835 10 26.6668 12.9833 26.6668 16.6667Z" fill="%230D1971"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20 40C31.05 40 40 31.05 40 20C40 8.95 31.05 0 20 0C8.95 0 0 8.95 0 20C0 31.05 8.95 40 20 40ZM30.45 35.0667C35.2167 31.75 38.3333 26.25 38.3333 20C38.3333 9.86667 30.1333 1.66667 20 1.66667C9.86667 1.66667 1.66667 9.86667 1.66667 20C1.66667 26.25 4.78333 31.75 9.55 35.0667C10.725 32.8667 14.5167 26.6667 20 26.6667C25.4833 26.6667 29.2667 32.8667 30.45 35.0667Z" fill="%230D1971"/></g><defs><clipPath id="clip0_80_1485"><rect width="40" height="40" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

form#loginform {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: start;
    align-items: start;
}

form#loginform p {
    width: 100%;
    text-align: left;
    margin: 0;
    max-width: 100% !important;
}

form#loginform input {
    border-radius: 10px;
}

input#wp-submit {
    width: 100%;
    background: rgba(28, 104, 176, 1);
    color: #fff;
    height: 49px;
    border-radius: 15px$;
}

button {
    cursor: pointer;
}

.summary-card.left-su {
    border: none;
}

aside.recap {
    height: auto;
    max-width: 440px;
}

.step3-grid {
    display: flex;
    align-items: start;
}

.step3-bloks {
    width: 100%;
}

button#kwotb-show-register {
    color: rgba(13, 24, 108, 1) !important;
    border-color: rgba(13, 24, 108, 1); 
}
.left-su{display: none;}.summary-card.left-su.show {
    display: block;
}
      @media (max-width: 920px){
        .kw-recap-grid { grid-template-columns: 1fr; display:block; max-width:100%; }
        .kw-recap-left, .kw-recap-right { width:100%; }
        .kw-form-2col { grid-template-columns: 1fr; }
      }