[x-cloak] { display: none !important; }

/*-------- BOTTONI o LABEL ----------*/
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b5bbc1;
    border-color: #b5bbc1;
}
.btn-secondary {
    color: #fff;
    background-color: #b5bbc1;
    border-color: #b5bbc1;
}

.btn-sm{
    font-size: 12px;
    letter-spacing: 1px;
    padding: 2px 10px;
    line-height: 18px;
}
.btn:active{
    background-color: #6a7888 !important;
    border-color: #6a7888 !important;
    box-shadow: 0 0 0 0rem rgba(0,0,0,0) !important;
}
.btn:focus{
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.1) !important;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.3);
}

button:disabled,
button[disabled]{
    border: 1px solid #d4d9e1 !important;
    background-color: #d4d9e1 !important;
    color: #aeb6be !important;
}

.btn-remove {
    padding: 2px 2px;
}

.box_tec{
    padding: 10px;
    height: 300px;
    overflow: scroll;
    background-color: #CCC;
}

.box_tec_2{
    padding: 10px;
    height: 115px;
    background-color: #CCC;
}
@media (max-width: 576px) {
    .box_tec_2{
        padding: 10px;
        height: 240px;
        background-color: #CCC;
    }
}

/**/

.menuActionFixedFooter{
    width: 100%;
    padding: 20px 0px 20px 0px;
    position: fixed;
    bottom: 0px;
    background-color: var(--tblr-dark-blue);
    z-index: 999;
}

.numeroProdotti{
    background-color: #f6f6f6;
    padding: 3px 5px;
    border-radius: 3px;
    min-width: 30px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
}

/* ----- SCHEDA PRODOTTO ---- */


.cardProdotto .card-header {
    border-bottom: 0px;
}
.cardProdotto .card-header .card-title{
    font-size: 12px;
}
/* input taglie */

.boxTaglie {
    margin: 30px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2%;
    justify-content: normal;
    align-items: normal;
    align-content: normal;

}
.taglia{
    display: block;
    width: 18.4%;
    text-align: center;
    margin-bottom: 2%;
}
.taglia input{
    width: 100%;
    border: 1px solid #e6e6e6;
    border-bottom: 0px;
    padding: 5px;
    box-shadow: 0 0 0 0rem rgba(0,0,0,0) !important;
    outline:none;
}
.taglia input:focus{
    border: 1px solid #000000;
    border-bottom: 0px;
}
.taglia label{
    width: 100%;
    border: 1px solid #e6e6e6;
    border-top: 0px;
    padding: 5px 2px;
}
.taglia input:focus + label{
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

/* ----- CHECK OUT ---- */

.boxTaglieCheckout {
    margin: 10px 0px 10px 0px;
    column-gap: 1%;
}
.tagliaCheckout{
    /*width: 8.18%;*/
    width: 56px;
    margin-bottom: 1%;
}
@media (max-width: 720px){
    .tagliaCheckout{
        /*width: 13.4%;*/
        width: 56px;
        margin-bottom: 1%;
    }
}
.boxTotaliCheckout{
    background-color: #FFFFFF;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-bottom: 10px;
    top: 80px;
}
.btnApriCategorie{
    display: none;
}
@media (max-width: 992px){
    .btnApriCategorie{
        display: block;
        opacity: 1 !important;
        z-index: 999;
        position: fixed;
        right: 20px;
        bottom: 150px;
        background-color: #000 !important;
    }
    .rowCategorieCheckout{
        height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .rowCategorieCheckoutAperto{
        height: 380px;
    }
    .boxTotaliCheckout{
        position: fixed;
        bottom: 74px;
        margin-left: 0px;
        width: 100%;
        padding: 10px 20px;
        top: auto;
        left: 0px;
    }
}
