.QCWC_country-code-custom-select {
  width: 100%;
  position: relative;
}

.QCWC_country-code-custom-select .QCWC_country-code-custom-select-selected-option {
  display: flex;
  align-items: center;
  border: 1px solid #dfe2e8;
  padding: 12px 0;
  line-height: 0;
  border-radius: 6px;
  cursor: pointer;
  gap: 5px;
  font-size: 16px;
  padding-left: 9px;
  position: relative;
}

.QCWC_country-code-custom-select .QCWC_country-code-custom-select-selected-option .custom-arrow {
  margin-top: 0 !important;
}

.QCWC_country-code-custom-select .QCWC_country-code-custom-select-selected-option.active {
  border-color: #252525;
}

.QCWC_country-code-custom-select .QCWC_country-code-custom-select-selected-option img {
  width: 26px;
  height: 20px;
  object-fit: cover;
  border-radius: 4px;
}

.QCWC_country-code-custom-select ul {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  z-index: 1000;
  display: none;
}

.QCWC_country-code-custom-select ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfe2e8;
  padding: 12px 0;
  line-height: 0;
  cursor: pointer;
  gap: 5px;
  font-size: 16px;
  padding-left: 9px;
  transition: 0.2s;
}

.QCWC_country-code-custom-select ul li:hover {
  background-color: #dfe2e8;
}

.QCWC_country-code-custom-select ul li.active {
  background-color: #dfe2e8;
}

.QCWC_country-code-custom-select ul li img {
  width: 26px;
  border-radius: 4px;
}

.QCWC_country-code-custom-select ul li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.QCWC_country-code-custom-select ul li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.QCWC_modal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding: 16px 20px;
  padding-bottom: 14px;
}

.QCWC_modal-header svg {
  width: 80px;
}

/* Edit Address modal - minimal header (close button only) */
#QCWC_EditAddressModal .QCWC_modal-header.ea-minimal-header {
  display: flex !important;
  justify-content: space-between !important;
  border-bottom: 1px solid #E5E5E5 !important;
  padding: 16px 20px !important;
  padding-bottom: 14px !important;
  background-color: #252525 !important;
}

#QCWC_EditAddressModal .QCWC_modal-header .QCWC_modal-header-right-container {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

#QCWC_registerModal .QCWC_modal-header {
  background-color: #252525;
}

.registered {
  display: flex;
  min-height: 500px;
  align-items: center;
  justify-content: center;
}

.registered-content {
  text-align: center;
  padding-top: 20px;
}

.registered-content .qr-codes {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.QCWC_modal-body {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 10px;
}

.quick_c_registered_para {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: rgba(255, 255, 255, 0.808);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.ct-woocommerce-cart-form .cart_totals {
  z-index: 9;
}

.QCWC_loginModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 20px;
  font-family: "Poppins", sans-serif;
  overflow-y: scroll;
}

#QCWC_authModal {
  align-items: flex-end;
  justify-content: flex-end;
}

#QCWC_authModal .error-message-auth {
  margin-top: 20px;
}

.QCWC_loginModal.prompt {
  align-items: flex-end;
  justify-content: flex-end;
}

.QCWC_loginModal .QCWC_loginModal_close_btn {
  margin-top: 0px;
}

.QCWC_addressesModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  font-family: "Poppins", sans-serif;
}

.QCWC_addressesModal .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 35px;
  background-color: #ddddddc4;
  color: #000;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.QCWC_loginModal .close-btn {
  color: #000;
  font-size: 24px;
  cursor: pointer;
  line-height: 0;
}

#QCWC_registerModal.QCWC_loginModal .close-btn {
  color: #fff;
  margin-top: 9px;
  font-size: 32px;
}

#QCWC_CheckoutModal.QCWC_loginModal .close-btn {
  color: #fff;
  margin-top: 0;
  font-size: 36px;
}

#QCWC_ScanToDownloadModal.QCWC_loginModal .close-btn {
  color: #fff;
  margin-top: 9px;
  font-size: 32px;
}

.QCWC_loginModal.prompt .close-btn {
  margin: 0;
  position: relative;
  left: 5px;
  bottom: 1px;
}

.QCWC_prefencesModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  font-family: "Poppins", sans-serif;
}

.QCWC_prefencesModal .close-btn1 {
  position: absolute;
  top: 10px;
  right: 1rem;
  width: 36px;
  height: 35px;
  /* background-color: #ddddddc4; */
  color: #000;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.QCWC_loginModal img {
  margin-bottom: 0;
}

.QCWC_addressesModal img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 16px;
}

/* .QCWC_prefencesModal img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 16px;
} */

.QCWC_loginModal .QCWC_modal-content {
  background-color: #FAFAFA;
  max-width: 340px;
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
  border-radius: 10px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

#QCWC_registerModal .QCWC_modal-content {
  max-width: 1000px;
}

/* Edit Address Modal needs a wider max-width to properly display the map */
#QCWC_EditAddressModal .QCWC_modal-content {
  max-width: 900px;
}

#QCWC_registerInfoModal .QCWC_modal-content {
  max-width: 1000px;
}

#QCWC_registerSuccessfullModal .QCWC_modal-content {
  max-width: 1000px;
}

#QCWC_registerInfoModal .QCWC_modal-header {
  background-color: #252525;
}

#QCWC_registerSuccessfullModal .QCWC_modal-header {
  background-color: #252525;
}

#QCWC_ScanToDownloadModal .QCWC_modal-content {
  max-width: 1000px;
}

#QCWC_ScanToDownloadModal .QCWC_modal-header {
  background-color: #252525;
}

#QCWC_CheckoutModal .QCWC_modal-content {
  max-width: 1000px;
}

#QCWC_CheckoutModal .QCWC_modal-header {
  background-color: #252525;
}

#QCWC_OrderPlacedModal .QCWC_modal-content {
  max-width: 1000px;
}

#QCWC_OrderPlacedModal .QCWC_modal-header {
  background-color: #252525;
}

#QCWC_CheckoutModal .QCWC_modal-header p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #FAFAFA;
  font-weight: 400;
}

#QCWC_CheckoutModal .QCWC_modal-header .QCWC_checkout_info_container {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  cursor: pointer;
  gap: 6px;
}

#QCWC_CheckoutModal .QCWC_modal-header .QCWC_modal-header-right-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

#QCWC_CheckoutModal .QCWC_modal-header .QCWC_checkout_info_container .QCWC_checkout_info_circle {
  width: 100%;
  max-width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

