#market-page-hero {
    position: relative;
    z-index: 2;
    padding-top: 120px;
}

#market-page-hero h1 {
    text-transform: none;
    font-weight: 500;
}

#market-hero-image {
    min-height: 650px;
    position: absolute;
    top: 0;
    left: auto;
    width: 1920px;
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#market-hero-image::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 49, 65, .9);

    z-index: 1;
}

#market-hero-image::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-image: url("/wp-content/uploads/2025/07/Before-Market.svg");
    background-position: bottom center;
    background-size: cover;
    z-index: 4;
}

#market-page-hero .hero-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
}

#market-page-hero .hero-text p {
    font-size: 18px;
    color: #f7f4ea;
    width: 1021px;
    max-width: 100%;
    font-weight: 400;
    margin: 0 auto;
}

/*
==================================
MAIN SECTION
==================================
 */
.page-template-template-food main {
    position: relative;
    background-image: url("/wp-content/uploads/2023/11/Form-Bottom.webp");
    background-position: bottom center;
    background-size: 120%;
    background-repeat: no-repeat;
}

/*
===================================
FORM SECTION
===================================
 */
#market-content-section {
    position: relative;
    z-index: 5;
}

.form-title-section {
    padding: 40px 15px;
    background-color: #2f3f50;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 4px solid var(--goldm);
}

.form-title {
    margin-bottom: 0;
}

.form-intro-text p {
    color: var(--light-gold);
    width: 900px;
    flex-basis: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form-text-2 {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px;
}

.form-intro-text a {
    text-decoration-line: none;
}

.form-intro-text a:hover {
    color: var(--goldm);
}

.form-market-wrapper {
    background-color: var(--white);
    padding: 50px 15px;
    border-radius: 20px;
    margin-top: -40px;
    margin-bottom: 60px;
    overflow: hidden;
}

/*
==============================
FORM
==============================
 */
/*#form-market-inner {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    flex-basis: 100%;*/
/*}*/

/*#form-market-inner form {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*}*/

#form-market-inner form#gform_2 {
    width: 570px;
    flex-basis: 570px;
    max-width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

#form-market-inner form h4 {
    font-size: 30px;
    text-align: center;
}

#gf_progressbar_wrapper_10 {
    display: none;
}

#gform_page_1_1 {
    width: 990px;
    flex-basis: 990px;
    max-width: 100%;
    margin: 0 auto;
}

.gform_wrapper.gravity-theme .gform_fields_1 {
    grid-row-gap: 10px;
}

.order-titles {
    text-align: center;
}

#form-market-inner .food-article {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    border: 2px solid #f7f3e9;
    padding: 8px 12px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

#form-market-inner .food-article:hover {
    border-color: #e5bf9f;
}

#form-market-inner .food-article .gfield_description {
    order: 1;
    width: 136px;
    height: 136px;
    flex-basis: 136px;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#form-market-inner .food-article .gfield_description img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#form-market-inner .food-article label {
    order: 2;
    font-size: 20px;
    line-height: 29px;
    color: #2f3f50;
    font-weight: 700;
    font-family: "Manrope";
    margin-bottom: 0;
    padding-left: 30px;
    width: calc(100% - 436px);
    flex-basis: calc(100% - 436px);
    max-width: 100%;
    position: relative;
}

#form-market-inner .food-article .ginput_container {
    order: 3;
    width: 180px;
    flex-basis: 180px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.ginput_product_price_wrapper {
    order: 2;
    width: 100%;
    display: block;
}

#form-market-inner .food-article .ginput_container .ginput_quantity_label {
    font-size: 18px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
    width: 80px;
    position: relative;
    display: none;
}

#form-market-inner .food-article .ginput_container .ginput_quantity_label:after {
    content: ":";
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 18px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
}

#form-market-inner .gform_wrapper.gravity-theme .gfield .ginput_quantity {
    width: 80px;
    flex-basis: 80px;
    font-size: 18px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
    padding: 0;
    padding-left: 10px;
}

/* Chrome, Safari, Edge, Opera */
#form-market-inner .gform_wrapper.gravity-theme .gfield .ginput_quantity::-webkit-outer-spin-button,
#form-market-inner .gform_wrapper.gravity-theme .gfield .ginput_quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#form-market-inner .gform_wrapper.gravity-theme .gfield .ginput_quantity {
    -moz-appearance: textfield;
}

#form-market-inner .gform_wrapper.gravity-theme .chosen-container-multi,
#form-market-inner .gform_wrapper.gravity-theme .ginput_product_price,
#form-market-inner .ginput_product_price_wrapper,
#form-market-inner .gform_wrapper.gravity-theme .ginput_product_price,
#form-market-inner .gform_wrapper.gravity-theme .ginput_shipping_price,
#form-market-inner .gform_wrapper.gravity-theme .ginput_product_price_wrapper .ginput_product_price_label {
    font-size: 18px !important;
    line-height: 29px;
    color: #415264;
    font-weight: 500;
}

