/*

alicja janowicz
sklep login css

*/

:root {
    --col1: #d19b97;
    --col2: #606060;
    --text: #303030;
    --borbis: #B0CB1F;
}

#login h1 a, .login h1 a {
    background-image: url(/wp-content/uploads/2024/09/Logo-KWB-v3.png);
    width: 300px;
    height: 189px;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none !important;
}

/* produkt notka */
#notkacolumn {
    width: 70px;
}

/* customer filter */
.woocommerce-customer-filter {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-customer-filter > .acf-field {    
    width: calc(33.3333% - 20px);
    padding: 10px;
}

.woocommerce-customer-filter > .acf-field.acf-field-date_picker {
    width: calc(50% - 20px);
}

.woocommerce-customer-filter > .acf-field.acf-field-radio {
    width: calc(100% - 20px);
}

.woocommerce-customer-filter .acf-label {
    padding-bottom: 5px;
}

.woocommerce-customer-filter .acf-input-wrap input {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    padding: 5px 10px;
    transition: .2s ease;
}

.woocommerce-customer-filter .acf-input-wrap input:focus, .woocommerce-customer-filter .acf-input-wrap input:active {
    border-color: var(--col1);
    box-shadow: none;
    outline: none;
}

.woocommerce-customer-filter > .acf-field.acf-field-radio .acf-input {
    line-height: 1.7;
}

.woocommerce-customer-filter > .acf-field input[type=radio] {
    border-color: #ddd;
    box-shadow: none;
    width: 15px;
    height: 15px;
}

.woocommerce-customer-filter > .acf-field.acf-field-radio .acf-input {
    line-height: 1.7;
}

.woocommerce-customer-filter > .acf-field input[type=radio] {
    border-color: #ddd;
    box-shadow: none;
    width: 15px;
    height: 15px;
}

.woocommerce-customer-filter button[type=submit] {
    margin: 10px;
    background: var(--col1);
    color: #fff;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    transition: .3s;
    box-shadow: none;
    outline: none;
    letter-spacing: .25px;
}

.woocommerce-customer-filter button[type=submit]:hover, .woocommerce-customer-filter button[type=submit]:focus, .woocommerce-customer-filter button[type=submit]:active {
    background: var(--col2);
    color: #fff;
}

.woocommerce-customer-filter > .acf-field.acf-field-radio .acf-input label {
    display: block;
}

@media(max-width: 1000px) {
    .woocommerce-customer-filter > .acf-field, .woocommerce-customer-filter > .acf-field.acf-field-date_picker {
        width: calc(100% - 20px);
    }
}