.bbh-btn,
#phone-btn {
  background-color: #ae9670;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 22px;
  font-weight: 600;
  line-height: 1em;
}
.bbh-btn:hover,
#phone-btn:hover {
  background-color: #a38c67;
  color: #ffffff;
  border: none;
}
.bbh-btn:focus,
#phone-btn:focus {
  background-color: #ae9670;
}
.bbh-btn:disabled,
#phone-btn:disabled {
  /* Add your styles here */
  opacity: 0.5; /* Example: make the button semi-transparent when disabled */
  cursor: not-allowed; /* Changes the cursor to a 'not-allowed' sign */
  background-color: #cccccc; /* Changes background color */
  color: #666666; /* Changes text color */
}
#phone-btn {
  max-width: fit-content;
}

.bbh-btn.blue {
  background-color: #1150a2;
}

.bbh-btn.blue:hover {
  background-color: #0e438a;
}

.bbh-btn.red {
  background-color: #92140c;
}

.bbh-btn.red:hover {
  opacity: 0.9;
}

.read-more {
  color: #1150a2;
  font-size: 15px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
}
.read-more:after {
  content: url("/wp-content/themes/hello-elementor-child/assets/icons/arrow-right.svg");
  margin-left: 8px;
  transition: all 0.3s ease;
}
.read-more:hover {
  color: #1150a2;
}
.read-more:hover:after {
  margin-left: 12px;
}
.phone-btn,
#phone-btn {
  display: flex;
  align-items: center;
}
.phone-btn:before,
#phone-btn:before {
  content: "";
  background-image: url("/wp-content/themes/hello-elementor-child/assets/icons/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.consultant-description {
  position: relative;
  overflow: hidden;
}
.consultant-description .inner-content {
  min-height: 209px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.consultant-description .btn-group {
  display: flex;
  gap: 20px;
  align-items: center;
}
.consultant-list li {
  position: relative;
  overflow: hidden;
}

.error-popup {
  visibility: hidden;
  height: 100%;
  position: absolute;
  background-color: firebrick; /* #2ca05a */
  color: #ffffff;
  top: 100%; /* Start from below the button */
  left: 0;
  right: 0;
  opacity: 0; /* Start transparent */
  transition: opacity 0.5s ease, top 0.5s ease; /* Smooth transition for fade and slide */
  padding: 29px;
  z-index: 3;
}
li .call-me-popup,
.consultant-description .call-me-popup {
  height: fit-content;
  position: absolute;
  background-color: #f6f1ea;
  top: 100%; /* Start from below the button */
  left: 0;
  right: 0;
  opacity: 0; /* Start transparent */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transition for fade and slide */
  padding: 29px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
}

li .call-me-popup .error-message {
  margin-bottom: 2px;
  color: #92140c;
  visibility: hidden;
}
li .call-me-popup .error-message.show,
.consultant-description .call-me-popup .error-message.show {
  visibility: visible !important;
}

li .call-me-popup .cancel,
.consultant-description .call-me-popup .cancel {
  color: #1150a2;
  font-size: 15px;
  cursor: pointer;
}

li .call-me-popup .form-btn-group,
.consultant-description .call-me-popup .form-btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

li .call-me-popup.show,
.consultant-description .call-me-popup.show,
.error-popup.show {
  visibility: visible;
  transform: translateY(-100%); /* Slide in from the bottom */
  opacity: 1; /* Fade in when shown */
}
.incorrect {
  border-color: red !important;
}
.text-before-call {
  font-size: 12px;
}

.consultant-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  padding: 0;
}
.consultant-list li .image-container {
  position: relative;
  height: 255px;
}
.consultant-list li .image-container .image-inner-container {
  position: relative;
}
.consultant-list li .image-container img {
  object-fit: cover;
  width: 100%;
  height: 255px;
  position: relative;
}
.consultant-list li .image-container .status {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 5px 15px;
  background-color: #fefefe;
  display: flex;
  align-items: center;
  gap: 10px;
}