#form-market-inner .gform_wrapper.gravity-theme .ginput_product_price_wrapper .ginput_quantity_label {
    font-size: 18px !important;
    line-height: 29px;
    color: #808080;
    font-weight: 500;
}

#form-market-inner .ginput_product_price_wrapper {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 10px;
}

#form-market-inner .ginput_container_singleproduct input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

#form-market-inner .ginput_container_singleproduct input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-button {
    display: flex;
    flex-wrap: wrap;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #808080;
    position: absolute;
    right: 0;
    top: 3px;
    color: var(--white);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.qty-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    line-height: 17px;
}

.qty-button.increment {
    right: 22px;
}

.qty-button:hover {
    background-color: #e5c09f;
}

#form-market-inner .custom-platter {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    border: 1px solid #f7f3e9;
    padding: 35px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    margin-bottom: 40px;
}

#form-market-inner .custom-platter:hover {
    border-color: #e5bf9f;
}

#form-market-inner .custom-platter label {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 29px;
    color: #2f3f50;
    font-weight: 700;
    order: 1;
}

#form-market-inner .custom-platter .ginput_container_textarea {
    order: 3;
    width: 100%;
}

#form-market-inner .custom-platter .ginput_container_textarea textarea {
    min-height: 161px;
    border-radius: 5px;
    box-shadow: inset 1.06px 1.696px 0.5px rgba(0, 0, 0, 0.07);
    background-color: rgba(255, 255, 255, 0.5019607843137255);
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 20px;
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    overflow: hidden;
    word-break: break-all;

}

#form-market-inner .custom-platter .ginput_container_textarea textarea::placeholder {
    font-size: 18px;
    color: #808080;
    font-weight: 400;
    opacity: .5;
}

#form-market-inner .custom-platter .gfield_description {
    order: 2;
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    padding-top: 0;
    margin-bottom: 25px;
}

.label-description {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    font-weight: 500;
    width: 390px;
    max-width: 100%;
}

#form-market-inner .gform_footer,
#form-market-inner .gform_wrapper.gravity-theme .gform_page_footer {
    padding-top: 0;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 570px;
    flex-basis: 570px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#form-market-inner .gform_page_footer input[type=button] {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #415264;
    font-weight: 800;
    padding: 12px 15px;
    border: 2px solid rgba(0, 0, 0, .1);
    margin: 0 4px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    width: 200px;
    max-width: 100%;
    text-align: center;
}

#form-market-inner .gform_page_footer input[type=button] {

}

#form-market-inner .gform_page_footer input[type=button]:hover {
    border-color: #e5c09f;
}

#form-market-inner .gform_page_footer .gform_previous_button {
    border-top-left-radius: 20px;
}

#form-market-inner .gform_page_footer .gform_next_button {
    border-top-right-radius: 20px;
}

/*
============================
STEP 2
============================
 */
#gform_page_1_2 {
    width: 570px;
    flex-basis: 570px;
    max-width: 100%;
    margin: 0 auto;
}

#form-market-inner .additional legend,
#form-market-inner .additional label.gfield_label,
#form-market-inner .gfield--type-html h5 {
    font-size: 16px;
    line-height: 24px;
    color: #415264;
    font-weight: 700;
    margin-bottom: 14px;
    font-family: 'Manrope', sans-serif;
}

#form-market-inner .additional input[type=number] {
    height: 52px;
    border-radius: 5px;
    box-shadow: inset 1.06px 1.696px 0.5px rgba(0, 0, 0, 0.07);
    background-color: rgba(255, 255, 255, 0.5019607843137255);
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 20px;
    font-size: 16px;
    color: #808080;
    font-weight: 500;

}

#form-market-inner .additional .ginput_container_textarea textarea {
    min-height: 161px;
    border-radius: 5px;
    box-shadow: inset 1.06px 1.696px 0.5px rgba(0, 0, 0, 0.07);
    background-color: rgba(255, 255, 255, 0.5019607843137255);
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 20px;
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    overflow: hidden;
    word-break: break-all;

}

#form-market-inner .additional .ginput_container_textarea textarea::placeholder {
    font-size: 18px;
    color: #808080;
    font-weight: 400;
    opacity: .5;
}

#form-market-inner .ginput_container.ginput_container_radio {
    margin-top: 15px;
    margin-bottom: 25px;
    float: left;
}

#form-market-inner .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

#form-market-inner .gfield_radio .gchoice {

    margin-right: 20px;
    cursor: pointer;
}

