/*
Theme Name: Furnive Child
Theme URI: http://www.wpbingosite.com/furnive
Author: wpbingo
Description: This is a child theme for Furnive
Version: 1.0
Author URI: http://wpbingosite.com
Template: furnive
Text Domain: furnive-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#bwp_form_filter_product .bwp-filter.bwp-stock-status span{
     width: 16px !important;
     padding: 0 !important;
     height: 16px !important;
     min-width: unset;
}
#bwp_form_filter_product .bwp-filter.bwp-stock-status span.active{
background: #100;
}
.bwp-main .page-title{
padding: 45px 0 35px;
}

/* Style dla rozwijanego opisu kategorii */
.category-description {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.category-description.collapsed {
    max-height: 120px; /* wysokość pierwszego akapitu */
}
.category-description.expanded {
    max-height: 1000px; /* wystarczająco dużo miejsca na cały tekst */
}
.category-description-toggle {
    display: inline-block;
    background-color: #f0f0f0;
    padding: 5px 15px;
    margin-top: 10px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.category-description-toggle:hover {
    background-color: #e0e0e0;
}
.category-description {
    transition: max-height 0.5s ease;
}

/* Style dla paska informacyjnego */
.top-info-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 10001 !important;
    background-color: #ffffff !important;
    color: #000 !important;
    padding: 8px 0 !important;
    font-size: 13px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
}

/* Przywrócenie czerwonego koloru dla nagłówka */
.header-link-probki a,
.zamow-probki-link,
.zamow-bezplatne-probki-tkanin,
header a[href*="zamow-bezplatne-probki"],
.top-info-bar .top-info-left a {
    color: #ff0000 !important;
}

/* Styl dla paska informacyjnego, gdy menu jest sticky */
.top-info-bar.sticky-info-bar {
    transform: translateY(-100%) !important;
}

/* Styl dla sticky menu */
.bwp-header.sticky {
    top: 0 !important; /* Menu będzie na samej górze, bez paska */
}

.admin-bar .top-info-bar.sticky-info-bar {
    transform: translateY(-100%) !important;
}

.top-info-bar .container {
    width: 100% !important;
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.top-info-bar .row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.top-info-bar .top-info-left {
    text-align: left !important;
}

.top-info-bar .top-info-left a {
    color: #ff0000 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    letter-spacing: 1.5px !important;
    text-decoration: none !important;
}

.top-info-bar .top-info-left a:hover {
    color: #ff0000 !important; /* Zachowanie tego samego koloru */
    opacity: 0.9 !important; /* Lekkie przyciemnienie */
    text-decoration: underline !important; /* Dodanie podkreślenia */
}

.top-info-bar .top-info-right {
    display: flex !important;
    align-items: center !important;
    text-align: right !important;
}

.top-info-bar .question-text {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    margin-right: 6px !important;
}

.top-info-bar .phone-number {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

/* Dodaj padding dla body, aby zawartość nie była przykryta */
body {
    padding-top: 40px !important;
}

/* Dla zalogowanych użytkowników */
.admin-bar .top-info-bar {
    top: 32px !important;
}

/* Dostosowania mobilne */
@media (max-width: 782px) {
    .admin-bar .top-info-bar {
        top: 46px !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 70px !important;
    }
    
    .top-info-bar {
        padding: 10px 0 !important;
    }
    
    .top-info-bar .row {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .top-info-bar .top-info-left,
    .top-info-bar .top-info-right {
        text-align: center !important;
        justify-content: center !important;
        width: 100% !important;
    }
    
    .top-info-bar .top-info-left {
        margin-bottom: 8px !important;
    }
    
    .top-info-bar .phone-number {
        color: #000 !important;
       //*  font-weight: 700 !important;
       background-color: #ffffff !important;*//
        padding: 2px 8px !important;
        border-radius: 2px !important;
    }
}

/* Popup BOX */
.pum-overlay {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* Przycisk formularza */
input.wpcf7-submit,
input[type="submit"].wpcf7-form-control {
    background-color: #222 !important;
    color: white !important;
    border: none !important;
    border-radius: 0 !important;
    height: 50px !important;
    padding: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    width: 100% !important;
    margin-top: 10px !important;
    line-height: 27px !important; /* Dodana właściwość line-height */
}

/* Styl pól formularza */
.contact-us-form input[type="text"],
.contact-us-form input[type="email"] {
    border: 1px solid #ddd !important;
    padding: 10px !important;
    width: 100% !important;
    border-radius: 0 !important;
}

/* Styl przycisku zamknij */
.pum-close {
    background-color: #0EBCCD !important;
    border-radius: 0 !important;
}

/* Responsywność dla małych ekranów */
@media (max-width: 768px) {
    /* Zmiana układu na kolumnowy */
    div[style*="display: flex"] {
        flex-direction: column !important;
    }
    
    /* Zmniejszenie paddingu w kontenerze formularza */
    div[style*="padding: 30px 40px"] {
        padding: 20px !important;
    }
    
    /* Zmniejszenie rozmiaru tytułu */
    h2[style*="font-size: 22px"] {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    
    /* Zmniejszenie rozmiaru opisu */
    p[style*="font-size: 16px"] {
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }
    
    /* Zmniejszenie wysokości pól formularza */
    .wpcf7-form-control,
    input.wpcf7-form-control,
    input[type="text"].wpcf7-form-control,
    input[type="email"].wpcf7-form-control {
        height: 40px !important;
        padding: 8px 12px !important;
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    
    /* Zmniejszenie przycisku */
    input.wpcf7-submit,
    input[type="submit"].wpcf7-form-control {
        height: 40px !important;
        padding: 8px !important;
        font-size: 14px !important;
        line-height: 24px !important;
    }
    
    /* Zmniejszenie etykiet */
    .form-row label {
        font-size: 14px !important;
        margin-bottom: 3px !important;
    }
    
    /* Zmniejszenie informacji o danych osobowych */
    p[style*="font-size: 10px"] {
        font-size: 9px !important;
    }
    
    /* Ograniczenie maksymalnej szerokości popupu na mobilnych */
    .pum-container {
        max-width: 90% !important;
        width: 90% !important;
    }
    
    /* Poprawka dla obrazka - mniejsza wysokość */
    div[style*="display: flex"] > div:first-child {
        max-height: 200px !important;
        overflow: hidden !important;
    }
    
    div[style*="display: flex"] > div:first-child img {
        max-height: 180px !important;
        object-fit: contain !important;
    }
}

/* Dodatkowe style dla jeszcze mniejszych ekranów */
@media (max-width: 480px) {
    /* Jeszcze mniejsze paddingi */
    div[style*="padding: 30px 40px"] {
        padding: 15px !important;
    }
    
    /* Jeszcze mniejszy tytuł */
    h2[style*="font-size: 22px"] {
        font-size: 16px !important;
    }
    
    /* Mniejsza wysokość obrazka */
    div[style*="display: flex"] > div:first-child {
        max-height: 150px !important;
    }
    
    div[style*="display: flex"] > div:first-child img {
        max-height: 130px !important;
    }
}

/* Większe pola formularza - dokładniejsze selektory */
.wpcf7-form-control,
input.wpcf7-form-control,
input[type="text"].wpcf7-form-control,
input[type="email"].wpcf7-form-control {
    height: 50px !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
}

/* Dodatkowy odstęp między polami a przyciskiem */
.contact-us-form .button,
.wpcf7-submit {
    margin-top: 10px !important;
}

input.wpcf7-submit:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
}

input.wpcf7-submit {
    border-radius: 3px !important;
}

input.wpcf7-submit:hover {
    background-color: #333 !important;
}

.full-width-field {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Resetowanie wszystkich stylów formularza */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
    width: 100% !important;
    max-width: 100% !important;
    height: 50px !important;
    padding: 10px 15px !important;
    font-size: 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    margin-bottom: 15px !important;
}

/* Usunięcie atrybutu size */
.wpcf7-form input {
    size: auto !important;
}

/* Dodatkowe poprawki dla popupu na urządzeniach mobilnych */
@media (max-width: 480px) {
    /* Poprawka dla kontenera popupu */
    .pum-container {
        padding: 0 !important;
        max-width: 95% !important;
        width: 95% !important;
        overflow: hidden !important;
    }
    
    /* Poprawka dla układu flexbox */
    .pum-container > div {
        max-width: 100% !important;
    }
    
    /* Mniejsze zdjęcie */
    div[style*="display: flex"] > div:first-child {
        max-height: 100px !important; /* Zmniejszone ze 120px */
    }
    
    div[style*="display: flex"] > div:first-child img {
        max-height: 100px !important; /* Zmniejszone ze 120px */
        object-fit: cover !important;
        width: 100% !important;
    }
    
    /* Bardziej kompaktowy formularz */
    .wpcf7-form {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Jeszcze mniejszy padding dla prawej kolumny */
    div[style*="padding: 30px 40px"],
    div[style*="padding: 20px"] {
        padding: 12px !important;
    }
    
    /* Konkretny selektor dla popupu */
    #pum-78870 .pum-container {
        overflow: hidden !important;
        border-radius: 8px !important;
        box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
    }
    
    /* Naprawienie odstępów w formularzu */
    .wpcf7-form-control-wrap {
        display: block !important;
        margin-bottom: 8px !important;
    }
    
    /* Lepsze odstępy w formularzu */
    .wpcf7-form-control {
        margin-bottom: 10px !important;
    }
    
    /* Mniejszy tytuł i odstępy */
    h2[style*="font-size: 22px"],
    h2[style*="font-size: 18px"],
    h2[style*="font-size: 16px"] {
        font-size: 15px !important;
        margin-bottom: 5px !important;
        padding-top: 5px !important;
    }
    
    /* Kompaktowy opis */
    p[style*="font-size: 16px"],
    p[style*="font-size: 14px"] {
        font-size: 13px !important;
        margin-bottom: 8px !important;
        padding: 0 5px !important;
    }
    
    /* Mniejsze pole formularza dla telefonu */
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"] {
        margin-bottom: 8px !important;
    }
    
    /* Dodanie przycisku na dole formularza */
    input.wpcf7-submit {
        margin-top: 5px !important;
    }
    
    /* Przycisk zamknij */
    .pum-close {
        font-size: 12px !important;
        padding: 2px 8px !important;
        top: 0 !important;
        right: 0 !important;
    }
}

/* ============================================
   SPÓJNE STYLOWANIE MENU KONTAKT PO PRAWEJ STRONIE
   ============================================ */

/* Kontener menu po prawej - takie samo pozycjonowanie jak lewa strona */
.kontakt-menu-right {
    display: inline-block !important;
    margin-right: 20px !important;
    vertical-align: middle !important;
}

.kontakt-menu-right .wpbingo-menu-wrapper {
    display: inline-block !important;
}

.kontakt-menu-right .megamenu {
    display: inline-block !important;
}

.kontakt-menu-right .navbar-default {
    display: inline-block !important;
}

/* Główne menu - identyczne style jak lewa strona */
.kontakt-menu-right .bwp-navigation {
    display: inline-block !important;
}

.kontakt-menu-right .bwp-navigation ul,
.kontakt-menu-right .bwp-navigation .menu {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 0 !important;
}

.kontakt-menu-right .bwp-navigation li {
    position: relative !important;
    margin: 0 !important;
    display: block !important;
}

/* Style linków - identyczne jak główne menu */
.kontakt-menu-right .bwp-navigation a {
    display: block !important;
    padding: 8px 12px !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    font-family: inherit !important;
}

.kontakt-menu-right .bwp-navigation a:hover {
    opacity: 0.8 !important;
    color: #333 !important;
}

/* Style dla dropdown - identyczne jak główne menu */
.kontakt-menu-right .bwp-navigation ul ul,
.kontakt-menu-right .bwp-navigation .sub-menu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
    border-radius: 0 !important;
    min-width: 200px !important;
    z-index: 1000 !important;
    padding: 0 !important;
    border: 1px solid #eee !important;
}

.kontakt-menu-right .bwp-navigation li:hover > ul,
.kontakt-menu-right .bwp-navigation li:hover > .sub-menu {
    display: block !important;
}

.kontakt-menu-right .bwp-navigation ul ul li,
.kontakt-menu-right .bwp-navigation .sub-menu li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.kontakt-menu-right .bwp-navigation ul ul a,
.kontakt-menu-right .bwp-navigation .sub-menu a {
    padding: 12px 20px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-bottom: 1px solid #f5f5f5 !important;
    color: #666 !important;
}

.kontakt-menu-right .bwp-navigation ul ul a:hover,
.kontakt-menu-right .bwp-navigation .sub-menu a:hover {
    background: #f8f8f8 !important;
    color: #333 !important;
}

.kontakt-menu-right .bwp-navigation ul ul li:last-child a,
.kontakt-menu-right .bwp-navigation .sub-menu li:last-child a {
    border-bottom: none !important;
}

/* Strzałka dropdown - jak w głównym menu */
.kontakt-menu-right .bwp-navigation .menu-item-has-children > a::after {
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    margin-left: 5px !important;
    font-size: 12px !important;
}

/* Responsywność - identyczna jak główne menu */
@media (max-width: 1200px) {
    .kontakt-menu-right {
        margin-right: 15px !important;
    }
    
    .kontakt-menu-right .bwp-navigation a {
        font-size: 13px !important;
        padding: 6px 8px !important;
    }
}

@media (max-width: 992px) {
    .kontakt-menu-right {
        margin-right: 10px !important;
    }
    
    .kontakt-menu-right .bwp-navigation a {
        font-size: 12px !important;
        padding: 5px 6px !important;
    }
}

/* Na małych ekranach ukryj menu po prawej */
@media (max-width: 768px) {
    .kontakt-menu-right {
        display: none !important;
    }
}


/* Zastąp całą sekcję formularza (od "PROFESJONALNY CSS DLA FORMULARZA" do końca) tym kodem: */

/* ============================================
   PROFESJONALNY CSS DLA FORMULARZA PRÓBEK TKANIN
   ============================================ */

/* Ukryj komunikaty błędów walidacji - pokazuj tylko po submit */
.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-response-output {
    margin: 20px 0;
    padding: 15px;
    border-radius: 8px;
    font-weight: 600;
}

.wpcf7-validation-errors {
    background: #fee;
    border: 2px solid #fcc;
    color: #c66;
}

.wpcf7-mail-sent-ok {
    background: #efe;
    border: 2px solid #cfc;
    color: #6c6;
}

/* Lepsze style dla pól z błędami */
.wpcf7-not-valid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

/* Podstawowy layout formularza - KOMPAKTOWY */
.contact-us-form {
    padding: 15px !important;
    max-width: 100%;
    background: white;
}

.contact-us-form .row {
    margin-bottom: 8px !important;
}

.contact-us-form .col-sm-4,
.contact-us-form .col-sm-6,
.contact-us-form .col-sm-12 {
    width: 100%;
    margin-bottom: 5px !important;
}

.contact-us-form label {
    display: block;
    margin-bottom: 4px !important;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    outline: none !important;
}

.contact-us-form input:focus,
.contact-us-form textarea:focus {
    outline: none !important;
    border-color: #007cba;
}

.contact-us-form textarea {
    min-height: 80px;
    resize: vertical;
}

/* KOMPAKTOWE CHECKBOXY */
.wpcf7-checkbox {
    margin-top: 5px !important;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0 5px 0 !important;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.wpcf7-checkbox .wpcf7-list-item:hover {
    background: #e9f4fd;
}

.wpcf7-checkbox .wpcf7-list-item:has(input:checked) {
    background: #e3f2fd;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.wpcf7-checkbox .wpcf7-list-item label {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.3;
    color: #333;
    flex: 1;
}

/* KOMPAKTOWE RADIO BUTTONY */
.wpcf7-radio {
    margin-top: 5px !important;
}

.wpcf7-radio .wpcf7-list-item {
    margin: 0 0 5px 0 !important;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.wpcf7-radio .wpcf7-list-item:hover {
    background: #e9f4fd;
}

.wpcf7-radio .wpcf7-list-item:has(input:checked) {
    background: #007cba;
    color: white;
}

.wpcf7-radio .wpcf7-list-item:has(input:checked) label {
    color: white;
    font-weight: 500;
}

.wpcf7-radio .wpcf7-list-item input[type="radio"] {
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.wpcf7-radio .wpcf7-list-item label {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.3;
    color: #333;
    flex: 1;
}

/* PRZYCISK SUBMIT - IDEALNIE WYCENTROWANY */
.contact-us-form .button {
    margin-top: 10px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.contact-us-form .wpcf7-submit,
.contact-us-form input.wpcf7-submit {
    background-color: #007cba !important;
    color: white !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 12px 24px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    letter-spacing: 0.5px !important;
    width: 100% !important;
    max-width: 280px !important;
    text-align: center !important;
    line-height: 1.1 !important;
    display: block !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    outline: none !important;
}

.contact-us-form .wpcf7-submit:hover,
.contact-us-form input.wpcf7-submit:hover {
    background-color: #005a87 !important;
}

/* Required field indicators */
.form-required label::after {
    content: " *";
    color: #dc3545;
    font-weight: bold;
}

/* MINIMALNE odstępy między sekcjami */
.contact-us-form .row:not(:last-child) {
    padding-bottom: 5px !important;
}

/* RESPONSIVE - DESKTOP */
@media (min-width: 768px) {
    .contact-us-form {
        padding: 20px !important;
    }
    
    .contact-us-form .row {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        margin-bottom: 12px !important;
    }
    
    .contact-us-form .col-sm-4 {
        flex: 1;
        margin-bottom: 0;
    }
    
    .contact-us-form .col-sm-6 {
        flex: 1;
        margin-bottom: 0;
    }
    
    /* Checkboxy w dwóch kolumnach na desktop */
    .wpcf7-checkbox {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    
    /* Radio buttony obok siebie na desktop */
    .wpcf7-radio {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    
    .wpcf7-radio .wpcf7-list-item,
    .wpcf7-checkbox .wpcf7-list-item {
        margin-bottom: 0 !important;
    }
    
    /* Przycisk wycentrowany na desktop */
    .contact-us-form .wpcf7-submit,
    .contact-us-form input.wpcf7-submit {
        width: auto !important;
        min-width: 250px !important;
        margin: 10px auto !important;
    }
}

@media (min-width: 1200px) {
    /* Na większych ekranach checkboxy w jednym rzędzie */
    .wpcf7-checkbox {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Mobile - bardzo kompaktowo */
@media (max-width: 767px) {
    .contact-us-form {
        padding: 10px !important;
    }
    
    .contact-us-form .wpcf7-submit,
    .contact-us-form input.wpcf7-submit {
        font-size: 14px !important;
        padding: 10px 20px !important;
        max-width: 100% !important;
    }
}

/* USUŃ WSZYSTKIE OUTLINE I BORDER */
input,
textarea,
select,
button {
    outline: none !important;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    outline: none !important;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    outline: none !important;
    box-shadow: none !important;
}

input[type="checkbox"],
input[type="radio"] {
    outline: none !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    -webkit-appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Usuń border z Contact Form 7 elementów */
.wpcf7-form-control-wrap,
.wpcf7-checkbox,
.wpcf7-radio,
.wpcf7-list-item,
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio,
.wpcf7 .wpcf7-list-item {
    border: none !important;
}

.contact-us-form .wpcf7-form-control-wrap {
    border: none !important;
    outline: none !important;
}

.contact-us-form div {
    border: none !important;
}

.contact-us-form .col-sm-6 div,
.contact-us-form .col-sm-4 div,
.contact-us-form .col-sm-12 div {
    border: none !important;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
    border: none !important;
    outline: none !important;
}

.contact-us-form span {
    border: none !important;
}

.contact-us-form * {
    border: none !important;
    outline: none !important;
}

/* Ale przywróć border tylko dla pól input i textarea */
.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form textarea {
    border: 1px solid #ddd !important;
}

.contact-us-form input[type="text"]:focus,
.contact-us-form input[type="email"]:focus,
.contact-us-form textarea:focus {
    border: 1px solid #007cba !important;
}



/* Usuń duplikat ikonki konta – zostaw pierwszą, ukryj drugą */
.header-page-link .login-header + a.active-login,
.header-page-link a.active-login + a.active-login,
.header-page-link a.active-login:nth-of-type(2) {
  display: none !important;
}


.woocs_auto_switcher{
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 9999;
}

.woocs_auto_switcher .woocs_hover,
.woocs_auto_switcher .woocs_hovered,
.woocs_auto_switcher .woocs_description,
.woocs_auto_switcher .woocs_rate{
  display: none !important;
}

