#multiStepForm .form-group label {
  display: block !important;
}

.hiddenform .formouterrow {
  height: 100%;
  padding: 15px;
  display: flex;
  gap: 20px;
  border-radius: 5px;
}

.variation-original_image_id,
.variation-file_upload_id {
  display: none !important;
}

.hiddenform .formouterrow .step,
.hiddenform .formouterrow .sub-step {
  display: none;
}

.hiddenform .formouterrow .step.active,
.hiddenform .formouterrow .sub-step.active {
  display: block;
}

.hiddenform .formouterrow .progress-inner {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  overflow: hidden;
  flex: 1 0 240px;
}

.hiddenform .formouterrow .progress-inner .step-indicator {
  padding: 12px 10px;
  font-size: 18px;
  opacity: 0.2;
  cursor: not-allowed;
  border-bottom: 1px solid #d1d1d1;
}

.hiddenform .formouterrow .progress-inner .step-indicator.active {
  background-color: #9fcc3b;
  opacity: 1;
  cursor: auto;
  color: white;
}

.hiddenform .formouterrow .progress-inner .step-indicator.completed {
  background-color: #9fcc3b;
  opacity: 1;
  cursor: auto;
  color: white;
  border-bottom: 1px solid #b8e74f;
}

.hiddenform .hiddenform-inner {
  padding: 50px 0;
}

.hiddenform .hiddenform-inner .imgsec {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  border-left: 15px solid #fff;
}

.hiddenform .hiddenform-inner .imgsec img {
  max-width: 350px;
  width: 100%;
}

.hiddenform .hiddenform-inner .green-btn {
  text-transform: uppercase;
  padding: 0.54rem 1.28rem;
}

.hiddenform .hiddenform-inner .shadowdiv {
  border-radius: 10px;
  background: #efefef;
  display: flex;
}

.hiddenform .hiddenform-inner .shadowdiv .form-column,
.hiddenform .hiddenform-inner .shadowdiv .badge-preview-column {
  width: 50%;
}

.hiddenform .hiddenform-inner .selected-column {
  max-width: 200px;
  width: 100%;
}

.hiddenform .hiddenform-inner .selected-column .select-inner {
  border-left: 15px solid #fff;
  height: 100%;
  padding: 15px;
  overflow-y: auto;
  max-height: 449px;
}

.hiddenform .hiddenform-inner .selected-column .select-inner ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b8e74f;
}

.hiddenform .hiddenform-inner .selected-column .select-inner ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.hiddenform .hiddenform-inner .selected-column .select-inner ul li img {
  width: 60px;
  margin-top: 10px;
}

#multiStepForm .hiddenform {
  height: 100%;
  width: 100%;
}

#multiStepForm .hiddenform .step {
  /* height: 100%; */
  width: 100%;
}

#multiStepForm .hiddenform .step .innerstep {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#multiStepForm .hiddenform .step .innerstep .fileupload {
  /* height: 314px; */
  overflow-y: auto;
}

/* .canvas-container {
  height: 100% !important;
}

.canvas-container canvas {
  height: 100% !important;
} */