#form-market-inner .gfield_radio label {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
    padding-left: 12px;
}

#form-market-inner input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transition: 120ms transform ease-in-out;
    border: 2px solid #e5c09f;
    position: relative;


}

#form-market-inner input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #faf6ef;
}

#form-market-inner input[type="radio"]:checked::before {
    background-color: #e5c09f;
}

#form-market-inner .ginput_container.ginput_container_checkbox {
    margin-top: 15px;
    margin-bottom: 25px;
    float: left;
}

#form-market-inner .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

#form-market-inner .gfield_checkbox .gchoice {

    margin-right: 20px;
    cursor: pointer;
}

#form-market-inner .gfield_checkbox label {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
    padding-left: 12px;
}

#form-market-inner input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    transition: 120ms transform ease-in-out;
    border: 2px solid #e5c09f;
    position: relative;


}

#form-market-inner input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #e5c09f;
    /*background-color: #faf6ef;*/
}

#form-market-inner input[type="checkbox"]:checked::before {
    content: '\2713';
}

#form-market-inner .gfield-choice-input + label {
    max-width: 100%;
}

#field_1_33,
#field_2_11,
#field_11_5,
#field_11_13 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#field_1_33 > *,
#field_2_11 > *,
#field_11_5 > *,
#field_11_13 > * {
    width: 100%;
    flex-basis: 100%;
}

#field_1_33 label,
#field_2_11 label,
#field_2_5 label,
#field_2_13 label {
    order: 1;
}

#field_1_33 .gfield_description,
#field_2_11 .gfield_description,
#field_2_5 .gfield_description,
#field_2_13 .gfield_description {
    order: 2;
    padding-top: 0;
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    margin-bottom: 15px;
}

#field_1_33 .ginput_container,
#field_2_11 .ginput_container,
#field_2_5 .ginput_container,
#field_2_13 .ginput_container {
    order: 3;
}

#form-market-inner .order-total {
    padding-top: 40px;
    margin-top: 40px;
    position: relative;
}

#form-market-inner .order-total::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -200%;
    width: 400%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

#form-market-inner .order-total h5 {
    text-align: center;
}

#field_1_35 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#field_1_35 label,
#field_1_35 .ginput_container {
    width: 50%;
    flex-basis: 50%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}

#field_1_35 .ginput_container input {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    padding: 0;
    padding-left: 3px;
}

#field_1_35 label {
    text-align: right;
}

#field_1_35 .ginput_container {
    text-align: left;
}

#field_1_7 label {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

#field_1_7 input {
    font-size: 36px;
    line-height: 44px;
    color: #2f3f50;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

/*
============================
STEP 3
============================
 */
#gform_page_1_3,
#gform_fields_2 {
    width: 570px;
    flex-basis: 570px;
    max-width: 100%;
    margin: 0 auto;
}

#form-market-inner #gform_fields_1_3 legend,
#form-market-inner #gform_fields_1_3 label,
#form-market-inner #gform_fields_2 legend,
#form-market-inner #gform_fields_2 label {
    font-size: 16px;
    line-height: 24px;
    color: #415264;
    font-weight: 700;
    margin-bottom: 14px;
    font-family: 'Manrope', sans-serif;
}

#form-market-inner #gform_fields_1_3 input[type=text],
#form-market-inner #gform_fields_1_3 input[type=tel],
#form-market-inner #gform_fields_1_3 input[type=email],
#form-market-inner #gform_fields_2 input[type=text],
#form-market-inner #gform_fields_2 input[type=tel],
#form-market-inner #gform_fields_2 input[type=email] {
    border-radius: 5px;
    box-shadow: inset 1.06px 1.696px .5px rgba(0, 0, 0, .07);
    background-color: rgba(255, 255, 255, .5019607843137255);
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 13px 20px;
    font-size: 16px;
    color: var(--grey);
    font-weight: 500;
    overflow: hidden;
    word-break: break-all;
    width: 100%;
}

#form-market-inner #gform_fields_1_3 input[type=number],
#form-market-inner #gform_fields_2 input[type=number] {
    border-radius: 5px;
    box-shadow: inset 1.06px 1.696px .5px rgba(0, 0, 0, .07);
    background-color: rgba(255, 255, 255, .5019607843137255);
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 13px 20px;
    font-size: 16px;
    color: var(--grey);
    font-weight: 500;
    overflow: hidden;
    word-break: break-all;
    width: 100%;
    height: 52px;
}

