.steprow label{
	width: 100%;
	display: block;
}
.stepInner{
	width: 560px;
	margin: 0px auto;
	padding-bottom: 80px;
}
.steprow label input[type="radio"]{
	display: none;
}
.steprow h3{
	color: #302621;
	font-size: 25px;
	color: #fff;
	margin-bottom: 30px;
}
.frmRow{
	display: flex;
	margin: 0 -6px;
	margin-bottom: 12px;
	justify-content: space-between;
}
.frmRowCell{
	width: 100%;
	margin: 0 6px;
}
.frmRow2Cell{
	width: 50%;
	margin: 0px 6px;
}
.fieldArea{
	background: #fff;
	border: 1px solid #dad9d8;
	border-radius: 12px;
	padding: 13px 25px 38px;
	color: #7c6d65;
	width: 100%;
}
.fieldArea:focus{
	outline: none;
}




.step1-wrapper {
	max-width: 100%;
	margin: 0 auto;
	/* padding: 40px 20px; */
	/* background-color: #f3eee9; */
	font-family: inherit;
  }
  
  .step1-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .step1-subtitle {
	font-size: 14px;
	color: #fff;
	margin-bottom: 25px;
  }
  
  .checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
  }
  
  .checkbox-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 12px;
	padding: 14px 40px 14px 18px;
	cursor: pointer;
	border: 2px solid #e0e0e0;
	transition: border 0.4s;
  }
  
  .checkbox-card:hover {
	border-color: #009112;
  }

  /* Add 2px border when checkbox is checked */
  .checkbox-card:has(input[type="checkbox"]:checked) {
	border: 2px solid #009112; /* or your desired color */
  }
  
  .checkbox-card input[type="checkbox"] {
	display: none;
  }
  
  .checkbox-label {
	font-size: 16px;
	font-weight: 500;
	color: #333;
  }
  
  .custom-check {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #cfcfcf;
	background-color: #fff;
	transition: background 0.3s, border 0.3s;
	position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .checkbox-card input[type="checkbox"]:checked + .checkbox-label + .custom-check {
	background-color: #ffffff; /* Adjust active color */
	border-color: #009112;
  }
  
  /* Button */
  .step1-button {
	margin-top: 30px;
	width: 100%;
	padding: 16px 0;
	border-radius: 8px;
	background-color: #ffbf00;
    color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease-in-out;
	max-width: 200px;
    margin: 16px 0px 0px auto;
    display: block;
  }

  .step1-button:hover {
	background-color: #e1a800;
  }
  




  .custom-check {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	/* border: 2px solid #cfcfcf;
	background-color: #fff; */
	/* position: relative; */
	transition: background 0.3s, border 0.3s;
  }
  
  /* .checkbox-card input[type="checkbox"]:checked + .checkbox-label + .custom-check {
	background-color: #7d4f2c; 
	border-color: #7d4f2c;
  } */
  
  .checkbox-card input[type="checkbox"]:checked + .checkbox-label + .custom-check::after {
	content:"";
  	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/tick.png) center no-repeat;
	width: 14px;
    height: 18px;
    background-size: 100%;
  }
  






  .step4-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	box-sizing: border-box;
}

.step4-title {
	font-size: 25px;
	margin-bottom: 8px;
	color: #ffffff;
}

.step4-description {
	font-size: 18px;
    color: #1c1c1c;
    margin-bottom: 8px;
    line-height: 1.4;
    font-weight: 600;
}

.step4-requirements {
	background-color: #f8f8f8;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 25px;
}

.step4-requirement-item {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}

.step4-requirement-item:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #333;
}

.step4-phone-label {
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
	display: block;
}

