/*
Theme Name: P&P Free Webshop Theme
Theme URI: https://p-p.nl
Author: P&P Projects
Description: This is a theme created specifically for P&P Projects' free webshops.
Version: 1.0.0
Text Domain: penp-free-webshop-theme
Template: easysell
*/

.wc-block-components-form .wc-block-components-text-input.is-active input + label, .wc-block-components-form .wc-block-components-text-input.has-error.is-active input + label {
    transform: unset !important;
}

.wc-block-components-button:not(.is-link) {
    transition: color 0.3s, background-color 0.3s, border-color 0.3s !important;
}

@media (max-width: 600px) {
    header > div:first-child > div:first-child > div:first-child
    {
        flex: auto;
        justify-content: space-between;
    }
}

@media (max-width: 600px) {
    #wp-block-search__input-2
    {
        right: unset;
        z-index: 10;
    }
}