.upload__img-wrap-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.select-file {
    cursor: pointer;
}
.upload__img-close-main {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E45333;
    position: absolute;
    top: -7px;
    right: -7px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.add-to-cart-btn {
    width: 48%;
    border: 0px;
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #A0C07C; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  display: none;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.jcrop-holder{
    margin: auto;
}
/*.cropper-modal {
    opacity: 1 !important;
    background: #f4f4f4 !important;
}*/
.mao-uploaded-img img {
/*    border-radius: 0px !important;
    width: auto  !important;
    height: auto  !important;*/
    margin: auto;
}
#crop-load {
    position: relative;
    top: 7em;
    z-index: 10;
}
.mao-uploaded-img {
    text-align: center;
    margin-top: 10%;
}
.mao-crop-list {
    text-align: center;
}
    
.upload__img-close-main:before {
    content: '';
    position: absolute;
    left: 9px;
    width: 2px;
    height: 10px;
    background-color: #fff;
    top: 5px;
    transform: rotate(-45deg);
}
.upload__img-close-main:after {
    content: '';
    position: absolute;
    left: 9px;
    width: 2px;
    height: 10px;
    background-color: #fff;
    top: 5px;
    transform: rotate(45deg);
}