@font-face {
    font-family: Khand;
    src: url(/Content/Fonts/Khand-Bold.ttf);
    src: url(/Content/Fonts/Khand-Light.ttf);
    src: url(/Content/Fonts/Khand-Medium.ttf);
    src: url(/Content/Fonts/Khand-Regular.ttf);
    src: url(/Content/Fonts/Khand-SemiBold.ttf);
}
*:not(.fa-solid) {
    font-family: Khand !important;
}
.modal-open-order {
    position: fixed !important;
}
body {
    overflow-x: hidden !important;
    font-family: Khand !important;
}
.highlight {
    background-color: #B7F8C7;
}
#Btn_Img {
    border-radius: 100px !important;
    background: #f28e1c;
    z-index: 10000;
}
    #Btn_Img:focus {
        box-shadow: none !important;
    }
.mainHero {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-top: 32px;
}
#Filter_Categoria {
    background-color: #f28e1c !important;
    border: none !important;
}
.MsoTableGrid {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: none !important;
    width: 100% !important;
}
#Scarica_Doc {
    border-radius: 100px !important;
    width: 37px !important;
    height: 37px !important;
    position: fixed;
    right: 32px;
    bottom: 160px;
    overflow: hidden;
    background-color: #ff6c2b;
    border: none !important;
    padding: 6px !important;
}
.CambioLingua {
    background-color: #f28e1c;
    border: none!important;
}
    .CambioLingua:hover,.CambioLingua:active, .CambioLingua:focus {
        background-color: #f28e1c!important;
        box-shadow:none!important;
    }
.spicy {
    color: #ec4e00 !important;
    border-color: none !important;
    border: none !important;
}
.badge_all {
    display: inline-block;
    padding: 2px 14px;
    background: #d2c82a;
    font-size: 25px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    margin: -2px 5px 0 0;
}
.note {
    padding: 0 5px 0 7px;
    min-width: 25px;
    background: rgba(0,0,0,0);
    color: #382f2f;
    box-sizing: border-box;
    border-radius: 45px;
    line-height: 27px;
    border: 1px solid #382f2f;
}
.mainHeroContent {
    text-align: center;
}
.mainHeroContent_img {
    width: 100%;
    height: auto;
}

.titolo_sezione {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom:0px!important;
}

.titolo_sezione_smaller {
    font-size: 24px;
    font-weight: 600;
}

.prodotto {
    font-size: 18px;
}

.Titolo_prodotto {
    font-weight: 700;
    font-size: 22px;
}

#Add_Prodotto {
    border-radius: 100px !important;
    height: 37px !important;
    width: 37px !important;
    position: fixed;
    right: 32px;
    bottom: 16px;
    overflow: hidden;
    padding: 6px !important;
}

#Add_Categoria {
    border-radius: 100px !important;
    width: 37px !important;
    height: 37px !important;
    position: fixed;
    right: 32px;
    bottom: 64px;
    overflow: hidden;
    background-color: red !important;
    border: none !important;
    padding: 6px !important;
}

#Order_Categoria {
    border-radius: 100px !important;
    width: 37px !important;
    height: 37px !important;
    position: fixed;
    right: 32px;
    bottom: 112px;
    overflow: hidden;
    background-color: green !important;
    border: none !important;
    padding: 6px !important;
}

.close {
    display: none !important;
}

.modal-content {
    border-radius: 14px;
    border: none !Important;
}

