span.badge, .add-supp-btn, .add-supp{
    cursor: pointer;
}

.add-supp-btn:hover{
    color: red;
}

.containter-check p{
    font-size: 12px;
    font-weight: bolder;
    margin-top: 2px;
}

.containter-check img{
    height:100px;
    width: 100%;
    cursor: pointer;
    transition: transform 1s;
    object-fit: cover;
}
.containter-check label{
    overflow: hidden;
    position: relative;
}
.imgbgchk:checked + label>.tick_container{
    opacity: 1;
}
/*         aNIMATION */
.imgbgchk:checked + label>img{
    transform: scale(1.25);
    opacity: 0.3;
}
.tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}
.tick {
    background-color: #dc3545;
    color: white;
    font-size: 10px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
}

.tick-green{
    background-color: #198754;
}

.container-tacos-text, .container-assietes-text{
    height: 50px;
    background: #0d0d0d;
    color: white;
}
.cart-action:hover{
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
}

.img-checkbox{
    width: 100%;
}

.btn-add-supp:hover, .btn-remove-supp:hover, .add-to-cart:hover{
    cursor: pointer;
}

#selectable-total{
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    color: white;
    top: calc(50vh - (45px / 2));
    right: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(227, 0, 14, .95);
    z-index: 1000;
    text-align: center;
}