:root {
  --color-accent: #12532D;
  --color-background: #12532D;
  --color-background-secondary: #12532D;
  --color-border: #12532D;
  --color-border-secondary: hsl(0, 0%, 19%, 0.68);
  --color-text: #000;
  --color-text-muted: #12532D;
  --color-text-btn: #fff;
  --color-error: hsl(343, 98%, 46%);
  --color-tirtiary: #efefef;
  --font-family-heading-1: "catamaran", sans-serif;
  --font-family-heading-2: "poppins", sans-serif;
  --font-family-text: "poppins", sans-serif;
}

.page-template-template-checkout {
  background: #f1efee;
}

html, body {
  height: 100%;
}

.checkout_body_table {
  width: 100%;
  height: 100%;
  display: table;
}

.checkout_body_middle {
  width: 100%;
  height: 100%;
  display: table-cell;
  background: #f1efee;
}

.checkout_header_wrapper {
  position: relative;
  padding-top: 16px;
  padding-bottom: 8px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.16);
  background: #fff;
}

.admin-bar:not(.page-template-template-cart) .checkout_header_wrapper.
.admin-bar:not(.page-template-template-checkout) .checkout_header_wrapper {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .checkout_header_wrapper {
    position: fixed;
    width: 100%;
    z-index: 999999;
    box-shadow: none;
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout_header_wrapper .checkout_header_logo {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .checkout_header_wrapper .checkout_header_logo {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .stepbar_checkout {
    border-bottom: 1px solid #d8d6d5;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_right_btn {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .top_right_btn {
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 9;
    padding-top: 0;
    top: 95px;
  }
}

@media (max-width: 767px) {
  .logged-in .top_right_btn {
    top: 95px;
  }
}

.mobile_blank_section {
  display: none;
}

@media (max-width: 767px) {
  .mobile_blank_section {
    display: block;
    width: 100%;
    height: 100px;
  }
}

.logged-in .mobile_blank_section {
  display: none;
}

@media (max-width: 767px) {
  .logged-in .mobile_blank_section {
    display: block;
    width: 100%;
    height: 55px;
  }
}

@media (max-width: 767px) {
  .stepbar_checkout {
    text-align: center;
    padding: 2px 0 1px 0;
  }
}

.stepbar_checkout .stepbar_checkout_btn {
  cursor: not-allowed;
  display: inline-flex;
  align-items: center;
  max-width: 245px;
  padding: 6px 20px 19px 20px;
  background: transparent;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .stepbar_checkout .stepbar_checkout_btn {
    font-size: 12px;
    padding: 6px;
    color: #fff;
  }

  .stepbar_checkout .stepbar_checkout_btn .chk_icon svg path {
    display: none;
  }
}

.stepbar_checkout .stepbar_checkout_btn.active .chk_icon svg circle {
  fill: var(--color-text-muted);
}

.stepbar_checkout .stepbar_checkout_btn.active .chk_icon svg path {
  display: block;
}

.checkout_footer_inner {
  position: relative;
}

.checkout_footer_inner .prev_btn {
  display: flex;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 13px 25px;
  cursor: pointer;
  border-radius: 4px;
  min-width: 145px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.emptyCart {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: none;
}

.cart_table.cartEmpty .emptyCart {
  display: block;
}

@media (max-width: 767px) {
  .checkout_footer_inner .prev_btn {
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
    min-width: 85px;
    position: inherit;
    float: left;
  }

  .checkout_footer_inner .prev_btn svg {
    padding-right: 3px;
  }
}

.checkout_footer_inner .next_btn {
  display: flex;
  border: 1px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 13px 25px;
  cursor: pointer;
  border-radius: 4px;
  background: #e2e2e2;
  color: #fff;
  min-width: 145px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .checkout_footer_inner .next_btn {
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
    min-width: 85px;
    position: inherit;
    float: right;
  }

  .checkout_footer_inner .next_btn svg {
    padding-left: 3px;
  }
}

.checkout_footer_inner .next_btn.active {
  background: #23be23;
  border: 1px solid #23be23;
  color: #fff;
}

.checkout_footer_inner .next_btn.active svg {
  padding-left: 5px;
}

.checkout_footer_wrapper {
  background: #fff;
  display: block;
  width: 100%;
  padding: 25px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  margin-top: 50px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .checkout_footer_wrapper {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.16);
    overflow: initial;
  }
}

.checkout_footer_content {
  max-width: 740px;
  margin: 0 auto;
}

.checkout_footer_content .checkout_footer_item {
  width: 33.33%;
  display: block;
  float: left;
  border-right: 2px solid #656565;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .checkout_footer_content .checkout_footer_item {
    border-right: 1px solid #656565;
    padding: 0 5px;
  }

  .checkout_footer_content .checkout_footer_item:last-child {
    border: none;
  }
}

.checkout_footer_content .checkout_footer_item .checkout_footer_item_name {
  color: #656565;
}

@media (max-width: 767px) {
  .checkout_footer_content .checkout_footer_item .checkout_footer_item_name {
    font-size: 12px;
    line-height: 16px;
  }
}

.checkout_footer_content .checkout_footer_item .checkout_footer_item_des {
  font-weight: 600;
  color: #000;
}

@media (max-width: 767px) {
  .checkout_footer_content .checkout_footer_item .checkout_footer_item_des {
    font-size: 14px;
    line-height: 24px;
  }
}

.prv_nxt_wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .prv_nxt_wrapper {
    padding: 0;
    text-align: center;
  }
}

.checkout_body {
  padding: 43px 0 100px;
  background: #f1efee;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .checkout_body {
    padding: 110px 0 18px;
    margin-top: 20px;
    margin-bottom: 166px;
  }
}

