/*
Theme Name: Florial Child
Theme URI: http://www.wpbingosite.com/florial
Author: wpbingo
Description: This is a child theme for Florial
Version: 1.0
Author URI: http://wpbingosite.com
Template: florial
Text Domain: florial-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.woocommerce-MyAccount-navigation-link--wcfm-store-manager, .woocommerce-MyAccount-navigation-link--inquiry, .woocommerce-MyAccount-navigation-link--wishlist {
    display: none;
}

.woocommerce-cart .cart-collaterals a.shipping-calculator-button{
	display: none;
}
.woocommerce-account #account_email {
    pointer-events: none;
    opacity: .5;
}
p.success-message {
  padding: 20px;
  background-color: #62a762e0;
  color: #fff;
  border: solid 1px #3f9d3f;
}
.custom-popup {
    display: none; /* Initially hide the popup */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E98DA28A;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
  }
  
  .popup-content {
    background: #fff;
    display: flex;
    max-width: 900px;
    margin: 100px auto 0px;
  }
  
  .popup-left {
    flex: 1;
    padding: 20px;
    background-image: url(/wp-content/uploads/2018/05/Untitled-2_08.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .popup-left img {
    max-width: 100%;
  }
  
  .popup-right {
    flex: 1;
    padding: 60px 40px;
  }
  .popup-right h2 {
        color: #1D1D1D;
        font-size: 40px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .popup-right p {
        color: #0F1319;
        font-family: "Rubik", Sans-serif;
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
        line-height: 1.5em;
    }
    .popup-right .form-group {
    margin-bottom: 20px;
  }
  
  .custom-popup label {
    display: block;
    font-weight: bold;
  }
  
  .custom-popup input,
  .custom-popup select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .popup-content p {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 20px !important;
}
  
  .custom-popup button {
    cursor: pointer;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    font-style: normal;
    line-height: 1em;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    background-color: var(--e-global-color-primary);
    color: #FFFAF5;
    width: 100%;
    border: 0px;
  }
  .preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
  }
  
  .preloader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top of other content */
}

.preloader-spinner {
    border: 4px solid #f3f3f3; /* Light gray border */
    border-top: 4px solid #3498db; /* Blue border on top (you can change the color) */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite; /* Add a spinning animation */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.woocommerce-MyAccount-content button {
  width: auto;
  display: inline-block;
  margin: 5px 0px;
  border: 0px;
  padding: 8px 20px !important;
  background-color: #e98da2;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}
a#wcfm_documentation, a.wcfm_header_panel_knowledgebase.text_tip {
  display: none !important;
}
.wcfm_ele_wrapper.wcfm_catalog_enquiry_button_wrapper {
    display: none !important;
}
.variations .tawcvs-swatches.oss- .swatch-item-wrapper:nth-child(2) {
    order: 1;
}
.variations .tawcvs-swatches.oss- .swatch-item-wrapper:nth-child(1) {
    order: 2;
}
.variations .tawcvs-swatches.oss- .swatch-item-wrapper:nth-child(3) {
    order: 3;
}
.woocommerce-variation.single_variation {
    margin-bottom: 10px;
}
.wcfm_product_multivendor_tab_tab, .wcfm_policies_tab_tab, .wcfm_enquiry_tab_tab {
    display: none !important;
}
#wcfm_membership_container .select2-container {
    width: 100% !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

#wcfm_membership_container .select2-container > span > span {
    border: 0px !important;
	    padding-left: 4px !important;
}

#wcfm_membership_container .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 6px !important;
	font-family: "Roboto Slab";
}
select#state {
    width: 100% !important;
    height: 55px;
    box-shadow: none !important;
    border-radius: 0px;
}


.form-row .input-text {
  width: 100%;
}
.woocommerce-account .woocommerce-form-row label {
  display: block;
  width: 100%;
}
.woocommerce-account .woocommerce-form-row {
  margin: 0;
  margin-bottom: 14px;
}
.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
  color: #fff;
  background: #000;
  font-size: 15px;
  padding: 0 50px;
  line-height: 50px;
  cursor: pointer;
  border: 0;
}

