.image-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom:5px;
    cursor: pointer;
    align-items: center;
}

.image-item .image{
    height:70px !important;
    width: auto;
    max-width: 50% !important;
}

[data-image-selected="true"]{
    border:1px solid #1caa00;
    background-color: #1caa0027;
}

.minimum-size-text{
    color:#1caa00;
}

#sdw-woo-upload-form{
    position: relative;

    padding:5px;
    border:1px solid #ddd;
    border-radius: 5px;
    margin-bottom:5px;
}

#sdw-woo-upload-form form{
    margin-bottom: 5px;
}

#sdw-woo-upload-form [data-status="loading"]:before{
    display: flex;
    content: " ...loading";
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background: #ffffffd0;
    color: black;
    justify-content: center;
    align-items: center;
    text-align: center;



}

.images-container{
    display: flex;
}

.image-preview{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.image-list{
    width: 40%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    &[data-count='0']{
        display: none;
    
    }
}

.btn-upload{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    border: 1px solid #1caa00;
    color: #1caa00;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

[data-image-size-ok="false"]{
    border: 1px solid orange;
    color: orange;
    .image{
        opacity:0.8;
    }
}

.cart-preview-image{
    max-width: 100px !important;
    height: auto !important;
}

.image-not-good-note{
    position: absolute;
    bottom:-2px;
    width:100%;
    text-align: center;
    color:red;
    left: 0px;
    font-size: 10px;
}

.variation-SelectedImage{
    display: none;
}

#sdw-woo-file-upload{
    display: none;
}