@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
    font-family: "BebasNeue";
    src: url('../assets/fonts/BebasNeue/BebasNeue-Regular.ttf') format('trutype'),
        url('../assets/fonts/BebasNeue/BebasNeue-Regular.otf') format('opentype');
}

:root {
    /*Colours*/
    --banner_red: rgb(200, 33, 33);
    --footer_red: rgb(91, 7, 10);
    --content_red: rgb(140, 15, 20);
    --main_red: #d7191f;
    --golden: rgb(174, 158, 107);
    --yellow-alert: #fcba00;
    --green-alert: #00bb00;

    /*Dimensions*/
    --header_height: 108px;
    --modal_max_h: 80vh;

    --filter_white: invert(98%) sepia(27%) saturate(7500%) hue-rotate(193deg) brightness(145%) contrast(100%);
    --filter_red: invert(12%) sepia(76%) saturate(6049%) hue-rotate(358deg) brightness(97%) contrast(78%);
    --filter_gold: invert(56%) sepia(62%) saturate(295%) hue-rotate(1deg) brightness(91%) contrast(90%);

    --media_break:
}

.preload * {

    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.bebas {
    font-family: 'BebasNeue-Regular', 'BebasNeue', 'Roboto', sans-serif
}

.rosso-banner {
    color: var(--banner_red);
}

.rosso-content {
    color: var(--content_red);
}

.rosso-main {
    color: var(--main_red);
}

.oro-goldern {
    color: var(--golden);
}

body {
    margin: 0;
    font-family: 'Roboto', 'Open Sans', sans-serif;

    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.fill-height {
    flex-grow: 1;
}


/* Everything Header */
header {
    max-height: var(--header_height);
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    /*padding: 0 25px;*/
    margin-bottom: 10px;
    flex-wrap: wrap;
}



header input {
    /*width: 420px;
    height: 25px;
    font-size: 1.2em;*/
    width: 100%;
}

.burger-menu {
    display: flex;
    width: 33%;
    filter: var(--filter_red);
    height: 100%;
    margin-right: 8px;

}

.login-wrapper {
    display: flex;
    align-items: center;
}

.login-wrapper img {
    height: 22px;
}

.burger-menu img {
    max-height: 35px;
}

.burger-menu:active {
    transform: scale(1.1);
}

#logo-ziamartina:hover {
    cursor: pointer;
}

.top-logo {
    max-height: 68px;
}

.dati-utente .nome-abbreviato {
    display: none;
}


.social-icon {
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: 0.2s;
}

.social-icon:hover {
    transform: scale(1.10);
}

.red-svg {
    filter: invert(26%) sepia(97%) saturate(2989%) hue-rotate(345deg) brightness(107%) contrast(97%);
}

.red-png {
    filter: invert(83%) sepia(65%) saturate(4053%) hue-rotate(342deg) brightness(103%) contrast(108%);
}

.black-png {
    filter: invert(100%);
}

.width-container {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

/* Everything Navigation */
nav {
    background-color: var(--main_red);
    height: 60px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-wrapper {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.nav-button {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #fff;
    transition: 0.25s;
    text-decoration: none;
}

.nav-button:hover {
    color: var(--golden);
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-button:active {
    color: var(--golden);
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-button:last-child {
    border-right: 3px solid #fff;
}


/* Everything Footer */

footer {
    background-color: var(--footer_red);
    bottom: 0;
    color: #fff;
    align-items: center;
    padding: 10px 20px;
}

footer a {
    color: var(--golden);
    font-weight: 600;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

.footer_wrapper {
    max-width: 1400px;
    margin: 30px auto;
    text-align: center;
}

.moble-footer-view>div:first-child img {
    display: none;
}

.wrapper {
    display: flex;
    justify-content: space-between;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-icons img {
    width: 22px;
}

.main-container {
    max-width: 1450px;
    margin: auto;
    width: 100%;
}

.bread-crumb-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.90);
    z-index: 99;
}


.bread-crumb {
    margin: 0 15px;
    font-size: 1.2em;
    padding: 8px 0;
    position: relative;
    align-items: center;

}

.bread-crumb a {
    text-decoration: none;
    color: #111;
}

.bread-cart {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.bread-crumb>div:first-of-type {
    font-size: 0.8em;
    z-index: 20;
    max-width: 300px;
    margin-bottom: 4px;

    width: calc(20% - 10px);
    box-sizing: border-box;
    padding-right: 15px;
}

.dettagli-cliente-ordine {
    color: #555;
    /*text-align: center;
    position: absolute;*/
    flex-grow: 1;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    /*margin-left: auto;*/
    margin-right: auto;
    justify-content: space-between;
}

.dettagli-cliente-ordine>span:nth-child(1) {
    color: var(--banner_red);
    font-weight: 700;
}

.dettagli-cliente-ordine a:hover {
    border-color: #d7191f;
    color: #d7191f;
}

.nome-ord-cliente {
    color: var(--golden);
    font-weight: 700;
}

.pallino-rosso {
    border-bottom: 1px solid var(--main_red);
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.pallino-rosso-sopra {
    border-top: 1px solid var(--main_red);
    position: relative;
    padding-top: 8px;
    margin-top: 8px;
}

.pallino-rosso::before,
.pallino-rosso-sopra::after {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: var(--main_red);
}

.pallino-rosso::before {
    bottom: -3px;
}

.pallino-rosso-sopra::after {
    top: -3px
}


.content-container {
    display: flex;
    margin: 10px auto 50px auto;
}

.left-nav {
    min-width: 220px;
    padding-left: 20px;
    max-height: 85vh;
    overflow-y: auto;
    position: sticky;
    top: 120px;
    direction: rtl;
    font-size: 0.9em;
    box-sizing: border-box;
    flex: 1;
    z-index: 1;
}

.left-nav * {
    direction: ltr;
}


.left-nav h4 {
    color: var(--banner_red);
    font-size: 1.4em;
    margin-top: 0;
}

.left-ul {
    padding-left: 16px;
    padding-bottom: 26px;
    position: relative;
}

.left-ul li a {
    transform: translateY(4px);
}

.left-nav ul ::marker {
    font-size: 0.8em;
    padding-bottom: 0.2em;
}

.left-nav ul li {
    margin-top: 6px;
}

.left-nav ul li a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: 0.25s;
    word-break: break-word;
}

.left-nav ul li a:hover {
    color: #111;
    font-weight: 700;
}

#nav-page-crumb {
    color: var(--golden);
}

.right-content {
    flex: 5;
    margin: 0 20px;
    position: relative;
    box-sizing: border-box;
}

.right-content h4 {
    font-size: 1.2em;
    color: var(--banner_red);
    margin-bottom: 10px;
    margin-top: 10px;
}

.profilo-box {
    padding: 25px;
    position: relative;
}

.profilo-box td {
    padding-right: 20px;
    color: #555;
    font-size: 1em;
    /*width: 150px;*/
}

strong {
    padding-left: 4px;
}

.agente {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.agente span {
    font-size: 1.3em;
    font-weight: 600;
}

.agente-inner-div>span {
    color: var(--banner_red);

}

.dati-utente {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.dati-utente span {
    color: var(--golden);
    display: flex;
}

.agente-inner-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.agente-inner-div span {
    margin: 0 2px
}



#logout {
    color: #444;
    /*position: absolute;*/
    font-size: 1.2em;
    /*margin-left: 10px;*/
    margin-top: 1px;
}

#menu-logout {
    position: absolute;
    background: #fff;
    bottom: -3.5em;
    z-index: 120;
    border: solid 1px red;
    border-radius: 8px;
}

#logout img {
    background: #bbb;
    border-radius: 50%;
    filter: invert(1);
    height: 1.1em
}

.rotate-arrow {
    transform: rotate(180deg);
}

#logout:hover {
    cursor: pointer;
    color: #777;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}


.sticky h4 {
    margin-block-start: 0;
}

.transparent {
    opacity: 0;
}

.banner {
    background-image: url('../assets/nafinia-putra-Kwdp-0pok-I-unsplash.jpg');
    justify-content: center;
    display: flex;
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    text-align: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.title {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 4em;
    font-weight: 100;
}

.subtitle {
    font-size: 1.3em;
}

.background {
    position: absolute;
    width: 100%;
    height: 250px;
    background-color: #111;
    filter: opacity(0.5);
}

.foreground {
    z-index: 2;
}

.inline-row-right {
    display: flex;
    justify-content: right;
    flex-direction: row;
}

.login {
    color: #555;
    text-decoration: none;
    font-weight: 700;
}

.login:hover {
    text-shadow: 0px 1px 2px var(--golden);
    color: var(--banner_red)
}

.registrati-big {
    background-color: var(--content_red);
    color: white;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}

.registrati-big span:first-of-type {
    font-size: 5em;
    margin-bottom: 35px;
}

.registrati-big span:nth-child(2) {
    font-size: 3.5em;
    margin-bottom: 40px;
}

.golden-button,
.golden-button-small {

    background-color: var(--golden);
    color: white;
    border: none;
    box-shadow: 0 0 5px rgba(33, 33, 33, 0.5);
    font-weight: 700;
    transition: 0.15s ease;
    cursor: pointer;
}

.golden-button {
    font-size: 1.2em;
    border-radius: 15px;
    padding: 20px 35px;
}

.golden-button-small {
    font-size: 1em;
    border-radius: 6px;
    margin: 12px 0;
    padding: 4px 12px;
}

.golden-button:hover,
.golden-button-small:hover {

    transform: scale(1.05);
}

.button-grigio {
    filter: grayscale(1) opacity(0.2);
}

.page-title {
    text-align: center;
    font-size: 5em;
    margin: 65px 0;
    color: var(--banner_red);
}

/* Scrollbar change*/

/* width */
::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--banner_red);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: var(--footer_red);
}

.spacer_25 {
    width: 100%;
    height: 25px;
}

.spacer_75 {
    width: 100%;
    height: 75px;
}

.selected-golden {
    color: var(--golden) !important;
    font-weight: bold !important;
}

.radio-tipoCliente {
    margin-left: 8px;
}

/********** EVERY THING MODAL***************/

.modal {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(33, 33, 33, 0.60);
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    animation: modal;
    animation-duration: 0.25s;
    animation-iteration-count: 1;
}

.modal-img {
    /*max-height: var(--modal_max_h);
    max-width: 80vw;*/
    margin: auto 45px;
    position: absolute;
    background: #fff;
    /*background-position: center;
    background-size: contain;
    background-repeat: no-repeat;*/
    border-radius: 10px;
}

#close-modal {
    position: absolute;
    top: -40px;
    right: -40px;
    height: 40px;
    filter: invert(1);
    transition: 0.25s;
    cursor: pointer;
}

#nuovo_cliente #close-modal {
    top: 10px;
    right: 10px;
}


#close-modal:hover {
    transform: scale(1.1);
}

@keyframes modal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }

}