#QCWC_CheckoutModal .QCWC_modal-body {
  background-color: #F8F8F8;
  padding: 30px !important;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content p {
  margin-bottom: 20px !important;
  font-size: 18px;
  color: #909090;
  font-weight: 500;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content p strong {
  font-weight: 500;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content span {
  color: #252525;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content button span {
  color: #fff !important;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col {
  width: 48%;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 28px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 4px;
  position: absolute;
  top: -14px;
  right: 8px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options ul li {
  display: flex;
  align-items: center;
  margin: 0;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options ul li button {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  font-size: 12px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options ul li button svg {
  margin-right: 5px;
}


#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option {
  width: 100%;
  position: relative;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 30px;
  border: 1px solid #DFE2E8;
  border-radius: 6px;
  gap: 24px;
  cursor: pointer;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option input[type="radio"]:checked+label {
  border: 1px solid #252525;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option input[type="radio"] {
  display: none;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option label::before {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 22px;
  height: 22px;
  border: 2px solid #a6a5a7;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin-top: -20px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option input[type="radio"]:checked+label::before {
  background-color: #252525;
  box-shadow: 0 0 0 3px #fff inset;
  border: 2px solid #252525;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option input[type="radio"]:checked+label .delivery-content p {
  color: #252525;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option label .delivery-content p {
  margin-bottom: 3px !important;
  color: #6F7380;
  font-size: 16px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option label .delivery-content p.delivery-date,
#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option label .delivery-content p.delivery-price {
  font-weight: 600;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option label .delivery-content p:last-child {
  margin-bottom: 0 !important;
}

#QCWC_CheckoutModal .qcwc-default-tag {
  background-color: #e6fcf5;
  color: #0ca678;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  border: 1px solid #0ca678;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary h3 {
  text-align: center;
  font-weight: 400;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-summary-container {
  background-color: #fff;
  padding: 20px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-summary-container .QCWC_order-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-summary-container .QCWC_order-summary-header p {
  margin: 0 !important;
  font-size: 16px;
  color: #000;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 220px;
  overflow-y: scroll;
  padding-top: 11px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 14px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items::-webkit-scrollbar {
  width: 6px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items::-webkit-scrollbar-thumb {
  background-color: #252525;
  border-radius: 10px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items .QCWC_order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items .QCWC_order-item .QCWC_item-left {
  width: 22%;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items .QCWC_order-item .QCWC_item-left .QCWC_item-image {
  width: 100%;
  position: relative;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items .QCWC_order-item .QCWC_item-left .QCWC_item-image img {
  width: 100%;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items .QCWC_order-item .QCWC_item-left .QCWC_item-image span {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #555555;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items .QCWC_order-item .QCWC_item-right {
  width: 72%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items .QCWC_order-item .QCWC_item-right div {
  font-size: 16px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_cart_summary .QCWC_summary_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_cart_summary .QCWC_summary_row:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_cart_summary .QCWC_summary_row span {
  font-size: 14px;
}

#QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_cart_summary .QCWC_summary_row span strong {
  font-weight: 600;
}

#QCWC_OrderPlacedModal .QCWC_modal-header p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
}

#QCWC_OrderPlacedModal .QCWC_modal-header .QCWC_checkout_info_container {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  cursor: pointer;
  gap: 6px;
}

#QCWC_OrderPlacedModal .QCWC_modal-header .QCWC_modal-header-right-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

#QCWC_OrderPlacedModal .QCWC_modal-header .QCWC_checkout_info_container .QCWC_checkout_info_circle {
  width: 100%;
  max-width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

#QCWC_ProgressModal .QCWC_modal-content {
  max-width: 462px;
  height: 354px;
  border-radius: 8px;
  padding: 0 !important;
}

#QCWC_ProgressModal .QCWC_modal-content::-webkit-scrollbar {
  width: 0 !important;
}

#QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body {
  padding: 20px !important;
  height: 100%;
}

#QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

#QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps .progress-step {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps .progress-step:nth-child(1) img {
  width: 96px;
  height: 70px;
}

#QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps .progress-step img {
  width: 36px;
  height: 36px;
}

#QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps .progress-step.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  position: relative;
}

#QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps .progress-step p {
  font-size: 22px;
  font-weight: 600;
  color: #252525;
  margin: 0 !important;
}

.QCWC_loginModal.prompt .QCWC_modal-content {
  max-width: 340px;
}

.QCWC_loginModal .prompt-content,
.QCWC_loginModal.prompt .QCWC_modal-content .login-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.QCWC_loginModal.prompt .QCWC_modal-content h2 {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: left;
  color: #252525;
  font-weight: 600 !important;
  line-height: 24px !important;
}

.QCWC_loginModal.prompt .QCWC_modal-content p {
  font-size: 12px;
  color: #25252599;
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
  line-height: 24px !important;
}

.QCWC_loginModal.prompt .QCWC_modal-content .discount {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.QCWC_loginModal.prompt .QCWC_modal-content .discount img {
  width: 24px;
  height: 24px;
  margin-top: -20px;
}

.QCWC_loginModal.prompt .QCWC_modal-content .discount h6 {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 5px;
  margin-bottom: 0;
  font-weight: 600;
  color: #252525;
  line-height: 24px !important;
}

.QCWC_loginModal .QCWC_modal-content .verification-content p.verification-tagline {
  margin-bottom: 0 !important;
}

.QCWC_loginModal .QCWC_modal-content::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.QCWC_loginModal .QCWC_modal-content::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #252525;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.QCWC_addressesModal .QCWC_modal-content {
  background-color: #fff;
  max-width: 480px;
  width: 100%;
  padding: 30px;
  padding-top: 66px;
  border-radius: 10px;
  position: relative;
}

.QCWC_prefencesModal .QCWC_modal-content {
  background-color: #fff;
  max-width: 480px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.QCWC_loginModal .QCWC_modal-content .message {
  background-color: #00800047;
  color: green;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 0 !important;
}

.QCWC_loginModal .QCWC_modal-content .message .qcwc_loader {
  width: 16px;
  height: 16px;
  border: 2px solid #00800047;
  border-top: 2px solid green;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block;
  display: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.QCWC_loginModal .QCWC_modal-content .message.active {
  padding: 16px 20px;
  margin-bottom: 20px;
}

.QCWC_loginModal .QCWC_modal-content .message.active .qcwc_loader {
  display: block;
}

.register-tabs-content .QCWC_modal-content .error-message-tab,
.QCWC_loginModal .QCWC_modal-content .error-message,
.QCWC_loginModal .QCWC_modal-content .error-message-auth,
.QCWC_addressesModal .QCWC_modal-content .error-message,
.QCWC_prefencesModal .QCWC_modal-content .error-message {
  background-color: #f8d7da;
  color: #721c24;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  padding-bottom: 0 !important;
}

.QCWC_loginModal .QCWC_modal-content .error-message-auth {
  font-size: 14px;
}

p.error {
  margin-bottom: 0;
  text-align: left;
  display: list-item;
  list-style: upper-roman;
}

.register-tabs-content .QCWC_modal-content .error-message-tab.active,
.QCWC_loginModal .QCWC_modal-content .error-message.active,
.QCWC_loginModal .QCWC_modal-content .error-message-auth.active,
.QCWC_addressesModal .QCWC_modal-content .error-message.active,
.QCWC_prefencesModal .QCWC_modal-content .error-message.active {
  padding: 16px 20px !important;
  margin-bottom: 20px;
}

.QCWC_loginModal .QCWC_modal-content .error-message-auth.active {
  padding: 10px 14px !important;
  margin-bottom: 10px;
}

.QCWC_loginModal .login-content {
  padding-top: 12px;
}

.QCWC_loginModal .login-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: #252525;
}

.QCWC_loginModal .login-content p {
  font-size: 14px !important;
  margin-top: 6px !important;
  padding-bottom: 80px;
  margin-bottom: 0 !important;
}

.QCWC_loginModal .login-content .QCWC_form-group-inputs {
  padding-bottom: 120px;
}

.QCWC_loginModal .login-content label {
  margin-bottom: 4px;
  font-size: 14px !important;
}

.QCWC_loginModal .login-content input {
  border: 1px solid #DFE2E8;
  outline: none;
  padding: 9px 12px;
  border-radius: 6px !important;
  width: 100%;
  color: #6F7380 !important;
  font-size: 18px;
  background-color: transparent !important;
}

.QCWC_loginModal .login-content input:-webkit-autofill {
  -webkit-text-fill-color: #6F7380 !important;
}

.QCWC_loginModal .login-content input::placeholder {
  color: #6F7380 !important;
  font-size: 16px !important;
}

.QCWC_loginModal .login-content input:focus {
  border-color: #252525 !important;
}

.QCWC_loginModal .login-content .QCWC_child-form-group:nth-child(1) {
  position: relative;
  width: 36%;
}

.QCWC_loginModal .login-content .QCWC_child-form-group:nth-child(2) {
  width: 63%;
}

.QCWC_loginModal .login-content .QCWC_child-form-group .custom-arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
  width: 14px;
  height: 16px;
  margin-top: -5px;
}

.QCWC_loginModal .login-content .QCWC_child-form-group .custom-arrow svg {
  width: 100%;
  height: 100%;
}

.QCWC_loginModal .login-content select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  padding-right: 24px !important;
}

.QCWC_loginModal .login-content select:focus {
  border-color: #252525;
}

.QCWC_loginModal .prompt-content h2,
.QCWC_loginModal .login-content h2 {
  margin-bottom: 20px;
  text-align: center;
}

.QCWC_loginModal h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  font-weight: 600;
}

.QCWC_loginModal .register-info-content .error-list {
  padding: 0 !important;
  line-height: 26px;
  margin: 0 !important;
  text-align: left;
}

.QCWC_loginModal .register-info-content .error-list li {
  font-size: 14px;
  color: red;
}

.QCWC_loginModal .register-info-content h2 {
  font-weight: 500 !important;
  font-size: 26px !important;
  color: #252525;
  margin-left: -28px;
  margin-top: 8px;
}

.QCWC_loginModal .register-content {
  padding: 0 80px;
  text-align: center;
}

.QCWC_loginModal .register-content h2 {
  padding: 20px 0;
  font-weight: 500;
  color: #252525;
  font-size: 26px !important;
}

.QCWC_loginModal .register-info-content {
  padding: 0 140px;
  text-align: center;
}

.QCWC_loginModal .register-info-content .register-info-content-header {
  position: relative;
  padding-top: 20px;
  margin-bottom: 80px;
}

.QCWC_loginModal .register-info-content .register-info-content-header img {
  width: 36px;
}

.QCWC_loginModal .register-info-content .register-info-content-header .register-info-content-back-btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-top: 18px;
  cursor: pointer;
}

.QCWC_loginModal .register-info-content .register-info-content-container {
  width: 100%;
  text-align: left;
  margin-bottom: 100px;
}

.QCWC_loginModal .register-info-content .register-info-content-container h3 {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #333333 !important;
}

.QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col {
  width: 48%;
}

.QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col:nth-child(1) {
  border-right: 1px solid #E9E9E9;
}

.QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col p {
  margin: 0;
  border-bottom: 1px solid #E9E9E9;
  margin-right: 20px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  display: flex;
  align-items: self-start;
  gap: 6px;
  line-height: normal;
  color: #909090;
}

.QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col p span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  max-width: 56%;
  color: #000;
}

.QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col p:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col:nth-child(2) p {
  margin-right: 0 !important;
}

.QCWC_loginModal .QCWC_registerSuccessfull_content {
  padding: 200px 40px;
  text-align: center;
}

.QCWC_loginModal .QCWC_registerSuccessfull_content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 4px;
}

.QCWC_loginModal .QCWC_registerSuccessfull_content img {
  width: 80px;
  margin-bottom: 24px;
}

.QCWC_loginModal .QCWC_registerSuccessfull_content p {
  font-size: 17px;
  color: #909090;
  margin-bottom: 16px !important;
}

.QCWC_loginModal .QCWC_order_placed_content {
  padding: 200px 40px;
  text-align: center;
}

.QCWC_loginModal .QCWC_order_placed_content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 6px;
}

