/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Custom CSS */

@supports (-webkit-touch-callout: none) {
    input[type="radio"],
    input[type="checkbox"] {
        margin: 0;
        padding: 0;
        vertical-align: middle;
        position: relative;
    }

    input[type="radio"] + label,
    input[type="checkbox"] + label {
        display: inline-block;
        margin: 0;
        line-height: 1.2;
        vertical-align: middle;
    }
}

input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}

:root {
    --bricks-text-danger: var(--secondary) !important;
}

/* Bricks Classes */
body {
    min-height: 100dvh !important;
}

body.bricks-is-frontend :focus-visible {
    outline: none !important;
    border-color: var(--primary) !important;
}

buttton {
    user-select: none !important;
}

form button {
    height: 40px;
    width: 100%;
}

/* HTML Elements */
input,
select {
    border-radius: var(--radius-6);
    accent-color: var(--secondary);
}

/* WooCommerce */

/* Checkout form border */
.woocommerce-checkout .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: none !important;
}

/* Fibo - No results */
.dgwt-wcas-suggestion-nores p:first-of-type {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--secondary);
}

img[src*="paysera-kredi.jpeg"] {
    height: 30px;
}

.highlight {
    color: var(--secondary);
}

.oneday {
    color: #fe3431 !important;
    font-weight: 600 !important;
}