.td-bottom-border {
    border-bottom: solid 1px var(--main_red);
    /*border-radius: 0 0 0 5px;*/
}

.modal-message-container {
    box-sizing: border-box;
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2000;
    align-items: center;
    justify-content: center;
    background-color: #fffb;
}

.inner-message-modal {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    z-index: 20;
    background: #fff;
    width: 40%;
    height: fit-content;
    max-width: 400px;
    padding: 26px;
    border: solid 3px var(--banner_red);
    border-radius: 20px;
    gap: 10px;
    word-break: break-word;
}

/** END of Modal**/

.cart {
    padding: 6px 6px 2px 6px;
    border: solid 1px var(--banner_red);
    display: flex;
    font-size: 0.7em;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    height: 62px;
    border-radius: 10px;
}

.mini-cart:hover {
    background-color: var(--main_red);
    color: #fff;
    box-shadow: 0 0 5px rgba(33, 33, 33, 0.5);
}


.total-cost {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

#cart-total {
    font-weight: 700;
}

.mini-cart:hover .top-right-icon {
    filter: invert(100%);
}

.mini-cart:hover #numero-prodotti {
    border: solid 2px #fff;
}

#numero-prodotti {
    position: absolute;
    top: 17px;
    padding: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main_red);
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
}

.top-right-icon {
    height: 36px;
    filter: invert(15%) sepia(87%) saturate(3985%) hue-rotate(352deg) brightness(88%) contrast(90%);
    padding: 4px;
    border-radius: 4px;
}

