
.buynow-image-img-container {
    text-align: center;
}
.buynow-image-selected-img {
    height: auto;
    max-height: 350px;
    max-width: 450px;
    background-size: cover;
    background-color: #fafafa;
    background-position: center center;
    border: 1px solid #e0e0e0;
    border-radius: 4.9px;
}
.buynow-image-view-drop-image{
    position: relative;
    text-align: center;
}
.buynow-image-drop-image-label {
    position: absolute;
    top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.buynow-image-dropzone {
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}
.buynow-image-dragover{
    border: 1px dashed #808080;
    background-color: #fafafa;
}
.buynow-image-ai-icon-container {
    height: 1.7rem;
}
.buynow-image-ai-icon {
    height: 1.7rem;
    width: auto;
    margin-bottom: 0.15rem;
}
.buynow-image-image-button {
    min-width: 5.06rem;
    padding: 0.50rem;
    border: 1px solid #e0e0e0;
    border-radius: 4.9px;
    background-color: #f6f6f6;
}
label.buynow-image-file-upload {
    margin-bottom: 0 !important; /* !important ensures it overrides framework defaults like Bootstrap */
    cursor: pointer;
}
.buynow-image-image-button:hover {
    background-color: #ffffff;
    border: 1px solid #b0b0b0;
    /*-webkit-box-shadow: 0 .3375rem .3375rem 0 rgba(0, 0, 0, 0.15) !important;*/
}
.buynow-image-file-upload {
    cursor: pointer;
}
.buynow-image-choose-image {
    cursor: pointer;
    font-size: 1.10rem;
    text-align: center;
}
.buynow-image-confirm-img {
    width: auto;
    height: 200px;
    max-height: 200px;
    background-size: cover;
    background-color: #fafafa;
    background-position: center center;
    border: 1px solid #e0e0e0;
    border-radius: 4.9px;
}
.buynow-image-sellnow-img {
    width: auto;
    height: 100px;
    max-height: 100px;
    background-size: cover;
    background-color: #fafafa;
    background-position: center center;
    border: 1px solid #e0e0e0;
    border-radius: 4.9px;
}
.buynow-image-confirm-product-model {
    font-size: 0.9rem;
    margin-top: -0.2rem;
}
@media (max-width: 501px) {
    .buynow-image-confirm-img {
        max-height: 125px;
    }
}
@media (max-width: 675px) {
    .buynow-image-selected-img {
        max-width: 90%;
    }
}