.step4-phone-input {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 16px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.step4-checkbox-container {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
}

.step4-checkbox {
	margin-right: 10px;
	margin-top: 2px;
}

.step4-checkbox-label {
	font-size: 14px;
	color: #666;
	line-height: 1.4;
}

.step4-continue-button {
	width: 100%;
	background-color: #000;
	color: #fff;
	border: none;
	padding: 14px;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: bold;
}

.step4-continue-button:hover {
	background-color: #218d07;
}


















.form-fields-container {
	/* font-family: Arial, sans-serif;
	max-width: 400px;
	margin: 0 auto;
	padding: 20px; */
	box-sizing: border-box;
	width: 100%;
}

.form-field-group {
	margin-bottom: 20px;
}

.form-field-label {
	font-size: 14px;
	color: #333;
	margin-bottom: 3px;
	display: block;
	font-weight: normal;
}

.form-field-input {
	width: 100%;
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}

.form-field-input::placeholder {
	color: #999;
}

.form-field-select {
	width: 100%;
	padding: 0px;
	border: 0px solid #ddd;
	border-radius: 6px;
	font-size: 16px;
	background-color: white;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	outline: none;
}





.form-field-group {
    width: 100%;
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 16px;
    margin-bottom: 12px;
    font-size: 20px;
    cursor: pointer;
    /* padding-right: 40px; */
}


.step4-checkbox-container {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 16px;
    margin-bottom: 12px;
    font-size: 20px;
    cursor: pointer;
}


.commonRadioBox label {
    width: 100%;
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 16px;
    margin-bottom: 12px;
    font-size: 20px;
    cursor: pointer;
	border: 2px solid #ffffff;
}


.commonButton {
	width: 100%;
    padding: 16px 0;
    border-radius: 8px;
    background-color: #ffbf00;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    /* max-width: 200px; */
    margin: 16px 0px 0px 0px;
    display: block;
}

.commonButton:hover {
    background-color: #e1a800;
}








.commntitleWrap {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.commnSubtitleWrap {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}












.treatment-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	color: #333;
	width: 100%;
}


.treatment-header {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}

.treatment-list {
	margin-bottom: 20px;
}

.treatment-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 12px;
	border-radius: 8px;
	background-color: #ffffff;
}

.treatment-item.selected {
	background-color: #fff8e6;
}

.treatment-icon {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	color: #ffbf00;
}

.treatment-label {
	font-weight: bold;
}

.treatment-note {
	font-size: 12px;
	color: #666;
	font-style: italic;
	margin-top: 5px;
	margin-left: 36px;
}

.divider {
	border-top: 1px solid #ddd;
	margin: 20px 0;
}

.ingredients-header {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #ffffff;
}

.ingredient-accordion {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 0px;
	border-radius: 5px;
	background: #ffffff;
}

.ingredient-title {
	font-weight: bold;
	margin-bottom: 0px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 16px 16px;
    margin-bottom: 0px;
}

.ingredient-content {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	display: none;
	padding: 8px 0;
}

.ingredient-content.active {
	display: block;
}

.safety-links {
	margin: 20px 0;
}

.safety-link {
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin-right: 15px;
}

.provider-note {
	font-size: 14px;
	color: #ffffff;
	margin: 20px 0;
	line-height: 1.5;
}

.study-note {
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
	margin-top: 10px;
}
/* 
.continue-button {
	background-color: #000;
	color: #fff;
	border: none;
	padding: 15px;
	width: 100%;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
} */

.chevron-icon {
	width: 16px;
	height: 16px;
	transition: transform 0.3s;
}

.chevron-icon.rotated {
	transform: rotate(180deg);
}



.treatment-item svg {
    margin-right: 8px;
}

.ingredient-content.active {
    border: none;
    padding: 0px 16px 16px;
}