.redwhite-button {
    text-transform: uppercase;
    background-color: #fff;
    border: solid 1px var(--banner_red);
    padding: 12px 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.2s;
}

.redwhite-button:not(.not-active):hover {
    color: #fff;
    background-color: var(--banner_red)
}

.redwhite-button:not(.not-active):active {
    transform: scale(0.95);
}

.not-active {
    filter: grayscale(1);
    cursor: default;
    filter: opacity(0.2)
}

.squeeze {
    max-height: 0 !important;
    /*height: 0 !important;*/
    overflow: hidden;
}



.data-cell img {
    max-height: 30px;
}

.lente {
    max-height: 24px;
    cursor: pointer;
}

.center-flex {
    display: flex;
    justify-content: center;
}

.middle-flex {
    display: flex;
    align-items: center;
}

.info-modificate-list {
    padding-left: 10px;
}

/*.info-mancante img {
    filter: var(--filter_red);
}*/

.info-mancante {
    display: flex;
    align-items: center;
}

.col-flex-left {
    display: flex;
    flex-direction: column;
}

.blocco-alert {
    font-weight: 700;
    margin: 20px 0;
}

.blocco-alert span {
    color: red;
}

.fast-buttons,
.footer-menu {
    display: flex;
    /*align-items: center;*/
    box-sizing: border-box;
}

