#checkoutBtn {
  margin-top: 20px;
}
.payment_gateway select {
  padding: 0px !important;
}
.product_gallery_box ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin-top: 20px;
}
.product_gallery_box ul li img {
  width: 110px !important;
  height: 110px !important;
  border-radius: 5px;
}

.product_img_box {
  width: 532px;
  height: 437px;
  position: relative;
  overflow: hidden; /* Ensure the container hides overflow */
}

.product_thumbnail_img {
  position: relative;
  left: 0;
  width: 100%; /* Ensure the image fills the container horizontally */
  height: 100%; /* Ensure the image fills the container vertically */
  transition: transform 0.3s ease;
  z-index: 10; /* Add transition for smooth sliding effect */
}
.product_img_box .product_thumbnail_new_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.product_img_box img {
  width: 532px;
  height: 437px;
  border-radius: 8px;
}
.product_gallery_box {
  width: 533px;
  height: 567px;
}
.product_content_info {
  width: 645px;
  height: 609px;
}
.upsell_product_checkout {
  display: flex;
  justify-content: space-between;
  gap: 145px;
  width: 1320px;
  margin: 20px 0px;
}
.product_content_info .product_title {
  font-family: 'Clash Display', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 39.2px;
  text-align: left;
}
.product_card_details h4 {
  font-family: 'Clash Display', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.product_card_details .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.product_card_details .cards .card {
  width: 307px;
  height: 69px;
  border: 0.5px solid #999999;
  background-color: #f4f4f4;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  position: relative;
  cursor: pointer;
}
.card .proof_img {
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .proof_img img {
  height: 90%;
  /* width: 20px; */
}
.pr2 img:nth-child(1) {
  transform: translateX(22px);
  z-index: 100;
}
.pr2 img:nth-child(2) {
  transform: translateX(12px);
}
.pr3 img:nth-child(1) {
  transform: translateX(42px);
  z-index: 1000;
}
.pr3 img:nth-child(2) {
  transform: translateX(32px);
  z-index: 100;
}
.pr3 img:nth-child(3) {
  transform: translateX(22px);
  z-index: 10;
}
.pr3 img:nth-child(4) {
  transform: translateX(12px);
}
.product_card_details .cards .card p {
  margin: 0px;
  font-size: 17px;
  font-weight: 600;
  color: #034737;
  position: relative;
  font-family: 'Rubik', sans-serif;
}
.product_card_details .cards .card.active {
  background-color: #034737;
  border: none;
}
.product_card_details .cards .card.active P {
  color: #fff;
}
.product_card_details .cards .card.active P::after {
  color: #fff !important;
}
.product_card_details .cards .card.active::before {
  background-color: #fff !important;
  color: #034737 !important;
}
.product_card_details .cards .card:nth-child(2) p::after {
  content: '+ Free Delivery';
  position: absolute;
  bottom: -18px;
  left: 0px;
  font-size: 12px;
  width: 102px;
  font-family: 'Rubik', sans-serif;
}
.product_card_details .cards .card:nth-child(3) p::after {
  content: '+ Free Delivery';
  position: absolute;
  bottom: -18px;
  left: 0px;
  font-size: 12px;
  width: 102px;
  font-family: 'Rubik', sans-serif;
}
.product_card_details .cards .card:nth-child(4) p::after {
  content: '+ Free Delivery';
  position: absolute;
  bottom: -18px;
  left: 0px;
  font-size: 12px;
  width: 102px;
  font-family: 'Rubik', sans-serif;
}
.product_card_details .cards .card:nth-child(1)::before {
  content: '1 Card';
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 20px;
  color: #fff;
  background-color: #034737;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
}
.product_card_details .cards .card:nth-child(2)::before {
  content: '3 Card';
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 20px;
  color: #fff;
  background-color: #034737;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
}
.product_card_details .cards .card:nth-child(3)::before {
  content: '5 Card';
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 20px;
  color: #fff;
  background-color: #034737;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
}

.product_card_details .cards .card:nth-child(4)::before {
  content: '10 Card';
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 20px;
  color: #fff;
  background-color: #034737;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
}
.product_card_details .inputs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.product_card_details .inputs input {
  width: 307px;
  height: 50px;
  border-radius: 5px;
  border: 0.5px solid #999999;
  font-family: 'Clash Display', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.product_card_details #totalPrice {
  font-family: 'Clash Display', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  margin-top: 20px;
}
.product_card_details #totalPrice span {
  font-family: 'Clash Display', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #034737;
}

.product_card_details #checkoutBtn {
  display: block;
  background-color: #034737;
  font-family: 'Clash Display', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  width: 100%;
  color: #fff;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #f0f0f0;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: #333;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  opacity: 0.4;
  display: none;
}
.bg-overlay.active {
  z-index: 1000;
  display: block;
}
.custom-model-inner .close-btn {
  position: absolute;
  right: 0;
  top: -33px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
button.light_box_open {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes spin3D {
  from {
    transform: rotate3d(0.5, 0.5, 0.5, 360deg);
  }
  to {
    transform: rotate3d(0deg);
  }
}

@keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}

.spinner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: fixed;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  display: none;
}
.three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #fb5b53;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear 0s infinite;
}
.woocommerce_checkout_div {
  margin: 0px;
  padding: 0px;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 20px;
}
#checkoutPopup {
  width: 35%;
  height: 65%;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1000;
}