#form-market-inner #gform_fields_1_3 select,
#form-market-inner #gform_fields_2 select {
    border-radius: 5px;
    box-shadow: inset 1.06px 1.696px .5px rgba(0, 0, 0, .07);
    background-color: rgba(255, 255, 255, .5019607843137255);
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 13px 20px;
    font-size: 16px;
    color: var(--grey);
    font-weight: 500;
    overflow: hidden;
    word-break: break-all;
    height: 52px;
}

#field_1_45 .gform-grid-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

#field_1_45 .gform-grid-row > div {
    width: calc(33% - 18px);
    flex-basis: calc(33% - 18px);
    max-width: 100%;
    box-sizing: border-box;
    margin-right: 18px;
    margin-left: 0;
}

#field_1_45 #input_1_45 {
    margin-right: 0;
}

#field_1_45 .below.hour_minute_colon {
    width: 18px;
    flex-basis: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#form-market-inner #gform_page_1_3 .gform_page_footer {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;

}

#form-market-inner #gform_page_1_3 .gform_page_footer .gform_previous_button {
    border-bottom-right-radius: 20px;
    margin-bottom: 30px;
}

#form-market-inner.gform_footer {
    width: 100%;
    flex-basis: 100%;
}

#form-market-inner #gform_page_1_3 .gform_page_footer input[type=submit],
#form-market-inner #gform_submit_button_2 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

#form-market-inner #gform_page_1_3 .gform_page_footer input[type=submit],
#form-market-inner #gform_submit_button_2 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #415264;
    font-weight: 800;
    padding: 12px 15px;
    border: 2px solid #e5c09f;
    margin: 0 4px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    width: 200px;
    max-width: 100%;
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 20px;
    position: relative;
}

#form-market-inner #gform_page_1_3 .gform_page_footer input[type=submit]:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -200%;
    width: 400%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

#form-market-inner #gform_page_1_3 .gform_page_footer input[type=submit]:hover,
#form-market-inner #gform_submit_button_2:hover {
    background-color: #e5c09f;
    color: #FFF;
}

#gform_ajax_spinner_1 {
    display: none !important;
}

.gform_required_legend {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    display: none !important;
}

#ui-datepicker-div {
    width: 992px;
    max-width: 90%;
    left: 50% !important;
    transform: translate(-50%, 0);
}

#form-market-inner .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    text-align: center;
    font-size: 16px;
    font-family: 'Vollkorn', serif;
}

#form-market-inner #gform_2 .gform_footer {
    position: relative;
}

#form-market-inner #gform_2 .gform_footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -200%;
    width: 400%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

#form-market-inner #gform_submit_button_2 {
    margin-top: 40px;
}

#form-market-inner .gform_confirmation_wrapper,
#market-form-wrapper .gform_confirmation_wrapper,
#market-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, .17);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, .17);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, .17);
    z-index: 999;
    background: rgba(47, 63, 80, .8);
    backdrop-filter: blur(25px);
    overflow-x: scroll;
    padding: 90px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

#market-form-wrapper.hidden {
    display: none !important;
}

#form-market-inner .gform_confirmation_wrapper .gform_confirmation_message,
#market-form-wrapper .gform_confirmation_wrapper .gform_confirmation_message,
#gform_wrapper_5 {
    position: relative;
    width: 781px;
    max-width: calc(100% - 40px);
    margin: 90px auto;
}

#form-market-inner .confirm-wrapper,
#market-form-wrapper .confirm-wrapper {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    filter: drop-shadow(-0.593px 33.995px 43.5px rgba(0, 0, 0, 0.16));
    background-color: #ffffff;
    position: relative;
    border-top: 11px solid #e5c09f;
    padding: 50px 70px;
    display: flex;

}

#gform_wrapper_5 form {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    filter: drop-shadow(-0.593px 33.995px 43.5px rgba(0, 0, 0, 0.16));
    background-color: #ffffff;
    position: relative;
    border-top: 11px solid #e5c09f;
    padding: 50px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;

}

#gform_wrapper_5 .gform-body,
#gform_wrapper_5 .gform_footer {
    width: 100%;
    flex-basis: 100%;
}

#gform_wrapper_5 h2 {
    text-align: center;
}

#gform_wrapper_5 legend,
#gform_wrapper_5 label {
    font-size: 16px;
    line-height: 24px;
    color: #415264;
    font-weight: 700;
    margin-bottom: 14px;
    font-family: 'Manrope', sans-serif;
}

#gform_wrapper_5 input[type=text],
#gform_wrapper_5 input[type=tel],
#gform_wrapper_5 input[type=email] {
    border-radius: 5px;
    box-shadow: inset 1.06px 1.696px .5px rgba(0, 0, 0, .07);
    background-color: rgba(255, 255, 255, .5019607843137255);
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 13px 20px;
    font-size: 16px;
    color: var(--grey);
    font-weight: 500;
    overflow: hidden;
    word-break: break-all;
    width: 100%;
}