.checkout_body .product_section {
  margin: 0;
}

.check_ttl {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--font-family-heading-1);
}

@media (max-width: 767px) {
  .check_ttl {
    font-size: 18px;
    line-height: 22px;
  }
}

.checkout_product_container {
  max-width: 915px;
  margin: 0 auto;
}

.checkout_product_container .chk_pro_ttl {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout_product_container .chk_pro_ttl {
    font-size: 22px;
  }
}

.product_subscribe_btn_wrapper {
  text-align: right;
}

@media (max-width: 767px) {
  .product_subscribe_btn_wrapper {
    text-align: center;
  }
}

.product_subscribe_btn_wrapper .product_subscribe_btn {
  min-width: 325px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
}

.product_subscribe_btn_wrapper .product_subscribe_btn .subscribe_btn {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  background: var(--color-text-muted);
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.product_subscribe_btn_wrapper .product_subscribe_btn .one_time_btn {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  background: #fff;
  color: #656565;
  padding: 10px;
  cursor: pointer;
}

.chk_product_ttl_wrapper {
  margin-bottom: 16px;
}

.donation_boxes {
  padding-top: 16px;
}

.single_donation_box.active::before {
  border-color: var(--color-text-muted);
}

.single_donation_box.donation:hover::before {
  border-color: var(--color-text-muted);
}

.single_donation_box {
  position: relative;
  width: 250px;
  height: 250px;
  background: #fff;
  text-align: center;
  line-height: 240px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
}

.single_donation_box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  content: '';
  background: transparent;
  border: 10px solid transparent;
  border-radius: 5px;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .single_donation_box::before {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border: 5px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_donation_box {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .single_donation_box {
    width: 157px;
    height: 157px;
    line-height: 157px;
    margin-bottom: 20px;
  }
}

.single_donation_box .donate_amount {
  font-size: 52px;
  font-weight: 300;
  color: var(--color-text-muted);
}

@media (max-width: 767px) {
  .single_donation_box .donate_amount {
    font-size: 36px;
  }
}

.single_donation_box .no_donate {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .single_donation_box .no_donate {
    font-size: 12px;
    line-height: 14px;
  }
}

.single_donation_box .donate_icon {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  transition: 0.4s;
}

.checkout_donate_container {
  max-width: 1120px;
}

.desktop-text-end {
  text-align: right;
}

@media (max-width: 767px) {
  .checkout_donate_container {
    padding: 0 5px;
  }
}

.donate_text_des {
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .donate_text_des {
    padding-top: 20px;
  }
}

.your_cart.active .loading_overlay {
  display: block;
}

.your_cart {
  position: relative;
  background: #fff;
  padding: 35px 30px 50px;
  border-radius: 5px;
  font-family: var(--font-family-heading-2);
}

.your_cart .loading_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
  transition: 0.4s;
}

.your_cart .your_cart_top {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
}

.your_cart .your_cart_top .cart_top_name {
  width: 50%;
  display: block;
  float: left;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--font-family-heading-1);
}