.QCWC_loginModal .QCWC_order_placed_content img {
  width: 80px;
  margin-bottom: 26px;
}

.QCWC_loginModal .QCWC_order_placed_content p {
  font-size: 18px;
  color: #909090;
}

.QCWC_loginModal .QCWC_scanToDownload_content {
  padding: 60px 40px;
  text-align: center;
  padding-bottom: 40px;
}

.QCWC_loginModal .QCWC_scanToDownload_content .qr-codes {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.QCWC_loginModal .QCWC_scanToDownload_content img.scanner-icon {
  width: 80px;
  margin-bottom: 20px;
}

.QCWC_loginModal .QCWC_scanToDownload_content h3 {
  margin-top: 0 !important;
  font-size: 36px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 8px;
}

.QCWC_loginModal .QCWC_scanToDownload_content p {
  font-size: 18px;
  width: 100%;
  max-width: 548px;
  margin: 0 auto;
  color: #909090;
  line-height: 24px;
}

.QCWC_addressesModal h2 {
  font-size: 24px;
  font-weight: 700;
}

.QCWC_prefencesModal h2 {
  font-size: 24px;
  font-weight: 700;
}

.QCWC_loginModal .otp-content {
  padding-top: 0px;
}

.QCWC_loginModal .otp-content h2 {
  text-align: center;
}

.QCWC_loginModal .otp-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: #252525;
}

.QCWC_loginModal .prompt-content p,
.QCWC_loginModal .login-content p,
.QCWC_loginModal .otp-content p {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: #25252599;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.QCWC_loginModal .otp-content p {
  font-size: 14px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.QCWC_loginModal .otp-content p .highlight-text {
  color: #252525;
}

.QCWC_loginModal .QCWC_modal-content label {
  color: #40434d;
  font-size: 16px;
  line-height: 22.4px;
}

.QCWC_loginModal .QCWC_modal-content input[type="text"],
.QCWC_loginModal .QCWC_modal-content select {
  width: 100%;
  border: 1px solid #dfe2e8;
  padding: 10px 20px;
  color: #6F7380;
  font-size: 18px;
  outline: none;
  border-radius: 6px;
  background-color: transparent !important;
}

.QCWC_loginModal .QCWC_modal-content select {
  font-size: 16px !important;
}

.QCWC_loginModal .QCWC_modal-content input[type="text"]:-webkit-autofill,
.QCWC_loginModal .QCWC_modal-content select:-webkit-autofill {
  -webkit-text-fill-color: #6F7380 !important;
}

.QCWC_loginModal .QCWC_modal-content input[type="text"]:focus,
.QCWC_loginModal .QCWC_modal-content select:focus {
  border-color: #252525;
}

#QCWC_registerModal .QCWC_modal-content input[type="tel"],
#QCWC_registerModal .QCWC_modal-content input[type="number"] {
  padding: 10px 20px;
  border-color: #dfe2e8;
  border-radius: 6px;
  outline: none;
  width: 100%;
  border-style: solid !important;
  color: #6F7380 !important;
  font-size: 18px !important;
  background-color: transparent !important;
}

#QCWC_registerModal .QCWC_modal-content input[type="tel"]:focus,
#QCWC_registerModal .QCWC_modal-content input[type="number"]:focus {
  border-color: #252525 !important;
}

#QCWC_registerModal .QCWC_modal-content input[type="tel"]:-webkit-autofill,
#QCWC_registerModal .QCWC_modal-content input[type="number"]:-webkit-autofill {
  -webkit-text-fill-color: #6F7380 !important;
}

#QCWC_registerModal .QCWC_modal-content select {
  padding: 11px 12px;
  background-size: 38px 28px;
  background-position: 10px 9px;
  text-align: left;
  padding-left: 54px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 6px;
  font-size: 18px !important;
}

#QCWC_registerModal .QCWC_modal-content .QCWC_child-form-group:nth-child(1) {
  position: relative;
}

#QCWC_registerModal .QCWC_modal-content .QCWC_child-form-group:nth-child(1) .custom-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
  width: 14px;
  height: 16px;
  margin-top: 4px !important;
}

.QCWC_loginModal .QCWC_modal-content .errorText {
  color: red;
  font-size: 14px;
}

.QCWC_loginModal .QCWC_modal-content .error {
  color: red;
  font-size: 14px;
}

.QCWC_loginModal .QCWC_modal-content .errorText.active {
  display: inline-block;
  margin-top: 6px;
}

.QCWC_loginModal .QCWC_modal-content input#userOtp {
  text-align: center;
  border: 1px solid #DFE2E8;
  outline: none;
  padding: 0px 12px;
  border-radius: 4px;
  height: 61px;
  color: #6F7380 !important;
  font-size: 18px !important;
}

.QCWC_loginModal .QCWC_modal-content input#userOtp:focus {
  border-color: #252525;
}

.QCWC_loginModal .QCWC_modal-content input::placeholder {
  color: #6f7380;
}

.QCWC_loginModal .QCWC_modal-content .verification-content .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
}

.QCWC_loginModal .QCWC_modal-content .verification-content .btns button {
  width: 50%;
  border-radius: 6px;
  font-weight: 500;
}