.fast-button-container {
    display: flex;
    flex: 6;
}

.fast-button {
    margin: 0 2px;
    color: black;
    text-align: center;
    font-size: 0.5em;
    width: 65px;
    min-width: 10px;
    border: solid 1px black;
    padding: 4px;
    border-radius: 10px;
    font-weight: 700;
    filter: var(--filter_gold);
    cursor: pointer;
}

.fast-button:hover {
    filter: var(--filter_red);
}

.fast-button:active {
    transform: translate(0, 2px);
}




.fast-button img {
    height: 36px;
    width: 36px;
}

.dettagli-cliente-ordine>div:first-of-type {
    text-align: center;
    margin-right: 12px;
}

.cart-button {
    position: relative;
}

.cart-icons {
    justify-content: center;
}

.cart-message {
    font-size: 0.8em;
    color: var(--banner_red);
    font-weight: 700;
    width: max-content;
}

.delete-media-button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #eee;
    background-color: #ff0000;
    border: none;
    cursor: pointer;
    margin-right: 4px;
    font-size: 0.8em;
}

.delete-media-button:active {
    transform: translateY(2px);
}


.cursor-pointer {
    cursor: pointer;
}

.modal-in-img {
    /*object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;*/
    padding: 20px;
    max-height: var(--modal_max_h);
    max-width: calc(80vw - 60px);
}

.mrg_btn {
    margin-bottom: 24px;
}

.nome-cliente-sel {
    color: var(--golden);
}

.mobile-lens {
    height: 100%;
    max-width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile-lens img {
    filter: var(--filter_red);
    height: 70%;
}

.top-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;

}

#form-ricerca .social-icon {
    margin-right: 6px;
}

.header-searchbar {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    margin-top: 8px;
    padding: 2px 2px;
    margin-bottom: 8px;
    background: var(--main_red);
    border-radius: 8px;
}

.header-searchbar form {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    border: 0px solid var(--main_red);
    border-radius: 10px;
    background-color: var(--main_red);
    gap: 4px;
}

.header-searchbar form input {
    width: 100%;
    border-radius: 7px;
    height: 25px;
    padding-left: 14px;
    border: none;
}

