input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: rgb(0, 0, 0) !important;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: white !important;
  color: fieldtext !important;
}

.form-control {
  background-color: transparent;
  border: 0.5px solid #ebebeb;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: 0px 1px 13px 0px #0000000d;
}

.form-group {
  position: relative;
}

.login-form .form-group label {
  position: absolute;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  left: 20px;
  top: -10px;
  padding: 0 0.35rem;
  color: var(--black-color);
  background: #fff;
  transition: all 0.35s ease;
}

.login-form .input-group input {
  border-radius: 10px !important;
}

label#email-error,
label#password-error {
  position: unset;
  color: red;
}

#login p a {
  cursor: pointer;
}

.page-link {
  box-shadow: none !important;
}

.page-item.active .page-link,
.page-item:hover .page-link {
  background: var(--red-color);
  color: var(--white-color);
  border-color: var(--red-color);
}

.page-link {
  color: var(--black-color);
}

.page-item.disabled .page-link {
  pointer-events: auto !important;
  cursor: not-allowed !important;
}

.banner_element .element_2 {
  top: 68% !important;
  right: 6%;
}

.cart-count {
  background: var(--red-color);
  color: var(--white-color);
  width: 30px;
  height: 30px;
  position: absolute;
  font-size: 10px;
  display: flex;
  justify-content: center;
  border-radius: 50rem;
  top: -7px;
  right: -7px;
  align-items: center;
}

.option-item-custom a {
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  color: var(--black-color) !important;
}

.shopping-cart-mobile {
  padding-right: 8px;
}

.package-logo-upload .logo-preview>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-cover-upload .cover-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customize_package_body>.packageinfoimage {
  position: relative;
  top: 7px;
}

body .input-group>.form-control:focus,
body .input-group>.form-select:focus {
  z-index: auto;
}

.container {
  width: 100%;
  max-width: 1440px;
}

.cart-table {
  min-width: 700px;
}

.back_cart-btn {
  display: inline-block !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
}

.back_cart-btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.topbar-list svg {
  margin-right: 7px;
}


@media (max-width: 1200px) {
  .option-item-custom {
    margin-right: 5px;
    z-index: 999;
  }

  .option-item-custom a {
    padding: 12px 14px !important;
  }

  .cart-count {
    top: -8px;
    right: 2px;
  }
}

@media (max-width: 992px) {
  .banner_element .element_2 {
    top: 75% !important;
    right: 6%;
  }
}

.banner_one_text ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner_one_text ul li img {
  height: 50px;
}

.how_it_works .how_it_inner {
  background-color: #fff;
  padding: 70px 0 20px;
  /* padding-bottom: 250px; */
  border-radius: 30px;
  box-shadow: 0px 4px 30px #fde44042;
}

.section_title {
  text-align: center;
}

.section_title h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black-color);
}

/* how it works list */
.how_it_works .step_block ul {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px;
}

.how_it_works .step_block ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}

.how_it_works .step_block ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 4px;
  height: calc(100% + 100px);
  background-color: var(--main-color);
}

.how_it_works .step_block ul li:first-child::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: var(--main-color);
  border-radius: 15px;
}

.how_it_works .step_block ul li:first-child::before {
  top: 0;
}

.how_it_works .step_block ul li:last-child::before {
  height: 50%;
  top: 0;
}

.how_it_works .step_block ul li .step_text,
.how_it_works .step_block ul li .step_img {
  width: 360px;
  text-align: right;
}

/* how it works image */
.how_it_works .step_block ul li .step_img img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: -4px -6px 24px rgb(0 0 0 / 8%), 8px 12px 24px rgb(0 0 0 / 8%);
}

/* how it works heading h4 */
.how_it_works .step_block ul li .step_text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.how_it_works .step_block ul li .step_text .app_icon {
  margin-bottom: 10px;
}

.how_it_works .step_block ul li .step_text .app_icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #252525;
  color: var(--white-color);
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  transition: 0.4s all;
}