/* Container */
.custom-dose-selector {
	/* max-width: 400px;
	margin: auto;
	padding: 20px;
	background-color: #ffffff; */
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
  }
  
  /* Title */
  .custom-title {
	font-size: 18px;
	margin-bottom: 15px;
	color: #333;
  }
  
  /* Accordion Items */
  .dose-option {
	margin-bottom: 10px;
	background: #ffffff;
	border-radius: 5px;
  }
  
  .dose-header {
	background-color: #e7e6e6;
	padding: 10px;
	cursor: pointer;
	border-radius: 6px;
	font-weight: bold;
  }
  
  .dose-header:hover {
	background-color: #e4e4e4;
  }
  
  /* Tag Styling */
  .tag {
	background-color: #000;
	color: #fff;
	padding: 2px 6px;
	margin-left: 10px;
	border-radius: 4px;
	font-size: 12px;
  }
  
  /* Content */
  .dose-content {
	display: none;
	padding: 10px;
	background-color: #ffffff;
	margin-top: 5px;
	border-radius: 6px;
  }
  

  .doseContentWrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}

.doseMaintainDetails {
    padding: 8px;
    background: #e7e6e6;
    border-radius: 5px;
    font-weight: 600;
    min-width: 125px;
    text-align: center;
}









.strength-help-accordion {
	/* max-width: 500px; */
	margin: 20px auto;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #f0f0f0;
	font-family: Arial, sans-serif;
  }
  
  .strength-help-header {
	padding: 12px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	background-color: #e0e0e0;
	border-radius: 6px;
  }
  
  .strength-help-header:hover {
	background-color: #d6d6d6;
  }
  
  .strength-help-icon {
	font-size: 18px;
	transition: transform 0.2s ease;
  }
  
  .strength-help-content {
	display: none;
	padding: 10px 16px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	font-size: 15px;
	line-height: 1.6;
  }
  .strength-help-content.active {
    display: block;
  }
 .strength-help-content.active ul li {
    list-style: disc inside;
 }

  .monthly-dose-selector {
	/* max-width: 600px; */
	
	/* padding: 20px; */
	/* background-color: #f5f5f5; */
	border-radius: 10px;
	/* box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	font-family: 'Segoe UI', sans-serif; */
  }
  
  .monthly-dose-title {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #333;
  }
  
  .monthly-dose-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
  }
  
  .dose-option-radio {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ccc;
	cursor: pointer;
	position: relative;
  }
  
  .dose-option-radio input[type="radio"] {
	display: none;
  }
  
  .custom-radio {
	width: 18px;
	height: 18px;
	border: 2px solid #333;
	border-radius: 50%;
	margin-right: 12px;
	position: relative;
  }
  
  .dose-option-radio input[type="radio"]:checked + .custom-radio::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px;
  }
  
  .dose-label {
	flex: 1;
	font-size: 16px;
  }
  
  .dose-tag {
	background-color: #000;
	color: #fff;
	padding: 2px 6px;
	margin-left: 10px;
	font-size: 12px;
	border-radius: 4px;
  }
  
  /* Rugiet Guide Accordion */
  .rugiet-guide-accordion {
	margin-top: 20px;
	background-color: #e6e6e6;
	border-radius: 8px;
  }
  
  .rugiet-guide-header {
	padding: 12px 16px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	border-radius: 8px;
  }
  
  .rugiet-guide-icon {
	font-size: 18px;
	transition: transform 0.3s ease;
  }
  
  .rugiet-guide-content {
	display: none;
	padding: 14px 16px;
	background-color: #fff;
	font-size: 15px;
	line-height: 1.6;
	border-top: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
  }
  

  .steprow label:has(input[type="radio"]:checked) {
	border-color: #ffbf00;
	/* background-color: #f0f0f0; */
  }










  .order-summary-card {
	max-width: 600px;
	margin: 30px auto;
	padding: 20px;
	background-color: #fefefe;
	border-radius: 10px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
	font-family: 'Segoe UI', sans-serif;
  }
  
  .product-summary {
	display: flex;
	gap: 16px;
	align-items: center;
  }
  
  .product-img {
	width: 80px;
	height: 80px;
	background-color: #ccc;
	border-radius: 8px;
	object-fit: cover;
  }
  
  .product-info {
	flex: 1;
  }
  
  .product-title {
	font-weight: bold;
	font-size: 16px;
  }
  
  .product-subtext {
	font-size: 14px;
	color: #555;
  }
  
  .shipping-options {
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  
  .shipping-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	background-color: #f4f4f4;
	padding: 10px 12px;
	border-radius: 6px;
  }
  
  .check-icon {
	width: 16px;
	height: 16px;
	color: #000;
  }
  
  .save-tag {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 4px;
	margin-left: 10px;
  }
  
  .promo-code {
	display: flex;
	gap: 10px;
	margin: 20px 0;
  }
  
  .promo-code input {
	flex: 1;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #ccc;
  }
  
  .apply-button {
	padding: 10px 16px;
	border: none;
	background-color: #333;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
  }
  
  .cost-breakdown > div {
	display: flex;
	justify-content: space-between;
	margin: 6px 0;
  }
  
  .discount-row {
	color: green;
  }
  
  .total-row {
	margin-top: 10px;
	font-size: 16px;
  }
  
  .due-now {
	margin-top: 8px;
	font-size: 18px;
  }
  
  .charge-note {
	font-size: 13px;
	color: #666;
	margin-top: 4px;
  }
  
  .terms-agreement {
	margin: 16px 0;
	font-size: 14px;
  }
  








  .shipping-frequency-options {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 500px;
	margin: 30px auto 0;
	font-family: 'Segoe UI', sans-serif;
  }
  
  .shipping-frequency-options label {
	display: block;
	border-radius: 10px;
	background-color: #f5f5f5;
	padding: 16px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color 0.3s ease, background-color 0.3s ease;
  }
  
  .shipping-frequency-options label:has(input[type="radio"]:checked) {
	border-color: #21c172; /* highlight border like selected card */
	background-color: #e6f6ee;
  }
  
  .shipping-frequency-options input[type="radio"] {
	display: none;
  }
  
  .option-content .option-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
  }
  
  .option-content .option-price {
	font-size: 15px;
	color: #333;
  }
  
  .option-content .option-note {
	margin-top: 6px;
	font-size: 13px;
	color: #1a8f4b;
	font-weight: 500;
  }

  


  .product-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background-color: #f9f9f9;
	padding: 16px;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
	max-width: 600px;
	margin: auto;
	font-family: 'Segoe UI', sans-serif;
  }
  
  .product-img {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	object-fit: cover;
	background-color: #e0e0e0;
  }
  
  .product-info {
	flex: 1;
  }
  
  .product-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
	color: #222;
  }
  
  .product-subtext {
	font-size: 14px;
	color: #555;
  }
  
  .edit-button {
	display: flex;
	align-items: center;
	gap: 6px;
	background-color: transparent;
	border: none;
	color: #0077cc;
	font-size: 14px;
	cursor: pointer;
	padding: 4px 8px;
  }
  
  .edit-icon {
	width: 16px;
	height: 16px;
	fill: currentColor;
  }
  








  .promo-code-section {
	max-width: 600px;
	margin: 30px auto;
	font-family: 'Segoe UI', sans-serif;
	background-color: #fefefe;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  }
  
  .promo-code {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
  }
  
  .promo-code input {
	flex: 1;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
  }
  
  .apply-button {
	padding: 12px 18px;
	background-color: #000;
	color: #fff;
	border-radius: 6px;
	border: none;
	font-size: 14px;
	cursor: pointer;
  }
  
  .cost-breakdown {
	border-top: 1px solid #ddd;
	padding-top: 16px;
	font-size: 15px;
  }
  
  .cost-item {
	display: flex;
	justify-content: space-between;
	margin: 8px 0;
  }
  
  .discount-row span:last-child {
	color: green;
  }
  
  .total-row {
	margin-top: 12px;
	font-weight: bold;
	font-size: 16px;
  }
  
  .due-now {
	margin-top: 8px;
	font-size: 17px;
	color: #111;
  }
  
  .charge-note {
	font-size: 13px;
	color: #666;
	margin-top: 6px;
  }
  




  .terms-confirm {
	max-width: 600px;
	margin: 30px auto;
	padding: 20px;
	background-color: #fefefe;
	border-radius: 10px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.08);
	font-family: 'Segoe UI', sans-serif;
  }
  
  .terms-checkbox {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 20px;
	cursor: pointer;
  }
  
  .terms-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
  }
  
  #paymentButton:disabled {
	opacity: 0.5;
	cursor: not-allowed;
  }
  
