/* CSS Document */








body{
    background-color: #ffffff;
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: -0.5px;
}
h1, h2, h3{
    font-weight: 600;
}
.btn-block{
    width: 100%;
}
@media (max-width: 559.98px){
    .btn-responsive-sm .btn-responsive-text {
        display: none;
    }
}
@media (max-width: 767.98px){
    .table-mobile-md td {
        padding: 0.25rem 0.75rem!important;
    }
}
.page {
    
}
div.dtsp-topRow.dtsp-bordered, div.dtsp-topRow.dtsp-bordered:hover {
    border: 0px solid #f0f0f0 !important;
    background-color: transparent !important;
}
/*.card {
    background-color: transparent !important;
    border: 0px !important;
}
*/
.testata{
    background-color: #ffffff;
    z-index: 999;
}


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


/* ----- NUOVO ORDINE ---- */
.form-imagecheck {
    width: 100%;
}

.form-imagecheck-figure{
    padding-top: 50%;
}
.immagineCollezione{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.boxTemplate{
    display: inline-block;
    width: 25%;

}
/* ----- ELENCO PRODOTTI ---- */
.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;
}
.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
    padding-left: 1.2rem;
}
.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item {
    padding-left: 1.4rem;
}
.cardProdotto{
    margin-bottom: 20px;
}

.card-price{
    margin-top: -30px;
    background-color: #FFFFFF;
    width: fit-content;
    padding: 4px 10px;
}

/* ----- 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: flex;
    flex-direction: column;
    width: 18.4%;
    text-align: center;
    margin-bottom: 2%;
    border: 1px solid #e6e6e6;
    justify-content: center;
    padding-top: 6px;
    height: 72px;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}
.disponibilita{
    font-weight: bold;
    font-size: 16px;
}
.valoreTaglia{
    color: #666666;
    font-size: 12px;
}
.aggiungiTaglia{
    cursor: pointer;
    margin-top: 4px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}
.aggiungiTaglia:hover{
    background-color: #e6e6e6;
    color: #000000;

}

/* carosello prodotti correlati */
.main-carousel { 
    margin-bottom: 30px;
}
.carousel-cell {
  width: 50%;
    margin-right: 10px;
}
.carousel-cell .cardProdotto {
    position: relative;
}

.flickity-page-dots {
  bottom: -22px;
}
.flickity-page-dots .dot {
  height: 1px;
  width: 24px;
  margin: 4px;
  border-radius: 0;
    opacity: 0.8;
}
.flickity-page-dots .dot.is-selected {
    height: 5px;
    opacity: 1;
}

.boxInfoProdotto{
    padding: 20px;
    top: 60px;
}

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

.boxTaglieCheckout {
    margin: 10px 0px 10px 0px;
    column-gap: 1%;
}
.tagliaCheckout{
    width: 8.18%;
    margin-bottom: 1%;
}
@media (max-width: 720px){
    .tagliaCheckout{
        width: 13.4%;
        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;
    margin-left: 20px;
}
.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;
    }
}
