.add-to-cart {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 1000;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    min-height: 150px;
    display: flex;
    align-items: center;
    transition: opacity 0.5s, height 0.5s;
    max-height: calc(100vh - 300px);
    overflow: hidden;
    justify-content: center;
}

.add-to-cart-final {
    min-height: 70vh !important;
}

@media (max-width: 768px) {
    .add-to-cart {
        min-height: 120px;
        height: auto;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .add-to-cart {
        min-height: 150px;
        height: auto;
    }
}








.continue-button-container {
    position: absolute; /* Positions the element absolutely with respect to its parent */
    bottom: 45px; /* Sets the element 10 pixels from the top of the parent */
    width: calc(100% - 20px);
    z-index: 100;
    max-width: 1400px !important;
}

@media (max-width: 768px) {
    .continue-button-container {
        bottom: 30px; /* Sets the element 10 pixels from the top of the parent */
    }
}













    .custom-button {
    font-size: 27px;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #6EC1E4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 0px 4px #00000035;
    border: none;
    cursor: pointer;
    height: 60px;
    width: 100%;
    transition: color 0.5s, opacity 0.5s, height 0.5s;
    }
    
    
    
    .custom-button:hover,
    .custom-button:active {
        color: #FFFFFF;
    }    
    
    .custom-button-container {
        transition: opacity 0.5s, height 0.5s;
    }
    
    .add-to-cart-step,
    .add-to-cart-container {
        transition: opacity 0.5s, height 0.5s;
    }
    
    
    .hidden2 {
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: opacity 0.5s, height 0.5s;
    }
    
    .darker {
        filter: brightness(0.5); /* Adjust the value as needed (0.7 means 70% brightness) */
        pointer-events: none;
    }
    
    
    
    
    
    
    
    
.content-container {
    position: absolute; /* Ensure that the child elements with absolute positioning are aligned to this container */
    width: 100%; /* Take the full width of the parent */
    height: 100%; /* Take the full height of the parent */
    display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center child elements vertically */
    align-items: center; /* Center child elements horizontally */
    flex-grow: 1 !important;
    max-width: 1400px;
}







.steps-header-container {
    position: absolute;
    top: 0;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    width: calc(100% - 20px);
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    z-index: 999999;
}
    
    
    
    
    
    
    
    
    
.steps-header {
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    text-decoration: none; /* Removed underline by default */
}

.steps-header-advanced {
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    display: flex;
    width: 100%;
}

.steps-header .step {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none; /* No underline by default */
    width: auto;
    padding: 8px 15px;
    border-radius: 5px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.steps-header .step:hover {
    background-color: #f0f0f0; /* Add hover effect */
    text-decoration: underline; /* Underline on hover */
}

.steps-header .step.active {
    color: #6EC1E4;
    text-decoration: underline;
    background-color: #e8f4fa;
}

.steps-header .line {
    flex-grow: 1;
    height: 2px; /* Increased the line thickness for better visibility */
    background-color: #d9d9d9;
    margin: 10px 15px;
}

.steps-header-simple .step {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

    
    .hidden5 {
        visibility: hidden;
        pointer-events: none;
    }
    
    
    
    
    
    
    
    
    
.product-options {
    margin-top: 50px;
    margin-bottom: 20px;
    max-height: calc(100vh - 360px);
    overflow: auto;
    display: flex;
    flex-direction: column !important;
    padding: 20px 10px;
    width: calc(100% - 20px);
    justify-content: flex-start;
    align-items: center;
}

.option-googlemybusiness{
    width: 100%;
}

.option-keychain{
    width: 100%;    
}

@media only screen and (max-width: 768px) {
    .product-options {
        align-items: center;
    }
}










.option-keychain{
    width: 620px;
    margin-top: 10px;
}








.options-continue-button-container {
    text-align: center;
    width: 100%;
}










/* ====== Container styles (unchanged) ====== */
.google-reviews-title { margin-bottom: 5px !important; font-size: 20px; }
.google-reviews-step   { border: solid 1px #d9d9d9; padding: 10px; border-radius: 5px; background-color: #FAF9F9; }

#selected-business-info {
  display: block;
  background-color: #efefef;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
  width: 600px; max-width: 100%;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
  border: solid 1px #cdcdcd;
  padding: 15px; margin: 10px 0 0 0;
}
.selected-business-title { font-size: 20px; margin-bottom: 10px; }

/* ====== Business details (unchanged) ====== */
.business-details-container { display: flex; align-items: start; }
.business-logo-container { width: 70%; height: 150px; overflow: hidden; margin-right: 10px; margin-top: 5px; border: 2px solid rgb(110,193,228); border-radius: 5px; }
@media (max-width: 768px){ .business-logo-container { height: 120px; } }
.business-logo { width: 100% !important; height: 100% !important; object-fit: cover; }
.business-info { flex-grow: 1; }
.business-name, .business-address { font-weight: bold; color: #000; margin-bottom: 0; }
.actual-name, .actual-location { color: #5ec2eb; text-decoration: underline; font-weight: bold; }

/* ====== Style the new Autocomplete element to match your input ====== */
/* The custom element exposes an <input> in its shadow DOM; style via ::part(input) */
#business-search { display:block; width: 600px; max-width:100%; }
#business-search::part(input) {
  border-radius: 6px;
  border: 1px solid #000;
  box-shadow: inset 0 0 8px 2px rgb(210 210 210 / 25%);
  padding: 6px 8px;
  width: 100%;
}
/* Some builds expose a different tag name; keep both just in case */
gmpx-place-autocomplete::part(input),
gmp-place-autocomplete::part(input) {
  border-radius: 6px;
  border: 1px solid #000;
  box-shadow: inset 0 0 8px 2px rgb(210 210 210 / 25%);
  padding: 6px 8px;
}

/* Dropdown panel parts (optional light touch so it resembles your old menu) */
#business-search::part(panel) {
  border: 1px solid #cdcdcd;
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  border-radius: 6px;
}



/* Force light (white) theme for the Places widget */
#business-search-mount gmp-place-autocomplete {
  color-scheme: light;            /* disable auto dark mode for this component */
  --gmp-mat-color-surface: #fff;  /* container & dialog background */
  --gmp-mat-color-on-surface: #000; /* text color */
}













.option-selector-container {
    background-color: #FAF9F9;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    padding: 10px;
    text-align: center;
}

.option-selector-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.option-selector-images {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.option-div {
    flex: 1;
    background-color: #efefef;
    border-radius: 5px;
    border: solid 1px #cdcdcd;
    cursor: pointer;
    padding: 10px;
    transition: border-color 0.3s ease;
}

.selectedoption1 {
    border: solid 2px #6EC1E4;
}

.option-div:hover {
    border-color: #6EC1E4;
}

.image-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.option-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.image-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 0;
}













    #show-add-to-cart-button {
        margin: 10px 0;
        width: 620px;
        max-width: 100%;
        height: 50px !important;
        background-color: #6EC1E4; /* Initially set to grey */
        color: white; /* Text color for better visibility */
        border: none;
        
    }

    #show-add-to-cart-button.enabled {
        cursor: pointer; /* Change cursor to pointer when button is enabled */
    }
    
    
    
    
    
    
    
    
    