.QCWC_loginModal .QCWC_modal-content .QCWC_modal-body .register-content .registerButtons {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.QCWC_loginModal .QCWC_modal-content .QCWC_modal-body .register-content button {
  max-width: 100%;
}

.QCWC_loginModal .QCWC_modal-content .QCWC_modal-body .register-info-content button {
  max-width: 400px;
}

.QCWC_loginModal .QCWC_modal-content .QCWC_modal-body .QCWC_registerSuccessfull_content button {
  max-width: 400px;
}

.QCWC_loginModal .QCWC_modal-content .QCWC_modal-body .QCWC_scanToDownload_content button {
  max-width: 400px;
  margin-top: 30px;
}

.registered a.continue-btn,
.QCWC_loginModal .QCWC_modal-content button {
  background-color: #252525;
  color: #F9F9F8;
  border: 1px solid #252525;
  padding: 10px 0;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0.4px;
  line-height: normal;
}

.QCWC_loginModal .QCWC_modal-content button:disabled {
  background-color: #D9DADA;
  color: #8F9191;
  border-color: #D9DADA;
}

.registered a.continue-btn {
  padding: 10px 30px;
}

.QCWC_addressesModal .QCWC_modal-content button {
  background-color: #252525;
  color: #fff;
  border: 1px solid #252525;
  padding: 12px 0;
  border-radius: 50px;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}

.QCWC_prefencesModal .QCWC_modal-content button {
  background-color: #252525;
  color: #fff;
  border: 1px solid #252525;
  padding: 12px 0;
  border-radius: 50px;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}

.QCWC_loginModal .QCWC_modal-content button .btn-loader-auth,
.QCWC_loginModal .QCWC_modal-content button .btn-loader,
.QCWC_addressesModal .QCWC_modal-content button .btn-loader,
.QCWC_prefencesModal .QCWC_modal-content button .btn-loader {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 2px solid #252525;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.QCWC_loginModal .QCWC_modal-content .otp-content .verify-otp-input {
  width: 100%;
}

.QCWC_loginModal .QCWC_modal-content .otp-content .verify-otp-input .QCWC_form-group {
  padding-top: 40px;
  padding-bottom: 50px;
}

.QCWC_loginModal .QCWC_modal-content .otp-content h5 {
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 20px;
  color: #252525;
  letter-spacing: 0.2px;
}

.QCWC_addressesModal .QCWC_modal-content .user-detail-content .user-address .user-address-loader {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 2px solid #252525;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: block;
}

.QCWC_prefencesModal .QCWC_modal-content .user-detail-content .user-delivery-prefences .user-delivery-prefences-loader {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 2px solid #252525;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: block;
  margin-top: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.QCWC_addressesModal .QCWC_modal-content .user-detail-content .user-addresses {
  gap: 12px 0;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}

.QCWC_addressesModal .QCWC_modal-content .user-detail-content .user-detail-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.QCWC_addressesModal .QCWC_modal-content .user-detail-content .user-detail-content-header button {
  width: auto !important;
  margin-top: 0;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px;
}

.QCWC_prefencesModal .QCWC_modal-content .user-detail-content .user-delivery-prefences-list {
  gap: 12px 0;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px !important;
  color: #747474 !important;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #252525;
  border-radius: 4px;
}

.custom-checkbox:hover input~.checkmark {
  background-color: #fff;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #000;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-radio span {
  margin-left: 5px;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-custom {
  max-width: 20px;
  width: 100%;
  height: 20px;
  border: 2px solid black;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background-color: white;
  transition: background-color 0.3s ease;
}

.custom-radio input[type="radio"]:checked+.radio-custom {
  background-color: black;
}

.radio-custom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-radio input[type="radio"]:checked+.radio-custom::after {
  opacity: 1;
}

.custom-radio {
  font-size: 16px;
  color: black;
}

.custom-radio:hover .radio-custom {
  border-color: gray;
}

.edit-address-container {
  margin: 20px 0;
}

.edit-address-container button {
  background-color: #252525 !important;
  color: #fff !important;
  border: 1px solid #252525 !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

.edit-address-container button::after {
  display: none !important;
}

.edit-prefences-container {
  margin: 20px 0;
}

.edit-prefences-container button {
  background-color: #252525 !important;
  color: #fff !important;
  border: 1px solid #252525 !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

.edit-prefences-container button::after {
  display: none !important;
}

.delivery-preferences-section {
  background-color: #252525;
  padding: 20px;
  border-radius: 8px;
  margin: 14px 0;
}

.delivery-preferences-section h3 {
  color: #fff;
}

.delivery-preferences-section p strong {
  font-weight: bold;
}

.delivery-preferences-section p {
  color: #fff;
}

/* ── Checkout Block ─────────────────────────────────── */
.QCWC-checkout-block {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 24px;
  margin-top: 20px;
  background: #FCFCFC;
  font-family: inherit; /* Inherit Astra/theme font */
}

.QCWC-checkout-block .logo {
  margin-bottom: 16px;
  text-align: center; /* Centered as requested */
}

.QCWC-checkout-block .logo img {
  height: 32px; /* bit larger Quick-C logo text */
  width: auto;
}

.QCWC-checkout-block .content h3 {
  font-size: 20px !important; 
  font-weight: 600 !important;
  color: #003057 !important; 
  margin: 0 0 16px 0 !important;
  line-height: 1.3 !important;
  border: none !important;
  padding: 0 !important;
  text-align: center; /* Center the heading as well */
}

.QCWC-checkout-block .content p {
  font-size: 14px !important;
  color: #4A5568 !important;
  margin: 0 0 24px 0 !important;
  line-height: 1.6 !important;
  text-align: center; /* Center the description */
}

.QCWC-checkout-block .bottom {
  display: flex;
  align-items: center;
  justify-content: center; /* Center the single button */
  gap: 12px;
  width: 100%; 
}

.QCWC-checkout-block .bottom button {
  width: 100%; /* Take full width of the container */
  max-width: 100%; /* No limit on desktop width within the container */
  margin: 0 !important; /* Force zero margin to prevent off-center shifts */
  padding: 24px 40px !important; /* Increased padding even more */
  font-size: 20px !important; /* Increased font size for a bold look */
  font-weight: 600 !important;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex; /* Use standard flex */
  justify-content: center;
  align-items: center;
  background-color: #232323 !important; 
  color: #FFFFFF !important;
  border-radius: 24px !important; 
  height: 48px; /* Fixed height for consistency */
}

.QCWC-checkout-block .bottom button:hover {
  background-color: #000000 !important;
}

@media (max-width: 480px) {
  .QCWC-checkout-block .bottom {
    flex-direction: column;
    align-items: stretch;
  }
  .QCWC-checkout-block .bottom button {
    width: 100%;
  }
}

.cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0 !important;
}

.cart_totals .wc-proceed-to-checkout a {
  margin-bottom: 0 !important;
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #252525 !important;
  color: #fff !important;
  border: 1px solid #252525 !important;
  padding: 14px 30px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}

.cart_totals .wc-proceed-to-checkout button.qcwc-cart-button {
  line-height: 1.8em !important;
}

.cart_totals .wc-proceed-to-checkout a::after {
  display: none !important;
}

.qcwc-cart-button {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #252525 !important;
  color: #fff !important;
  border: 1px solid #252525 !important;
  padding: 14px 30px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

.qcwc-cart-button::after {
  display: none !important;
}

.shop_table .product-name a {
  color: #252525;
}

button[name="apply_coupon"],
button[name="woocommerce_checkout_place_order"],
button[name="update_cart"],
button[name="calc_shipping"] {
  background-color: #252525 !important;
  color: #fff !important;
  border: 1px solid #252525 !important;
  padding: 14px 30px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

button[name="apply_coupon"]:hover::after,
button[name="woocommerce_checkout_place_order"]:hover::after,
button[name="update_cart"]:hover::after,
button[name="calc_shipping"]:hover::after {
  display: none !important;
}

.shipping-calculator-button {
  color: #252525;
}

.register-account-para {
  width: 100%;
  text-align: center;
  font-size: 14px !important;
  margin-top: 26px !important;
  margin-bottom: 20px !important;
}

.register-account-para .link {
  font-weight: 600;
  color: #000 !important;
  cursor: pointer;
}

.login-account-para {
  width: 100%;
  text-align: center;
  font-size: 14px !important;
  margin-top: 26px !important;
  margin-bottom: 20px !important;
}

.login-account-para .link {
  font-weight: 600;
  color: #000 !important;
  cursor: pointer;
}

.QCWC_loginModal .register-content input[type="text"].register_short_address {
  width: calc(100% - 46px);
  pointer-events: none;
}

#map {
  width: 100%;
  max-width: 100%;
  height: 650px;
}

.QCWC_loginModal .register_address_map {
  position: relative;
  padding-top: 0px;
  margin-left: -20px;
  margin-right: -20px;
  min-height: 650px;
  margin-bottom: -20px;
}

button#locationSelected {
  width: auto;
  padding: 6px 28px;
  position: absolute;
  border-radius: 5px;
  right: 120px;
  top: 24px;
  box-shadow: 0px 1.54px 3.07px 0px #0000000D;
  z-index: 9;
  font-size: 14px;
}

.map-serach {
  position: absolute;
  width: 50%;
  margin: auto;
  left: 0;
  right: 0;
  background: #fff;
  top: 30px;
  display: flex;
  padding: 13px 22px 13px 22px;
  border-radius: 40px;
  box-shadow: 0px 1.54px 3.07px 0px #0000000D;
  z-index: 9;
}

.map-serach img {
  width: 100%;
  height: 34px !important;
  max-width: 25px !important;
}

.pac-container {
  z-index: 999999;
}

.map-serach #map_search {
  border: none;
  padding-top: 0;
  padding-bottom: 2px;
}

.map-serach #mapBackBtn {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}

.map-icon {
  position: absolute;
  right: 0;
  background: #E9E9E9;
  padding: 6px;
  border-radius: 50%;
  font-size: 24px;
}

.QCWC_loginModal .register-content .register-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.QCWC_loginModal .register-content .register-tabs .middle-line {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: 7px;
  border-radius: 50px;
  background-color: #e9e9e9;
}

.QCWC_loginModal .register-content .register-tabs .register-tab:nth-child(2).active~.middle-line .middle-line-indicator {
  width: 66.66%;
}

.QCWC_loginModal .register-content .register-tabs .register-tab:nth-child(3).active~.middle-line .middle-line-indicator {
  width: 100%;
}

.QCWC_loginModal .register-content .register-tabs .middle-line .middle-line-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33%;
  height: 100%;
  background-color: #252525;
  border-radius: 50px;
  transition: 0.3s;
}

.QCWC_loginModal .register-content .register-tabs .register-tab {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 14px;
  pointer-events: none;
}

.QCWC_loginModal .register-content .register-tabs .register-tab:nth-child(1) {
  justify-content: start;
}

.QCWC_loginModal .register-content .register-tabs .register-tab:nth-child(3) {
  justify-content: end;
}

.QCWC_loginModal .register-content .register-tabs .register-tab h3 {
  font-size: 16px;
  color: #909090 !important;
  transition: 0.2s;
  margin: 0 !important;
  font-weight: 500;
}

.QCWC_loginModal .register-content .register-tabs .register-tab.active h3 {
  color: #23262F !important;
}

.QCWC_loginModal .register-content .register-tabs .register-tab .register-tab-icon-container {
  background-color: #e9e9e9;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.QCWC_loginModal .register-content .register-tabs-content {
  margin-top: 30px;
}

.QCWC_loginModal .register-content .register-tabs-content #delivery-time-detail {
  padding-bottom: 200px;
}

.QCWC_loginModal .register-content .register-tabs-content #delivery-time-detail .delivery-time-detail-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 10px;
}

