.loader {
    width: 29px;
    height: 24px;
    border: 3px solid green;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

	    @keyframes rotation {
	    0% {
	        transform: rotate(0deg);
	    }
	    100% {
	        transform: rotate(360deg);
	    }
	} 
	.valid {
	    border: 1px solid green !important;
	}
  .input-text.form-control.valid {
      border: 1px solid green !important;
  }
  .select2-container .select2-selection--single .select2-selection__rendered.valid {
    border: 1px solid green !important;
}
	.Notvalid {
	    border: 1px solid red !important;
	}
  .select2-container .select2-selection--single .select2-selection__rendered.Notvalid {
    border: 1px solid red !important;
}
   #billing_delivery_location.Notvalid {
    border: 1px solid red !important;
  }
  #billing_delivery_location.valid {
    border: 1px solid green !important;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    border: 1px solid green !important;
    border-radius: 5px;
    padding: 15px 25px !IMPORTANT;
}
p.preselct {
    position: absolute;
    right: 28px;
    top: 26px;
    background: #000;
    color: #fff;
    padding: 4px;
    border-radius: 10px;
    font-size: 14px;
    z-index: 9999999;
}
.wkly_slide {
    position: relative;
}
a.selectd_meals.cta:hover {
    color: #000 !important;
}
  .input-text.form-control.Notvalid {
      border: 1px solid red !important;
  }
	*:focus {
	    outline: none;
	}
  .page-id-9 img.green_check {
    position: absolute;
    right: 14px;
    top: 20px;
}
.page-id-9 .form-group {
    position: relative;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 10px;
    padding: 45px 50px;
    margin-bottom: 30px !important;
}
#add_payment_method #payment div.payment_box,
 .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
    background-color: #F9F9F3 !important;
}
.form-row.place-order {
    display: none;
}
	.pageloader {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        position: relative;
        animation: rotate 1s linear infinite
      }
      .pageloader::before , .pageloader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #FFF;
        animation: prixClipFix 2s linear infinite ;
      }
      .pageloader::after{
        transform: rotate3d(90, 90, 0, 180deg );
        border-color: #FF3D00;
      }

      @keyframes rotate {
        0%   {transform: rotate(0deg)}
        100%   {transform: rotate(360deg)}
      }

      @keyframes prixClipFix {
          0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
          50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
          75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      }

  	.tab_1 {
	    background: #ffff;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	    min-height: 500px;
      height: 100%;
	    max-width: 600px;
      width: 100%;
	    margin: auto;
	}
	.zip_search {
	    display: grid;
	    gap: 15px;
	    text-align: center;
		}

    h1 {
      font-size: 28px;
      margin-bottom: 30px;
    }

    .meal-options {
      display: grid;
      grid-template-columns: repeat(3, 80px);
      gap: 12px;
      justify-content: center;
      margin-bottom: 25px;
    }

    .option {
      padding: 12px 0;
      border: 2px solid #ccc;
      border-radius: 8px;
      cursor: pointer;
      background: white;
      font-weight: bold;
    }

    .option.selected {
      border-color: #2c7a3e;
      background: #e6f4ea;
    }

    .option.heart::after {
      content: "❤️";
      display: block;
      font-size: 14px;
      margin-top: 4px;
    }

    .plan-summary {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 16px;
      margin-bottom: 25px;
      text-align: left;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      font-size: 15px;
    }

    .plan-summary strong {
      display: block;
      margin-bottom: 8px;
    }

    .summary-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 6px;
    }

    .total {
      font-weight: bold;
      border-top: 1px solid #ddd;
      padding-top: 6px;
      margin-top: 6px;
    }

    .btn {
      padding: 10px 30px;
      background-color: #165c2f;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
    }

    .btn:hover {
      background-color: #124c27;
    }
   .dfgdfgd ul {
        list-style: disc;
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        gap: 77px;
    }
    .dfgdfgd ul li.active {
        color: green;
    }

    .form-wrapper {
      background: #fff;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      max-width: 600px;
      display: flex;
      gap: 30px;
      align-items: center;
    }

    .form-image img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
    }

    .form-content {
      flex: 1;
    }

    .form-content h2 {
      margin-top: 0;
      margin-bottom: 20px;
      font-size: 28px;
    }

    .form-content input[type="email"] {
      width: 100%;
      padding: 12px;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 15px;
    }

    .form-content button {
      width: 100%;
      padding: 12px;
      background-color: #1e7b1e;
      color: white;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .form-content p {
      font-size: 12px;
      color: #555;
      margin-top: 10px;
    }

    .form-content p a {
      color: #1e7b1e;
      text-decoration: none;
    }

    .form-content p a:hover {
      text-decoration: underline;
    }

    .form-group input.form-control {
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 26px !important;
        letter-spacing: 0% !important;
        text-align: left !important;
        vertical-align: middle !important;
        border: 1px solid #00000014 !important;
        border-radius: 5px !important;
        padding: 15px 20px !important;
    }

    .woocommerce form .form-row select {
        border: 1px solid #00000014 !important;
        border-radius: 5px;
        padding: 15px 25px !IMPORTANT;
    }

    .select2-container .select2-dropdown, .select2-container .select2-selection {
        border: 1px solid #00000014 !important;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
      border: 1px solid #00000014 !important;
      border-radius: 5px;
      padding: 15px 25px !IMPORTANT;
  }