.modal-header {
    border: none;
}
.item h4 {
    max-width: 50% !important;
    color: #961619!important;
}
#card {
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    padding: 20px 30px;
    border-radius: .25rem;
}
.MsoNormalTable{
    display: none;
}
h3#Titolo_4124:before {
    display: flex;
    content: url(../../Content/Barazzo/Rosso.png);
    align-items: center;
    align-content: center;
    width: auto !important;
    height: 100%;
    justify-content: center;
    transform: scale(0.3);
    height: 150px;
}
h3#Titolo_4128:before {
    display: flex;
    content: url(../../Content/Barazzo/Piccante.png);
    align-items: center;
    align-content: center;
    width: auto !important;
    height: 100%;
    justify-content: center;
    transform: scale(0.3);
    height: 150px;
}
h3#Titolo_4126:before {
    display: flex;
    content: url(../../Content/Barazzo/Pesce.png);
    align-items: center;
    align-content: center;
    width: auto !important;
    height: 100%;
    justify-content: center;
    transform: scale(0.3);
    height: 150px;
}
h3#Prodotto_7043:before {
    display: flex;
    content: url(../../Content/Barazzo/Aglio_Olio.png);
    align-items: center;
    align-content: center;
    width: auto !important;
    height: 100%;
    justify-content: center;
    transform: scale(0.3);
    height: 150px;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.mainHero {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-top:32px;
}

.mainHeroContent {
    text-align: center;
}

    .mainHeroContent h4 {
        font-size: 0.8rem;
    }
.FilterCheckbox{
    height:32px;
    width:32px;
}
.badge-small {
    display: inline-block;
    padding: 0px 9px;
    /*background: #f28e1c;*/
    background: #bcbcbc;
    font-size: 10px;
    font-weight: 300;
    line-height: normal !important;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    border-radius: 32px;
    margin: -2px 5px 0 0;
}

.badge {
    display: inline-block;
    padding: 2px 14px;
    background: #f28e1c;
    font-size: 25px;
    font-weight: 300;
    line-height: normal !important;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, .05);
    letter-spacing: 1px;
    border-radius: 3px;
    margin: -2px 5px 0 0;
    color: #961619 !important;
    border: 2px solid #961619;
    background-color: white;
    border-radius: 16px !important;
}
a.kc_fab_main_btn_goback{
    text-decoration: none!important;
    z-index:100;
}
.fa-arrow-up:before {
    color: #961619;
}
.kc_fab_main_btn_goback {
    display: flex;
    overflow: hidden;
    z-index: 100;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 32px;
    right: 32px;
    background-color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: white;
    border: none;
    outline: 2px solid #961619;
    color: #FFF;
    font-size: 36px;
    transition: .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .kc_fab_main_btn_goback:hover {
        text-decoration: none;
        color: white;
    }
a.badge:focus, a.badge:hover {
    text-decoration: none!important;
    color:white;
}
a.badge{
    text-decoration:none!important;
}
.titolo_sezione_Edit {
    font-size: 1.5rem;
    font-weight: 900;

}
.prodotto_edit {
    font-size: 1rem;
    font-weight: 500;
}

.Titolo_prodotto_edit {
    font-weight: 700;
    font-size: 1rem;
}

.titolo_sezione_smaller {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: .5rem !important;
}

.sottitolo_sezione {
    font-size: 1rem;
    font-weight: 500;
    margin-top: .5rem !important;
}


.item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

    .item h4 {
        display: inline-block;
        padding-right: 8px;
        font-size: 1.25rem;
        max-width: 80%;
        text-transform: capitalize;
        margin-bottom: 4px;
        position: relative;
    }

    .item span:first-of-type {
        background-image: linear-gradient(to right,rgba(56,47,47,.5) 33%,rgba(0,0,0,0) 0%);
        background-position: bottom;
        background-size: 3px 1px;
        background-repeat: repeat-x;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 22px;
    }

    .item span:nth-of-type(2n) {
        position: absolute;
        font-size: 22px;
        font-weight: 400;
        right: 0;
        padding-left: 8px;
        z-index: 0;
        line-height: 23px;
    }

    .item span:first-of-type {
        background-image: linear-gradient(to right,rgba(56,47,47,.5) 33%,rgba(0,0,0,0) 0%);
        background-position: bottom;
        background-size: 3px 1px;
        background-repeat: repeat-x;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 22px;
    }

.reset-this {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial !important;
    all: unset;
}

.item p {
    clear: both;
    font-weight: 500;
    color: #3f3832;
    margin-left: 5px;
    font-style: italic;
    margin-left: 0 !important;
}
