/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 21 2025 | 09:07:01 */
#material_fieldset.p3d-fieldset {
  padding: 12px;
  border-radius: 12px;
}

#printer_fieldset.p3d-fieldset {
  padding: 12px;
  border-radius: 12px;
}

#infill_fieldset.p3d-fieldset {
  padding: 12px;
  border-radius: 12px;
}

[type=submit]:not(:disabled) {
  background-color: #4d06f5;
  border-radius: 12px;
  color: #ffffff;
  border-width: 0px;
  border-color: #ffffff;
  border-style: hidden;
}

.p3d-quantity input.p3d-qty {
  border-radius: 12px;
  margin: 0px;
  margin-top: 4px;
  padding: 7px;
  text-transform: none;
}

/* CSS for Mobile and Tablet only */

@media (max-width: 768px) {
  /* Adjust the max-width as needed for your specific breakpoint */

  .p3d-info.p3d-panel-right {
    display: none;
  }
}

.p3d-tooltip.p3d-color-item {
  border-radius: 0px;
}

.p3d-group ul.p3d-colors {
  border-radius: 0px;
}

.p3d-group-color-sample.p3d-selected-li {
  border-radius: 4px;
}

.price {
  font-weight: normal;
  margin: 0;
  font-size: 30px;
}

.price {
  font-weight: normal;
  margin: 0;
  font-size: 30px;
}

.price {
  font-weight: normal;
  margin: 0;
  font-size: 30px;
}

/* Apply padding only for devices with a minimum width of 768px (typical for tablets and desktops) */

@media (min-width: 768px) {
  .price {
    padding: 50px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}

#infill_fieldset.p3d-fieldset {
  padding: 12px;
  border-radius: 12px;
}

/* Add bottom padding of 50px for mobile and tablet view */

@media (max-width: 991px) {
  #infill_fieldset.p3d-fieldset {
    padding-bottom: 50px;
  }
}

#p3d-model-message {
  border-radius: 12px;
  margin-bottom: 100px;
  text-indent: 0px;
  margin: 0px;
  padding: 0px;
  overflow-y: hidden;
  overflow-x: hidden;
  overflow: hidden;
  padding-bottom: 0px;
}

#p3d-pickfiles span.content {
  margin-top: 0px;
  padding-top: 0px;
}

#p3d-container {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #materialTable {
    display: none;
  }
}


@media (max-width: 600px) {
  table.p3d-stats {
    border: 34px solid #ddd;
    /* Sets border size to 34px on mobile devices */
  }
}

@media only screen and (min-width: 720px) {
  .p3d-product-form {
    padding: 0;
  }

  #p3d-cv.p3d-cv-3d {
    margin-right: 300px;
  }
}
span.p3d-group-name {
  margin-right: 30px;
}

.p3d-btn.p3d-btn-primary.p3d-float-right {
  background-color: #4d06f5;
  color: #ffffff;
}