.how_it_works .step_block ul li .step_text .app_icon a:hover {
  background-color: var(--main-color);
}

.how_it_works .step_block ul li .step_text span {
  font-weight: 600;
}

.how_it_works .step_block ul li .step_text span a {
  color: var(--main-color);
  text-decoration: underline;
}

.how_it_works .step_block ul li:nth-child(2),
.how_it_works .step_block ul li:nth-child(4) {
  flex-direction: row-reverse;
}

.how_it_works .step_block ul li:nth-child(2) .step_text,
.how_it_works .step_block ul li:nth-child(2) .step_img,
.how_it_works .step_block ul li:nth-child(4) .step_text,
.how_it_works .step_block ul li:nth-child(4) .step_img {
  text-align: left;
}

/* nutrition page */

.nutrition .input_grp input {
  border-radius: 5px;
  width: 100px;
  font-weight: 400 !important;
  flex: 1;
  background-color: #ffffff;
  border: 0.5px solid #ebebeb;
  box-shadow: none;
  height: 60px;
  padding: 10px 22px;
}

/* how it works numbers */
.how_it_works .step_block ul li .step_number {
  background-image: url(../img/icon/bg-button.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* how it works numbers heading h3 */
.how_it_works .step_block ul li .step_number h3 {
  font-size: 30px;
  color: var(--black-color);
  font-weight: 600;
}

/* how it works video  */
.how_it_works .yt_video {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: -200px;
  position: relative;
  overflow: hidden;
}

/* how it works video animation line  */
.how_it_works .yt_video .anim_line {
  z-index: 999;
}

.how_it_works .yt_video .thumbnil {
  position: relative;
}

.how_it_works .yt_video .thumbnil img {
  max-width: 100%;
}

.how_it_works .yt_video .thumbnil a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 999;
  cursor: pointer;
}

.how_it_works .yt_video .thumbnil a span {
  display: block;
  font-weight: 700;
  font-size: 30px;
}

.how_it_works .yt_video .thumbnil a .play_btn {
  background-color: rgba(255, 255, 255, 0.1);
  width: 96px;
  height: 96px;
  border-radius: 100px;
  text-align: center;
  margin: 0 auto;
  line-height: 96px;
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.how_it_works .yt_video .thumbnil a .play_btn img {
  width: 50px;
  position: relative;
  z-index: 999;
}

@media (max-width: 992px) {

  /* how it work section */
  .how_it_works .step_block ul li .step_text,
  .how_it_works .step_block ul li .step_img {
    width: 280px;
  }

  .how_it_works .yt_video .thumbnil a {
    top: 57%;
  }

  .how_it_works .yt_video .thumbnil a span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {

  /* how it work section */
  .how_it_works .how_it_inner {
    padding: 50px 15px;
  }

  .how_it_works .step_block ul {
    padding-top: 30px;
  }

  .how_it_works .step_block ul li,
  .how_it_works .step_block ul li:nth-child(2),
  .how_it_works .step_block ul li:nth-child(4) {
    flex-direction: column;
    padding-left: 30px;
  }

  .how_it_works .step_block ul li .step_text h4 {
    font-size: 18px;
  }

  .how_it_works .step_block ul li::before {
    left: 0;
    transform: none;
    height: calc(100% + 10px);
    top: 40px;
  }

  .how_it_works .step_block ul li:first-child::before {
    height: calc(100% + 50px);
  }

  .how_it_works .step_block ul li:first-child::after {
    left: -5px;
    transform: none;
    display: none;
  }

  .how_it_works .step_block ul li .step_text,
  .how_it_works .step_block ul li .step_img,
  .how_it_works .step_block ul li:nth-child(2) .step_text,
  .how_it_works .step_block ul li:nth-child(2) .step_img,
  .how_it_works .step_block ul li:nth-child(4) .step_text,
  .how_it_works .step_block ul li:nth-child(4) .step_img {
    text-align: center;
  }

  .how_it_works .step_block ul li .step_text,
  .how_it_works .step_block ul li .step_img {
    width: 100%;
  }

  .how_it_works .step_block ul li .step_number {
    position: absolute;
    top: -5px;
    left: -23px;
    width: 50px;
    height: 50px;
  }

  .how_it_works .step_block ul li:last-child::before {
    opacity: 0;
  }

  .how_it_works .step_block ul li .step_number h3 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: -2px;
  }

  .how_it_works .yt_video {
    margin-top: -50px;
  }

  .how_it_works .yt_video .thumbnil {
    height: 300px;
    border-radius: 15px;
  }

  .how_it_works .yt_video .thumbnil img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
  }

  .how_it_works .yt_video .thumbnil a {
    width: 100%;
  }

  .how_it_works .yt_video .thumbnil a .play_btn::after {
    width: 140px;
    height: 140px;
  }

  .how_it_works .yt_video .thumbnil a .play_btn::before {
    width: 120px;
    height: 120px;
  }

  .how_it_works .yt_video .thumbnil a .play_btn img {
    height: auto;
  }

  .footer_area_about {
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .banner_one_img {
    display: block !important;
  }

  .banner_one_text {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }
}

@media (max-width: 991px) {
  #donate_area {
    margin-bottom: -450px !important;
    padding-bottom: 600px !important;
  }

  .counter_item {
    margin-bottom: 20px;
  }

  .section_padding_bottom {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .how_it_works .step_block ul li .step_img {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  #donate_area {
    margin-bottom: -650px !important;
    padding-bottom: 700px !important;
  }
}

@media (max-width: 481px) {
  #donate_area {
    margin-bottom: -680px !important;
    padding-bottom: 900px !important;
  }
}

.purchase-package-wrapper {
  padding: 40px 20px 0px;
  background: var(--main-color);
  text-align: center;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  position: relative;
  transition: 0.5s all ease-in-out;
}

.purchase-package-wrapper h2 {
  color: var(--black-color);
  font-weight: 600;
  transition: 0.5s all ease-in-out;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .purchase-package-wrapper img {
    max-height: 440px;
    margin-bottom: -7px;
  }
}

.purchage-package-item {
  padding: 40px 20px 60px;
  background: var(--main-color);
  text-align: center;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  position: relative;
  transition: 0.5s all ease-in-out;
}

.purchage-package-item:hover .package-btn {
  transform: translateY(-5px);
  transition: 0.5s all ease-in-out;
}

.package-img {
  margin-bottom: 10px;
}

.package-title h4 {
  font-size: 24px;
  color: var(--black-color);
  font-weight: 600;
  transition: 0.5s all ease-in-out;
}

.package-btn {
  position: absolute;
  bottom: -20px;
  left: 45%;
  background: #cccccc;
  border: 3px solid #ffffff;
  border-radius: 50rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s all ease-in-out;
}

.package-btn i {
  color: var(--black-color);
}

.commn_banner_page .color_big_heading::after {
  background: #fff;
/*  background: var(--red-color);*/
}

/* Package Style */

.package-style-heading {
  position: relative;
}

.package-style-heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eee;
  left: 0;
  top: 50%;
  z-index: -1;
}