.your_cart .your_cart_top .cart_top_amount {
  width: 50%;
  display: block;
  float: right;
  text-align: right;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-text-muted);
}

.your_cart .cart_item {
  position: relative;
  margin-bottom: 5px;
}

.your_cart .cart_item .cart_top_amount_show {
  position: absolute;
  right: 0;
  top: -13px;
  font-size: 16px;
  font-weight: 700;
  color: #707070;
}

.your_cart .cart_item .cart_item_ttl {
  font-size: 9px;
  line-height: 18px;
  font-weight: 700;
}

.your_cart .cart_item .cart_item_name {
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  font-family: "brothers", sans-serif;
  max-width: 145px;
  position: relative;
}

.your_cart .cart_item .cart_item_name span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding-left: 5px;
  position: absolute;
  right: -85%;
  bottom: 6px;
  font-family: "proxima_nova", sans-serif;
}

.your_cart .cart_item_wrapper {
  position: relative;
  padding-top: 18px;
}

.your_cart .cart_item_wrapper .cart_item_del {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-60%);
  cursor: pointer;
}

.your_cart .pack_ttl {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 5px;
}

.your_cart .cart_ttl_table {
  border-top: 1px solid #000;
  padding: 12px 0;
  margin-top: 25px;
  border-bottom: 1px solid #000;
}

.your_cart .cart_ttl_table table {
  width: 100%;
}

.your_cart .cart_ttl_table table tbody tr td {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 3px 0;
}

.your_cart .cart_ttl_table table tbody tr td:last-child {
  text-align: right;
}

.your_cart .checkout_btn {
  max-width: 230px;
  margin: 34px auto 24px;
  text-align: center;
  background: #f1efee;
  color: rgba(0, 0, 0, 0.16);
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  border-radius: 6px;
  transition: 0.4s;
  padding: 13px;
  cursor: pointer;
}

.your_cart .checkout_btn.active {
  color: #fff;
  background: var(--color-text-muted);
}

.your_cart .checkout_btn_tnx {
  padding: 30px 50px 0;
}

@media (max-width: 767px) {
  .your_cart .checkout_btn_tnx {
    padding: 0;
    margin-top: 15px;
  }
}

.your_cart .checkout_btn_tnx .tnx_txt {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: var(--color-text-muted);
  margin-bottom: 5px;
}

.your_cart .checkout_btn_tnx p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
}

.your_cart .checkout_btn_tnx p span {
  color: var(--color-text-muted);
}

.express_section {
  background: #fff;
  border-radius: 5px;
  padding: 17px 19px;
  margin-bottom: 20px;
}

.express_section .express_ttl {
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
}

.express_section .pay_btn_wrapper {
  padding: 0 30px;
}

.express_section .pay_btn_wrapper .pay_btn {
  display: block;
  width: 100%;
  background: #2f6eb4;
  text-align: center;
  border-radius: 5px;
  padding: 13px;
  margin: 38px 0 11px;
  cursor: pointer;
}

.checkout_email {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.checkout_email .checkout_email_ttl {
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  padding-left: 40px;
  padding-top: 5px;
  color: #000;
  font-family: var(--font-family-heading-1);
}

.checkout_content_box.billing_section {
  overflow: inherit;
}

.checkout_content_box {
  position: relative;
  overflow: hidden;
}

.checkout_content_box .checkout_content_header {
  display: block;
  width: 100%;
  padding: 0 10px 10px;
  cursor: pointer;
}

.checkout_content_box .checkout_content_body {
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}

.checkout_content_box.open_body .checkout_content_body {
  height: auto;
  transform: scaleY(1);
  transform-origin: top;
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
}

.check_nmbr_icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  border-radius: 50%;
  color: #000;
}

