.mailpoet_form {
    max-width: 100%;
}

.wc_payment_method.payment_method_pay_by_paynow_pl_blik input[type=text],
.wc_payment_method.payment_method_pay_by_paynow_pl_blik .paynow-blik-white-label #paynow_blik_code {
    min-width: 150px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar .navbar-nav.navbar-nav--icons .show-search-form {
        font-size: 21px;
    }
}

@media (max-width: 1199px) {
    .navbar.navbar-light .navbar-toggler {
        margin-right: 5px;
    }

    .navbar .navbar-brand {
        width: auto;
        flex-grow: 1;
        margin-right: 5px;
    }

    .navbar .navbar-nav.navbar-nav--icons {
        margin-right: 5px;
    }

    .navbar .navbar-nav.navbar-nav--icons .show-search-form {
        font-size: 24px;
    }

    .dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler,
    html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
        max-width: none;
    }

    .navbar .navbar-nav.navbar-nav--icons .dgwt-wcas-search-icon,
    .navbar .navbar-nav.navbar-nav--icons .nav-item .nav-link {
        height: 60px;
        padding: 0 5px;
    }
}

body.single-product #primary #main .product form.cart {
    flex-direction: column;
    align-items: unset;
}

.cart_item dl.variation {
    display: flex;
    width: fit-content;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 4px;
}

.cart_item dl.variation dd,
.cart_item dl.variation dt {
    height: fit-content;
    display: flex;
    align-items: center;
    margin: 0;
    white-space: nowrap;
}

.cart_item dl.variation .variation-row {
    display: flex;
    gap: 4px;
    align-items: center;
}

.cart_item dl.variation dd *,
.cart_item dl.variation dt * {
    margin: 0;
}

.product-additional-options .product-additional-options__option {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.product-additional-options .product-additional-options__option.multiple-options {
    align-items: flex-start;
    flex-direction: column;
    cursor: initial;
}

.product-additional-options .product-additional-options__option.single-option * {
    cursor: pointer;
}

.product-additional-options .product-additional-options__option input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 1.625em;
    width: 1.625em;
    background-color: #F5F5F5;
}

.product-additional-options .product-additional-options__option input:checked {
    background-color: #FF5A22;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}