div#customer_details {
  display: flex;
  flex-direction: column-reverse;
}
.form-row{
  flex-direction: column;
}
.woocommerce-MyAccount-content h3 {
  font-size: 12px;
  margin: 0 0 40px 0;
  font-size: 20px;
  font-weight: 600;
}
#post-12 > div > div > div.woocommerce-cart-page.row > div.col-xl-8.col-lg-12.col-md-12.col-12 > form > table > thead > tr > th.product-quantity {
  display: none;
}

.contact-us-form input[type="text"], .contact-us-form input[type="email"], .contact-us-form input[type="tel"] {
  height: 50px;
  font-size: 13px;
  line-height: 50px;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px;
  color: #000;
  font-weight: 400;
  border: 1px solid #000;
  background: #fff;
}
input#calc_shipping_city,
#calc_shipping_postcode {
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #44444475;
}
span.subscription-details {
  display: none;
}

/* Multi-Step Checkout Styles */

.multistep-continue-wrapper {
  margin: 20px 0;
  text-align: center;
}

#continue_to_step2 {
  background-color: #e98da2;
  color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

#continue_to_step2:hover {
  background-color: #d67b8f;
}

.checkout-step-2 {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 5px;
  margin: 20px 0;
}

.checkout-step-2 h3 {
  margin-top: 0;
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

#back_to_step1 {
  background: #666;
  color: #fff;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
}

#back_to_step1:hover {
  background: #555;
}

#send_otp,
#verify_otp {
  background-color: #e98da2;
  color: #fff;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

#send_otp:hover,
#verify_otp:hover {
  background-color: #d67b8f;
}

#send_otp:disabled,
#verify_otp:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

#verify_otp.verified {
  background-color: #62a762;
}

#verify_otp.verified:hover {
  background-color: #529952;
}

#otp_field_wrapper,
#password_field_wrapper {
  margin-top: 20px;
}

/* Error highlighting for required fields */
.woocommerce-invalid input,
.woocommerce-invalid select,
.woocommerce-invalid textarea,
.woocommerce-invalid-required-field input,
.woocommerce-invalid-required-field select,
.woocommerce-invalid-required-field textarea {
  border-color: #e2401c !important;
  background-color: #fff5f5 !important;
}

.woocommerce-invalid label,
.woocommerce-invalid-required-field label {
  color: #e2401c !important;
}

/* Error notice styling */
.woocommerce-NoticeGroup-checkout {
  margin-bottom: 20px;
}

.woocommerce-error {
  background-color: #fff5f5;
  border-left: 4px solid #e2401c;
  padding: 15px 20px;
  margin: 0 0 20px;
  list-style: none;
}

.woocommerce-error li {
  margin: 0;
  padding: 5px 0;
  color: #e2401c;
  font-weight: 500;
}

.woocommerce-error li::before {
  content: "⚠ ";
  margin-right: 5px;
}

/* Step indicators (optional enhancement) */
.checkout-steps-indicator {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 20px 0;
}

.checkout-step-indicator {
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-weight: 600;
  color: #999;
}

.checkout-step-indicator.active {
  color: #e98da2;
}

.checkout-step-indicator .step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #fff;
}

.checkout-step-indicator.active .step-number {
  background: #e98da2;
}

.checkout-step-indicator.completed .step-number {
  background: #62a762;
}

/* Hide payment section initially */
.woocommerce-checkout #payment {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .checkout-step-2 {
    padding: 20px;
  }

  #continue_to_step2 {
    width: 100%;
    padding: 15px 20px;
  }
}

.bwp-header .wpbingoLogo img{
  height: 40px !important;
}
.bwp-header .wpbingoLogo img {
    max-width: 224px !important;
    height: 50px !important;
}