.package-style-heading h3 {
  width: max-content;
  padding: 8px 24px;
  background: var(--black-color);
  color: var(--white-color);
  border-radius: 50rem;
  margin: auto;
  position: relative;
  font-size: 18px;
}

.package_pack_options .package_pack-checkbox {
  margin: 0px auto 20px;
  padding: 20px 30px 60px;
  border: 0.5px solid #ebebeb;
  border-radius: 20px;
  background-color: var(--main-color);
  width: 100%;
  position: relative;
}

.package_pack_options h6 {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 600;
}

.package_pack_options .package_pack-checkbox .custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.package_pack-wrapper .checkmark {
  position: absolute;
  bottom: -15px;
  right: 45%;
  left: auto;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 5px solid #e6e6e6;
  border-radius: 100%;
}

/* On mouse-over, add a grey background color */

.package_pack-wrapper .package_pack-checkbox:hover input~.checkmark {
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */

.package_pack-wrapper .package_pack-checkbox input:checked~.checkmark {
  background-color: var(--black-color);
}

/* Create the checkmark/indicator (hidden when not checked) */

.package_pack-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.package_pack-wrapper .package_pack-checkbox input:checked~.checkmark:after {
  display: block;
}

.package_pack-wrapper .package_pack-checkbox .checkmark:after {
  left: 10px;
  top: 5px;
  width: 10px;
  height: 17px;
  /* background-color: var(--black-color); */
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Add Items Page */

.add-items-packageinfo {
  padding: 20px 10px;
  border: 0px solid #e6e6e6;
  border-radius: 10px;
}

.add-items-packageinfo .packageinfo-img {
  width: 175px;
  margin: auto;
  padding: 20px;
  background: var(--main-color);
  border-radius: 50rem;
  margin-top: -18%;
  z-index: 99;
  position: relative;
  border: 5px solid #FFF;
}

.add-items-products .nav-pills {
  gap: 20px;
}

.add-items-products .nav-pills .nav-link.active,
.add-items-products .nav-pills .nav-link:hover {
  background: var(--black-color);
  color: var(--white-color);
}

.add-items-products .nav-pills .nav-link {
  border-radius: 50rem;
  transition: 0.3s all ease-in-out;
  background: var(--main-color);
  color: var(--black-color);
  padding: 8px 18px;
}

.product-item {
  padding: 20px 0px 0px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}

.product-item img {
  height: 130px;
  object-fit: contain;
}

.product-item:hover {
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  border-color: var(--main-color);
}

.product-item:hover a {
  background-color: var(--black-color);
  color: var(--white-color);
}

.product-item a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 0;
  transition: 0.5s all ease-in-out;
  border-radius: 0 !important;
}

.customize_package_body {
  background: var(--main-color);
  border-radius: 50rem;
  padding: 40px 20px;
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}

.customize_package_body img {
  width: 230px;
  height: auto;
}

.package-cover-upload {
  position: absolute;
  max-width: 110px;
  height: 110px;
  bottom: 25%;
}

.package-cover-upload .cover-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.package-cover-upload .cover-edit input {
  display: none;
}

.package-cover-upload .cover-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: var(--main-color);
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  left: 0;
  position: absolute;
  border: 1px dashed var(--black-color);
}