.consultant-list li .image-container .status p {
  font-size: 15px;
  margin-bottom: 0;
}
.consultant-list li .image-container .status .dot {
  background-color: #393227;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.consultant-list .available .image-container .status .dot {
  background-color: #579291;
}
.consultant-list .busy .image-container .status .dot {
  background-color: #92140c;
}
.consultant-list .offline .image-container .status p,
.consultant-list .offline .image-container .status .dot {
  opacity: 0.5;
}
.next-time-online {
  background-color: #8095b1;
  color: #ffffff;
  padding: 5px;
  padding-left: 29px;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.next-time-online p {
  margin: 0;
}
.consultant-list li {
  background-color: #f6f1ea;
}
.consultant-list li .content {
  position: relative;
}
.consultant-list li .content:after {
  content: "";
  background-image: url("/wp-content/themes/hello-elementor-child/assets/icons/bg-design2.svg");
  position: absolute;
  bottom: 0;
  right: 0px;
  max-width: 105px;
  max-height: 105px;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.consultant-list li .content .name {
  padding: 29px;
  padding-bottom: 0px;
}
.consultant-list li .content .inner-content {
  position: relative;
  z-index: 2;
  padding: 29px;
  padding-top: 0px;
}
.consultant-list li .content .inner-content .short-description {
  visibility: hidden;
  display: none;
  font-size: 15px;
}

.consultant-list li .content .inner-content .price {
  color: #ae9670;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.consultant-description .calling-popup {
  visibility: hidden;
  height: 100%;
  position: absolute;
  background-color: #579291; /* #2ca05a */
  color: #ffffff;
  top: 100%; /* Start from below the button */
  left: 0;
  right: 0;
  opacity: 0; /* Start transparent */
  transition: opacity 0.5s ease, top 0.5s ease; /* Smooth transition for fade and slide */
  padding: 29px;
  z-index: 3;
}
.consultant-description .calling-popup h3 .text {
  display: flex;
  align-items: center;
  gap: 16px;
}
.consultant-description .calling-popup h3 {
  display: flex;
}
.consultant-description .calling-popup h3 .text:before {
  content: "";
  background-image: url("/wp-content/themes/hello-elementor-child/assets/icons/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}

.consultant-list li.calling .calling-popup {
  visibility: visible;
  top: 0; /* Move up when shown */
  opacity: 1; /* Fade in when shown */
}
.consultant-list li.calling .call-me-popup {
  visibility: hidden;
  opacity: 0;
}

/*QUEUE POPUP*/

.consultant-description .queued-popup {
  visibility: hidden;
  height: 100%;
  position: absolute;
  background-color: #1150a2; /* #2ca05a */
  color: #ffffff;
  top: 100%; /* Start from below the button */
  left: 0;
  right: 0;
  opacity: 0; /* Start transparent */
  transition: opacity 0.5s ease, top 0.5s ease; /* Smooth transition for fade and slide */
  padding: 29px;
  z-index: 3;
}
.consultant-description .queued-popup h3 .text {
  display: flex;
  align-items: center;
  gap: 16px;
}
.consultant-description .queued-popup h3 {
  display: flex;
}
/* .consultant-description .queued-popup h3 .text:before {
  content: "";
  background-image: url("/wp-content/themes/hello-elementor-child/assets/icons/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
} */

li.queued .consultant-description .queued-popup {
  visibility: visible;
  top: 0; /* Move up when shown */
  opacity: 1; /* Fade in when shown */
}

@keyframes blink {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.calling-popup .dot {
  animation: blink 1.4s infinite;
  opacity: 0; /* Start with the dot being invisible */
}

.calling-popup .dot:nth-of-type(1) {
  animation-delay: 0.2s;
}
.calling-popup .dot:nth-of-type(2) {
  animation-delay: 0.4s;
}
.calling-popup .dot:nth-of-type(3) {
  animation-delay: 0.6s;
}
.spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #ae9670;
  animation: spin 1s ease infinite;
  margin-left: 10px;
  margin-right: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.call-me-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.consultant-description .login-or-create-popop,
.consultant-description .ianactive-subscription-popup {
  visibility: hidden;
  height: 100%;
  position: absolute;
  background-color: #f6f1ea; /* #2ca05a */
  color: #ffffff;
  top: 100%; /* Start from below the button */
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease, top 0.5s ease;
  padding: 29px;
  z-index: 3;
}
.consultant-description .login-or-create-popop p,
.consultant-description .ianactive-subscription-popup p {
  color: #1f1c17;
  margin-bottom: 20px;
}
.consultant-description .login-or-create-popop.show,
.consultant-description .ianactive-subscription-popup.show {
  visibility: visible;
  top: 0; /* Move up when shown */
  opacity: 1; /* Fade in when shown */
}
.consultant-description .login-or-create-popop .popup-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.consultant-description .ianactive-subscription-popup .popup-buttons {
  margin-bottom: 10px;
}
.consultant-description .login-or-create-popop .cancel-link-container a,
.consultant-description .ianactive-subscription-popup .cancel-link-container a {
  color: #1f1c17;
  cursor: pointer;
}

/*===============================================
=                   CHECKOUT                    =
===============================================*/
.checkout-form-registrer #customer_details .col-2 {
  height: 100%;
  position: sticky;
  top: 50.59px;
}
.checkout-form-registrer #customer_details .col-2 #order_review {
  padding-top: 33.59px;
  margin-block-start: 1.5rem;
}

#account_username_field {
  display: none;
}

.page-id-923.woocommerce-page #billing_postcode_field.form-row-wide {
  float: left;
  clear: none;
  width: 47%; /* Or whatever width you're aiming for */
}
.page-id-923.woocommerce-page #billing_city_field.form-row-wide {
  float: right;
  clear: none;
  width: 47%; /* Or whatever width you're aiming for */
}

