header.header {
    padding: 0 2.4rem;
}

header > div > div.brand-logo {
    height: 100%;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
}

header > div > div.brand-logo > img {
    width: 100%;
    max-height: 100%;
}

.fc-event {
    cursor: default !important;
}

.cart-summary table tr.top-line {
    border-top: 1px solid rgba(24, 75, 182, 0.3)!important;
}

.cart-summary table tr.bottom-line {
    border-bottom: 1px solid rgba(24, 75, 182, 0.3)!important;
}

.cursor-pointer {
    cursor: pointer;
}

.cart-summary {
    height: auto!important;
}

.parsley-errors-list > li {
    color: #f94687!important;
}

#next-step {
    transition: max-height 0.3s ease;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 50%;
    width: 20px;
    height: 20px;

    border: 2px solid #999;
    transition: 0.2s all linear;
    margin-right: 5px;

    position: relative;
}

input[type="radio"]:checked {
    border: 7px solid #1E3FB4;
    outline: unset !important
}

@media only screen and (max-width: 767px) {
    header.header {
        padding: 0 calc(var(--bs-gutter-x) * .5) 0 calc(var(--bs-gutter-x) * .5);
    }

    header > div > div.brand-logo {
    }
}