.custom-checkout-content {
    width: 40%;
    float: right;
    margin-right: 0;
    clear: right;
    padding-top: 50px;
}
.custom-checkout-content h3 {
    font-size: 22px;
    font-family: "Figtree Semi Bold";
    color: #000;
    margin-bottom: 6px;
}
.rt_img {
    font-family: 'Figtree Semi Bold';
}
.rt_img img {
    padding-right: 5px;
}
.reviews_sldr {
    border: 1px solid #004C581F;
    border-radius: 5px;
    padding: 30px;
    margin-top: 25px;
}
.slide_rt_img {
    padding-bottom: 20px;
}
.slide p {
    font-family: 'Figtree Light';
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
.buyer_details {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.byr_det h3 {
    margin: 0;
}
.vrf_img span {
    color: #00B67A;
    font-family: 'Figtree Medium';
}
.avtr_img img {
    width: 80px;
}
.weight_loss_grnt {
    padding-top: 20px;
    padding-bottom: 20px;
}
.weight_loss_grnt {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.weight_loss_grnt p {
    padding: 0;
    margin: 0;
}
.contact_details {
    border: 1px solid #004C581F;
    border-radius: 5px;
    padding: 30px;
}
.need_help {
    display: flex;
    justify-content: space-between;
}
.specilist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #004C5808;
    padding-left: 12px;
    margin-top: 5px;
    border-radius: 5px;
}
div#bmi-warning {
    font-family: 'Figtree Light';
}
.step-37 input {
    border-radius: 7px !important;
}
input.email_inpt {
    border-radius: 7px !important;
}
.cta_numb {
    padding-top: 8px;
}
.cta_numb a {
    color: #000;
    font-family: 'Figtree Semi Bold';
    font-size: 15px;
}
.det_timing {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    font-family: 'Figtree Light';
    font-size: 15px;
    color: #000;
}
.vrf_img {
    display: flex;
    gap: 4px;
}



/*
 * Custom CSS for the unique order summary layout.
 * All styles are scoped to the `.my-custom-order-summary` class.
 */

/* Container for the entire order summary */
.my-custom-order-summary {
    background-color: #f7f9fc; /* Light blue-gray background */
    border-radius: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

/* Header styling */
.my-custom-order-summary .order-summary-header h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

/* Product item styling */
.my-custom-order-summary .product-summary-item {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ddd; /* Dashed line separator */
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.my-custom-order-summary .product-image {
    flex-shrink: 0; /* Prevents image from shrinking */
    margin-right: 20px;
}

.my-custom-order-summary .order-summary-product-image {
    width: 60px; /* Adjust as needed */
    height: auto;
    border-radius: 5px;
}

.my-custom-order-summary .product-details {
    flex-grow: 1; /* Allows details to take up remaining space */
}

.my-custom-order-summary .product-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.my-custom-order-summary .product-description {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.my-custom-order-summary .product-price-per-month {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.my-custom-order-summary .product-total-price {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/* Coupon section styling */
.my-custom-order-summary .coupon-section {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}

.my-custom-order-summary .add-coupon-link {
    display: flex;
    align-items: center;
    color: #007bff; /* Blue color for link */
    text-decoration: none;
    font-weight: bold;
}

.my-custom-order-summary .coupon-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23007bff"><path d="M497.94 135.25L425.4 62.72c-29.4-29.4-77-29.4-106.4 0L143.76 238.16l141.67 141.67c29.4 29.4 29.4 77 0 106.4l-72.53 72.53c-29.4 29.4-77 29.4-106.4 0L5.3 400.16c-29.4-29.4-29.4-77 0-106.4L208.2 88.6c29.4-29.4 77-29.4 106.4 0L376.67 150c29.4 29.4 29.4 77 0 106.4L188.8 444.27l72.53 72.53c29.4 29.4 77 29.4 106.4 0L497.94 238.16c29.4-29.4 29.4-77 0-106.4z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

/* Order total styling */
.my-custom-order-summary .order-total-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.my-custom-order-summary .total-label h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.my-custom-order-summary .total-price {
    font-size: 24px;
    font-weight: bold;
    color: #007bff; /* Blue color for total price */
}
h3#order_review_heading {
    display: none;
}

div#order_review {
    padding-bottom: 30px !important;
}
.bmi_field input {
    border-radius: 7px !important;
}


.btn_div {
  width: 100%;
}

/* When sticky is applied */
.btn_div.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
  z-index: 999;
  margin: auto;
  max-width: 50%;

}