#gform_wrapper_5 input[type=submit] {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #415264;
    font-weight: 800;
    padding: 12px 15px;
    border: 2px solid #e5c09f;
    margin: 0 4px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 20px;
    position: relative;
}

#gform_wrapper_5 input[type=submit]:hover {
    background-color: #e5c09f;
    color: #fff;
}

#gform_wrapper_5 textarea {
    min-height: 161px;
    border-radius: 5px;
    box-shadow: inset 1.06px 1.696px .5px rgba(0, 0, 0, .07);
    background-color: rgba(255, 255, 255, .5019607843137255);
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 20px;
    font-size: 16px;
    color: gray;
    font-weight: 500;
    overflow: hidden;
    word-break: break-all;
}

#form-market-inner .confirm-inner,
#market-form-wrapper .confirm-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#form-market-inner .confirm-logo,
#market-form-wrapper .confirm-logo {
    width: 218px;
    height: 218px;
    border-radius: 50%;
    background-color: #f7f4ea;
    margin-top: -80px;
    margin-bottom: 35px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#form-market-inner .confirm-inner h3,
#market-form-wrapper .confirm-inner h3 {
    color: #415264;
    width: 100%;
    flex-basis: 100%;
}

#form-market-inner .confirm-inner p,
#market-form-wrapper .confirm-inner p {
    width: 100%;
    flex-basis: 100%;
}

#form-market-inner .gform_confirmation_message img,
#market-form-wrapper .gform_confirmation_message img {
    max-width: 60%;
}

#form-market-inner .gform_confirmation_message .close,
#market-form-wrapper .gform_confirmation_message .close {
    position: absolute;
    top: -30px;
    right: -30px;
    display: flex;
}

#gform_5 .close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
}

#form-market-inner .gform_confirmation_message .close a,
#market-form-wrapper .gform_confirmation_message .close a,
#gform_5 .close a {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("/wp-content/uploads/2025/07/Close-message.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gform_confirmation_wrapper.hidden {
    display: none !important;
}

.allergen-notice h5 {
	margin-bottom: 5px !important;
}

#field_1_35 strong {
	display: flex;
	align-items: center;
}

@media (max-width: 1199.9px) {
    #gform_page_1_1 {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767.8px) {
    #form-market-inner .food-article .gfield_description {
        width: 90px;
        height: 90px;
        flex-basis: 90px;
        max-width: 100%;
    }

    #form-market-inner .food-article label {
        width: calc(100% - 90px);
        flex-basis: calc(100% - 90px);
    }

    #form-market-inner .food-article .ginput_container {
        width: 220px;
        flex-basis: 220px;
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding-left: 15px;
    }

    #form-market-inner .food-article label {
        padding-left: 15px;
    }

    #form-market-inner .custom-platter {
        padding: 20px 15px;
    }

    #form-market-inner .ginput_product_price_wrapper {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .qty-button {
        width: 30px;
        height: 30px;
        top: 0;
    }

    .qty-button.increment {
        right: 36px;
    }

    #gform_page_1_3, #gform_fields_2 {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

}

@media (max-width: 575.8px) {
    #market-content-section .container {
        padding: 0;
    }

    #market-hero-image:before {
        height: 40px;
    }

    #form-market-inner .confirm-wrapper,
    #market-form-wrapper .confirm-wrapper,
    #gform_wrapper_5 form {
        padding: 20px;
    }

    #form-market-inner .confirm-logo,
    #market-form-wrapper .confirm-logo {
        width: 160px;
        height: 160px;
    }

    #form-market-inner .gform_confirmation_message .close,
    #market-form-wrapper .gform_confirmation_message .close {
        top: -10px;
        right: -10px;
    }

    #gform_5 .close {
        top: 10px;
        right: 10px;
    }


}

@media (max-width: 450px) {
    #form-market-inner .gform_page_footer input[type=button] {
        width: calc(50% - 8px);
    }
}

/*
=====================================
FOOTER BANNER
=====================================
 */
#food-bottom-banner {
    background-color: #2f3f50;
    min-height: 160px;
}

/*
=======================================
MARKET PAGE
=======================================
 */
#main-market-page-hero {
    position: relative;
    z-index: 1;
    /*padding-top: 120px;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 700px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#main-market-page-hero h1 {
    text-transform: none;
    font-weight: 500;
}

#main-market-hero-image {
    height: 650px;
    position: absolute;
    top: 0;
    left: auto;
    width: 1920px;
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;

}


#main-market-page-hero .hero-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin-bottom: 80px;*/
}


#food-page-title {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
}

#food-page-title span {
    font-style: italic;
    letter-spacing: -1px;
    display: block;
    width: 100%;
}