.package-cover-upload .cover-edit input+label:after {
  content: "\f030";
  font-family: "Font Awesome 5 Free";
  color: #5a5a5a;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-weight: 900;
}

.package-cover-upload .cover-preview {
  /* width: 85px;
  height: 85px;
  position: relative;
  border-radius: 100%;
  border: 2px dashed #000;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
  margin: 11px 0px;
  overflow: hidden; */
  width: 110px;
        height: 110px;
        position: relative;
        border-radius: 100%;
        border: 2px dashed #000;
        box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
        margin: 5px 0px;
        overflow: hidden;
}

.package-cover-upload .cover-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.map iframe {
  border: 0;
  width: 100%;
  height: 750px;
  margin-bottom: -10px;
}

.package-logo-upload {
  /* position: absolute;
  bottom: 80px;
  right: 125px; */
  position: absolute;
  max-width: 40px;
  height: 40px;
  bottom: 13%;
  right: 32%;
}

.package-logo-upload .logo-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.package-logo-upload .logo-edit input {
  display: none;
}

.package-logo-upload .logo-edit input+label {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  border-radius: 100%;
  background: var(--main-color);
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  left: 0;
  position: absolute;
  border: 1px dashed var(--black-color);
}

.package-logo-upload .logo-edit input+label:after {
  content: "\f030";
  font-family: "Font Awesome 5 Free";
  color: #5a5a5a;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-weight: 900;
  font-size: 14px;
}