.checkout_content_box.active .check_nmbr_icon {
  background: var(--color-text-muted);
  border: 1px solid var(--color-text-muted);
  color: #fff;
}

.form_wrapper {
  padding: 30px 36px;
}

@media (max-width: 767px) {
  .form_wrapper {
    padding: 20px 6px;
  }
}

.form_wrapper p {
  font-size: 12px;
  line-height: 13px;
  margin-top: 12px;
}

.form_wrapper p a {
  color: #000;
  text-decoration: underline;
}

.input_control {
  display: block;
  width: 100%;
  border: 1px solid #bababa;
  border-radius: 4px;
  padding: 20px 25px;
  transition: 0.4s;
  margin-bottom: 20px;
}

.continue_btn {
  display: block;
  border: none;
  background: #f1efee;
  width: 100%;
  padding: 20px;
  color: rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  transition: 0.4s;
}

.continue_btn:hover {
  color: rgba(0, 0, 0, 1);
}

.continue_btn.active {
  background: var(--color-text-muted);
  color: #fff;
  font-weight: 700;
}

.checkout_confirm_container {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 80px;
}

.checkout_confirm_container .order_no {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .checkout_confirm_container .order_no {
    font-size: 16px;
  }
}

.checkout_confirm_container .confirm_ttl {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .checkout_confirm_container .confirm_ttl {
    font-size: 18px;
    line-height: 26px;
  }
}

.checkout_confirm_container .customer_confirmation_details {
  background: #fff;
  border-radius: 5px;
  padding: 24px 26px 30px;
}

@media (max-width: 767px) {
  .checkout_confirm_container .customer_confirmation_details {
    padding: 24px 26px 0;
    margin-bottom: 20px;
  }
}

.checkout_confirm_container .customer_confirmation_details h6 {
  font-size: 20px;
  line-height: 14px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.checkout_confirm_container .customer_confirmation_details .customer_info_box_wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}

.checkout_confirm_container .customer_confirmation_details .customer_info_box_wrapper .customer_info_box {
  width: 50%;
  float: left;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .checkout_confirm_container .customer_confirmation_details .customer_info_box_wrapper .customer_info_box {
    width: 100%;
    float: none;
    margin-bottom: 23px;
  }
}

.checkout_confirm_container .customer_confirmation_details .customer_info_box_wrapper .customer_info_box .info_ttl {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.checkout_confirm_container .customer_confirmation_details .customer_info_box_wrapper .customer_info_box p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.checkout_confirm_container .order_summary {
  background: #fff;
  border-radius: 5px;
  padding: 24px 26px 50px;
}

.checkout_confirm_container .order_summary h6 {
  font-size: 20px;
  line-height: 14px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
  margin-bottom: 20px;
  font-family: "proxima_nova", sans-serif;
}

.checkout_confirm_container .order_summary .order_pack_box {
  border-bottom: 1px solid #dadada;
  padding-bottom: 7px;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
}

.checkout_confirm_container .order_summary .order_pack_box .order_name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 6px;
  position: relative;
  font-family: "brothers", sans-serif;
}

.checkout_confirm_container .order_summary .order_pack_box .order_name .order_item_ttl {
  display: block;
  font-size: 10px;
  font-weight: 700;
  font-family: "proxima_nova", sans-serif;
}

.checkout_confirm_container .order_summary .order_pack_box .order_qty {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "proxima_nova", sans-serif;
  font-weight: 400;
}

.checkout_confirm_container .order_summary .order_pack_box .order_amount {
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "proxima_nova", sans-serif;
  color: #707070;
  font-width: 700;
}

.checkout_confirm_container .order_summary .order_pack_box::last-child {
  border-color: #000;
}

.checkout_confirm_container .order_summary .order_table table {
  width: 100%;
}

.checkout_confirm_container .order_summary .order_table table tbody tr td {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 3px 0;
}

.checkout_confirm_container .order_summary .order_table table tbody tr td:last-child {
  text-align: right;
  font-size: 14px;
}

.order_pack_box_wrapper .order_pack_box:last-child {
  border-color: #000;
  margin-bottom: 13px;
  font-size: 11px;
  font-weight: 700
}