.steprow {
	position: relative;
}

  .step {
    /* display: none;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s ease; */
	display: none;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .step.active {
    /* display: block;
    opacity: 1;
    transform: translateX(0);
	border: none; */

	display: block;
    opacity: 1;
    transform: translateX(0);
	transition: all 0.5s ease;
    position: relative;
	border: none;
  }
  /*add 24-07-25*/

.orderSummary{
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}

.headSum{
	font-size: 20px;
	padding: 16px;
	background: #dad9d8;
	border-radius: 15px 15px 0 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.headSum i{
	width: 20px;
	transition: 300ms ease-in-out;
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
}
.headSum.showSummary i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.productTop{
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.proCellD{
	width: 108px;
	margin-right: 18px;
}
.steprow  .proTitle h3{
	font-size: 24px;
	color: #302621;
	margin-bottom:12px;
}
.proTitle span{
	display: block;
	font-size: 18px;
	color: #7c6d65;
}
.grayPart{
	background: #e6e3e04d;
}
.summaryRow {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding:20px;
    }

    .pill {
      background-color: #ccf5d3;
      color: #118c4f;
      padding: 3px 10px;
      border-radius: 12px;
      font-size: 13px;
      margin-left: 8px;
    }

    .line {
      border-top: 1px solid #eee;
    }

    .price {
      font-size: 15px;
    }

    .original-price {
      text-decoration: line-through;
      color: #888;
      margin-right: 5px;
    }

    .total {
      font-weight: bold;
      font-size: 18px;
    }

    .savings-pill {
      background-color: #a6f4a3;
      color: #1a7f3f;
      font-weight: bold;
      padding: 5px 10px;
      border-radius: 12px;
      font-size: 14px;
      margin-left: 5px;
    }

    .due-now {
      font-weight: bold;
      font-size: 20px;
    }
    .paymentInfo{
    	margin: 60px 0 0;
    }

    .paymentInfo h2 {
      font-size: 25px;
	  margin-bottom: 16px;
	  color: #fff;
    } 
    .payment-box {
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 16px;
      margin-bottom: 20px;
    }

    .express-button {
      width: 100%;
      padding: 12px;
      border: none;
      font-size:22px;
      font-weight: bold;
      border-radius: 6px;
      margin-top: 10px;
      cursor: pointer;
      text-align: center;
    }
    .express-button img{
    	display: inline-block;
    }
    .paypal {
      background-color: #ffc439;
      color: #003087;
    }

    .googlepay {
      background-color: #000;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .googlepay img {
      height:30px;
    }

    .card-title {
      font-size:22px;
      margin-bottom: 10px;
    }

    .secure-info {
      font-size: 14px;
      color: #666;
      display: flex;
      align-items: center;
      margin-bottom: 16px;
    }

    .secure-info::before {
      content: '';
      margin-right: 6px;
      font-size: 16px;
      width: 15px;
      height: 15px;
      background: url(../images/lockImg.png) center no-repeat;
    }

    .form-field {
      width: 100%;
      padding: 12px;
      margin-bottom: 12px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
      background: #f7f7f7;
    }

    .submit-button {
      width: 100%;
      background-color: #ccc;
      color: #fff;
      font-weight: bold;
      padding: 14px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      cursor: not-allowed;
    }
    /*add 24-07-25*/

.orderSummary{
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}

.headSum{
	font-size: 20px;
	padding: 16px;
	background: #dad9d8;
	border-radius: 15px 15px 0 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.headSum i{
	width: 20px;
	transition: 300ms ease-in-out;
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
}
.headSum.showSummary i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.productTop{
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.proCellD{
	width: 108px;
	margin-right: 18px;
}
.steprow  .proTitle h3{
	font-size: 24px;
	color: #302621;
	margin-bottom:12px;
}
.proTitle span{
	display: block;
	font-size: 18px;
	color: #7c6d65;
}
.grayPart{
	background: #e6e3e04d;
}
.summaryRow {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding:20px;
    }

    .pill {
      background-color: #ccf5d3;
      color: #118c4f;
      padding: 3px 10px;
      border-radius: 12px;
      font-size: 13px;
      margin-left: 8px;
    }

    .line {
      border-top: 1px solid #eee;
    }

    .price {
      font-size: 15px;
    }

    .original-price {
      text-decoration: line-through;
      color: #888;
      margin-right: 5px;
    }

    .total {
      font-weight: bold;
      font-size: 18px;
    }

    .savings-pill {
      background-color: #a6f4a3;
      color: #1a7f3f;
      font-weight: bold;
      padding: 5px 10px;
      border-radius: 12px;
      font-size: 14px;
      margin-left: 5px;
    }

    .due-now {
      font-weight: bold;
      font-size: 20px;
    }
    .paymentInfo{
    	margin: 60px 0 0;
    }

    .paymentInfo h2 {
      font-size: 25px;
	  margin-bottom: 16px;
	  color: #fff;
    } 
    .payment-box {
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 16px;
      margin-bottom: 20px;
    }

    .express-button {
      width: 100%;
      padding: 12px;
      border: none;
      font-size:22px;
      font-weight: bold;
      border-radius: 6px;
      margin-top: 10px;
      cursor: pointer;
      text-align: center;
    }
    .express-button img{
    	display: inline-block;
    }
    .paypal {
      background-color: #ffc439;
      color: #003087;
    }

    .googlepay {
      background-color: #000;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .googlepay img {
      height:30px;
    }

    .card-title {
      font-size:22px;
      margin-bottom: 10px;
    }

    .secure-info {
      font-size: 14px;
      color: #666;
      display: flex;
      align-items: center;
      margin-bottom: 16px;
    }

    .secure-info::before {
      content: '';
      margin-right: 6px;
      font-size: 16px;
      width: 15px;
      height: 15px;
      background: url(../images/lockImg.png) center no-repeat;
    }

    .form-field {
      width: 100%;
      padding: 12px;
      margin-bottom: 12px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
      background: #f7f7f7;
    }

    .submit-button {
      width: 100%;
      background-color: #ccc;
      color: #fff;
      font-weight: bold;
      padding: 14px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      cursor: not-allowed;
    }
    
    @media(max-width:767px){
        .stepInner{
	width: 100%;
        
    }
    }
    @media(max-width: 575px){
    	.product-title{
    		font-size: 12px;
    	}
    	.product-subtext {
		    font-size: 12px;
		    color: #555;
		}
		.product-img {
		    width: 50px;
		    height: 50px;
		}
    }










     /* today 25-07-2025  */



  .allergy-box {
    border: 1px solid #333;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    font-family: sans-serif;
	margin-bottom: 16px;
	display: none;
  }

  .allergy-box-header {
    background-color: #fefaf7;
    padding: 12px 16px;
    border-bottom: 1px solid #ccc;
  }

  .allergy-box-header h4 {
    margin: 0;
    font-size: 15px;
    color: #333;
  }

  .allergy-box-header small {
    font-size: 12px;
    color: #666;
  }

  .allergy-box textarea {
    width: 100%;
    padding: 16px;
    border: none;
    background-color: #e4e0dd;
    font-size: 14px;
    color: #5a4f4f;
    resize: vertical;
    height: 100px;
    box-sizing: border-box;
    font-family: inherit;
  }

  .allergy-box textarea::placeholder {
    color: #5a4f4f;
  }

  .allergy-box textarea:focus {
    outline: none;
  }