.package-logo-upload .logo-preview {
  /* width: 30px;
  max-width: 30px;
  height: 30px;
  position: relative;
  border-radius: 100%;
  border: 2px dashed #000;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
  overflow: hidden; */
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 100%;
  border: 2px dashed #000;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
  margin: -2px 3px;
  overflow: hidden;
}

.package-logo-upload .logo-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.btn_theme_back {
  border: 1.5px solid #000000;
  border-radius: 30px;
  color: #000000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif !important;
}

.btn_theme_back:hover {
  background-color: #000;
  color: #fff;
}

/* Cart CSS */
.table-responsive {
  border: 1px solid #eee !important;
  border-radius: 10px;
}

.cart-table {
  padding: 10px 0px;
}

.cart-table thead {
  border-bottom: 1px solid #eee !important;
  background-color: var(--main-color);
  color: var(--black-color);
}

.cart-table thead th,
.cart-table tbody td {
  padding: 15px 20px !important;
}

.cart-table tbody tr {
  border-bottom: 1px solid #eee !important;
}

.cart-table tfoot {
  border-top: 1px solid #eee !important;
}

.cart-table tfoot th {
  font-size: 20px;
  padding: 15px 20px !important;
}

.product-info-cart {
  display: flex;
  align-items: center;
  gap: 30px;
}

.product-info-cart {
  position: relative;
}

/* .product-info-cart::after {
  position: absolute;
  background-color: var(--main-color);
  content: "";
  bottom: 0;
  left: 0px;
  width: 100px;
  height: 100px;
  z-index: -1;
  border-radius: 20px;
} */

.product-info-cart img {
  width: 100px;
}

.product-info-cart h3 {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
}

.quantity-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-cart input {
  width: 50px;
  height: 50px;
  text-align: center;
  color: #252525;
  font-size: 16px;
  padding: 10px;
  background: #fff;
}

.cart-table .form-control[readonly] {
  background: white;
}

.quantity-cart button {
  width: 50px;
  height: 50px;
  text-align: center;
  color: #252525;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  background: #eee;
  font-size: 18px;
  font-weight: 800;
}

.cart-itemdelete {
  background: #eee;
  font-size: 18px;
  padding: 10px 14px;
  border-radius: 50rem;
  color: var(--black-color);
  transition: 0.5s all ease-in-out;
}

.cart-itemdelete:hover {
  background: var(--red-color);
  color: var(--white-color);
}

/* Checkout CSS */

.checkout-table {
  padding: 10px 0px;
}

.checkout-table thead {
  border-bottom: 1px solid #eee !important;
  background: var(--main-color);
  color: #000;
}

.order-item-details tr td img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}

.order-item-details thead {
  background: var(--main-color);
  color: #000;
}

.checkout-table thead th,
.checkout-table tbody td {
  padding: 15px 20px !important;
  white-space: nowrap;
}

.checkout-table tbody tr td:first-child {
  min-width: 400px !important;
}

.checkout-table tbody tr {
  border-bottom: 1px solid #eee !important;
}

.checkout-table tfoot {
  border-top: 1px solid #eee !important;
}

.checkout-table tfoot th {
  font-size: 17px;
  padding: 15px 20px !important;
}

.checkout-table tfoot tr:last-child {
  border-top: 1px solid #eee !important;
}

.checkout-table tfoot tr:last-child th {
  font-size: 24px;
}