.checkout_confirm_section {
  padding-bottom: 142px;
  background: #f1efee;
  font-family: "proxima_nova", sans-serif;
}

.thanks_section {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background-image: url("/wp-content/uploads/2023/09/thank_bg.png");
  background-size: cover;
  background-position: 0 78px;
  background-repeat: no-repeat;
}

.thanks_section .tnx_content_box h3 {
  font-size: 52px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .thanks_section .tnx_content_box h3 {
    font-size: 24px;
    line-height: 20px;
  }
}

.thanks_section .tnx_content_box h5 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767px) {
  .thanks_section .tnx_content_box h5 {
    font-size: 16px;
    line-height: 21px;
  }
}

.thanks_section .tnx_content_box h5::after {
  display: block;
  width: 44px;
  height: 4px;
  background: var(--color-text-muted);
  margin-top: 24px;
  content: '';
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .thanks_section .tnx_content_box h5::after {
    width: 21px;
    height: 3px;
    margin-top: 5px;
  }
}

.thanks_section .tnx_content_box p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 19px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .thanks_section .tnx_content_box p {
    font-size: 13px;
    line-height: 13px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.thankyou_body {
  background: #fff;
  padding: 0;
}

.tnx_logo {
  margin-top: -78px;
}

.tnx_logo .tnx_img {
  display: inline-block;
  margin: 0 3px;
}

.tnx_img_gallery {
  padding-top: 34px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .tnx_img_gallery {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .checkout_section_inner {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .thankyou_body {
    padding: 0 10px;
  }

  .thankyou_body .tnx_img {
    padding: 5px;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  header {
    overflow: hidden;
  }
}

.form-check label {
  cursor: pointer;
}

.form-check-input:focus {
  box-shadow: none;
}

#payment-form {
  padding: 30px 36px;
}

@media (max-width: 767px) {
  #payment-form {
    padding: 0;
  }
}

#submit {
  display: block;
  border: none;
  background: var(--color-text-muted);
  width: 100%;
  padding: 20px;
  color: #fff;
  border-radius: 4px;
  transition: 0.4s;
  font-weight: 700;
  margin-top: 20px;
}

.payment_checkout_btn {
  position: relative;
}

.payment_checkout_btn::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '\f110';
  background: rgba(0, 0, 0, 0.6);
  font-family: fontAwesome;
  padding-top: 3%;
  display: none;
}

.payment_checkout_btn.active::before {
  display: block;
}

.donation_cart_item_section {
  display: block;
  border-top: 1px solid #bababa;
  padding-top: 10px;
  margin-top: 10px;
}

.donation_cart_item_section .cart_item {
  padding-top: 30px;
}

.donation_cart_item_section .cart_item_del {
  top: 73% !important;
}

.mb_checkout_footer_item {
  display: inline-block;
}

.mb_checkout_footer_item .checkout_footer_item_name {
  font-size: 12px;
  line-height: 15px;
  color: #656565;
}

.mb_checkout_footer_item .checkout_footer_item_des {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  position: relative;
}

.mb_checkout_footer_item_wrapper {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: auto;
  background: #f7f7f7;
  z-index: -999999;
  padding: -1px 20px 15px 20px;
  display: block;
}

.mb_checkout_footer_item_wrapper .mb_checkout_footer_item {
  display: block;
  padding: 0 0 12px;
  position: relative;
}

.mb_checkout_footer_item_wrapper .mb_checkout_footer_item::after {
  display: block;
  width: 50px;
  height: 1px;
  content: '';
  background: #e2e2e2;
  margin-top: 12px;
}

.mb_checkout_footer_item_wrapper .mb_checkout_footer_item .mb_checkout_footer_item_name {
  font-size: 12px;
  line-height: 15px;
  color: #656565;
}

.mb_checkout_footer_item_wrapper .mb_checkout_footer_item .mb_checkout_footer_item_des {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  position: relative;
}

.mb_checkout_footer_item_wrapper .arrow_footer {
  width: 50px;
  height: 30px;
  background: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  transition: 0.4s;
}

.mb_checkout_footer_item_wrapper .arrow_footer.active {
  background: #f7f7f7;
}