.QCWC_loginModal .register-content .register-tabs-content #delivery-time-detail .delivery-time-detail-container img {
  margin-top: 5px;
}

.QCWC_loginModal .register-content .register-tabs-content #delivery-time-detail .delivery-time-detail-container p {
  font-size: 14px;
  color: #4D4D4D;
}

.QCWC_loginModal .register-content .register-tabs .register-tab.active .register-tab-icon-container {
  background-color: #23262F;
}

.QCWC_loginModal .register-content .register-tabs .register-tab .register-tab-icon-container .register-tab-icon {
  color: #252525;
  font-size: 16px !important;
  transition: 0.3s;
}

.QCWC_loginModal .register-content .register-tabs .register-tab:nth-child(1) .register-tab-icon-container .register-tab-icon {
  border: 2px solid #252525;
  width: 41%;
  height: 41%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px !important;
}

.QCWC_loginModal .register-content .register-tabs .register-tab:nth-child(1).active .register-tab-icon-container .register-tab-icon {
  border: 2px solid #fff;
}

.QCWC_loginModal .register-content .register-tabs .register-tab.active .register-tab-icon-container .register-tab-icon {
  color: #fff;
}

.QCWC_loginModal .register-content .register-tabs-content .QCWC_form-groups {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.QCWC_loginModal .QCWC_addresses .QCWC_address .QCWC_form-group-inputs {
  gap: 40px;
}

.QCWC_loginModal .register-content .register-tabs-content .QCWC_form-groups .QCWC_form-group {
  position: relative;
  text-align: left;
}

.QCWC_loginModal .register-content .register-tabs-content .QCWC_form-groups .QCWC_form-group .input-loader {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 23px;
  height: 23px;
  border: 2px solid #252525;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}

.QCWC_form-group-inputs {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}

.QCWC_child-form-group:nth-child(1) {
  width: 25%;
}

.QCWC_child-form-group:nth-child(1) select {
  padding: 11px 12px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: 30px 22px;
  padding-right: 15px;
  text-align: right;
  background-position: 7px 12px;
}

.QCWC_loginModal .register-content .register-tabs-content .QCWC_form-groups .QCWC_form-group-inputs .QCWC_child-form-group:nth-child(2) {
  width: 80%;
}

.QCWC_loginModal .add-new-delivery-time-tagline {
  text-align: right !important;
  width: 100% !important;
  font-size: 16px !important;
  color: #252525 !important;
  margin: 16px 0;
  cursor: pointer;
}

.QCWC_loginModal .add-new-address-tagline {
  text-align: right !important;
  width: 100% !important;
  font-size: 16px !important;
  color: #252525 !important;
  margin: 16px 0;
  cursor: pointer;
}

.QCWC_loginModal .add-new-delivery-time-form {
  display: none;
  margin-top: 30px;
}

.QCWC_loginModal .add-new-delivery-time-form .QCWC_delivery-time-form-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.QCWC_loginModal .add-new-delivery-time-form .QCWC_delivery-time-form-groups .QCWC_form-group:nth-child(1) {
  grid-column: span 2;
}

.QCWC_loginModal .QCWC_addresses .QCWC_address {
  margin-bottom: 10px;
}

/* .QCWC_loginModal .QCWC_addresses .QCWC_address .QCWC_form-groups .QCWC_form-group:last-child {
  margin-top: 26px;
} */

.QCWC_loginModal .QCWC_addresses .QCWC_address .QCWC_form-groups .QCWC_form-group-inputs .QCWC_child-form-group {
  text-align: left !important;
}

.QCWC_loginModal .QCWC_addresses .QCWC_address .QCWC_form-groups .QCWC_form-group-inputs .QCWC_child-form-group:nth-child(2) {
  width: 50%;
}

.QCWC_loginModal .QCWC_addresses .QCWC_address .QCWC_form-groups .QCWC_form-group-inputs .QCWC_child-form-group:nth-child(1) {
  width: 50%;
}

.QCWC_loginModal .QCWC_addresses .QCWC_address .QCWC_form-group i {
  margin-top: 7px;
}

.QCWC_loginModal .add-new-delivery-time-form .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.QCWC_loginModal .add-new-delivery-time-form .btns button {
  width: 49%;
  font-size: 14px;
}

.QCWC_loginModal .add-new-delivery-time-form .btns button:nth-child(1) {
  background-color: #e9e9e9;
  color: #252525;
  border-radius: 8px;
  border-color: #e9e9e9;
}

.QCWC_loginModal .add-new-delivery-time-form .btns button:nth-child(2) {
  border-radius: 8px;
}

.QCWC_loginModal .delete-address-button {
  background-color: transparent !important;
  border: none !important;
  color: red !important;
  font-size: 14px !important;
  cursor: pointer !important;
  max-width: 160px !important;
  width: 100% !important;
  margin-left: auto !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 400 !important;
}

.QCWC_loginModal .dropdown-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}

.QCWC_loginModal .dropdown-suggestions .suggestion-item {
  padding: 14px 16px;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.QCWC_loginModal .dropdown-suggestions .not-found {
  cursor: default;
  text-align: center;
}

.QCWC_loginModal .dropdown-suggestions .not-found:hover {
  background-color: #fff !important;
}

.QCWC_loginModal .dropdown-suggestions .suggestion-item:hover {
  background-color: #ebebebc7;
}

.QCWC_loginModal .dropdown-suggestions .suggestion-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

a.woocommerce-privacy-policy-link {
  color: #252525;
}

.QCWC_loginModal .delivery-times {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 100px 0;
}

.QCWC_loginModal .delivery-times .delivery-time {
  width: 25%;
  text-align: center;
  border: 3px solid #e9e9e9;
  padding: 22px 0;
  cursor: pointer;
  transition: 0.2s;
}

.QCWC_loginModal .delivery-times .delivery-time:nth-child(1) {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.QCWC_loginModal .delivery-times .delivery-time:nth-child(2) {
  border-left: 0;
}

.QCWC_loginModal .delivery-times .delivery-time:nth-child(3) {
  border-left: 0;
}

.QCWC_loginModal .delivery-times .delivery-time:nth-child(4) {
  border-left: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.defualt-check {
  padding: 0px 70px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.delivery_note {
  height: 80px;
}

.QCWC_loginModal .delivery-times .delivery-time img {
  opacity: 0.5;
  margin-bottom: 0 !important;
  width: 48px !important;
  height: 48px !important;
}

.QCWC_loginModal .delivery-times .delivery-time.black img {
  opacity: 1;
}

.QCWC_loginModal .delivery-times .delivery-time.blue img {
  opacity: 1;
}

.QCWC_loginModal .delivery-times .delivery-time p.day {
  margin-bottom: 0px !important;
  padding: 10px 0 !important;
  font-weight: 600;
  font-size: 18px !important;
  text-transform: uppercase;
}

.QCWC_loginModal .delivery-times .delivery-time p.time {
  margin-bottom: 0 !important;
  font-weight: 600;
}

.QCWC_loginModal .delivery-times .delivery-time.black p {
  color: #252525;
}

.QCWC_loginModal .delivery-times .delivery-time.blue p {
  color: #4285F4;
}

.QCWC_loginModal .delivery-times .delivery-time p {
  color: #BEBEBE;
  line-height: normal !important;
  transition: 0.2s;
}

@media (max-width: 767px) {

  .QCWC_loginModal.prompt {
    align-items: center;
    justify-content: center;
  }

  .QCWC_loginModal .QCWC_modal-content {
    border-radius: 24px;
  }

  #QCWC_authModal {
    align-items: center;
    justify-content: center;
  }

  .QCWC_loginModal .register-content h2 {
    font-size: 20px !important;
    font-weight: 600;
    padding: 14px 0;
    padding-bottom: 10px;
  }

  .QCWC_loginModal .register-info-content h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-left: 0 !important;
  }

  .QCWC_loginModal .register-content {
    padding: 0;
  }

  .QCWC_loginModal .QCWC_modal-content label {
    font-size: 14px !important;
  }

  .QCWC_loginModal .QCWC_modal-content input[type="text"],
  .QCWC_loginModal .QCWC_modal-content select {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 4px;
  }

  #QCWC_registerModal .QCWC_modal-content input[type="tel"],
  #QCWC_registerModal .QCWC_modal-content input[type="number"] {
    font-size: 16px !important;
    padding: 10px 12px;
    border-radius: 4px;
  }

  .QCWC_loginModal .login-content input {
    border-radius: 4px !important;
    font-size: 16px !important;
    padding: 10px 12px !important;
  }

  .QCWC_child-form-group:nth-child(1) {
    width: 30%;
  }

  .QCWC_loginModal .register-content .register-tabs-content .QCWC_form-groups .QCWC_form-group-inputs .QCWC_child-form-group:nth-child(2) {
    width: 67%;
  }

  .QCWC_loginModal .QCWC_modal-content .QCWC_modal-body .register-content .registerButtons {
    gap: 10px;
  }

  .QCWC_loginModal .QCWC_modal-content button#registerButton {
    margin-top: 40px;
  }

  .QCWC_loginModal .QCWC_modal-content button#previousButton {
    margin-top: 40px;
  }

  .QCWC_loginModal .register-content .register-tabs .register-tab {
    flex-direction: column;
    position: relative;
  }

  .QCWC_loginModal .register-content .register-tabs .register-tab h3 {
    font-size: 10px;
    position: absolute;
    bottom: -33px;
  }

  .QCWC_loginModal .register-content .register-tabs .register-tab .register-tab-icon-container {
    width: 36px;
    height: 36px;
  }

  .QCWC_loginModal .register-content .register-tabs .register-tab:nth-child(1) .register-tab-icon-container .register-tab-icon {
    font-size: 8px !important;
    border: 1px solid #fff !important;
  }

  .QCWC_loginModal .register-content .register-tabs .middle-line {
    height: 4px;
  }

  .QCWC_loginModal .register-content .register-tabs .middle-line {
    top: 44px;
  }

  .QCWC_loginModal .register-content .register-tabs-content {
    margin-top: 48px;
  }

  .QCWC_country-code-custom-select .QCWC_country-code-custom-select-selected-option {
    padding-left: 8px;
    border-radius: 4px;
  }

  .QCWC_country-code-custom-select .QCWC_country-code-custom-select-selected-option .text {
    font-size: 14px;
  }

  .QCWC_loginModal .login-content .QCWC_child-form-group .custom-arrow {
    width: 12px;
    height: 14px;
  }

  .QCWC_loginModal .login-content .QCWC_child-form-group:nth-child(1) {
    width: 36% !important;
  }

  .QCWC_country-code-custom-select ul li {
    font-size: 14px;
  }

  #QCWC_registerModal .QCWC_modal-content .QCWC_child-form-group:nth-child(1) .custom-arrow {
    width: 10px;
    height: 14px;
  }

  .register-tab-content .QCWC_country-code-custom-select .QCWC_country-code-custom-select-selected-option img {
    width: 22px;
    height: 18px;
  }

  .register-tab-content .QCWC_country-code-custom-select .QCWC_country-code-custom-select-selected-option {
    padding: 13px 0;
    padding-left: 9px;
  }

  .register-tab-content .QCWC_child-form-group:nth-child(1) {
    width: 38%;
  }

  .register-tab-content .QCWC_country-code-custom-select ul li img {
    width: 22px;
  }

  .QCWC_loginModal .register-content input[type="text"].register_short_address {
    width: calc(100% - 46px);
  }

  .QCWC_loginModal .QCWC_addresses .QCWC_address .QCWC_form-group-inputs {
    gap: 8px;
  }

  .QCWC_loginModal .QCWC_addresses .QCWC_address .QCWC_form-groups .QCWC_form-group-inputs .QCWC_child-form-group:nth-child(1) {
    width: 44%;
  }

  /* .QCWC_loginModal .QCWC_addresses .QCWC_address .QCWC_form-groups .QCWC_form-group:last-child {
    margin-top: 10px;
  } */

  .QCWC_loginModal .register_address_map {
    margin-left: -16px !important;
    margin-right: -16px !important;
    margin-bottom: -16px !important
  }

  .map-serach {
    width: calc(100% - 20px);
    top: 58px;
    padding: 11px 22px 11px 22px;
  }

  .map-serach img {
    height: 26px !important;
    max-width: 20px !important;
  }

  .map-serach input {
    font-size: 14px;
  }

  button#locationSelected {
    bottom: 26px;
    top: auto;
    left: 12px;
    right: auto;
    margin: 0;
  }

  .QCWC_loginModal .register-content .register-tabs-content #delivery-time-detail {
    padding-bottom: 20px;
  }

  .QCWC_loginModal .register-content .register-tabs-content #delivery-time-detail .delivery-time-detail-container p {
    text-align: left;
    font-size: 12px;
  }

  .QCWC_loginModal .delivery-times {
    padding: 0 !important;
  }

  .QCWC_loginModal .delivery-times .delivery-time {
    padding: 10px 0;
    border: 1px solid #e9e9e9;
  }

  .QCWC_loginModal .delivery-times .delivery-time img {
    width: 30px !important;
    height: 30px !important;
  }

  .QCWC_loginModal .delivery-times .delivery-time p.day {
    font-size: 12px !important;
    font-weight: 400;
    padding: 7px 0 !important;
  }

  .QCWC_loginModal .delivery-times .delivery-time.black p.day {
    font-weight: 600;
  }

  .QCWC_loginModal .delivery-times .delivery-time.blue p.day {
    font-weight: 600;
  }

  .QCWC_loginModal .delivery-times .delivery-time p.time {
    font-size: 12px;
    font-weight: 400;
  }

  .QCWC_loginModal .delivery-times .delivery-time.black p.time {
    font-weight: 600;
  }

  .QCWC_loginModal .delivery-times .delivery-time.blue p.time {
    font-weight: 600;
  }

  .QCWC_loginModal .register-info-content {
    padding: 0 4px;
  }

  .QCWC_loginModal .register-info-content .register-info-content-header {
    padding-top: 12px;
    margin-bottom: 40px;
  }

  .QCWC_loginModal .register-info-content .register-info-content-header .register-info-content-back-btn {
    margin-top: 13px;
  }

  .QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row {
    flex-direction: column;
  }

  .QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col {
    width: 100%;
  }

  .QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col:nth-child(1) {
    border-right: none;
    border-bottom: none;
  }

  .QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col p:last-child {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .QCWC_loginModal .register-info-content .register-info-content-container {
    margin-bottom: 30px;
  }

  .QCWC_loginModal .register-content .register-tabs-content #delivery-time-detail .delivery-time-detail-container img {
    margin-top: 3px;
  }

  .QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col p span {
    max-width: calc(100% - 130px);
  }

  .QCWC_loginModal .register-info-content .register-info-content-container .register-info-content-container-row .register-info-content-container-col:nth-child(2) p:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }

  .QCWC_modal-header {
    padding: 16px 16px;
    padding-right: 18px;
  }

  .QCWC_modal-body {
    padding: 16px;
    padding-top: 0;
    padding-bottom: 6px;
  }

  #QCWC_registerModal.QCWC_loginModal .close-btn {
    margin-top: 12px;
    font-size: 30px;
  }

  #QCWC_CheckoutModal.QCWC_loginModal .close-btn {
    margin-top: 0;
    font-size: 24px;
    margin-left: 4px;
  }

  .QCWC_loginModal .delivery-times .delivery-time:nth-child(1) {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .QCWC_loginModal .delivery-times .delivery-time:nth-child(4) {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .QCWC_loginModal .QCWC_registerSuccessfull_content {
    padding: 56px 0px;
  }

  .QCWC_loginModal .QCWC_registerSuccessfull_content img {
    width: 40px;
    margin-bottom: 40px;
  }

  .QCWC_loginModal .QCWC_registerSuccessfull_content h2 {
    font-size: 20px;
  }

  .QCWC_loginModal .QCWC_registerSuccessfull_content p {
    font-size: 14px;
    margin-bottom: 0 !important;
  }

  .QCWC_loginModal .QCWC_scanToDownload_content {
    padding: 56px 0px;
  }

  .QCWC_loginModal .QCWC_scanToDownload_content img.scanner-icon {
    width: 40px;
    margin-bottom: 40px;
  }

  .QCWC_loginModal .QCWC_scanToDownload_content h3 {
    font-size: 20px;
  }

  .QCWC_loginModal .QCWC_scanToDownload_content p {
    font-size: 14px;
    line-height: 21px;
  }

  .QCWC_loginModal .QCWC_scanToDownload_content .qr-codes {
    margin-top: 30px;
    gap: 20px;
    width: 100%;
    max-width: 223px;
    margin-left: auto;
    margin-right: auto;
  }

  #QCWC_ScanToDownloadModal.QCWC_loginModal .close-btn {
    margin-top: 12px;
    font-size: 30px;
  }

  #QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps {
    padding: 20px 0;
  }

  #QCWC_ProgressModal .QCWC_modal-content {
    height: 204px;
    border-radius: 24px;
  }

  #QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps .progress-step:nth-child(1) img {
    width: 88px;
    height: 64px;
  }

  #QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps .progress-step:nth-child(2) img {
    width: 36px;
    height: 36px;
  }

  #QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps .progress-step:nth-child(3) img {
    width: 48px;
    height: 48px;
  }

  #QCWC_ProgressModal .QCWC_modal-content .QCWC_modal-body .QCWC_progress_steps .progress-step p {
    font-size: 18px;
  }

  #QCWC_CheckoutModal .QCWC_modal-header p {
    font-size: 12px;
    line-height: 28px;
  }

  #QCWC_CheckoutModal .QCWC_modal-content .QCWC_modal-header img {
    width: 60px;
    height: 20px;
  }

  #QCWC_CheckoutModal .QCWC_modal-header .QCWC_checkout_info_container {
    width: 20px;
    height: 30px;
    margin-right: -6px;
    gap: 4px;
  }

  #QCWC_CheckoutModal .QCWC_modal-header .QCWC_checkout_info_container .QCWC_checkout_info_circle {
    height: 4px;
    max-width: 4px;
  }

  #QCWC_CheckoutModal .QCWC_modal-body {
    padding: 24px 16px !important;
    padding-bottom: 6px !important;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content p {
    font-size: 14px;
    line-height: 24px;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row {
    flex-direction: column-reverse;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col {
    width: 100%;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col h3 {
    margin-bottom: 16px;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary h3 {
    text-align: left;
    font-weight: 600;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary {
    margin-bottom: 26px;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-summary-container {
    padding: 12px;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-summary-container .QCWC_order-summary-header {
    margin-bottom: 12px;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items .QCWC_order-item .QCWC_item-left .QCWC_item-image span {
    width: 18px;
    height: 18px;
    line-height: 0;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_order-items .QCWC_order-item .QCWC_item-right div {
    font-size: 14px;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_cart_summary .QCWC_summary_row {
    padding: 12px 0;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .QCWC_order-summary .QCWC_cart_summary .QCWC_summary_row:last-child {
    padding-bottom: 0;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option label {
    padding: 10px 18px;
    gap: 16px;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option label .delivery-content p {
    font-size: 14px;
    margin-bottom: 1px !important;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options .delivery-option label::before {
    max-width: 20px;
    height: 20px;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col .delivery-options {
    gap: 14px;
  }

  #QCWC_OrderPlacedModal .QCWC_modal-header p {
    font-size: 12px;
    line-height: 29px;
    margin-top: 0 !important;
  }

  #QCWC_OrderPlacedModal .QCWC_modal-content .QCWC_modal-header img {
    width: 80px;
    height: 20px;
  }

  #QCWC_OrderPlacedModal .QCWC_modal-header .QCWC_checkout_info_container {
    width: 20px;
    height: 30px;
    margin-right: -4px;
    gap: 4px;
  }

  #QCWC_OrderPlacedModal .QCWC_modal-header .QCWC_checkout_info_container .QCWC_checkout_info_circle {
    height: 4px;
    max-width: 4px;
  }

  .QCWC_loginModal .QCWC_order_placed_content img {
    width: 40px;
    margin-bottom: 40px;
  }

  .QCWC_loginModal .QCWC_order_placed_content h2 {
    font-size: 20px;
  }

  .QCWC_loginModal .QCWC_order_placed_content p {
    font-size: 14px;
    margin-bottom: 0 !important;
  }

  .QCWC_loginModal .QCWC_order_placed_content {
    padding: 56px 0;
  }

  .registered a.continue-btn,
  .QCWC_loginModal .QCWC_modal-content button {
    font-size: 14px;
  }
}

.logged-in #QCWC_promptModal {
  display: none !important;
}

/* 
#editAddCheckout {
    display:inline-block;
    width:fit-content;
    padding:5px 10px;
    margin-left:15px;
}
*/

button#QCWC_mainBTN {
  background-color: #252525;
  color: #F9F9F8;
  border: 1px solid #252525;
  padding: 15px 20px;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0.4px;
  line-height: normal;
}

body:not(.logged-in) button#QCWC_mainBTN,
body:not(.logged-in) .QCWC-checkout-block {
  display: none !important;
}

/* ============================================================
   Edit Address Modal — styles that mirror the signup form
   ============================================================ */

/* Map div needs explicit height (same as #map) */
#ea_map {
  width: 100%;
  max-width: 100%;
  height: 650px;
}

/* Done button — same positioning as #locationSelected */
button#ea_locationSelected {
  width: auto;
  padding: 6px 28px;
  position: absolute;
  border-radius: 5px;
  right: 120px;
  top: 24px;
  box-shadow: 0px 1.54px 3.07px 0px #0000000D;
  z-index: 9;
  font-size: 14px;
}

/* Search input: target ea_map_search the same way .map-serach targets #map_search */
.map-serach #ea_map_search {
  border: none;
  padding-top: 0;
  padding-bottom: 2px;
}

/* Screens inside the edit modal body */
#ea-map-screen,
#ea-address-screen,
#ea-delivery-screen {
  width: 100%;
}

/* Tab row — hidden in edit address modal */
#QCWC_EditAddressModal .register-tabs {
  display: none;
}

/* Each tab (ea-register-tab mirrors register-tab) */
#QCWC_EditAddressModal .ea-register-tab {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  pointer-events: none;
}

#QCWC_EditAddressModal .ea-register-tab:nth-child(1) {
  justify-content: start;
}

#QCWC_EditAddressModal .ea-register-tab:nth-child(3) {
  justify-content: end;
}