.payment-checkout {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.payment-wrapper-option .custom-selection .paymentOptionChoose {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.payment-wrapper-option .custom-selection {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

/* Create a custom checkbox */

.payment-wrapper-option .checkmark {
  position: absolute;
  top: -5px;
  right: 0;
  left: auto;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid var(--black-color);
  border-radius: 100%;
}

.payment-wrapper-option .options {
  margin: 0;
}

/* On mouse-over, add a grey background color */

.payment-wrapper-option .custom-selection:hover input~.checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */

.payment-wrapper-option .custom-selection input:checked~.checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */

.payment-wrapper-option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.payment-wrapper-option .custom-selection input:checked~.checkmark:after {
  display: block;
}

.payment-wrapper-option .custom-selection .checkmark:after {
  /* left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); */
  left: 4px;
  top: 4px;
  width: 15px;
  height: 15px;
  padding: 5px;
  background: var(--black-color);
  border-radius: 50rem;
}

.payment-wrapper-option {
  border-bottom: 1px solid #eee;
  border-radius: 0;
  /* margin-bottom: 10px; */
  padding: 25px 20px;
}

.payment-wrapper-option:last-child {
  margin-bottom: 0px;
  border: 0;
}

.payment-items-wrapper h5 {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
}

/* Instruction Manuals Page */
.btn-download {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #e9e9e9;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  gap: 10px;
}

.btn-download img{
    width: 20px;
    height: 20px;
}

.select-family .nav-pills {
  gap: 20px;
  justify-content: center;
}

.select-family .nav-pills .nav-link.active,
.select-family .nav-pills .nav-link:hover {
  background: var(--black-color) !important;
  color: var(--white-color) !important;
  border-color: var(--black-color) !important;
}

.select-family .nav-pills .nav-item:first-child .nav-link {
  border-radius: 50rem;
  transition: 0.3s all ease-in-out;
  background: transparent;
  color: var(--black-color);
  padding: 8px 18px;
  border: 1px solid var(--black-color);
  font-weight: 600;
}

.select-family .nav-pills .nav-link {
  border-radius: 50rem;
  transition: 0.3s all ease-in-out;
  background: #d3d3d3;
  color: var(--black-color);
  padding: 8px 18px;
  border: 1px solid var(--bg-color);
  font-weight: 600;
}

/* Family Selection */

.select_family_options .select_family_checkbox {
  margin: 0px auto 20px;
  padding: 20px 15px 40px;
  border: 0.5px solid #ebebeb;
  border-radius: 20px;
  background-color: #ebebeb;
  width: 100%;
  position: relative;
}

.select_family_options .select_family_checkbox h6 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.select_family_options .select_family_checkbox .custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.select_family_wrapper .checkmark {
  position: absolute;
  bottom: -15px;
  right: auto;
  left: 50%;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 5px solid #e6e6e6;
  border-radius: 100%;
  transform: translateX(-50%);
}

/* On mouse-over, add a grey background color */

.select_family_wrapper .select_family_checkbox:hover input~.checkmark {
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */

.select_family_wrapper .select_family_checkbox input:checked~.checkmark {
  background-color: var(--black-color);
}

/* Create the checkmark/indicator (hidden when not checked) */

.select_family_wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.select_family_wrapper .select_family_checkbox input:checked~.checkmark:after {
  display: block;
}

.select_family_wrapper .select_family_checkbox .checkmark:after {
  left: 10px;
  top: 5px;
  width: 10px;
  height: 17px;
  /* background-color: var(--black-color); */
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Family Selection */

.select_family_options .select_family_checkbox {
  margin: 0px auto 20px;
  padding: 20px 15px 40px;
  border: 0.5px solid #ebebeb;
  border-radius: 25px;
  background: #E7E7E7;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  min-height: 145px;
}

.select_family_options .select_family_checkbox h6 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.select_family_options .select_family_checkbox .custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom Family Checkbox */

.custom_family_wrapper .custom_family_checkbox {
  padding: 10px;
  /*border-bottom: 0.5px solid #ebebeb;*/
  border: 0.5px solid #ebebeb;
  background-color: transparent;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.custom_family_wrapper .custom_family_checkbox h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.custom_family_wrapper .custom_family_checkbox .custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom Family checkbox */

.custom_family_wrapper .checkmark {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: auto;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 3px solid #e6e6e6;
  border-radius: 100%;
}

/* On mouse-over, add a grey background color */

.custom_family_wrapper .custom_family_checkbox:hover input~.checkmark {
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */

.custom_family_wrapper .custom_family_checkbox input:checked~.checkmark {
  background-color: var(--black-color);
}

/* Create the checkmark/indicator (hidden when not checked) */

.custom_family_wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.custom_family_wrapper .custom_family_checkbox input:checked~.checkmark:after {
  display: block;
}

.custom_family_wrapper .custom_family_checkbox .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  /* background-color: var(--black-color); */
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_family_option {
  width: 80%;
}

ul.receiver-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #ebebeb;
  border-radius: 10px;
  gap: 20px;
}

ul.receiver-list li .receiver-list-edit {
  background: #c2c2c2;
  color: var(--black-color);
  width: 40px;
  border-radius: 50rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.receiver-list li h6 {
  font-size: 18px;
  color: var(--black-color);
  margin-bottom: 5px;
  font-weight: 700;
}

ul.receiver-list li .receiver_details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

ul.receiver-list li .receiver_details img {
  width: 50px;
  height: 50px;
}

.bags-required {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.bags-required h3 {
  font-size: 18px;
}

.bags-required .bag-count {
  width: 60px;
  border: 1px solid #e6e6e6;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 5px;
}

/* Thank You Page Css */

.thank_you h1 {
  font-weight: 600;
}

/* Contact Us Page */

.map_area iframe {
  margin-bottom: -8px;
}

/* Blog Page CSS */

#home_blog_area a {
  color: var(--black-color);
  transition: var(--transition);
}

#home_blog_area a:hover {
  color: var(--red-color);
}

#home_blog_area a img {
  transition: var(--transition);
}

#home_blog_area a:hover img {
  transform: scale(1.2);
}

.radio-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.radio-container label {
  user-select: none;
}

.radio-container input[type="radio"] {
  display: none;
}

.radio-container input[type="radio"]+label {
  z-index: 10;
  /* margin: 0 10px 10px 0; */
  position: relative;
  color: #969696;
  text-shadow: 0 1px 0 rgba(117, 117, 117, 0.1);
  font-weight: bold;
  background-color: transparent;
  border: 1px solid #ced4da;
  cursor: pointer;
  transition: all 200ms ease;
  padding: 10px 15px;
  border-radius: 10px;
}

.radio-container input[type="radio"]:checked+label {
  color: #000000;
  background-color: var(--main-color);
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid var(--main-color);
}

.radio-container input[type="radio"]:checked+label i {
  color: var(--black-color);
}

/* .radio-container input[type="radio"] + label {
  padding: 0;
  border-radius: 0;
} */
.gender_selection {
  display: flex;
  align-items: center;
  gap: 15px;
   justify-content: center; 
}

.input_grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.input_grp span.label {
  /* min-width: 70px; */
  font-size: 13px;
    white-space: nowrap;
}

.selection {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.selection select {
  border-radius: 5px;
  width: 100px;
  font-weight: 400 !important;
  flex: 1;
  background-color: #ffffff;
  border: 0.5px solid #ebebeb;
  box-shadow: none;
  height: 60px;
  padding: 10px 22px;
}

.selection span {
  min-width: 50px;
  text-align: left;
  font-size: 13px;
}

.nutration_analysis {
  background-color: #f9f9f9;
}

.highcharts-point.highcharts-color-0 {
  fill: #23a5f1 !important;
}

.highcharts-point.highcharts-color-1 {
  fill: #40bc66 !important;
}

.highcharts-point.highcharts-color-2 {
  fill: #fe5349 !important;
}

.highcharts-credits {
  display: none !important;
}

.table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843137255);
  padding: 0;
  border: hidden;
}

.table table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843137255);
  padding: 15px;
}

.table table thead {
  background-color: #fde440;
  color: #060606;
}

.table table td,
table th {
  padding: 10px 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843137255);
}

