uc-file-uploader-regular,
uc-simple-btn
 {
  width: 100%;
}

button.uc-primary-btn,
button.uc-secondary-btn{
  flex:1;
}
uc-file-uploader-regular
  > uc-simple-btn 
  > uc-drop-area
  > button
 {
   flex:1;
  background-color: rgb(203, 108, 230);
  border-color: rgb(203, 108, 230);
  color: rgb(255, 255, 255);
  padding:16px;
  border-radius: 4px;
}

uc-file-uploader-regular
  > uc-simple-btn 
  > uc-drop-area
  > button:hover{
    background-color: rgb(150, 113, 170);
  }
uc-activity-header
 > button.uc-mini-btn.uc-close-btn {
  flex-grow: 0;
 }
  
button.uc-done-btn.uc-primary-btn, 
button.uc-done-btn.uc-primary-btn:hover{
  background-color: rgb(203, 108, 230);
  border-color: rgb(203, 108, 230);
  color: rgb(255, 255, 255);
 }

._list {
  width: 100%;
  margin-bottom: 20px;
}
._item {
  display: inline-flex;
}
._item img {
  padding: 4px;
  width: 80px !important;
  height: 80px !important;
}

.woocommerce-variation-price.hide_default_price{
  display:none !important;
}

.elementor-637 .elementor-element.elementor-element-d2a6404 .shopengine-swatches .variations tr {
  align-items: flex-start;
}
.elementor-element.elementor-element-d2a6404 .shopengine-swatches .variations select {
  width:100%;
}
.variations_form > div {
    width: 100%;
}