.customer-details-register {
  max-width: 900px;
  margin: 0 auto;
}
.woocommerce form .woocommerce-billing-fields .form-row .required,
.woocommerce form .create-account .form-row .required {
  display: none;
}
.woocommerce form .create-account .form-row#account_confirm_18_field .required,
.woocommerce
  form
  .create-account
  .form-row#account_confirm_trade_conditions_field
  .required,
.woocommerce
  form
  .create-account
  .form-row#account_confirm_trade_conditions_2_field
  .required {
  display: unset;
}

#account_password_field {
  float: left;
  clear: none;
  width: 47%;
}
#account_confirm_password_field {
  float: right;
  clear: none;
  width: 47%;
}

.page-id-923 #add_payment_method #payment,
.page-id-923 .woocommerce-cart #payment,
.page-id-923 .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 5px;
}

.page-id-923 #add_payment_method #payment div.payment_box,
.page-id-923 .woocommerce-cart #payment div.payment_box,
.page-id-923 .woocommerce-checkout #payment div.payment_box {
  display: none !important;
}
.page-id-923 .woocommerce-privacy-policy-text {
  display: none;
}
.page-id-923 .woocommerce #payment #place_order,
.page-id-923 .woocommerce-page #payment #place_order {
  float: left;
  background-color: #1150a2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fdfbf9;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 0;
  line-height: 25px;
}
.page-id-923 .woocommerce #payment #place_order:hover,
.page-id-923 .woocommerce-page #payment #place_order:hover {
  background-color: #0e438a;
}

.page-id-923 #account_pin_code-description {
  background-color: #eee8de;
  color: #1f1c17;
}
.page-id-923
  .woocommerce
  form
  .form-row
  .woocommerce-input-wrapper
  .description::before {
  border-color: #eee8de transparent transparent transparent;
}
/* .page-id-923 .wc_payment_methods.payment_methods.methods {
  float: right;
  clear: none;
  width: 47%;
} */

.privacy-politic-disclaimer {
  font-style: italic;
}
/*===============================================
=          Single Consultant           =
===============================================*/
#consultant-header-single .shortcode-container {
  max-width: 720px !important;
  margin: 0 auto;
}
.single-consultant-form .image-container {
  position: relative;
}
.single-consultant-form .image-container img {
  object-fit: cover;
  width: 100%;
  height: 483px;
  position: relative;
}
.single-consultant-form .image-container .status {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 5px 15px;
  background-color: #fefefe;
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-consultant-form .image-container .status p {
  font-size: 15px;
  margin-bottom: 0;
}
.single-consultant-form .image-container .status .dot {
  background-color: #393227;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.single-consultant-form .available .image-container .status .dot {
  background-color: #579291;
}
.single-consultant-form .busy .image-container .status .dot {
  background-color: #92140c;
}

.single-consultant-form .offline .image-container .image-inner-container {
  filter: grayscale(1);
}
.single-consultant-form .offline .image-container .status p,
.single-consultant-form .offline .image-container .status .dot {
  opacity: 0.5;
}
.single-consultant-form .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}
.single-consultant-form .content .consultant-description {
  overflow: visible;
}
.single-consultant-form .content .inner-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.single-consultant-form .content .inner-content .phone-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  background-color: #1150a2;
}

#consultant-header-single .specialties {
  list-style: none;
  padding-left: 0;
}

#consultant-header-single .calling-popup {
  visibility: hidden;
  height: 100%;
  position: absolute;
  background-color: #579291; /* #2ca05a */
  color: #ffffff;
  top: 100%; /* Start from below the button */
  left: 0;
  right: 0;
  opacity: 0; /* Start transparent */
  transition: opacity 0.5s ease, top 0.5s ease; /* Smooth transition for fade and slide */
  padding: 29px;
  z-index: 3;
}
#consultant-header-single .calling-popup h3 .text {
  display: flex;
  align-items: center;
  gap: 16px;
}
#consultant-header-single .calling-popup h3 {
  display: flex;
}
#consultant-header-single .calling-popup h3 .text:before {
  content: "";
  background-image: url("/wp-content/themes/hello-elementor-child/assets/icons/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}

#consultant-header-single .calling .calling-popup {
  visibility: visible;
  top: 0; /* Move up when shown */
  opacity: 1; /* Fade in when shown */
}
#consultant-header-single .calling .call-me-popup {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .single-consultant-form .image-container img {
    height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .single-consultant-form .image-container img {
    height: 300px;
  }
  .single-consultant-form .content .inner-content .phone-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*===============================================