.highcharts-container {
  width: 100% !important;
  height: 300px !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
}

#chart-container {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.btn.btn-back {
  color: #ffffff;
  background: var(--black-color);
  border: 1px solid #ffffff;
  padding: 5px 15px;
  margin-top: 15px;
  box-shadow: 6px 6px 10px rgb(0 0 0 / 20%);
  border-radius: 25px;
}

@media screen and (max-width:767px) {
  .input_grp span.label {
    min-width: 70px;
  }

  .add-items-packageinfo .packageinfo-img {
    width: 175px;
    margin: auto;
    padding: 20px;
    background: var(--main-color);
    border-radius: 50rem;
    margin-top: 0;
    z-index: 99;
    position: relative;
    border: 5px solid #FFF;
  }
}

.product-item-info {
  min-height: 50px;
}

.product-item-info h6:first-of-type {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal-header button.closeOne {
  color: black;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 30px;
  width: 30px;
  font-size: 20px;
  background: var(--main-color);
}

.select_family_option img {
  height: 65px;
  width: 65px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48 !important;
  background-color: transparent !important;
  border-bottom: 1px solid #B94A48 !important;
}
input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #468847;
    background-color: transparent !important;
    border-bottom: 1px solid #468847 !important;
}
.p-relative {
  position: relative;
}