#main-market-page-hero .hero-text {
    text-align: left;
    color: #415264;
    font-size: 18px;
    line-height: 24px;
    width: 560px;
    max-width: 100%;
}

#instagram-feed {
    background-color: #2f3f50;
    padding-top: 90px;
}

.instagram-feed-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    margin-bottom: 50px;
}

.instagram-feed-intro h2 {
    color: var(--goldm);
    margin-bottom: 0;
}

.instagram-feed-intro p {
    color: #ffffff;
}

.sbi_header_link {
    background-color: #1d2c3d;
    padding: 20px 0 20px 130px ;
    display: block;
    position: relative;
}

.sbi_bio {
    padding-right: 20px !important;
}

#instagram-feed .sb_instagram_header.sbi_medium .sbi_header_img {
    width: 100px !important;
    height: 100% !important;
    border-radius: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
}

#instagram-feed .sbi_header_img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
}

.custom-header-instagram {
    background-color: #172330;
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

.follow-inst-button {
    border-radius: 7px;
    background-color: #2f3f50;
    border: 0px solid #111111;
    padding: 5px;
    display: flex;
    align-items: center;
    column-gap: 7px;
    padding: 5px 10px;
    font-size: 12px;
    transition: 0.3s all ease-in-out;
}

.follow-inst-button:hover {
    background-color: var(--goldm);
}

.follow-inst-button:hover a {
    color: #ffffff;
}

.follow-inst-button i {
    color: #ffffff;
    font-size: 14px;
}

.follow-inst-button a {
    color: #ffffff;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header {
    padding-bottom: 0 !important;
}

#sb_instagram .sbi_photo img {
    border-radius: 5px !important;
}

@media (max-width: 767.8px) {
    #main-market-page-hero {
        background-image: url("/wp-content/uploads/2023/11/banner-mobile-version.webp") !important;
        background-position: bottom center;
        min-height: 900px;
        align-items: flex-start;
        padding-top: 120px;
    }

    #main-market-page-hero h1,
    #main-market-page-hero .hero-text {
        text-align: center;
    }

    #food-page-title {
        font-size: 40px;
        line-height: 50px;
    }


}

@media (max-width: 575.8px) {
    #main-market-page-hero {
        padding-top: 100px;
    }

    #main-market-page-hero .hero-text {
        display: none;
    }

    #main-market-page-hero {
        min-height: 500px;
    }

    .form-market-wrapper {
        margin-bottom: 0;
    }


}

@media (max-width: 450px) {
    #food-page-title {
        font-size: 30px;
        line-height: 40px;
    }


}

/*
===========================
MARKET CONTENT
===========================
 */
#main-market-content {
    padding: 150px 0 300px 0;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
    background-color: #243445;
}

#main-market-content::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: -1px;
    width: calc(100% + 2px);
    height: 169px;
    top: -100px;
    background-image: url("/wp-content/uploads/2025/07/Hero-Before-1.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#main-market-content #first-container {
    position: relative;
    z-index: 3;
    margin-top: -300px;
}

#kai-logo {
    margin: 0 auto 50px auto;
    width: 270px;
    flex-basis: 270px;
    max-width: 100%;
}

#kai-logo img {
    border: 2px solid rgba(229, 192, 159, .2);
    padding: 25px;
    border-radius: 50%;
}

.content-left {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 20px;
}

.content-right {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 20px;
}

.content-left p,
.content-right p {
    width: 530px;
    font-size: 18px;
    line-height: 24px;
    color: #f7f4ea;
    font-weight: 500;
}

#working-hours {
    margin-top: 30px;
}

#working-hours .row {
    justify-content: center;
}

.hours-wrapper {
    width: auto !important;
    flex-basis: auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-right: 1px solid #716c68;
    padding: 8px 40px !important;
}

.hours-wrapper:last-of-type {
    border: none;
}

.hours-inner h5 {
    font-weight: 700;
    margin-bottom: 0;
}

.hours-inner p {
    color: #f7f4ea;
    margin-bottom: 0;
}

.hours-inner h5,
.hours-inner p {
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    text-align: center;
}

/*
===========================
MARKET SECTION
===========================
 */
#market-section {
    background-size: 110%;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

#market-buttons {
    margin-top: -315px;
    margin-bottom: 60px;
}

.market-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}

.market-1 a {
    justify-content: flex-end;
}

.market-inner {
    width: 414px;
    max-width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 38px 24.5px rgba(59, 54, 38, 0.1));
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    padding: 45px;
}