.footer-section {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.vai-profilo:hover {
    border-color: #d7191f;
}

.vai-profilo {
    cursor: pointer;
    transition: 0.25s;
    border: 1px solid var(--golden);
    border-radius: 10px;
    padding: 4px 8px;
    display: flex;
    justify-content: flex-start;
    text-align: initial;
    font-size: 0.8em;
    flex-grow: 1;
}

.seleziona-altro {
    border: 1px solid var(--golden);
    margin-top: 4px;
    border-radius: 10px;
    font-size: 0.65em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
}

.seleziona-altro img {
    height: 18px;
    margin-right: 8px;
}

.mobile-info-ordini {
    display: none;
}

.dettagli-selezionato {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.vai-profilo:hover .indirizzo-selezionato {
    color: #d7191f;
}

.mobile-nav-menu {
    position: fixed;
    top: 77px;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: #0006;

}

.mobile-nav-wrapper {
    background: #fff;
    padding: 8px 10px;
    width: fit-content;
    overflow: hidden;
    max-height: 0px;
    transition: 0.5s ease !important;
}

.kit-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mobile-wrapper-maxh {
    max-height: 2000px;
    width: 100%;
    box-sizing: border-box;
}

.mobile-nav-wrapper ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.pallino-mobile-menu {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #d7191f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}

.mobile-nav-wrapper li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-nav-wrapper li a {
    color: var(--golden);
    font-weight: bold;
    text-decoration: none;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--main_red);
}

.mobile-nav-buttons .golden-button-small {
    height: fit-content;
    max-height: 28px;
}

.multi-input-adresses input,
.multi-input-adresses .col-flex-left {
    max-width: 350px;
    flex-grow: 1;
    width: 100%;

}

.multi-input-adresses {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 1;

}

.mini-cart {
    margin-left: 6px;
    position: relative;
    height: min-content;
    border-radius: 11px;
}


.dettagli-vista-cliente {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.dettagli-vista-cliente>.dettagli-cliente-ordine {
    gap: 4px;
}

.dettagli-vista-cliente>.dettagli-cliente-ordine>* {
    min-height: 30px;
    margin: 0 !important;
    padding: 4px 8px;
    height: 44px;
}

.dettagli-vista-cliente .vai-profilo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.hidden {
    display: none;
}

.depliant-fornitori .table-row>div {
    flex: 1 !important;
    justify-content: center;
}

.depliant-fornitori .table-row {
    border-bottom: solid 1px var(--main_red);
}

.prezzo-kit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.rag-soc-nota {
    display: none !important;
}

.prod-icons-container {
    position: absolute;
    top: 0px;
    right: 0px;
}



.prod-icons-container>div {


    /*border: dashed 2px var(--golden);*/
    display: flex;
    padding: 3px;
    margin-bottom: 3px;
}

.div-img-tendina-profilo {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 5px;
}

.div-img-tendina-profilo:hover {
    background-color: var(--main_red);
    cursor: pointer;
    color: #fff;
}

.div-img-tendina-profilo:hover img {
    filter: invert(1);
}

.div-img-tendina-profilo:first {
    padding-bottom: 0;
}

.div-img-tendina-profilo img {
    height: 1.1em
}

.normal-icon-promo {
    background-color: var(--main_red);
    border-radius: 50%;
    height: 43px;
    width: 43px;
    margin-left: 4px;
}


.best-price-icon .new-icon {
    height: 50px
}

.normal-icon-promo .new-icon {
    filter: invert(1);
}

.prod-icons-container>div:hover {
    scale: 1.05;
    cursor: pointer;
}



.nov-prom-container {
    max-width: 840px;
    margin: 30px auto;
    display: flex;
    gap: 20px;
    font-size: 2em;
    font-weight: 700;
}

.nov-prom-container>div {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
    border: solid var(--main_red);
    border-radius: 12px;
    cursor: pointer;
    transition: 0.25s;
}

.nov-prom-container>div:hover {
    transform: scale(1.05);
}

.btn_scelta {
    background-color: #fff;
    border: solid 1px var(--main_red);
    cursor: pointer;
}

.scelto {
    background-color: var(--main_red);
    color: white;
}



@media screen and (max-device-width: 1001px),
screen and (max-width: 1001px) {

    .nov-prom-container {
        font-size: 1.1em;
    }

    footer {
        padding: 5px 10px;
    }

    .title {
        font-size: 2.5em;
    }

    .multi-input-adresses {
        padding-right: 5px !important;
        padding-bottom: 5px !important;
    }

    .fast-dashboard {
        display: flex !important;
    }

    .multi-input-adresses input,
    .table-row-profilo:not(.multi-input) input,
    .multi-input-adresses .col-flex-left {
        box-sizing: border-box;
        max-width: 100% !important;
        min-width: 100% !important;
    }



    .profilo-azienda,
    #b-v-section {
        font-size: 0.85em;
    }

    .profilo-box td {
        padding-right: 0;
        word-break: break-word;
    }

    .profilo-box td:first-child {
        padding-right: 10px;
    }

    .multi-input-adresses input {
        border-radius: 10px;
    }

    #form-ricerca .social-icon {
        margin-right: 0;
    }

    .inner-message-modal {
        width: auto;
        margin: 0 10px;
        align-items: center;
    }

    .inner-message-modal>.golden-button-small {
        width: 30%;
    }

    .address-card {
        /*max-width: 38%;*/
        /*margin: 10px 10px !important;*/
        font-size: 0.9em !important;
        flex-grow: 1;
    }


    .biglietto-visita table tr td:first-child,
    .table-row-profilo>*:nth-child(1) {
        background-color: var(--main_red);
        color: #fff;
        font-weight: bold;
        border-radius: 10px 10px 0 0;
        box-shadow: 0px 0px 5px #0003;
        min-height: 26px;
        display: flex;
        align-items: center;
        padding: 1px 6px 1px 6px;
        width: 100%;
        max-width: 200px;
    }

    .table-row-profilo>*:nth-child(2) {
        flex-grow: 1;
        border-radius: 0 10px 10px 10px;
        box-shadow: 0px 0px 5px #0003;
        min-height: 26px;
        display: flex;
        align-items: center;
        padding: 1px 2px 1px 6px;
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
    }

    .table-row-profilo>* {
        font-size: 0.85em !important;
    }

    .table-row-profilo {
        display: flex;
        align-items: baseline !important;
        margin-bottom: 8px !important;
    }

    .profilo-box {
        padding: 0;
    }



    .right-content {
        margin: 0 0px !important;
        max-width: 100%;
        padding: 0 12px;
    }

    .clienti-box {
        padding: 0 !important;
    }


    .left-nav {
        display: none;
    }

    .vai-profilo {
        font-size: 0.7em;
        width: 83%;
        padding: 1px 4px;
        flex: 6;
    }

    .left-nav {
        position: fixed;
        background-color: #fff;
        bottom: 20px;
        left: -400px;
        z-index: 100;
        padding: 10px;
        border: 1px solid var(--banner_red);
        transition: 0.25s;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(30, 30, 30, 0.3);
    }

    .bread-crumb-container {
        position: fixed;
        bottom: 0px;
        top: auto;
    }

    .footer_wrapper {
        display: flex;
        padding-bottom: 100px;
    }

    .footer_wrapper>* {
        flex: 10;
    }

    .footer_wrapper>img {
        display: none;
    }

    .footer_wrapper>.wrapper>div.footer-section:first-child {
        display: none;
    }

    #show-nav {
        display: block;
    }

    .footer_wrapper {
        text-align: center;
        margin-top: 0px;
    }

    .moble-footer-view {
        gap: 10px;
        align-items: flex-start;
    }

    .moble-footer-view>div {
        flex: 1;
    }

    .moble-footer-view>div>img {
        flex: 1;
        max-width: 160px;
    }

    .moble-footer-view>div:first-child img {
        display: flex;
        width: 100%;
    }

    .header-searchbar {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        /*border-top: solid 1px var(--main_red);
        border-bottom: solid 1px var(--main_red);*/
        border-radius: 0px;
        padding: 3px 5px;
        position: sticky;
        top: 68px;
        z-index: 99;
    }


    .dettagli-selezionato {
        margin-right: auto !important;
        flex-direction: row;
        gap: 2px;
    }

    .bread-crumb>div:nth-child(1) {
        display: none;
    }

    .bread-crumb {
        align-items: stretch;
    }

    .bread-crumb-container {
        background-color: #fff;
        border-top: 1px solid var(--golden);
    }

    .lds-ring div {
        aspect-ratio: 1 / 1 !important;
        top: 4px;
        left: 4px;
    }

    .mini-cart {
        flex: 1;
        margin-left: 0;
        display: flex;
        justify-content: center;
        position: relative;
        border: var(--banner_red) 1px solid;
        border-radius: 10px;
        margin-top: 2px;
    }

    .cart {
        padding: 2px;
        border: 0px;
        display: flex;
        flex-direction: column;
        /*flex-grow: 1;*/
    }


    .fast-buttons {
        margin-right: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-height: 66px;
        gap: 2px;
    }

    .fast-button {
        font-size: 0.4em;
        border-width: 1px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 2px;
        flex: 1;
        padding: 2px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: auto;
        align-items: center;

    }

    .fast-button img {
        max-height: 50%;
        max-width: 50%;
        height: auto;
        width: auto;
    }

    .seleziona-altro {
        margin-top: 0px;
        min-width: 30px
    }

    .seleziona-altro img {
        height: 2.5em;
    }

    .seleziona-altro {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 0.5em;
        text-align: center;
        flex: 1;
        filter: var(--filter_gold)
    }

    .seleziona-altro span {
        display: none;
    }

    .testo-seleziona-indirizzo {
        display: flex !important;
    }

    .cart-loading {
        left: auto !important;
    }

    .total-cost {
        margin-left: 0;
        font-size: 0.8em;
    }

    .total-cost span:nth-child(1) {
        display: none;
    }

    #numero-prodotti {
        scale: 0.9;
        top: auto;
    }

    .bread-cart {
        /*flex-direction: column;*/
        flex-wrap: wrap;
        margin: 0;
        padding: 2px;
        justify-content: center;
    }

    nav.width-container {
        display: none;
    }



    .right-nav {
        margin-left: 0 !important;
        border-left: 0 !important
    }

    .right-nav {
        flex-grow: 1;
    }

    footer .wrapper {
        font-size: 0.75em;
        flex-wrap: wrap;
    }

    .mainpage-button {
        aspect-ratio: 1 / 0.9;
        /*min-width: 0 !important;*/
        min-height: 120px !important;
        /*max-width: 45% !important;*/
        margin: 2px !important;
        border-width: 2px !important;
    }

    .mainpage-button span {
        font-size: 1.1rem !important;
        bottom: 20px !important;
    }

    .button-section {
        margin: 10px 0 !important;
    }

    .mainpage-button img {
        width: 45% !important;
        height: 45% !important;
        transform: translate(62.5%) !important;
    }

    .numeri-container {
        justify-content: space-evenly !important;
        margin-top: 20px !important;
    }

    .numeri-scheda {
        margin-bottom: 25px !important;
    }

    .numeri-scheda img {
        max-height: 70px !important;
        padding: 15px !important;
    }

    .numeri-scheda span:nth-child(3) {
        font-size: 1.2em !important;
    }

    .numeri-scheda span:nth-child(1) {
        font-size: 2.5em !important;
    }

    .storia2 {
        padding: 5px !important
    }

    .mission-section>div:nth-child(2) {
        min-height: 100px;
        box-sizing: border-box;
    }

    .storia1 {
        padding: 0px 8px !important;
    }

    .mission>div {
        flex-direction: column;
    }

    .mission-section>div {
        width: auto !important;
    }

    .mission-img {
        height: 100px !important;
    }

    .contatti-page {
        flex-wrap: wrap;
        padding: 15px;
    }

    .input-label input {
        flex-grow: 1;
        min-width: auto !important;
    }

    .input-label {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }


    .contatti-form-inputs>div {
        width: auto !important;
    }

    .contatti-form-inputs {
        flex-direction: column;

    }

    .input-label span {
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    .login-form {
        padding: 15px !important;
    }

    .contatti-form-input {
        margin-bottom: 10px !important;
    }

    .contatti-form {
        padding: 0px 15px;
    }

    .mappa {
        width: 100% !important;
    }

    .conferma-pagamento-agente {
        width: 100% !important;
        margin: 0 50px;
    }

    .top-logo {
        max-width: 100%;
        padding: 4px 0px;
        box-sizing: border-box;
        max-height: 40px;
    }

    .diventa-cliente {
        margin: 10px 0 !important;
        text-align: center;
    }

    .spacer_75 {
        display: none;
    }

    .top-right-icon {
        height: auto;
        max-height: 34px;
        flex-grow: 1;
    }

    .agente {
        font-size: 0.85em;
        flex-grow: 1;
    }

    .seleziona-altro img {
        margin-right: 0;
    }

    .stakeholder-carousel {
        padding: 0 8px;
        height: auto !important;
    }

    .novita {
        display: none;
    }

    .banner {
        height: 100px;
        font-size: 0.6em;
    }

    .redwhite-button {
        margin-right: 0px !important;
        font-size: 1em;
        padding: 2px 4px;
        margin: 4px;
    }

    .cattegorie {
        margin: 0px !important
    }

    .background {
        height: 100%;
    }



    .top-nav {
        margin-left: 0;
        margin-right: 0;
        max-height: 50px !important;
        padding: 0 8px;
        gap: 30px
    }

    .heart-button {
        display: none;
    }

    .table-row-profilo:not(.multi-input) input {
        width: 100% !important;
    }

    .multi-input-addresses {
        padding-left: 12px;
    }

    .multi-input {
        flex-wrap: wrap !important;
    }

    .total-cost {
        text-align: center;
    }

    header {
        margin: auto;
        padding-top: 4px;
        margin-top: 0;
        /*max-height: 90px;*/
        /*border-top: 1px solid var(--banner_red);
        border-bottom: 1px solid var(--banner_red);*/
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 100;
    }

    .hide-quick-nav {
        bottom: -106px;
    }


    .mini-cart {
        flex: 1;
        min-width: 10px;
        height: auto;
    }

    .mini-cart-cliente {
        flex: 2;
    }

    .dettagli-vista-cliente {
        gap: 2px;
    }

    .dettagli-cliente-ordine {
        font-size: 0.8em;
    }

    .dettagli-vista-cliente>.dettagli-cliente-ordine {
        gap: 2px;
        height: 100%;
        box-sizing: border-box;
    }

    .dettagli-vista-cliente>.dettagli-cliente-ordine>* {
        height: 100%;
        box-sizing: border-box
    }

    .dettagli-vista-cliente>.dettagli-cliente-ordine>a {
        width: 72px;
    }

    .dettagli-vista-cliente .mini-cart {
        margin-top: 0;
        width: 68px;
        min-width: 67px;
        max-width: 72px;
    }

    .mobile-nav-wrapper>ul {
        max-height: 70vh;
        overflow: auto;
        font-size: 1.1em;
    }

    .fast-button-container {
        gap: 2px
    }
}


