.elementor-2135 .elementor-element.elementor-element-7b47b5d{--display:flex;--min-height:488px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2135 .elementor-element.elementor-element-f86a796{--spacer-size:70px;}.elementor-2135 .elementor-element.elementor-element-298afe1{width:var( --container-widget-width, 88% );max-width:88%;--container-widget-width:88%;--container-widget-flex-grow:0;}.elementor-2135 .elementor-element.elementor-element-298afe1.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-2135 .elementor-element.elementor-element-298afe1{--container-widget-width:310px;--container-widget-flex-grow:0;width:var( --container-widget-width, 310px );max-width:310px;}}/* Start custom CSS for shortcode, class: .elementor-element-298afe1 *//* Styling for the pickup form */
.pickup-items {
    width: 100%;
    max-width: 600px; /* Limits the width of the form */
    margin: 0 auto; /* Center the form */
    padding: 20px;
    background-color: #f9f9f9; /* Light background color */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.form-clt {
    margin-bottom: 20px; /* Space between each form element */
}

.form-clt label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    color: #333;
}

.form-clt input,
.form-clt select,
.form-clt textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px; /* Rounded corners for inputs */
    font-size: 16px;
    margin-top: 5px;
    box-sizing: border-box; /* Ensures padding is included in the width */
}

.form-clt textarea {
    height: 100px; /* Gives more space for the order notes */
    resize: vertical; /* Allows users to resize the textarea vertically */
}

.form-clt select {
    background-color: #fff;
    cursor: pointer;
}

.form-clt .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #333;
}

.theme-btn {
    background-color: #ffcc00; /* Yellow background */
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%; /* Full-width button */
    text-align: center;
    transition: background-color 0.3s ease;
}

.theme-btn:hover {
    background-color: #e6b800; /* Slightly darker yellow on hover */
}/* End custom CSS */