.market-logo {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.market-logo-inner {
    width: 268px;
    max-width: 100%;
    height: 268px;
    border-radius: 50%;
    background-color: #f7f4ea;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.market-logo-inner img {
    max-height: 170px;
}

.market-text h3 {
    letter-spacing: -1px;
    color: #415264;
    margin-bottom: 0;
}

.arrow-holder {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
}

.arrow-holder-mobile {
    display: none;
}

.arrow-holder .arrow-wrapper {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid var(--goldm);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.arrow-holder .arrow {
    mask: url('/wp-content/uploads/2025/07/calendar-right.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/07/calendar-right.svg') no-repeat center;
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.arrow-holder .arrow {
    width: 22px;
    height: 16px;
    display: inline-flex;
    background-color: var(--goldm);
    z-index: 2;
    display: block;
}

.market-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.market-button-wrapper a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.market-button-wrapper a:hover .arrow-wrapper {
    background-color: var(--goldm);
}

.market-button-wrapper a:hover .arrow {
    background-color: var(--white);
}

#market-banner h4 {
    font-size: 26px;
    margin-bottom: 15px;
}

#market-banner a {
    text-decoration-line: none;
}

#market-banner a:hover {
    color: var(--goldm);
}

@media (max-width: 991.8px) {
    .market-inner {
        padding: 30px 15px;
    }

    .market-logo-inner {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 767.8px) {
    .content-left p,
    .content-right p {
        text-align: center;
    }

    .hours-wrapper {
        width: 330px !important;
        flex-basis: 330px !important;
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid #716c68;
        padding: 15px !important;
    }

    .market-button-wrapper a {
        justify-content: center;
    }

    #main-market-content::before {
        background-size: contain;
        top: -88px;
    }

    #kai-logo {
        width: 150px;
        flex-basis: 150px;
        margin-bottom: 10px;
    }

    #kai-logo img {
        padding: 20px;
        border: none;
    }

    #main-market-content #first-container {
        margin-top: -220px;
    }

    #main-market-page-hero {
        background-size: 120%;
        background-position-y: 90%;
    }

}

@media (max-width: 575.8px) {
    .market-button-wrapper {
        margin-bottom: 0;
    }

    .market-inner {
        padding: 20px;
        width: 100%;
        align-items: center;
    }

    .market-1 .market-inner {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .market-2 .market-inner {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 1px solid rgba(229, 192, 159, .3);
    }

    .market-logo {
        width: 100px;
        flex-basis: 100px;
        margin: 0;
    }

    .market-logo-inner {
        width: 95px;
        height: 95px;
    }

    .market-logo-inner img {
        max-height: 65px;
    }

    .market-text {
        width: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
    }

    .arrow-holder {
        display: none;
    }

    .arrow-holder.arrow-holder-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        /*padding-right: 20px;*/
    }

    .market-text {
        text-align: left !important;
        padding-left: 30px;
    }

    .market-text p {
        margin-bottom: 0;
        text-align: left;
    }

    .market-text h3 {
        text-align: left;
    }

    #market-buttons {
        margin-top: -166px;
    }

    #main-market-content {
        padding-bottom: 180px;
    }

    #market-section {
        padding: 30px 0;
        background-size: 100%;
    }
}

@media (max-width: 400px) {
    .market-inner {
        padding: 20px 10px;
    }

    .market-text {
        padding-left: 15px;
    }

    .market-text h3 {
        font-size: 24px;
        line-height: 26px;
    }

    #main-market-page-hero {
        min-height: 450px;
    }
}

@media (max-width: 320px) {
    .market-text {
        padding-left: 10px;
    }

    .market-text h3 {
        font-size: 22px;
        line-height: 24px;
    }
}

/*
==========================
SLIDER
==========================
 */
.market-slider {
    background-color: #2b3d50;
}

.gallery-item-inner {
    background-color: #2b3d50;
    margin: 6px 3px;
    position: relative;
    height: 430px;
    overflow: hidden;
}

.gallery-item-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.market-slider .arrow-holder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid var(--goldm);
    background-color: var(--goldm);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.market-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 32px);
    z-index: 3;
}

.market-slider .slick-prev {
    left: calc(33% - 30px);
    right: auto;
}

.market-slider .slick-next {
    right: calc(33% - 30px);
    left: auto;
}

.market-slider .arrow {
    width: 22px;
    height: 16px;
    display: inline-flex;
    background-color: #2f3f50;
    z-index: 2;
    display: block;
}