#multiStepForm .hiddenform .step .innerstep .buttons {
  margin-top: 50px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#multiStepForm .hiddenform .step .innerstep .buttons.singlebtn {
  justify-content: flex-end;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner {
  /* display: flex;
  flex-wrap: wrap;
  gap: 15px;
  height: 100%;
  align-content: center;
  align-items: center;
  flex-direction: column; */
  display: flex;
  gap: 15px;
  height: 100%;
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.elem-2 label {
  position: relative;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.elem-2 label span {
  position: absolute;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner label {
  width: auto;
  position: relative;
  margin-bottom: 25px;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner label img {
  width: 172px;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner label input[type="radio"] {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner label input[type="radio"]+span {
  inset: 0;
  border: 2px solid rgba(255, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner label input[type="radio"]:checked+span {
  border: 2px solid #9fcc3b;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  justify-content: flex-start;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx label {
  background-color: white;
  margin-bottom: 0;
  text-align: center;
  border-radius: 30px;
  width: auto;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx label input[type="radio"]+span {
  border: 2px solid rgba(159, 204, 59, 0);
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  padding: 10px 20px;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx label input[type="radio"]:checked+span {
  border: 2px solid #9fcc3b;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label {
  background-color: transparent;
  padding: 0;
  text-align: center;
  width: 30px;
  height: 30px;
  position: relative;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  /* position: relative; */
  text-indent: -20000px;
  position: absolute;
}

.color-box {
  border-radius: 50px;
  overflow: hidden;
  margin: 0 !important;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8em;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2;
  pointer-events: none;
  text-indent: 0;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="red"] {
  background-color: red;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="yellow"] {
  background-color: yellow;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="safety-yellow"] {
  background-color: #eed202;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="bright-green"] {
  background-color: #6f0;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="teal"] {
  background-color: #008080;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="blue"] {
  background-color: #00f;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="sapphire"] {
  background-color: #0f52ba;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="white"] {
  background-color: #fff;
  border: 1px solid #ccc;
  /* Add a subtle border for white to be visible on light backgrounds */
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="black"] {
  background-color: #000;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="vintage-gold"] {
  background-color: #b8860b;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]+span[data-color="vintage-silver"] {
  background-color: #c0c0c0;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]:hover+span::after {
  opacity: 1;
  visibility: visible;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.colorbx label input[type="radio"]:checked+span {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.minimal-file-uploader {
  background-color: transparent;
  border: transparent;
  border-radius: 8px;
  padding: 0;
  box-shadow: none;
  text-align: center;
  max-width: 400px;
  width: 100%;
}

.minimal-file-uploader h5 {
  margin-bottom: 20px;
}

.uploader-controls {
  margin-bottom: 20px;
  /* Still a bit of space below controls */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.uploader-controls .browse-btn {
  font-size: 0.9em;
}

.uploader-controls .file-name {
  color: #555;
  font-size: 0.9em;
  white-space: nowrap;
  /* Prevent wrapping */
  overflow: hidden;
  /* Hide overflow text */
  text-overflow: ellipsis;
  /* Add ellipsis for overflow */
  max-width: 60%;
  /* Limit width so button isn't pushed too far */
  text-align: left;
  /* Align text left within its confined space */
}

.hiddenform-price-qn-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  flex-direction: column;
  justify-content: space-between;
}

.quantity .qbtn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--Green-2, #9fcc3b);
  border-radius: 50px;
  overflow: hidden;
}

.quantity input[type="number"] {
  width: 60px;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 4px;
  height: 40px;
  -moz-appearance: textfield;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .quantity-btn {
  background-color: #9fcc3b;
  border: 1px solid #9fcc3b;
  color: #fff;
  font-size: 1.2em;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 150px !important;
  box-shadow: none;
}

.variation-BadgePreview {
  display: none !important;
}

/* ====================================== */
.hiddenform .hiddenform-inner .shadowdiv .badge-preview-column {
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.hiddenform .hiddenform-inner .shadowdiv .form-column {
  border-right: 15px solid #fff !important;
}

.canvasSec {
  height: 220px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #efefef !important;
  border: none !important;
  /* border-left: 15px solid #fff !important; */
  text-align: center !important;
  width: 480px !important;
  margin: 0 auto;
  padding: 0 15px;
}

/* .canvas-container {
  width: 100% !important;
  /* height: 220px !important; */
/* } */

/* .canvas-container canvas {
  width: 100% !important;
}  */

/*.canvas-container canvas {
  height: 100% !important;
  width: 100% !important;
  padding: 15px;
  border: none !important;
}
*/
#canvasControls {
  z-index: 10;
  top: -20px !important;
  left: auto !important;
  right: 30px !important;
  position: absolute;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.badge_backing_rdo label {
  width: 100%;
}

#multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx.badge_backing_rdo label input[type="radio"]+span {
  flex-direction: row;
  gap: 5px;
}


button.zoom-btn {
  border: 2px solid #9fcc3b;
  background: white;
  padding: 10px 11.6px;
  color: #9fcc3b;
  border-radius: 60%;
  transition: all 0.3s ease-in-out;
}

button.zoom-btn:hover {
  background: #9fcc3b;
  color: #fff;
}

/* File upload */

.File_upload {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.fup-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #9fcc3b;
  border-radius: 78px;
  background-color: #f0ffcf;
  max-width: 350px;
  margin: 0;
  /* padding-right: 20px; */
  width: 100%;
  /* display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; */
}

.quantity label {
  font-size: 1rem;
}

.File_upload label {
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.88rem 1.88rem;
  border-radius: 1.875rem;
  background: var(--Green-2, #9fcc3b);
  border: 1px solid #9fcc3b;
  display: table;
  white-space: nowrap;
  text-align: center;
}

.File_upload label:hover {
  background-color: #7ea32f;
  /* Darker on hover */
  transform: translateY(-1px);
  /* Slight lift effect */
}

.File_upload label:active {
  background-color: #7ea32f;
  /* Even darker on click */
  transform: translateY(0);
  /* Reset position */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  /* Deeper shadow on click */
}

/* Hide the actual file input */
.File_upload input[type="file"] {
  display: none;
  /* Crucial: Hides the default browser file input */
}

.file-upload-instruction {
  font-size: 14px;
  color: #666;
  margin: 0;
  /* Remove default paragraph margin */
  text-align: left;
  /* Ensure text is left-aligned within its container */
}

/* Optional: Add a visual cue when a file is selected (using JavaScript) */
/* You would add a class like 'file-selected' to .File_upload after selection */
/*
.File_upload.file-selected label {
  background-color: #28a745; // Green when file is selected
}
.File_upload.file-selected label:hover {
  background-color: #218838;
}
.File_upload.file-selected .file-upload-instruction {
  color: #28a745;
  font-weight: bold;
}
*/

/* --- Pricing Card Container --- */
.pricing-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  /* Adjust as needed */
  width: 100%;
  text-align: center;
  /* Center content within the card */
  box-sizing: border-box;
  /* Include padding in width */
}


/* --- Main Pricing Container --- */
.pricing {
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}

/* --- Styling for all h4 elements inside .pricing --- */
.pricing h4 {
  margin: 0 0 12px 0;
  /* Adjust margins between price lines */
  color: #000;
  font-size: 1.05em;
  /* Base font size for the label part */
  font-weight: 500;
  display: flex;
  /* Use flexbox for h4 to align its content */
  justify-content: space-between;
  /* Push the price value to the right */
  align-items: baseline;
  /* Align text baselines */
}

.pricing .woocommerce-Price-currencySymbol {
  color: #000;
}

.pricing h4:last-of-type {
  margin-bottom: 0;
  /* Remove bottom margin from the last h4 */
}

/* --- Styling for the price values (span with id="cal_price" and "total_cal_price") --- */
#cal_price,
#total_cal_price {
  color: #9fcc3b;
  /* Highlight price values with a distinct color */
  font-weight: 600;
  font-size: 1.15em;
  /* Make price value slightly larger than label */
  margin-left: 10px;
  /* Space between label and value */
  white-space: nowrap;
  /* Prevent price from wrapping */
}

#cal_price {
  color: black;
}

/* --- WooCommerce specific styling within the price value --- */
.pricing .woocommerce-Price-amount {
  font-weight: inherit;
  /* Inherit from #cal_price / #total_cal_price */
  font-size: inherit;
  /* Inherit from #cal_price / #total_cal_price */
  line-height: 1;
  /* Ensure consistent line height */
}

.pricing .woocommerce-Price-currencySymbol {
  margin-right: 2px;
  /* Small space between symbol and number */
  font-size: 1rem;
  /* Slightly smaller currency symbol */
  /* color: #777; */
  /* Softer color for currency symbol */
}


.pricing h4:last-of-type {
  border-top: 1px dashed #e9ecef;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 700;
  /* color: #333; */
  font-size: 1.2em;
  background: #eeffc8;
  padding: 10px 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.pricing h4:last-of-type #total_cal_price {
  color: #9fcc3b;
  /* A strong green for the final total */
  font-size: 1.5em;
  /* Significantly larger for the total amount */
  font-weight: 800;
  /* Extra bold for emphasis */
}

.pricing h4:last-of-type .woocommerce-Price-currencySymbol {
  color: #9fcc3b;
  font-size: 1.8rem;
  /* Match currency symbol to total price color */
}



/* // --- Base Body Styles (re-iterated for context, assuming consistent body styling) --- */


