/* .ecb-cart-upload .form-row.row-fileseparator {
  display: none;
} */

.ecb-cart-upload .form-row .label {
  display: none;
}

.ecb-cart-upload .dropzone {
  border: 2px dashed #808080 !important;
}

.cart-upload-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cart-upload-text {
  width: 49.5%;
  min-width: 500px;
}

.cart-upload-vid {
  width: 49.5%;
  margin-top: 12px;
}

.cart-upload-vid .youtube-vid-shoppingcart-upl {
  width: 100%;
  height: 298px;
}

.upload-ol li {
  margin-top: 5px;
}

.upload-white-h1 {
  /* text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35); */
  font-weight: bold;
  font-size: 25px;
}

.upload-banner {
  background-image: url("https://www.locinox.com/content/files/images/product-upload/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 350px;
}

.upload-banner .center {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .cart-upload-text {
    width: 40%;
    min-width: auto;
    margin-right: 9%;
  }

  .cart-upload-vid {
    width: 50%
  }

  .cart-upload-vid .youtube-vid-shoppingcart-upl {
    height: calc( ( 50vw - 50px ) * 0.55 );
  }
}

@media screen and (max-width: 800px) {
  .cart-upload-text,
  .cart-upload-vid {
    width: 100%;
    min-width: 5px;
  }

  .cart-upload-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-upload-vid .youtube-vid-shoppingcart-upl {
    height: calc( ( 100vw - 100px ) * 0.55 );
  }
}