#QCWC_EditAddressModal .ea-register-tab h3 {
  font-size: 16px;
  color: #909090 !important;
  transition: 0.2s;
  margin: 0 !important;
  font-weight: 500;
}

#QCWC_EditAddressModal .ea-register-tab.active h3 {
  color: #23262F !important;
}

#QCWC_EditAddressModal .ea-register-tab .register-tab-icon-container {
  background-color: #e9e9e9;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

#QCWC_EditAddressModal .ea-register-tab.active .register-tab-icon-container {
  background-color: #23262F;
}

#QCWC_EditAddressModal .ea-register-tab .register-tab-icon-container .register-tab-icon {
  color: #252525;
  font-size: 16px !important;
  transition: 0.3s;
}

#QCWC_EditAddressModal .ea-register-tab.active .register-tab-icon-container .register-tab-icon {
  color: #fff;
}

/* Tab 1 icon has a border circle (same as signup) */
#QCWC_EditAddressModal .ea-register-tab:nth-child(1) .register-tab-icon-container .register-tab-icon {
  border: 2px solid #252525;
  width: 41%;
  height: 41%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px !important;
}

#QCWC_EditAddressModal .ea-register-tab:nth-child(1).active .register-tab-icon-container .register-tab-icon {
  border: 2px solid #fff;
}