=                  Responsive                   =
===============================================*/

@media only screen and (max-width: 1400px) {
  .consultant-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1000px) {
  .consultant-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px;
  }
}

@media only screen and (max-width: 820px) {
  .consultant-description .btn-group {
    flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .consultant-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 27px;
  }
  .consultant-description .btn-group {
    flex-direction: row;
  }
}
@media only screen and (max-width: 424px) {
  .consultant-description .btn-group {
    flex-direction: column-reverse;
  }
}

/*===============================================
=                     Shop                      =
===============================================*/
.breadcrumbs a {
  color: #ae9670;
  font-weight: 600;
}
div.product table.variations tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
div.product table.variations tbody tr {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 0px;
  width: calc(50% - 20px);
}
div.product table.variations tbody tr th {
  width: 100%;
  text-align: left;
  padding: 0;
}
div.product table.variations tbody tr td {
  padding-right: 0;
}
div.product table.variations tbody tr th,
div.product table.variations tbody tr td {
  background-color: transparent;
}

div.product table.variations tbody tr td select {
  appearance: none;
  -webkit-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 16 16" fill="gray" xmlns="http://www.w3.org/2000/svg"><path d="M3.204 4.968a.738.738 0 0 1 1.042 0L8 8.721l3.754-3.753a.738.738 0 1 1 1.042 1.042L8.707 10.49a.74.74 0 0 1-1.042 0L3.204 6.01a.737.737 0 0 1 0-1.042z"></path></svg>')
    no-repeat;
  background-position: right 12px center;
  padding: 5px 15px;
}

div.product table.variations .reset_variations {
  float: right;
}
.single_variation_wrap .single_variation {
  margin-bottom: 1rem;
}
.single_variation_wrap .single_variation .price {
  color: #ae9670 !important;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
#custom-product-accordion .accordion-section-title {
  color: #444;
  cursor: pointer;
  padding: 10px 1rem;
  margin: 0;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-weight: 600;
}
#custom-product-accordion .accordion-section-title .accordion-icon {
  float: right;
}

#custom-product-accordion .accordion-section-content {
  padding: 10px 1rem;
  display: none; /* Hide content by default */
}

#custom-product-accordion .accordion-section-content h2 {
  display: none;
}

.single_add_to_cart_button.button.alt.disabled {
  background-color: #acabab !important;
}

@media only screen and (max-width: 768px) {
  div.product table.variations tbody {
    flex-direction: column;
  }
  div.product table.variations tbody tr {
    width: 100%;
  }
}
/*===============================================
=                  My account                   =
===============================================*/

