.upload-area{
    width: 70%;
    min-height: 200px;
    border: 2px solid #F2F2F2;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
}

@media only screen and (max-width: 601px) {
  .upload-area {
    width: 95%;
  }
}

.welcome_container
{
  width: 100%;
max-width: 1080px;
margin: auto;
text-align: left;
position: relative;
/*padding-top: 58px;*/
}

.landingPageImage
{
  width: 100%;

}

.landingPageImage:hover{
  cursor: pointer;
}

.w2p_container
{
  width: 100%;
max-width: 1080px;
margin: auto;
text-align: left;
position: relative;
padding-top: 58px;
}

.dialog-area{
  width: 95%;
  max-width: 900px; 
  height: 95%;
  border: 2px solid #F2F2F2;
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  overflow: auto;
  padding: 10px;
  background-color: RGBA(189, 33, 191, 0.8);
}

.close-area{
  position: relative;
  text-align: right;
  color: white;
}

.product-selection{
  width: 95%;
  max-width: 800px;
  height: 60%;
  border: 2px solid #F2F2F2;
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  overflow: auto;
  background-color: rgba(242, 242, 242, 1.0);
  padding: 10px;
}

.input_num_copies_dialog {
  color: rgb(97, 55, 140); 
  background-color: rgba(242, 242, 242, 1.0);
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

.pdf-preview {
  width: 95%;
  height: 70%;
  border: 2px solid #F2F2F2;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  overflow: auto;
}

.drop-area{
  width: 100%;
  height: 100%; 
  text-align: left;
  overflow: auto; 
  z-index:    99998;
  top:        0; 
  left:       0; 
  position:   fixed; 
  background-color: rgba(97,55,140,0.8);
}

.dialog-titel{
  color: #F2F2F2;
  font-family: sans-serif;
  font-weight: bold;
  font-size: large;
}

.dialog-button{
font-size: 20px;
font-weight: 500;
padding: .3em 1em;
line-height: 1.7em !important;
background-color: transparent;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
border: 2px solid;
border-radius: 3px;
-webkit-transition: all .2s;
margin: 5px;
transition: all .2s;
color: #F2F2F2;
}

.filename{
   
}

.pricename{
   
}

.total-print-costs{
  padding: 0;
border: 0;
margin: 0;
display: flex;
right: 0px;

}

.total-print-costs-titel{
left: 0px;
position: absolute;
}

.total-print-costs-num{
right: 0px;
position: absolute;
}

.filesize{
  display: inline;
}


.print_settings{
}

.copies_area{
}

.price-list{  
  list-style: none;

}
.price-list-element{  
  position: relative;
  display: flex;
  border-top: 1px solid;
  padding: 4px;

}

.product-list{  
  list-style: none;

}





@media (min-width: 1001px) {

  .packaging_product_icon {
    margin: 0px auto;
    max-width: 100%;
  }

  .product_copies{  
    display: flex;
    /*grid-row-start: 1;*/
    /*grid-row-end: 2;*/
  
  }

  .product_info_settings{
    grid-row-start: 2;
    grid-row-end: 3;
  
  }


.product_price {

  /*grid-row-start: 3;*/
  /*grid-row-end: 4;*/
  text-align: right;
  /*
  text-align: center;
  margin-top: 8px;
  padding-left: 8px;
  margin-left: auto;
  padding: 0;
  border: 0;
  margin: 0;
  margin-left: auto;
  right: 0;
  */
  /*position: absolute;*/
  position: inherit;
  top: 25px;

}

.change_settings {
  /*text-align: center;*/
}


  .product_icon_area {
    /*max-width: 150px;*/
    margin: 0px;
    grid-column: 1;
  
  }

  .product_info_area{
    /*width: 85%;*/
    grid-column: 2;
  }

  .w2p_button_trash {
    padding-right: 8px;
    top: 0;
    right: 0;
    position: absolute;
    grid-column: 3;
  }

  .product-list-element{  
    position: relative;
    display: grid;
    border-top: 1px solid;
    /*padding: 4px;*/
    grid-template-columns: 150px auto 100px;
  
}

  .packaging_product_price {
    /*text-align: center;*/
    margin-top: 8px;
    padding-left: 8px;
    margin-left: auto;
    padding: 0;
    border: 0;
    margin: 0;
    margin-left: auto;
    right: 0;
    /*position: absolute;*/
  
  }

 

  .UploadDialog_product_price {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 8px;
       

  }

  .tip {
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .print_product_selected {
    position: relative;
    float: left;
    border-style: solid;
    border-width: 3px;
    border-color: rgba(97, 55, 140, 1.0);
    border-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: 160px;
    height: 224px;
    padding-right: 2px;
    padding-left: 2px;
  }

  
  .print_product {
    position: relative;
    float: left;
    border-style: hidden;
    border-width: 3px;
    border-color: rgba(189, 33, 191, 0.0);
    border-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: 160px;
    height: 224px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .product_symbol {
    position: absolute;
    display: block;
    top: 2.5em;
    bottom: 2.5em;
    width: 150px;
    text-align: center;
    margin-top: 0px;
  }

  .product_symbol_packaging {
    display: block;
    top: 2.5em;
    bottom: 2.5em;
    width: 150px;
    text-align: center;
    margin-top: 0px;
  }
  
  .product_symbol_packaging:hover{
    cursor: pointer;
  }

  .product_symbol_packaging_selected {
    display: block;
    top: 2.5em;
    bottom: 2.5em;
    width: 150px;
    text-align: center;
    margin-top: 0px;
  }


  .packaging-list-element{  
    display: grid;
    gap: 0px;
    grid-template-columns: 48px 150px auto 90px;
    border-top: 1px solid;
  
  }
  
  .packaging_product_selection_area {
    grid-column: 1;
    display: flex;
  align-items: center;
  width: 48px;
  
  }
  
  .packaging_product_icon_area {
    grid-column: 2;
  }
  
  .packaging_product_info_area {
    grid-column: 3;
  }
  
  .packaging_product_price_area {
    grid-column: 4;
    text-align: right;
  }
}

.packaging_price {
  text-align: center;
  margin-top: 8px;
  padding-left: 8px;
  margin-left: auto;
  padding: 0;
  border: 0;
  margin: 0;
  margin-left: auto;
  right: 0;
  position: absolute;

}

@media (max-width: 1000px) {

  .packaging_product_icon {
    margin: 0px auto;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .product_copies{  
    display: flex;
    grid-row-start: 1;
    grid-row-end: 2;
  
  }

  .product_info_settings{
    grid-row-start: 2;
    grid-row-end: 3;
  
  }

.product_icon_area {
  margin: 0px;
  grid-column: 1;
  grid-row-start: 1;
  grid-row-end: 4;

}

.product_price {

  grid-row-start: 3;
  grid-row-end: 4;
  text-align: right;
}

.change_settings {
  text-align: left;
}


.product_info_area{
  grid-column: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.w2p_button_trash {
  grid-column: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  text-align: right;
}

.product-list-element{  
  position: relative;
  display: grid;
  border-top: 1px solid;
  grid-template-columns: 80px auto 8px;
}

  .UploadDialog_product_price {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 8px;
    font-size: small;
       

  }

  .tip {
    visibility: hidden;
  }

  .print_product_selected {
    position: relative;
    float: left;
    border-style: solid;
    border-width: 3px;
    border-color: rgba(97, 55, 140, 1.0);
    border-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: 100px;
    height: 154px;
    padding-right: 2px;
    padding-left: 2px;
  }

  
  .print_product {
    position: relative;
    float: left;
    border-style: hidden;
    border-width: 3px;
    border-color: rgba(189, 33, 191, 0.0);
    border-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: 90px;
    height: 154px;
    padding-right: 2px;
    padding-left: 2px;
  }
  
  .packaging-list-element{  
    display: grid;
    gap: 0px;
    grid-template-columns: 30px 80px auto;
    border-top: 1px solid;
  
  }

  .product_symbol {
    position: absolute;
    display: block;
    top: 2.5em;
    bottom: 2.5em;
    width: 80px;
    text-align: center;
    margin-top: 0px;
  }

  .product_symbol_packaging {
    display: block;
    top: 2.5em;
    bottom: 2.5em;
    width: 80px;
    text-align: center;
    margin-top: 0px;
  }

  .product_icon_area {
    margin: 0px;
  
  }

  .product_info_area{
  }

  
  
  .packaging_product_selection_area {
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    display: flex;
    align-items: center;
    width: 48px;
  
  }
  
  .packaging_product_icon_area {
    grid-column: 2;
    grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    display: table;
  }
  
  .packaging_product_info_area {
    grid-column: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    height: min-content;
  }
  
  .packaging_product_price_area {
    grid-column: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: right;
  }

  .packaging_price {
    text-align: center;
    margin-top: 8px;
    padding-left: 8px;
    margin-left: auto;
    padding: 0;
    border: 0;
    margin: 0;
  }

  

}



.product{
  position: relative;
display: flex;
border-top: 1px solid;
}



.price_info_area{
  width: 100%;
}

.product_info_titel{
  
}
.product_info_change{
  display: grid;
  margin-top: 8px;
  margin-bottom: 16px;
  align-items: center;
  
}

.dialog-text{
  color: #F2F2F2;
    font-family: sans-serif;
}

.drop-titel{
  color: #F2F2F2;
  margin-left: 15%;
  margin-top: 20%;
  font-weight: normal;
    font-family: sans-serif;
}
.drop-text{
  color: #F2F2F2;
  margin-left: 20%;
  font-weight: normal;
  font-family: sans-serif;
}

.upload-titel{
  color: #F2F2F2;
  margin-left: 15%;
  margin-top: 20%;
  font-weight: normal;
    font-family: sans-serif;
}
.upload-text{
  color: #F2F2F2;
  margin-left: 20%;
  font-weight: normal;
    font-family: sans-serif;
}
.upload-gif{
  height: 20%;
}

.close-button:hover{
  cursor: pointer;
}

.upload-dialog-link {
 font-weight: bold;
 color: #4CC4E5;
}

.upload-dialog-link:hover {
  cursor: pointer;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-area h1{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

.product_icon {
  margin: 0px auto;
  max-width: 100%;
}

.w2p_button_trash:hover {
  cursor: pointer;
}

.w2p_button:hover {
    cursor: pointer;
}

.w2p_button_dialog {
  color: #F2F2F2;
}

.restriction_note {
  color: #D61919;
}

.radio-item {
  display: inline-block;
  position: relative;
  margin: 10px 0 0;
}

.radio-item_selected {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
  left: 2px;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item_selected input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
}

.radio-item_selected label {
  color: #666;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid rgb(189, 33, 191);
  background-color: transparent;
}

.radio-item_selected label:before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid rgb(189, 33, 191);
  background-color: transparent;
}

.radio-item label:hover {
  cursor: pointer;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background:  rgba(189, 33, 191, 1.0);
}

.radio_selector {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  content: " ";
  display: grid;
  background:  rgba(189, 33, 191, 1.0);
  justify-content: center;
  align-content: center;
}


.w2p_button_dialog:hover {
  cursor: pointer;
}

.w2p_button_upload {
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  margin: 5px;
  transition: all .2s;
  color: rgba(189, 33, 191, 1.0);
}

.w2p_button_upload:hover {
  cursor: pointer;
}

.w2p_button_change_settings {
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  margin: 5px;
  transition: all .2s;
  color: rgba(189, 33, 191, 1.0);
}

.w2p_button_change_settings:hover {
  cursor: pointer;
  background-color: rgba(189, 33, 191, 0.5);
}

.w2p_button_order {
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  margin: 5px;
  transition: all .2s;
  color: rgba(189, 33, 191, 1.0);
}

.w2p_button_order:hover {
  cursor: pointer;
  background-color: rgba(189, 33, 191, 0.5);
}

.w2p_button_change_copies {
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  margin: 5px;
  transition: all .2s;
  color: rgba(189, 33, 191, 1.0);
}

.w2p_button_change_copies:hover {
  cursor: pointer;
  background-color: rgba(189, 33, 191, 0.5);
}

.input_copies {
  appearance: textfield;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  margin: 5px;
  transition: all .2s;
  color: rgba(189, 33, 191, 1.0);
  max-width: 70px;
  text-align: center;
}

.print_product:hover {
    cursor: pointer;
    border-color: rgba(189, 33, 191, 1.0);
    border-style: solid;
}

#file{
    display: none;
}

summary:focus {
    outline: none;
    }

/* Thumbnail */
.thumbnail{
  position: relative;  
  width: 100px;
  height: 130px;
  padding: 2px;
  border: 2px solid lightgray;
  border-radius: 3px;
  float: left;
}

.thumbnail_symbol {
  position: absolute;
  display: flex;
  top: 2em;
  bottom: 2em;
  width: auto;
  height: 70%;
  margin: auto;
  text-align: center;
  align-content: center;
  justify-content: center;
}

.status_symbol{
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.size{
    font-size:12px;
}

  .product_symbol_overview {
    display: block;
    top: 2.5em;
    bottom: 2.5em;
    width: 150px;
    min-width: 70px;
    text-align: center;
    margin-top: 0px;
  }

  .print_product img {
    display: block;
  }

  .partial_price {
    
    margin-top: 8px;
    padding-left: 8px;
    margin-left: auto;
    padding: 0;
    border: 0;
    margin: 0;
    margin-left: auto;
    right: 0;
    position: absolute;

  }

  .shortname {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 2.5em;
    margin-top: 130px;
  }

  .product_category {
    position: relative;
    float: left;
    width: 100%;
    
  }

  .tip:hover {
    cursor: help;
  }
  .tip span {
    display: none
  }
  .tip:hover span {
      display: block;
      width: 200px;
      position: absolute;
      text-decoration: none;
      color: rgb(250, 8, 8);
      border-style: solid;
      border-color: hsl(240, 100%, 50%); /* blue */
      background-color: powderblue;
      overflow: visible;
      float: right;
      z-index: 1;
  }

  .tip_thumbnail {
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .tip_thumbnail:hover {
    cursor: help;
  }
  .tip_thumbnail span {
    display: none
  }
  .tip_thumbnail:hover span {
      display: block;
      width: 200px;
      position: absolute;
      text-decoration: none;
      color: rgb(250, 8, 8);
      border-style: solid;
      border-color: hsl(240, 100%, 50%); /* blue */
      background-color: powderblue;
      overflow: visible;
      float: right;
      z-index: 1;
  }

  .copies {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    height: 2em;
    line-height: 2em;

  }
  .pages {
    
    display: inline;
    margin-right: 2px;
  }


  