/* Progress line under tabs */
#QCWC_EditAddressModal .middle-line {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: 7px;
  border-radius: 50px;
  background-color: #e9e9e9;
}

#QCWC_EditAddressModal .middle-line .middle-line-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33%;
  height: 100%;
  background-color: #252525;
  border-radius: 50px;
  transition: 0.3s;
}

/* Form area spacing */
#ea-address-screen .QCWC_form-groups {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 30px;
}

/* All address rows: two equal columns */
#ea-address-screen .QCWC_form-group-inputs .QCWC_child-form-group {
  width: 48% !important;
}

/* First row: same 2-column layout as all other rows */
#ea-address-screen .ea-first-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}

/* Short address column: same width as sibling, but wrapper holds icon */
#ea-address-screen .ea-first-row .QCWC_child-form-group {
  width: 48% !important;
  min-width: 0;
}

/* Wrapper that holds the input + absolute geo icon */
.ea-short-address-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.ea-short-address-wrapper input {
  width: 100% !important;
  box-sizing: border-box;
  padding-right: 36px !important;
}

/* Geolocation crosshair icon — absolutely placed at right of input */
.ea-geo-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1.5px solid #DADADA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  color: #252525;
  transition: border-color 0.2s, background 0.2s;
  z-index: 2;
}

