@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
}

section.related.products {
  display: none;
}

.form-control {
  display: block;

  width: 100%;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #212529;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background-color: #ffffff;

  background-clip: padding-box;

  border: 1px solid #dee2e6;

  border-radius: 0.375rem;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.wrap_giftcard_step2 .wrcc_container_giftcard_details .wrcc_recipient_container .single-form-div input::placeholder{
		color: #bbb !important;
}
.wrap_giftcard_step2 .wrcc_container_giftcard_details .div-single .single-form-div textarea::placeholder{
		color: #bbb;
}

.product-type-giftcardzx .product_meta {
    display: none;
}

.woocommerce div.product.product-type-giftcardzx form.cart {
    margin-bottom: 0;
}

.product-type-giftcardzx button.single_add_to_cart_button.button.alt {
    display: none;
}

.woocommerce div.product.product-type-giftcardzx div.summary {
    margin-bottom: 2em;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.accordion-item {
  color: #212529;

  border: 1px solid #dee2e6;
}

.accordion-item {
  background: #e4e4e4;

  margin-bottom: 15px;

  border-radius: 15px !important;

  padding: 25px;
}

.accordion-header {
  margin-bottom: 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

a.back-to-shop {
  display: none;
}

nav.woocommerce-breadcrumb {
  display: none;
}

.product-type-giftcardzx,
.div-single {
  box-shadow: 0px 0px 12px 0px #c1c3d4;

  border-radius: 20px;

  padding: 20px;

  margin-top: 25px;
}

.all-progress {
  display: flex;

  justify-content: space-around;
}

.single-progress {
  display: flex;

  flex-direction: column;

  align-items: center;

  flex: 1;
}

.single-progress {
  position: relative;

  z-index: 1;
}

.progress-icons {
  background-color: #252e46;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;
}

.current-progress .progress-icons,
.completed-progress .progress-icons {
  background-color: #ff7a28;
}

.current-progress .progress-icons {
  transform: scale(1.22);
}

.single-progress::after {
  position: absolute;

  content: "";

  height: 4px;

  width: 50%;

  background-color: #252e46;

  right: 0;

  bottom: 10px;

  transform: translateY(-50%);

  z-index: -1;
}

.single-progress::before {
  position: absolute;

  content: "";

  height: 4px;

  width: 50%;

  background-color: #252e46;

  left: 0;

  bottom: 10px;

  transform: translateY(-50%);

  z-index: -1;
}

.progress-first::before,
.progress-last::after {
  content: none;
}

/* Redesign css code 04/07/2025 */

.wp-post-image img {
  border-radius: 50px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  right: 0.8em;

  top: 1em;
}

.accordion-item {
  background: #e7e7e71f;

  margin-bottom: 15px;

  border-radius: 15px !important;

  padding: 25px;
}

.accordion-header h3 {
  font-size: 28px;

  font-weight: 500;
}

.accordion-item .accordion-button {
  background-color: transparent;

  box-shadow: none;

  color: #0f0f0f;

  font-size: 20px;

  font-weight: 500;

  padding: 0;
}

.accordion-button {
  position: relative;

  display: flex;

  align-items: center;

  width: 100%;

  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);

  font-size: 1rem;

  color: var(--bs-accordion-btn-color);

  text-align: left;

  background-color: var(--bs-accordion-btn-bg);

  border: 0;

  border-radius: 0;

  overflow-anchor: none;

  transition: var(--bs-accordion-transition);
}

.accordion-collapse .form-control {
  border-radius: 0;

  border-bottom: 1px solid #b0b0b0 !important;

  background-color: #e3e3e3;

  padding: 6px 0;

  margin-bottom: 5px;

  box-shadow: none;

  width: 100%;

  border: unset;

  color: #000;

  font-size: 20px;
}

.div-single {
  box-shadow: 0px 0px 12px 0px #c1c3d4;

  border-radius: 20px;

  padding: 20px;

  margin-top: 25px;

  margin-bottom: 25px;
}

.footer-buttons {
  display: flex;

  justify-content: space-around;
}

.footer-buttons a {
  padding: 15px 25px;

  display: inline-block;

  background-color: #ff7a28;

  font-size: 20px;

  border-radius: 25px 25px 0 25px;

  min-width: 200px;

  color: #fff;

  text-decoration: none;

  transition: 0.3s;

  text-align: center;

  line-height: 1;

  cursor: pointer;
}

.footer-buttons img {
  height: 16px;

  margin: 5px;

  margin-top: 0;
}

.next_custome {
  background: none;

  border: none;

  color: white;

  font-size: 20px;

  cursor: pointer;
}

.next_custome:hover {
  background: none;
}

.accordion-button {
  position: relative;

  display: flex;

  align-items: center;

  width: 100%;

  text-align: left;

  border: 0;

  border-radius: 0;

  overflow-anchor: none;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

.accordion-item .accordion-button {
  background-color: transparent;

  box-shadow: none;

  color: #0f0f0f;

  font-size: 20px;

  font-weight: 500;

  padding: 0;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: calc(0.375rem - (1px));

  border-top-right-radius: calc(0.375rem - (1px));
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");

  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;

  width: 1.25rem;

  height: 1.25rem;

  margin-left: auto;

  content: "";

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");

  background-repeat: no-repeat;

  background-size: 1.25rem;

  transition: transform 0.2s ease-in-out;
}

.accordion-collapse .accordion-body {
  padding: 0;
}

.single-form-div .wpgi-input-text {
  width: 100%;

  background: transparent;

  border: unset;

  border-bottom: 1px solid #b0b0b0;
}

.single-form-div .wpgi-input-text:hover {
  text-decoration: none;

  appearance: none;

  appearance: textfield;
}

#collapseTwo h2 {
  display: none;
}

.wrcc_recipient_container {
  width: 95%;

  margin: 20px;
}

.wrcc_recipient_container .form-label {
  font-size: 20px;

  font-weight: 500;

  margin-left: 2px;

  color: #0f0f0f;
}

.form-label {
  color: #0f0f0f;
}

.input-group {
  padding-top: 10px;
}
#r-message {
  margin-top: 10px;
  padding: 15px;
}
.card-form .form-control,
.div-single .form-control {
  border-radius: 30px;

  font-size: 16px;

  padding: 4px 15px;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.single-form-div .input-group-text {
  border-radius: 0 30px 30px 0;

  width: 55px;

  cursor: pointer;

  background: #252e45;
}

.input-group-text {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-align: center;

  align-items: center;

  padding: 0.375rem 0.75rem;

  margin-bottom: 0;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #495057;

  text-align: center;

  white-space: nowrap;

  background-color: #e9ecef;

  border: 1px solid #ced4da;

  border-radius: 0.25rem;
}

.single-form-div .input-group-text img {
  height: 25px;

  width: 25px;
}

.other_small_buttons {
  padding: 5px 15px;

  display: inline-block;

  background-color: #ff7a28;

  font-size: 20px;

  border-radius: 25px 25px 0 25px;

  min-width: 200px;

  color: #fff;

  text-decoration: none;

  transition: 0.3s;

  text-align: center;

  line-height: 1;

  border: navajowhite;
}

.other_small_buttons:hover {
  background: unset;
}

.receiver-heading,
.other-heading h3 {
  font-size: 24px;
}

.all-receiver-details {
  display: flex;

  flex-wrap: wrap;
}

.receiver-details .single-receiver-details {
  margin-right: 10px;
}

.single-receiver-details div {
  display: flex;
}

.single-receiver-details div div {
  flex-basis: 50%;
}

.single-receiver-details {
  flex: 1;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;

  border: 1px solid #d3d3d3;

  border-radius: 10px;

  background-color: #fff;
}

.single-card-details {
  display: flex;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;

  border: 1px solid #d3d3d3;

  border-radius: 10px;

  background-color: #fff;
}

.single-card-details div {
  flex: 1;
}

.wrap_giftcard_step2 .div-single {
  margin: 25px;

  width: 50%;
}

.wrcc_container_giftcard_details {
  display: flex;

  width: 100%;
}

.wrap_giftcard_step2 .wrcc_msg_box {
  width: unset;
}

button.single_add_to_cart_button.button.alt {
  visibility: hidden;
}

.wrap_giftcard_step3 {
  clear: both;
  margin-top: 25px;
}

h1.product_title.entry-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #0f0f0f;
  font-family: "Roboto", sans-serif;
}
.accordion-item {
  font-family: "Roboto", sans-serif;
}
.progress-heading h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.single-form-div.hide {
  display: none;
}
@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;

    width: 100%;
  }
}


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

  .woocommerce div.product div.images.woocommerce-product-gallery{
		margin-bottom: 25px;
		}	
	.footer-buttons {
			flex-direction: column;
			gap: 25px;
		}
.wrcc_container_giftcard_details {
    flex-direction: column;
    gap: 30px;
}
.div-single.col-lg-6.wrcc_recipient_container {
    width: 100%;
    margin: 0;
}
.wrap_giftcard_step2 .div-single{
  width: 100%;
  margin: 0;
}
textarea#r-message {
    border-radius: 10px;
}
#recepnets_div .single-form-div.mb-4.r_box_1:last-child {
    margin-bottom: 0px !important;
} 

.div-single .footer-buttons .next_custome{
  text-transform: capitalize;
}
}