.add-to-cart-final-step {
    border: solid 1px #d9d9d9;
    padding: 10px;
    border-radius: 5px;
    background-color: #FAF9F9;
    margin: 60px 0px 20px 0px;
    width: calc(100% - 40px);
}










.product-info-container {
    font-family: Comfortaa, sans-serif;
    font-weight: bold;
    padding: 10px;
    color: #000000;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 25px;
    padding: 10px 0;
}

.product-info-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-info-label, .product-info-value {
    font-size: 15px;
    font-weight: normal;
}

#product-details {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#product-dots {
    flex-grow: 1;
    border-bottom: 1px solid #000;
    margin: 0px 2px 56px 10px;
}

#product-price {
    white-space: nowrap;
    padding-left: 10px;
}

/* Product Price Styles */
.product-original-price {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}

.product-original-price.discounted {
    text-decoration: line-through;
    color: #a9a9a9;
    margin-right: 5px;
}


.price-per-product {
    font-size: 18px;
    font-weight: normal;
    color: #666;
}

.product-discounted-price {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}


@media (min-width: 768px) and (max-width: 1023px) {
    .product-info-container {
        font-size: 25px; /* Tablet */
    }
    
    #product-dots {
        margin: 0px 2px 56px 10px;
    }
}

@media (max-width: 767px) {
    .product-info-container {
        font-size: 21px; /* Mobile */
    }
    
    .product-original-price {
        font-size: 15px;
    }
    
    .product-discounted-price {
        font-size: 15px;
    }
    
    #product-dots {
        margin: 0px 2px 48px 10px;
    }
}


















.quantity .qty_button:active {
    background-color: transparent !important;
}

.quantity .qty_button:hover {
    background-color: transparent !important;
}


.woocommerce div.product form.cart {
    margin-bottom: 0;
}

#quantity-container .quantity {
    position: relative;
    margin: 0 0 1rem;
    background-color: #ffffff;
}

.quantity .qty_button {
    padding: 0 10px;
    cursor: pointer;
    user-select: none;
    background-color: transparent !important;
    color: #000000 !important;
}


.quantity input.qty {
    text-align: center;
    padding: 0 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 4px;
    width: 50px;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}

.quantity input.qty {
    -moz-appearance: textfield;
    appearance: textfield;
}

.single_add_to_cart_button {
    display:none;
}
    
    
#quantity-container .quantity {
    margin: 0 10px 0 0 !important;
    display: flex;
    border: solid 1px #494949;
    border-radius: 5px;
    height: 60px;
}

.input-text.qty.text {
    height: 58px;
    border: none;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    width: 40px !important;
}

.quantity .qty_button {
    border: none;
    font-size: 25px;
    border-left: none !important;
    border-right: none !important;
    transition: font-size 0.05s ease-in-out, color 0.05s ease-in-out;
}



.quantity-container .cart {
    display: flex;
}

#custom-add-to-cart-button {
    display: none;
}

#quantity-container {
    display: flex;
    align-items: center;
}

#button-container {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
}

#replica-add-to-cart-button {
    font-size: 1.4rem;
    border-radius: 5px;
    color: #FFFFFF !important;
    background-color: #6EC1E4 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    text-shadow: 0px 0px 4px #00000035 !important;
    border: none;
    cursor: pointer;
    height: 60px;
    width: 100% !important;
    transition: color 0.5s, opacity 0.5s, height 0.5s;
    margin-bottom: 0 !important;
}