.ea-geo-btn:hover {
  border-color: #252525;
  background: #f5f5f5;
}


/* Delivery time grid — mirrors signup .delivery-times */
#ea-delivery-screen .ea-delivery-times {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 16px;
}

#ea-delivery-screen .ea-delivery-times .delivery-time {
  flex: 1;
  text-align: center;
  border: 3px solid #e9e9e9;
  padding: 22px 0;
  cursor: pointer;
  transition: 0.2s;
}

#ea-delivery-screen .ea-delivery-times .delivery-time:nth-child(1) {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

#ea-delivery-screen .ea-delivery-times .delivery-time:nth-child(2) {
  border-left: 0;
}

#ea-delivery-screen .ea-delivery-times .delivery-time:nth-child(3) {
  border-left: 0;
}

#ea-delivery-screen .ea-delivery-times .delivery-time:nth-child(4) {
  border-left: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

#ea-delivery-screen .ea-delivery-times .delivery-time img {
  opacity: 0.5;
  margin-bottom: 0 !important;
  width: 48px !important;
  height: 48px !important;
}

#ea-delivery-screen .ea-delivery-times .delivery-time.black img,
#ea-delivery-screen .ea-delivery-times .delivery-time.blue img {
  opacity: 1;
}

#ea-delivery-screen .ea-delivery-times .delivery-time p.day {
  margin-bottom: 0 !important;
  padding: 10px 0 !important;
  font-weight: 600;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #BEBEBE;
  line-height: normal !important;
  transition: 0.2s;
}

#ea-delivery-screen .ea-delivery-times .delivery-time p.time {
  margin-bottom: 0 !important;
  font-weight: 600;
  font-size: 14px;
  color: #BEBEBE;
  line-height: normal !important;
  transition: 0.2s;
}

#ea-delivery-screen .ea-delivery-times .delivery-time.black p {
  color: #252525;
}

#ea-delivery-screen .ea-delivery-times .delivery-time.blue p {
  color: #4285F4;
}

/* Delivery time info banner */
#ea-delivery-screen .delivery-time-detail-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 10px;
  margin-top: 24px;
}

#ea-delivery-screen .delivery-time-detail-container p {
  font-size: 14px;
  color: #4D4D4D;
}

/* Buttons row for edit modal */
.ea-registerButtons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.ea-registerButtons button {
  flex: 1;
}

/* Map wrapper height */
#QCWC_EditAddressModal .ea-map-wrapper {
  min-height: 650px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  position: relative;
}

#QCWC_EditAddressModal .ea-default-address-group {
  margin: 12px 0 4px;
}

#QCWC_EditAddressModal .ea-default-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #252525;
  font-weight: 500;
  user-select: none;
}

#QCWC_EditAddressModal .ea-default-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #252525;
  cursor: pointer;
  flex-shrink: 0;
}

/* Add New Address button in checkout modal */
#QCWC_CheckoutModal #qcwc-add-address-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  margin-bottom: 14px;
  border: 1.5px dashed #a0a5b0;
  border-radius: 8px;
  background: transparent;
  color: #252525;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s;
}

#QCWC_CheckoutModal #qcwc-add-address-btn:hover {
  border-color: #252525;
  background: rgba(37, 37, 37, 0.04);
}

/* ============================================================
   RESPONSIVE — Tablet (768px – 1024px)
   ============================================================ */
@media (min-width: 768px) and (max-width: 1024px) {

  /* Modals should not overflow viewport horizontally */
  .QCWC_loginModal .QCWC_modal-content {
    max-width: calc(100% - 40px);
  }

  /* Edit Address Modal — reasonable max-width on tablet */
  #QCWC_EditAddressModal .QCWC_modal-content {
    max-width: 480px;
  }

  /* Checkout modal: stack columns vertically on tablet */
  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row {
    flex-direction: column-reverse;
  }

  #QCWC_CheckoutModal .QCWC_modal-body .QCWC_checkout_content .QCWC_checkout_row .QCWC_checkout_col {
    width: 100%;
  }

  /* Register/signup modal — full control on tablet */
  #QCWC_registerModal .QCWC_modal-content,
  #QCWC_registerInfoModal .QCWC_modal-content,
  #QCWC_registerSuccessfullModal .QCWC_modal-content,
  #QCWC_ScanToDownloadModal .QCWC_modal-content,
  #QCWC_CheckoutModal .QCWC_modal-content,
  #QCWC_OrderPlacedModal .QCWC_modal-content {
    max-width: calc(100% - 40px);
  }

  /* Register content padding on tablet */
  .QCWC_loginModal .register-content {
    padding: 0 20px;
  }

  .QCWC_loginModal .register-info-content {
    padding: 0 20px;
  }
}

/* ============================================================
   RESPONSIVE — Mobile overrides for Edit Address Modal
   (appended inside the existing max-width: 767px logic)
   ============================================================ */
@media (max-width: 767px) {

  /* --- Edit Address Modal: Tab row mirrors signup tab behaviour --- */
  #QCWC_EditAddressModal .ea-register-tab {
    flex-direction: column;
    position: relative;
  }

  #QCWC_EditAddressModal .ea-register-tab h3 {
    font-size: 10px;
    position: absolute;
    bottom: -33px;
  }

  #QCWC_EditAddressModal .ea-register-tab .register-tab-icon-container {
    width: 36px;
    height: 36px;
  }

  #QCWC_EditAddressModal .ea-register-tab:nth-child(1) .register-tab-icon-container .register-tab-icon {
    font-size: 8px !important;
    border: 1px solid #fff !important;
  }

  #QCWC_EditAddressModal .middle-line {
    height: 4px;
    top: 44px;
  }

  /* Push content below shrunken tabs + label text */
  #ea-address-screen .QCWC_form-groups {
    margin-top: 48px;
  }

  #ea-delivery-screen .ea-delivery-times {
    margin-top: 48px;
    padding: 0 !important;
  }

  /* Shrink delivery cards on mobile */
  #ea-delivery-screen .ea-delivery-times .delivery-time {
    padding: 10px 0;
    border: 1px solid #e9e9e9;
  }

  #ea-delivery-screen .ea-delivery-times .delivery-time img {
    width: 30px !important;
    height: 30px !important;
  }

  #ea-delivery-screen .ea-delivery-times .delivery-time p.day {
    font-size: 10px !important;
    font-weight: 400;
    padding: 5px 0 !important;
  }

  #ea-delivery-screen .ea-delivery-times .delivery-time.black p.day,
  #ea-delivery-screen .ea-delivery-times .delivery-time.blue p.day {
    font-weight: 600;
  }

  #ea-delivery-screen .ea-delivery-times .delivery-time p.time {
    font-size: 10px;
    font-weight: 400;
  }

  #ea-delivery-screen .ea-delivery-times .delivery-time.black p.time,
  #ea-delivery-screen .ea-delivery-times .delivery-time.blue p.time {
    font-weight: 600;
  }

  /* --- Map height: shrink to 50 vh on mobile --- */
  #map,
  #ea_map {
    height: 50vh;
    min-height: 260px;
  }

  .QCWC_loginModal .register_address_map,
  #QCWC_EditAddressModal .ea-map-wrapper {
    min-height: 50vh;
    margin-left: -16px !important;
    margin-right: -16px !important;
    margin-bottom: -16px !important;
  }

  /* --- Done button (edit modal) — anchor to bottom like signup --- */
  button#ea_locationSelected {
    bottom: 26px;
    top: auto;
    left: 12px;
    right: auto;
    margin: 0;
  }

  /* --- Address form: equal-width columns on mobile --- */
  #ea-address-screen .QCWC_form-group-inputs .QCWC_child-form-group {
    width: 48% !important;
  }

  /* --- Buttons row spacing on mobile --- */
  .ea-registerButtons {
    gap: 8px;
  }

  .ea-registerButtons button {
    font-size: 14px;
    padding: 10px 0;
  }

  /* --- Modal content max-width on small phones --- */
  #QCWC_EditAddressModal .QCWC_modal-content {
    max-width: calc(100% - 32px);
    border-radius: 24px;
  }

  /* --- Delivery time detail text size --- */
  #ea-delivery-screen .delivery-time-detail-container p {
    font-size: 12px;
    text-align: left;
  }

  /* --- Address modal (addresses list) max-width --- */
  .QCWC_addressesModal .QCWC_modal-content {
    max-width: calc(100% - 32px);
    padding: 20px 16px;
    padding-top: 50px;
  }

  /* --- Preferences modal max-width --- */
  .QCWC_prefencesModal .QCWC_modal-content {
    max-width: calc(100% - 32px);
  }
}