.custom-box{
    margin-top: 50px;

}
.card-product-img-body-custom {
    width: 100%;
    /*height: 315px;*/
    position: relative;
    overflow: hidden;
}
.card-product-img-custom {
    width: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-product-img-body-custom:hover{
    transform: scale(1.1);
}

.checkbox-custom {
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.card-product-img-body-custom .checkbox-custom:checked {
    opacity: 0.4;
}


.total-price{
    color: green;
    font-size: 18px;
}