div.woocommerce_checkout_div::-webkit-scrollbar {
  width: 6px; /* Width of the scrollbar */
}
div.woocommerce_checkout_div::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar handle */
}

.woocommerce_checkout_div form.checkout.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-direction: column;
}
.woocommerce_checkout_div h3#order_review_heading {
  display: none;
}
.woocommerce_checkout_div .woocommerce .col2-set .col-1 {
  width: 100%;
  padding: 15px;
}
.woocommerce_checkout_div .woocommerce .col2-set .col-2 {
  width: 100%;
  padding: 15px;
}

.woocommerce_checkout_div div#order_review {
  border: none !important;
  background-color: #f7f7f7;
  padding: 15px !important;
}
.woocommerce_checkout_div .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce_checkout_div .col-1 {
  border: 1px solid rgb(238, 238, 238) !important;
  border-radius: 5px;
  margin-top: 5px !important;
}
.woocommerce_checkout_div .col-2 {
  display: none !important;
}
.woocommerce_checkout_div .woocommerce-additional-fields {
  display: none;
}
.woocommerce_checkout_div .shipping_address {
  display: none;
}
div#customer_details {
  margin: 0px;
  padding: 0px;
}
.woocommerce_checkout_div p {
  width: 50% !important;
}
.woocommerce_checkout_div .woocommerce form .form-row select {
  padding: 0px 0.8em !important;
}
.product_gallery_box ul li img.product_little_img {
  cursor: pointer;
}
body.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: flex !important;
}
body.woocommerce-checkout #order_review_heading {
  display: none !important;
}

body.woocommerce-checkout p#billing_first_name_field {
  width: 100% !important;
}

button.light_box_open {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  background: #fff;
  border: none;
  outline: none;
  padding: 10px;
  margin: 0;
  color: #000;
  box-shadow: none;
  border-radius: 18px;
}
.modal-container img {
  width: 600px;
  height: 500px;
  object-fit: contain;
}
@media only screen and (max-width: 900px) {
  .upsell_product_checkout {
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px 25px;
  }
  .product_gallery_box {
    width: 100%;
    height: 100%;
  }
  .product_content_info {
    width: 100%;
    height: 100%;
  }
  .product_gallery_box ul li img {
    object-fit: contain;
  }
  .product_card_details .inputs {
    justify-content: center;
  }
  .product_card_details .cards {
    justify-content: center;
  }
  .product_content_info .product_title {
    font-size: 22px !important;
  }
  .product_img_box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .woocommerce_checkout_div form.checkout.woocommerce-checkout {
    flex-direction: column;
  }

  .product_img_box {
    width: auto;
    height: auto;
    position: relative;
    overflow: unset;
  }
  .modal-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #checkoutPopup {
    width: 90% !important;
  }
  .woocommerce_checkout_div {
    padding: 10px !important;
  }
  .woocommerce_checkout_div p {
    width: 100% !important;
  }
  .woocommerce_checkout_div div#order_review {
    padding: 10px !important;
  }
  .card .proof_img {
    width: 100% !important;
  }
  button#closePopup {
    left: -15px !important;
  }
}
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}
button#closePopup {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  font-size: 20px;
  background: #fff;
  color: #000;
  padding: 0px !important;
  margin: 0px !important;
}
.woocommerce-js form .form-row input.input-text,
.woocommerce-js form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  font-family: 'Clash Display', sans-serif;
}

#checkout_html_box p#billing_country_field {
  display: none;
}
#checkout_html_box .woocommerce-js form .form-row label {
  font-weight: 400;
  font-size: 15px;
  font-family: 'Clash Display';
}
#checkout_html_box .woocommerce-billing-fields h3 {
  font-family: 'Clash Display';
  font-weight: 500;
  font-size: 20px;
  margin: 0px !important;
  padding: 5px 0px !important;
}

#checkout_html_box table.shop_table.woocommerce-checkout-review-order-table {
  display: none;
}
.custom_card_design_show .card {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 15px;
  border-radius: 10px;
}
.custom_card_design_show .card .card_qty {
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 20px;
  color: #fff;
  background-color: #034737;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
  border-top-left-radius: 10px;
}
.custom_card_design_show .card .proof_img img {
  width: 40px;
}
.payment_box.payment_method_cod {
  display: none;
}
p.card_price {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Clash Display';
  color: #034737;
}
.custom_card_design_show .card p.card_price::after {
  content: '+ Free Delivery';
  position: absolute;
  bottom: 10px;
  left: 12px;
  font-size: 12px;
  width: 102px;
  font-family: 'Rubik', sans-serif;
}
.total_price_box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}
.total_price_box span {
  font-size: 17px;
  font-family: 'Clash Display';
  font-weight: 600;
  color: #034737;
}
#checkoutPopup ul.payment_methods {
  border: none !important;
  padding: 1em !important;
}
#checkoutPopup .form-row.place-order {
  padding: 5px 0em !important;
}
#checkoutPopup button#place_order {
  display: block;
  float: none;
  width: 100%;
  background: #034737 !important;
  font-family: 'Clash Display';
  color: #fff !important;
}
#checkoutPopup .woocommerce-checkout #payment {
  border: none !important;
}