.market-slider .arrow-right {
    mask: url('../../images/calendar-right.svg') no-repeat center;
    -webkit-mask: url('../../images/calendar-right.svg') no-repeat center;
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.market-slider .arrow-left {
    mask: url('../../images/calendar-left.svg') no-repeat center;
    -webkit-mask: url('../../images/calendar-left.svg') no-repeat center;
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media (max-width: 991.8px) {
    .market-slider .slick-prev {
        left: calc(120px - 33px);
    }

    .market-slider .slick-next {
        right: calc(120px - 33px);
    }
}

@media (max-width: 767.8px) {
    .gallery-item-inner {
        height: 350px;
    }
}

@media (max-width: 575.8px) {
    .gallery-item-inner {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .market-slider .slick-prev {
        left: calc(43px - 33px);
    }

    .market-slider .slick-next {
        right: calc(43px - 33px);
    }
}

/*
==========================
MARKET BANNER
==========================
 */
#market-banner-section {
    padding: 78px 0 90px;
    background-color: #2f3f50;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#market-banner-section h2 {
    margin-bottom: 0;
}

#market-banner-section p {
    margin-bottom: 0;
    color: var(--white);
}

#market-banner-section a {
    text-decoration-line: none;
    color: var(--goldm);
}

#market-banner-section a:hover {
    color: var(--goldm);
}

@media (max-width: 767.8px) {
    #market-banner-section {
        padding: 40px 0 62px;
    }

    #market-banner-section h2 {
        margin-bottom: 20px;
    }
}

/*
=========================
FOOTER BANNER
=========================
 */
#food-bottom-banner {
    padding: 35px 50px;
}

.facebook-left-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}

.facebook-left-inner .facebook-text {
    width: 355px;
    flex-basis: 355px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.facebook-left-inner .facebook-text p {
    margin-bottom: 0;
}

.facebook-left-inner a .facebook-icon {
    width: 65px;
    flex-basis: 65px;
    max-width: 100%;
    padding-right: 20px;

}

.facebook-left-inner a .facebook-icon img {
    width: 65px;
    height: auto;
}

.facebook-left-inner a .facebook-text {
    width: calc(100% - 65px);
    flex-basis: calc(100% - 65px);
    max-width: 100%;
    padding-left: 20px;
}

.facebook-title {
    display: block;
    width: 100%;
    font-size: 26px;
    color: #f7f4ea;
    font-weight: 500;
}

.facebook-text-content {
    font-size: 16px;
    color: #f7f4ea;
    font-weight: 500;

}

.facebook-text-content p {
    font-size: 16px;
    color: #f7f4ea;
    font-weight: 500;
}

.facebook-text-content a {
    color: #e5bf9f;
}

.facebook-text-content a:hover {
    color: #e5bf9f;
    text-decoration-line: underline;
}

.facebook-left-inner a:hover .facebook-title,
.facebook-left-inner a:hover .facebook-text-content {
    color: var(--goldm);
}

.market-logo-wrapper {
    width: 90px;
    flex-basis: 90px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#footer-market-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.contact-market-button {
    width: 165px;
    flex-basis: 165px;
    max-width: 100%;
}


.address-market-inner {
    width: calc(100% - 165px);
    flex-basis: calc(100% - 165px);
    max-width: 100%;
}

.address-market-inner {
    padding-left: 40px;
}

.address-market-inner a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.address-market-logo {
    width: 45px;
    max-width: 100%;
}

.address-market-text {
    width: calc(100% - 45px);
    flex-basis: calc(100% - 45px);
    max-width: 100%;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #f7f4ea;
    font-weight: 500;
}

.address-market-inner a:hover .address-market-text {
    color: var(--goldm);
}

#gf_progressbar_wrapper_1 {
    display: none;
}


@media (max-width: 1280px) {
    #food-bottom-banner {
        padding: 30px 0;
    }

    .address-market-inner {
        width: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
        margin-bottom: 20px;
    }

    .contact-market-button {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


}

@media (max-width: 1199.9px) {
    .facebook-left-inner {
        margin-bottom: 30px;
        justify-content: center;
    }

    .address-market-inner a {
        width: 280px;
        flex-basis: 280px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .facebook-left-inner .facebook-text {
        margin-top: 20px;
    }

    .facebook-left-inner .facebook-text,
    .address-market-inner .address-market-text {
        text-align: center;
        padding-left: 0;
        width: 100%;
        flex-basis: 100%;
        display: block;
    }

    .facebook-left-inner a .facebook-icon {
        padding-inline: 10px;
    }

    .facebook-left-inner .facebook-icon {
        text-align: center;
        display: block;
        width: 100%;
    }

    .address-market-inner {
        width: 100%;
        flex-basis: 100%;
        padding-left: 0;
    }

    .address-market-logo {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7px;
    }

    #footer-market-right {
        justify-content: center;
    }


    .address-market-inner {
        order: 1;
        margin-bottom: 30px;
    }

    #footer-market-center {
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    #instagram-feed {
        padding-top: 60px;
    }

    .instagram-feed-intro {
        margin-bottom: 20px;
    }
}