@charset"utf-8";

body {
    font-optical-sizing: auto;
}

b, strong {
    font-weight: bold;
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
}

hr {
    opacity: 1;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}

.btn {
    border: none !important;
}

.form-control {
    border: 1px solid #00315b;
}

.form-check-input {
    border: 1px solid #00315b;
    border-radius: 0!important;
    margin-top:0;
}

.form-control:focus {
    border-color: inherit !important;
    outline: 0;
    box-shadow: none !important;
}

.form-check-input:focus {
    border-color: inherit !important;
    outline: 0;
    box-shadow: none !important;
}

.card-body p {
    text-align: left;
}

.quantity-control {
    display: inline-flex;
    border: 1px solid #337ebe;
    border-radius: 0;
    overflow: hidden;
}

.btn_negate, .btn_add {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    margin: 0 !important;
    border: none!important;
}

.quantityinput {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 30px;
    width: 3em;
    text-align: center;
    box-sizing: border-box;
}

.formLineare form {
    display: inline-block;
}

.formLineare input, select {
    line-height: var(--bs-btn-line-height);
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0;
    border: 1px solid #337ebe;
}

    .formLineare input::placeholder {
        color: lightgray;
    }

.catalogo:not(:last-child)::after {
    content: " | ";
    margin: 0 8px;
}

fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.sizeIcona-1 i {
    font-size: 1em;
}

.sizeIcona-1 img {
    width: 1em;
}

.sizeIcona-2 i {
    font-size: 2em;
}

.sizeIcona-2 img {
    width: 2em;
}

.sizeIcona-3 i {
    font-size: 3em;
}

.sizeIcona-3 img {
    width: 3em;
}

.sizeIcona-4 i {
    font-size: 4em;
}

.sizeIcona-4 img {
    width: 4em;
}

.sizeIcona-5 i {
    font-size: 5em;
}

.sizeIcona-5 img {
    width: 5em;
}

.w200 {
    width: 200px;
}

.apici-citazione {
    max-width: 40px;
    max-height: 40px;
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    form, #dpm-annotation, #payment-status {
        width: 100%;
        min-width: initial;
    }
}

.page-link.active, .active > .page-link {
    background-color: #00315b;
    outline: none;
}

.page-link.active, .active > .page-link:hover {
    background-color: #337ebe;
}

    .page-link.active, .active > .page-link:focus {
        outline: none !important;
        box-shadow: none !important;
    }

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
}

.categoriaAttiva {
    border-bottom: 2px solid #111827;
}