.mb_checkout_footer_item_wrapper .arrow_footer.active svg {
  transform: rotate(-180deg);
}

.absolute_item_wrapper {
  display: none;
}

.checkout_footer_wrapper.active .mb_checkout_footer_item_wrapper {
  display: block;
  padding: 30px 20px 15px 20px;
  z-index: 999999;
  box-shadow: 0px -17px 20px 5px rgba(0, 0, 0, 0.16);
}

.pay_card_icon {
  display: none;
}

.pay_card_icon img {
  max-width: 40px;
  position: relative;
  top: -3px;
}

.pay_card_icon.active {
  display: inline-block;
}

.payment_section .payment_body {
  position: relative;
}

.payment_section .payment_body .loading_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
  transition: 0.4s;
}

.payment_section .payment_body .loading_overlay .lds-spinner {
  margin-top: 24%;
}

.payment_section.open_body .payment_body {
  min-height: 460px;
}

.payment_section.loading .loading_overlay {
  display: block;
  z-index: 9;
}

#error-message {
  color: #df1b41;
  text-align: center;
  padding-top: 15px;
}

.ssl_icon {
  float: right;
  position: inherit;
  padding: 10px 20px 10px 0;
}

@media (max-width: 767px) {
  .ssl_icon {
    padding: 5px 0 0 0;
  }
}

#payment-form {
  min-height: 375px;
}

.placeholder_animation_wrapper {
  display: block;
  padding: 30px 36px;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #fff;
}

.placeholder_animation {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #e4e4e4 0%, #f1f1f1 40%, #ededed 60%, #e4e4e4 100%);
  background-position: 0px 0px;
  background-repeat: repeat;
  animation: animatedBackground 2.5s linear infinite;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}

.mounted.placeholder_animation_wrapper {
  display: none;
}

#payment-form {
  min-height: 375px;
}

.placeholder_animation_wrapper {
  display: block;
  padding: 30px 36px;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #fff;
}

.placeholder_animation {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #e4e4e4 0%, #f1f1f1 40%, #ededed 60%, #e4e4e4 100%);
  background-position: 0px 0px;
  background-repeat: repeat;
  animation: animatedBackground 2.5s linear infinite;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}

.checkout_update_section .mounted.placeholder_animation_wrapper {
  display: none;
}

@media (max-width: 480px) {
  .header_wrapper {
    height: 70px;
    margin-top: 0 !important;
  }
}

.page-template-template-update-payment-method {
  background: #f1efee;
}

.checkout_update_section {
  padding: 150px 0 30px;
}

@media (max-width: 767px) {
  .checkout_update_section {
    padding: 0 0 30px;
  }
}

.box_card {
  position: relative;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.box_card_ttl {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #000;
}

.checkout_update_section .placeholder_animation_wrapper {
  display: block;
  padding: 0 30px;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #fff;
}

.page-template-template-update-payment-method .top_right_btn {
  display: none;
}

.svg_logo_top {
  position: relative;
  top: -30px;
}

@media (max-width: 767px) {
  .mega_menu_mb_logo {
    padding: 15px 0;
  }
}

.desktop_view {
  display: block;
}

.mobile_view {
  display: none;
}

@media (max-width: 767px) {
  .desktop_view {
    display: none;
  }

  .mobile_view {
    display: block;
  }
}

.product_subscribe_btn_wrapper .new_button {
  position: relative !important;
  min-width: 325px !important;
  display: inline-block !important;
  font-size: 18px !important;
  line-height: 8px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16) !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

.knobs, .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

input[type="checkbox"].checkbox {
  position: relative;
  width: 100%;
  height: 42px;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #fff;
  transition: 0.3s ease all;
  z-index: 1;
}

.switch_button .knobs:before, .switch_button .knobs:after, .switch_button .knobs span {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  font-weight: bold;
  text-align: center;
  padding: 9px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
  font-size: 18px;
  line-height: 22px;
}

.switch_button .knobs:before {
  content: '';
  left: 0;
  background-color: var(--color-text-muted);
}

.switch_button .knobs:after {
  content: 'ONE TIME';
  right: 4px;
  color: #656565;
}

.switch_button .knobs span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}

.switch_button .checkbox:checked + .knobs span {
  color: #656565;
}