/* Order inforamtion */
.woocommerce-order-details header {
  display: none;
}
.woocommerce-order-details .woocommerce-MyAccount-subscriptions {
  display: none;
}
.woocommerce-order-details .order-again {
  display: none;
}
.consultant-acf-form {
  margin-bottom: 50px;
}
.consultant-acf-form .consultant-acf-form-inner {
  display: flex;
}
.consultant-acf-form .consultant-acf-form-inner .acf-form-container {
  width: 50%;
  flex: 0 0 50%;
}
.consultant-acf-form
  .consultant-acf-form-inner
  .acf-form-container
  .acf-form
  .acf-field-button-group {
  padding: 0;
  margin-bottom: 20px;
}
.consultant-acf-form
  .consultant-acf-form-inner
  .acf-form-container
  #message.updated {
  display: none;
}
.consultant-acf-form .consultant-acf-form-inner .acf-label {
  display: none;
}
.consultant-acf-form .consultant-acf-form-inner .consultant-acf-form-desc span {
  margin-bottom: 0;
  font-weight: 600;
}
.consultant-acf-form
  .consultant-acf-form-inner
  .acf-form-container
  .acf-form
  .acf-form-submit
  input[type="submit"] {
  background-color: #1150a2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fdfbf9;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 0;
  line-height: 25px;
}
.consultant-acf-form
  .consultant-acf-form-inner
  .acf-form-container
  .acf-form
  .acf-form-submit
  input[type="submit"]:hover {
  background-color: #0e438a;
}
.consultant-acf-form .acf-form-submit input[type="submit"] {
  background-color: #1150a2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fdfbf9;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 0;
  line-height: 25px;
}
.consultant-acf-form .acf-form-submit input[type="submit"]:hover {
  background-color: #0e438a;
}
.consultant-acf-form .acf-form .acf-field-number {
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-EditAccountForm button[type="submit"] {
  background-color: #1150a2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fdfbf9;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 0;
  line-height: 25px;
  margin-top: 20px;
}
.woocommerce-EditAccountForm button[type="submit"]:hover {
  background-color: #0e438a;
}

.woocommerce-MyAccount-content {
  margin-bottom: 50px;
}
/*===============================================
=                    Popup                      =
===============================================*/
.wpnordic-modal-btn {
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  fill: #1f1c17;
  color: #1f1c17;
  background-color: #f6f1ea !important;
  color: #1f1c17 !important;
  padding: 12px 33px 12px 33px;
  box-shadow: 0px 3px 6px #201c1826;
}
.wpnordic-modal-open-btn-container {
  z-index: 10000 !important;
}

.wpnordic-modal-content .first-content,
.wpnordic-modal-content .second-content,
.wpnordic-modal-content .wpnordic-modal-content-inner.wpnordic-col1 {
  background-color: #eee8de !important;
}
.saadan-goer-du-btn {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  fill: #fdfbf9;
  color: #fdfbf9;
  background-color: #ae9670;
  border-radius: 0px 0px 0px 0px;
  padding: 8px 31px 8px 31px;
}
.saadan-goer-du-btn:hover {
  background-color: #a38c67;
  color: #fdfbf9;
}

/*===============================================
=                  Cart page                   =
===============================================*/
.wc-block-cart__submit-container .components-button,
.wc-block-components-totals-coupon__form .components-button {
  background-color: #1150a2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fdfbf9;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 0;
  line-height: 25px;
  text-decoration: none;
}
.wc-block-cart__submit-container .components-button:hover,
.wc-block-components-totals-coupon__form .components-button:hover {
  background-color: #0e438a;
}
.wc-block-cart-item__wrap .wc-block-components-product-name,
.wc-block-components-totals-coupon .wc-block-components-totals-coupon-link {
  color: #ae9670;
}
.wc-block-checkout__actions_row .components-button {
  background-color: #1150a2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fdfbf9;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 0;
  line-height: 25px;
  text-decoration: none;
  border: none;
}

.wc-block-checkout__actions_row .components-button:hover {
  background-color: #0e438a;
}

.woocommerce
  .woocommerce-MyAccount-content
  .u-column2.col-2.woocommerce-Address {
  display: none;
}

.delete-user-form {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.delete-btn {
  background-color: #92140c;
}
.delete-btn:hover {
  background-color: #7a0f0a;
}

.bottom-half:has(.queued-banner) {
  margin-bottom: 30px;
}
.bottom-half .queued-banner {
  margin-bottom: 0 !important;
  background-color: #1150a2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fdfbf9;
  position: absolute;
  z-index: 9999999999999999;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 10px;
  text-align: center;
}
.bottom-half .queued-banner p,
.bottom-half .remove-from-queue-banner p,
.bottom-half .removed-from-queue-banner p {
  margin-bottom: 0;
}
.queue-number-text .queue-number {
  font-weight: bold;
}

.bottom-half .remove-from-queue-banner {
  margin-bottom: 0 !important;
  background-color: #1150a2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fdfbf9;
  position: absolute;
  z-index: 99999999999999999;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: none;
}

.bottom-half .removed-from-queue-banner {
  margin-bottom: 0 !important;
  background-color: #1150a2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fdfbf9;
  position: absolute;
  z-index: 999999999999999999;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 10px;
  text-align: center;
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bottom-half .remove-from-queue-banner {
  padding-top: 10px;
}

.estimated-waiting-time .waiting-time,
.estimated-waiting-time .waiting-min {
  font-weight: bold;
}

.bottom-half .remove-from-queue-banner .buttons {
  display: flex;
  justify-content: space-between;

  padding-top: 20px;
  padding-bottom: 10px;
}
.bottom-half .remove-from-queue-banner .buttons button {
  font-size: 12px;
}

/*===============================================
=                   Buttons                    =
===============================================*/
#remove-banner-trigger,
#remove-from-queue-trigger,
#cancel-remove-from-queue {
  text-transform: capitalize;
}

.hyperlink {
  color: #1150a2;
  text-decoration: underline;
}
.xoo-wsc-product[data-key="20aee3a5f4643755a79ee5f6a73050ac"] {
  display: none;
}
.woocommerce-terms-and-conditions-wrapper {
  display: none;
}