.p-relative ul.parsley-errors-list.filled {
  position: absolute;
  bottom: -15px;
  font-size: 80%;
}
.modal-footer.footer1{
  justify-content: center !important;
}
.modal-footer.footer1.ft2{
  flex-wrap: nowrap!important;
}
.modal-footer.footer1.ft2 .btn-secondary{
  border-radius: 50px !important;
}

#products-wrapper .btn.btn_theme.add-to-cart{
  border-radius: 0 !important;
}
.flx_right{
  display: flex;
  gap: 10px;
}


.btn.btn_navber.login-btn{
  background-color: #fde440 !important;
  color: #000 !important;
  border-radius: 50rem;
  padding: 8px 20px;
  font-weight: 600;
}
.blog_card_img img{
  width: 100%;
  object-fit: cover;
}
@media(min-width:992px){
.blog_card_img {
    overflow: hidden;
    max-height: 300px;
}

.blog_card_img img{
  height: 300px;
  width: 100%;
  object-fit: cover;
}
}


@media(max-width:500px){
  .add-items-products .nav-pills{
    gap: 10px;
  }
  .add-items-products .nav-pills .nav-link{
      font-size: 12px;
  }
}

.new_item_wrapper{
        padding: 20px;
    border-radius: 10px;
    background: #e0eafd;
}
.new_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.new_item  h3{
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 0px;
}

pre{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    white-space: pre-wrap;
    margin: 10px 0px;
    line-height: 1.5;
    overflow: hidden;
}
pre p{
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.about_area_para p, #news_details_main .details_text_wrapper p{
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#news_details_main .details_text_wrapper ul{
    padding: 0;
    padding-left: 15px;
    margin: 0;
    margin-bottom: 10px;
}

#news_details_main .details_text_wrapper ul li{
    list-style-type: disc;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#news_details_main .details_text_wrapper ul li:last-child{
    margin: 0 !important;
}

.select2-container{
    width: 100% !important;
}


.select2-container .select2-selection--multiple{
    width: 100% !important;
    min-width: 100% !important;
    min-height: 60px !important;
        line-height: normal !important;
}
.select2-container--default .select2-selection--multiple{
       background-color: transparent !important;
    border: 0.5px solid #ebebeb !important;
    box-shadow: none;
    padding: 0 5px 0 15px;
    display: flex !important;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
        width: auto !important;
    float: left;
}
.select2-container--default .select2-search--inline .select2-search__field{
    resize: none !important;
    min-width: 150px;
    font-size: 16px !important;
}
.select2-container .select2-search--inline{
        height: 28px !important;
    line-height: normal !important;
    min-height: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{

    border: 1px solid var(--main-color) !important;
    color: var(--black-color);
    background-color: var(--main-color) !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #fff !important;
    border: 0 !important;
    background: #000 !important;
}

.select2-selection__choice__display{
    padding: 3px 5px !important;
    font-size: 16px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
        color: #fff !important;
    background: #000 !important;
}

.select2-container--default .select2-results__option[aria-selected=true]{
        color: var(--black-color) !important;
    background-color: var(--main-color) !important;
}