.switch_button .checkbox:checked + .knobs:before {
  left: 50%;
  background-color: var(--color-text-muted);
}

.switch_button .checkbox:checked + .knobs:after {
  color: #fff;
}

.switch_button .checkbox:checked ~ .layer {
  background-color: #fff;
}

.default_page_wrapper {
  padding: 100px 0;
  min-height: 100vh;
}

.switch_btn_wrapper {
  max-width: 380px;
  margin: 0 auto;
}

.single_product_wrapper {
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 8%);
}

.single_product_wrapper {
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .single_product_wrapper {
    margin: 0 5px 30px 5px;
  }
}

.single_product_wrapper .product_pack {
  background: #000;
  color: #fff;
  max-width: 146px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 20px;
}

.single_product_wrapper .product_img {
  min-height: 280px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_wrapper .product_img {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .single_product_wrapper .product_img {
    min-height: 260px;
  }
}

.single_product_wrapper .product_img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*max-width: 280px;
  */
}

.single_product_wrapper .pro_learn_more {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  margin-top: -5px;
  cursor: pointer;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .single_product_wrapper .pro_learn_more {
    position: relative;
    z-index: 9999;
    display: inline-block;
  }
}

.single_product_wrapper .pro_learn_more svg {
  margin-right: 5px;
  color: #4585dd;
}

.single_product_wrapper .product_des {
  padding: 0 30px;
}

.single_product_wrapper .product_des p {
  line-height: 22px;
}

.single_product_wrapper .pro_price {
  font-size: 42px;
  line-height: 24px;
  color: var(--color-text-muted);
  font-weight: 300;
  display: block;
  margin: 27px 0 18px;
}

.single_product_wrapper .donate_parcent {
  display: block;
  max-width: 190px;
  margin: 20px auto 0;
  text-align: left;
  overflow: hidden;
}

.single_product_wrapper .donate_parcent .donate_parcente_lg {
  width: 45px;
  height: 45px;
  display: block;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  border-radius: 50%;
  font-weight: 700;
  float: left;
  text-align: center;
}

.single_product_wrapper .donate_parcent .donate_des {
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  width: calc(100% + 55px);
  display: block;
  padding-left: 55px;
  margin-top: 8px;
}

.single_product_wrapper .donate_parcent .donate_des b {
  display: block;
}

a.cmn_btn, .cmn_btn {
  display: inline-block;
  width: 100%;
  max-width: 190px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: var(--color-text-muted);
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 10px;
  cursor: pointer;
}

