.custom-btn {
    width: 100%;
}

.font-selector,
.font-color-selector {
    margin-top: 10px;
}

.custom-file-input {
    display: none;
}

.custom-file-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-file-upload {
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-group {
    margin-bottom: 10px;
}

.img-thumbnail {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 5px;
}

.image-grid img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
/* .canvas-container
{
    background-color: #f8f9fa;
} */
/* .product-details-img .product-zoom-right
{
    background-color: #f8f9fa;   
} */
@media only screen and (max-width: 768px) {
    .canvas-container,.canvas {
        width: 350px!important;
        height: 350px!important;
        overflow: hidden;
    }
    .product-details-img .customimg
    {
        width: 100%;
        padding: 0px;
        /* background-color: #f8f9fa;    */
    }
    .customdlt
    {
        right:0px;
        top:0px;
    }
}