@media screen and (min-device-width: 426px) and (max-width-device: 1001px),
screen and (min-width: 426px) and (max-width: 1001px) {

    #search-result {
        top: 37px !important;
    }

    .form-label {
        font-size: 0.9em;
        max-width: 200px !important;
    }

    .input-row input {
        font-size: 0.9em;
    }

    #comuni-button {
        font-size: 0.8em !important;
    }

    .login {
        font-size: 0.8em;
    }

    .agente {
        font-size: 0.75em;
    }

    body {
        font-size: 1.25em !important;
    }

    .table-row>div {
        font-size: 1.1em !important;
    }

    .mainpage-button {
        /*min-width: 0 !important;*/
        min-height: 120px !important;
        max-width: 33% !important;
        margin: 2px !important;
        border-width: 2px !important;
    }

    .agente span {
        font-size: 1.1em;
    }

    .top-logo {
        padding: 0 !important;
        max-height: 48px;
    }

    .cattegoria .bebas {
        font-size: 1.1em !important;
    }

    .mobile-wrapper-maxh {
        font-size: 0.8em !important;
    }

    .mobile-nav-menu {
        top: 94px !important;
    }

    .header-searchbar form input {
        height: 32px;
    }

    .scheda-prodotto {
        /*min-width: 200px !important;*/
        font-size: 0.5em !important;
        word-break: break-word;
    }

    .cattegorie {
        margin: 0;
    }

    #cart-total {
        font-size: 0.8em;
    }

    #numero-prodotti {
        /*left: 18px;*/
        font-size: 0.8em;
    }

    .button-section.width-container.fill-height div.notifica {
        font-size: 0.7em;
    }

    .doc-num,
    .doc-scaduti {
        max-width: 46px !important;
    }

    .cont-azioni {
        max-width: 60px !important;
    }

    .cont-agente-table {
        margin-top: 10px !important;
    }

    .cont-agente-table .table-row {
        padding-left: 4px !important
    }

    .dett-cliente-agente-cont .table-row>div:nth-child(2),
    .note-credito-dettagli .table-row>div:nth-child(2) {
        max-width: 60px !important;
        gap: 2px;
    }

    .privacy {
        font-size: 0.8em !important;
    }

    .banner {
        font-size: 0.9em !important;
    }

    .attr-dettaglio-famiglia .table-row>div:nth-child(3) {
        max-width: 100px;
    }

    .attr-dettaglio-famiglia .table-row>div.comune-attr {
        max-width: 120px;
    }



    .note-credito-dettagli .table-row>div:nth-child(5) {
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .fatture-pagamento .table-row>div:nth-child(2),
    .note-credito-pagamento .table-row>div:nth-child(2) {
        max-width: 80px !important;
    }

    .fatture-pagamento .table-row>div:nth-child(5),
    .note-credito-pagamento .table-row>div:nth-child(5) {
        max-width: 120px !important;
        justify-content: flex-end;
    }

    .consegna-section {
        font-size: 0.8em;
    }

    .consegna-section input {
        font-size: 1.1em;
    }

    .consegna-section textarea {
        font-size: 1.3em
    }

    div.consegna-section>button {
        font-size: 1.2em;
    }

    .stato-fattura {
        font-size: 0.9em !important;
    }

    .steps {
        font-size: 0.4em !important;
    }


    .ordini-view {
        font-size: 0.75em;
    }

    .attr-dettaglio {
        font-size: 0.75em;
    }

    .kit-section {
        font-size: 0.8em;
    }

    .prezzo-kit {
        font-size: 0.8em;
    }

    .depliant-fornitori {
        font-size: 1.4em;
    }

    .depliant-fornitori .table-row>div {
        flex: 1 !important;
        justify-content: center;
    }

    .dati-utente .nome-abbreviato {
        display: block;
    }

    .dati-utente .nome-intero {
        display: none;
    }
}


@media screen and (min-width: 1001px) {
    .mainpage-button span {
        font-size: 1.25em !important;
    }

    #numero-prodotti {
        left: 17px;
    }
}

@media screen and (min-width: 1024px) {
    .burger-menu {
        display: none;
    }

    .mobile-lens {
        display: none;
    }


}


@media screen and (max-device-width: 768px),
screen and (max-width: 768px) {
    .fast-button-container {
        font-size: 1em;
    }
}


@media screen and (max-device-width: 1001px),
screen and (max-width: 1001px),
screen and (min-device-width: 426px),
screen and (min-width: 426px) {}

@media screen and (max-device-width: 425px),
screen and (max-width: 425px) {
    .agente {
        font-size: 0.75em;
    }

    .fast-button-container {
        font-size: 0.9em;
    }

    .fast-button {
        font-size: 0.45em;
    }

    .mainpage-button {
        max-width: 40% !important;
        min-width: 40% !important;
    }

    .mainpage-button span {
        font-size: 0.9rem !important;
    }

    #menu-logout {
        font-size: 1.5em;
    }

    .dati-utente .nome-abbreviato {
        display: block;
    }

    .dati-utente .nome-intero {
        display: none;
    }


}