.chk_icon {
  padding-right: 15px;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

input[type="text"].input_control {
  display: block;
  width: 100%;
  border: 1px solid #BABABA;
  border-radius: 4px;
  padding: 20px 25px;
  transition: 0.4s;
  margin-bottom: 20px;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.checkout_content_box.payment_section {
  overflow: inherit;
}

.cart_table table thead {
  background-color: transparent;
  -webkit-border-after: solid 1px #000000;
  border-block-end: solid 1px #000000;
}

.cart_table {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 20px;
}

.cart_table table {
  width: 100%;
}

.cart_table table th {
  font-weight: 400;
  text-align: center;
  padding-bottom: 15px;
  font-size: 18px;
  font-family: "proxima_nova", sans-serif;
}

.cart_table table td {
  font-weight: 700;
  padding: 5px 0;
  font-family: "proxima_nova", sans-serif;
}

.cart_table table td.price_show {
  max-width: 100px;
  display: block;
}

.cart_table table td .ssl_txt {
  font-weight: 700;
  font-family: "proxima_nova", sans-serif;
  margin-left: 6px;
  font-size: 14px;
}

.cart_table table td p {
  font-size: 12px;
  margin-bottom: 5px;
}

.cart_table table td .orderTime {
  font-size: 14px;
}

.cart_table table td h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  font-family: "brothers", sans-serif;;
}

.cart_table table td.itemDetails a {
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  line-height: 17px;
  font-family: "brothers", sans-serif;
  color: #212529;
}

.delete_order {
  cursor: pointer;
}

.process_btn {
  display: block;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  transition: 0.4s;
  font-size: 14px;
  background-color: var(--color-text-muted);
  border-color: var(--color-text-muted);
}

.process_btn:hover {
  color: #fff;
}

.border_btn {
  border-bottom: 1px solid #000;
}

.input_btm {
  margin: 15px 0;
}

.coupon_input_addon {
  position: relative;
}

.hasCoupon {
  position: absolute;
  right: 6px;
  top: 4px;
  display: none;
}

.hasCoupon.active {
  display: block;
}

td .select_item {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  inline-size: 100%;
  justify-content: center;
  background: #f5f5f5;
  padding: 14px 0;
  margin: 0 auto;
  max-width: 100px;
}

td .select_item .minus {
  block-size: 10px;
  -webkit-border-after: 3px solid #000000;
  border-block-end: 3px solid #000000;
  -webkit-border-end: 3px solid #000000;
  border-inline-end: 3px solid #000000;
  cursor: pointer;
  display: inline-block;
  inline-size: 10px;
  transform: rotate(135deg);
}

td .select_item .qty {
  padding: 0 10px;
  min-width: 40px;
}

td .select_item .plus {
  block-size: 10px;
  -webkit-border-after: 3px solid #000000;
  border-block-end: 3px solid #000000;
  -webkit-border-end: 3px solid #000000;
  border-inline-end: 3px solid #000000;
  cursor: pointer;
  display: inline-block;
  inline-size: 10px;
  transform: rotate(-45deg);
}

td.text-success {
  color: #23BE23 !important;
}

.selected_product_img img {
  max-width: 170px;
}

@media only screen and (max-width: 767px) {
  .mobile_none {
    display: none;
  }

  .mobile_hide {
    display: none;
  }

  .cart_table table td h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }

  .cart_table table td.itemDetails a {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }

  .cart_table table td {
    font-size: 12px;
  }

  .cart_table table td .select_item {
    margin: 5px;
    padding: 5px 0;
    font-size: 14px;
    display: block;
  }

  .cart_table table th {
    padding-bottom: 5px;
    font-size: 13px;
  }

  .cart_table table td .select_item .plus {
    block-size: 8px;
    -webkit-border-after: 2px solid #000000;
    border-block-end: 2px solid #000000;
    -webkit-border-end: 2px solid #000000;
    border-inline-end: 2px solid #000000;
    inline-size: 8px;
  }

  .cart_table table td .select_item .minus {
    block-size: 8px;
    -webkit-border-after: 3px solid #000000;
    border-block-end: 2px solid #000000;
    -webkit-border-end: 3px solid #000000;
    border-inline-end: 2px solid #000000;
    inline-size: 8px;
  }

  .cart_table table td .select_item .qty {
    padding: 0 3px;
  }

  .cart_table table td.itemDetails {
    max-width: 94px;
  }

  .your_cart {
    padding: 20px;
  }

  .your_cart .your_cart_top .cart_top_amount,
  .your_cart .your_cart_top .cart_top_name {
    font-size: 18px;
    line-height: 22px;
  }

  .your_cart .cart_item .cart_top_amount_show {
    display: none;
  }

  .your_cart .cart_item .cart_item_name span {
    font-size: 13px;
    line-height: 13px;
    padding-left: 5px;
    position: absolute;
    right: -19px;
    bottom: 10px;
  }

  .your_cart .cart_item_wrapper {
    padding-top: 5px;
  }

  .your_cart .cart_ttl_table {
    margin-top: 5px;
  }

  .your_cart .cart_ttl_table table tbody tr td {
    font-size: 14px;
    line-height: 17px;
  }

  .your_cart .cart_item_wrapper .cart_item_del svg {
    max-width: 14px;
  }

  .cart_table table td.price_show {
    width: auto;
    display: revert;
    position: relative;
  }

  .cart_table table td .orderTime {
    font-size: 12px;
    font-weight: 400;
  }

  .cart_table table td .orderTime svg {
    position: relative;
    top: -2px;
  }

  .cart_table table td p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
  }
  .relative {
    position: relative;
  }

  .icon_absolute {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
  }

  .icon_absolute svg {
    max-width: 15px;
  }

  .desktop-text-end {
    text-align: center;
  }

}
